Cloud.Service.Azure.DNS.AAAA.Record

Cloud.Service.Azure.DNS.AAAA.Record
Cloud.Service.Azure.DNS.AAAA.Record
JSON Example
{
    "account": "string",
    "count": 0,
    "name": "string",
    "records": [
        "string"
    ],
    "resource_group_name": "string",
    "tags": {},
    "ttl": 0,
    "zone_name": "string"
}
string
account
Required

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

integer
count
Optional
Constraints: minimum: 0 default: 1

The number of resource instances to be created.

string
name
Required

(Required) DNS AAAA record name.

array of string
records
Required

(Required) List of AAAA record IPv6 addresses.

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

DNS AAAA record categorization, in case-sensitive key names, or in key-value pairs.

integer
ttl
Required

(Required) Time to live. Lifespan of the record, in seconds.

string
zone_name
Required

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