Cloud.Service.Azure.DNS.NS.Record

Cloud.Service.Azure.DNS.NS.Record
Cloud.Service.Azure.DNS.NS.Record
JSON Example
{
    "name": "string",
    "provider": "string",
    "record": [
        {
            "nsdname": "string"
        }
    ],
    "records": [
        "string"
    ],
    "resource_group_name": "string",
    "ttl": 0,
    "zone_name": "string"
}
string
name
Required

(Required) DNS name server (NS) record name.

string
provider
Required

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

array of object
record
Optional

Name server record values. Each record block supports the sub properties that follow. Either record or records must be present. This property is deprecated and will be removed in a future release.

array of string
records
Optional

List of FQDNs that make up the name server record. Either records or record must be present.

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

Name server 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.