PrivateDnsZoneGroup Class

Private dns zone group resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
PrivateDnsZoneGroup

Constructor

PrivateDnsZoneGroup(*, id: str | None = None, name: str | None = None, private_dns_zone_configs: List[_models.PrivateDnsZoneConfig] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of the resource that is unique within a resource group. This name can be used to access the resource.

private_dns_zone_configs

A collection of private dns zone configurations of the private dns zone group.

Variables

Name Description
id
str

Resource ID.

name
str

Name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

provisioning_state

The provisioning state of the private dns zone group resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".

private_dns_zone_configs

A collection of private dns zone configurations of the private dns zone group.