DnsConfiguration interface
DNS configuration for the container group.
Properties
name |
The DNS servers for the container group. |
options | The DNS options for the container group. |
search |
The DNS search domains for hostname lookup in the container group. |
Property Details
nameServers
The DNS servers for the container group.
nameServers: string[]
Property Value
string[]
options
The DNS options for the container group.
options?: string
Property Value
string
searchDomains
The DNS search domains for hostname lookup in the container group.
searchDomains?: string
Property Value
string