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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python