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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python