CustomDnsConfigPropertiesFormat interface
Contains custom Dns resolution configuration from customer.
Properties
fqdn | Fqdn that resolves to private endpoint ip address. |
ip |
A list of private ip addresses of the private endpoint. |
Property Details
fqdn
Fqdn that resolves to private endpoint ip address.
fqdn?: string
Property Value
string
ipAddresses
A list of private ip addresses of the private endpoint.
ipAddresses?: string[]
Property Value
string[]