GetPrivateDnsZoneSuffixResponse Class
The response of get private dns zone suffix.
- Inheritance
-
msrest.serialization.ModelGetPrivateDnsZoneSuffixResponse
Constructor
GetPrivateDnsZoneSuffixResponse(*, private_dns_zone_suffix: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
private_dns_zone_suffix
|
Represents the private DNS zone suffix. |
Variables
Name | Description |
---|---|
private_dns_zone_suffix
|
Represents the private DNS zone suffix. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python