Zone interface
Describes a DNS zone.
- Extends
Properties
etag | The etag of the zone. |
max |
The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server. |
name |
The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server. |
number |
The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server. |
registration |
A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private. |
resolution |
A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private. |
zone |
The type of this DNS zone (Public or Private). |
Inherited Properties
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
etag
The etag of the zone.
etag?: string
Property Value
string
maxNumberOfRecordSets
The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server.
maxNumberOfRecordSets?: number
Property Value
number
maxNumberOfRecordsPerRecordSet
The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server.
maxNumberOfRecordsPerRecordSet?: number
Property Value
number
nameServers
The name servers for this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server.
nameServers?: string[]
Property Value
string[]
numberOfRecordSets
The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfRecordSets?: number
Property Value
number
registrationVirtualNetworks
A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private.
registrationVirtualNetworks?: SubResource[]
Property Value
resolutionVirtualNetworks
A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.
resolutionVirtualNetworks?: SubResource[]
Property Value
zoneType
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type