DnsConfiguration Class

DNS configuration for the container group.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.containerinstance._serialization.Model
DnsConfiguration

Constructor

DnsConfiguration(*, name_servers: List[str], search_domains: str | None = None, options: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name_servers

The DNS servers for the container group. Required.

search_domains
str

The DNS search domains for hostname lookup in the container group.

options
str

The DNS options for the container group.

Variables

Name Description
name_servers

The DNS servers for the container group. Required.

search_domains
str

The DNS search domains for hostname lookup in the container group.

options
str

The DNS options for the container group.