Resource Type: azure_resource_link

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

Overview

The resource link.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The fully qualified ID of the resource link.

  • properties

    Properties for resource link.

  • type

    The resource link object.

Parameters

  • api_version

    The API version to use for the operation.

  • link_id

    The fully qualified ID of the resource link. Use the format, /subscriptions/subscription-id/resourceGroups/resource-group-name/provider-namespace/resource-type/resource-name/Microsoft.Resources/links/link-name. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myGroup/Microsoft.Web/sites/mySite/Microsoft.Resources/links/myLink

  • name (namevar)

    The name of the resource link.

  • parameters

    Parameters for creating or updating a resource link.

  • provider

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

  • subscription_id

    The ID of the target subscription.