Resource Type: azure_zone

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

Overview

Describes a 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

    Resource ID.

  • location

    Resource location.

  • properties

    The properties of the zone.

  • tags

    Resource tags.

  • type

    Resource type.

Parameters

  • api_version

    Specifies the API version.

  • name (namevar)

    Resource name.

  • parameters

    Parameters supplied to the CreateOrUpdate operation.

  • provider

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

    Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription.