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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python