CustomDnsConfigPropertiesFormat Class

Contains custom Dns resolution configuration from customer.

Inheritance
CustomDnsConfigPropertiesFormat

Constructor

CustomDnsConfigPropertiesFormat(*, fqdn: typing.Union[str, NoneType] = None, ip_addresses: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

fqdn
str

Fqdn that resolves to private endpoint ip address.

ip_addresses
list[str]

A list of private ip addresses of the private endpoint.