public static interface ContainerGroup.DefinitionStages.WithDnsConfig
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.WithCreate |
withDnsConfiguration(List<String> dnsServerNames,
String dnsSearchDomains,
String dnsOptions)
Specifies the DNS configuration for the container group.
|
ContainerGroup.DefinitionStages.WithCreate |
withDnsServerNames(List<String> dnsServerNames)
Specifies the DNS servers for the container group.
|
@Beta(value=V1_23_0) ContainerGroup.DefinitionStages.WithCreate withDnsServerNames(List<String> dnsServerNames)
dnsServerNames - the names of the DNS servers@Beta(value=V1_23_0) ContainerGroup.DefinitionStages.WithCreate withDnsConfiguration(List<String> dnsServerNames, String dnsSearchDomains, String dnsOptions)
dnsServerNames - the names of the DNS servers for the container groupdnsSearchDomains - the DNS search domains for hostname lookup in the container groupdnsOptions - the DNS options for the container groupCopyright © 2019. All rights reserved.