Resource Type: azure_private_zone

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

Overview

Describes a Private DNS zone.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • etag

    The ETag of the zone.

  • id

    Fully qualified resource Id for the resource. Example - ‘/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Network/privateDnsZones/privateDnsZoneName’.

  • location

    The Azure Region where the resource lives

  • properties

    Properties of the Private DNS zone.

  • tags

    Resource tags.

  • type

    The type of the resource. Example - ‘Microsoft.Network/privateDnsZones’.

Parameters

  • api_version

    Client Api Version.

  • name (namevar)

    The name of the resource

  • parameters

    Parameters supplied to the CreateOrUpdate operation.

  • provider

    The specific backend to use for this ‘azure_private_zone` 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.

  • subscription_id

    Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.