PrivateZoneProperties Class
Represents the properties of the Private DNS zone.
Constructor
PrivateZoneProperties()
Variables
| Name | Description |
|---|---|
|
max_number_of_record_sets
|
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. |
|
number_of_record_sets
|
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. |
|
max_number_of_virtual_network_links
|
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. |
|
number_of_virtual_network_links
|
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. |
|
max_number_of_virtual_network_links_with_registration
|
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_of_virtual_network_links_with_registration
|
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_state
|
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
|
internal_id
|
Private zone internal Id. |
Attributes
internalId
Private zone internal Id.
internalId: str
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: int
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: int
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: int
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: int
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: int
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: int
provisioningState
The provisioning state of the resource. This is a read-only property and any attempt to set this value will be ignored. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".
provisioningState: str | ProvisioningState