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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python