Cloud.Service.Azure.DNS.Zone

Cloud.Service.Azure.DNS.Zone
Cloud.Service.Azure.DNS.Zone
JSON Example
{
    "account": "string",
    "count": 0,
    "max_number_of_record_sets": "string",
    "name": "string",
    "name_servers": [
        "string"
    ],
    "number_of_record_sets": "string",
    "registration_virtual_network_ids": [
        "string"
    ],
    "resolution_virtual_network_ids": [
        "string"
    ],
    "resource_group_name": "string",
    "zone_type": "string"
}
string
account
Required

(Required) The name of the Microsoft Azure cloud account to use for this resource

integer
count
Optional

The number of resource instances to be created.

string
max_number_of_record_sets
Optional

Maximum number of records supported in the zone. Default is 1000.

string
name
Required

(Required) DNS zone name. Must be a valid domain name.

array of string
name_servers
Optional

List of values that make up the NS record for the zone.

string
number_of_record_sets
Optional

Number of records already in the zone.

array of string
registration_virtual_network_ids
Optional

List of virtual network IDs that register hostnames in the zone. Only supported when zone_type is Private.

array of string
resolution_virtual_network_ids
Optional

List of virtual network IDs that resolve records in the zone. Only supported when zone_type is Private.

string
resource_group_name
Required

(Required) Azure resource group where the resource exists. Changing the resource group deletes the existing resource and creates a new one.

object
tags
Optional

Zone categorization, in case-sensitive key names, or in key-value pairs.

string
zone_type
Optional

The kind of zone: Public or Private. Default is Public.