Cloud.Service.Azure.DNS.Zone
{
"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"
}
(Required) The name of the Microsoft Azure cloud account to use for this resource
The number of resource instances to be created.
Maximum number of records supported in the zone. Default is 1000.
(Required) DNS zone name. Must be a valid domain name.
List of values that make up the NS record for the zone.
Number of records already in the zone.
List of virtual network IDs that register hostnames in the zone. Only supported when zone_type is Private.
List of virtual network IDs that resolve records in the zone. Only supported when zone_type is Private.
(Required) Azure resource group where the resource exists. Changing the resource group deletes the existing resource and creates a new one.
Zone categorization, in case-sensitive key names, or in key-value pairs.
The kind of zone: Public or Private. Default is Public.