Resource Type: azure_generic_resource

Defined in:
lib/puppet/type/azure_generic_resource.rb
Providers:
arm

Overview

Resource information.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Fully qualified resource Id for the resource. Ex - /subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/resourceProviderNamespace/resourceType/resourceName

  • identity

    The identity of the resource.

  • kind

    The kind of the resource.

  • managed_by

    ID of the resource that manages this resource.

  • plan

    The plan of the resource.

  • properties

    The resource properties.

  • sku

    The SKU of the resource.

  • type

    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Parameters

  • api_version

    The API version to use for the operation.

  • name (namevar)

    The name of the resource

  • parameters

    Parameters for creating or updating the resource.

  • parent_resource_path

    The parent resource identity.

  • provider

    The specific backend to use for this ‘azure_generic_resource` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • resource_group_name

    The name of the resource group for the resource. The name is case insensitive.

  • resource_name

    The name of the resource to create.

  • resource_provider_namespace

    The namespace of the resource provider.

  • resource_type

    The resource type of the resource to create.

  • subscription_id

    The ID of the target subscription.