CustomDnsConfigPropertiesFormat Class
Contains custom Dns resolution configuration from customer.
- Inheritance
-
azure.mgmt.network._serialization.ModelCustomDnsConfigPropertiesFormat
Constructor
CustomDnsConfigPropertiesFormat(*, fqdn: str | None = None, ip_addresses: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
fqdn
|
Fqdn that resolves to private endpoint ip address. |
ip_addresses
|
A list of private ip addresses of the private endpoint. |
Variables
Name | Description |
---|---|
fqdn
|
Fqdn that resolves to private endpoint ip address. |
ip_addresses
|
A list of private ip addresses of the private endpoint. |
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