PrivateZoneProperties Class

Represents the properties of the Private DNS zone.

Constructor

PrivateZoneProperties()

Variables

Name Description
max_number_of_record_sets
int

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
int

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
int

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
int

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
int

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
int

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
Union[str, <xref:"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".

internal_id
str

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

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

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