PrivateZoneProperties interface
Represents the properties of the Private DNS zone.
Properties
| internal |
Private zone internal Id |
| max |
The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
| max |
The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
| max |
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. |
| number |
The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
| number |
The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored. |
| number |
The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored. |
| provisioning |
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. |
Property Details
internalId
Private zone internal Id
internalId?: string
Property Value
string
maxNumberOfRecordSets
The maximum number of record sets that can be created in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
maxNumberOfRecordSets?: number
Property Value
number
maxNumberOfVirtualNetworkLinks
The maximum number of virtual networks that can be linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
maxNumberOfVirtualNetworkLinks?: number
Property Value
number
maxNumberOfVirtualNetworkLinksWithRegistration
The maximum number of virtual networks that can be linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
maxNumberOfVirtualNetworkLinksWithRegistration?: number
Property Value
number
numberOfRecordSets
The current number of record sets in this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
numberOfRecordSets?: number
Property Value
number
numberOfVirtualNetworkLinks
The current number of virtual networks that are linked to this Private DNS zone. This is a read-only property and any attempt to set this value will be ignored.
numberOfVirtualNetworkLinks?: number
Property Value
number
numberOfVirtualNetworkLinksWithRegistration
The current number of virtual networks that are linked to this Private DNS zone with registration enabled. This is a read-only property and any attempt to set this value will be ignored.
numberOfVirtualNetworkLinksWithRegistration?: number
Property Value
number
provisioningState
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored.
provisioningState?: string
Property Value
string