| Modifier and Type | Method and Description |
|---|---|
DnsConfiguration |
ContainerGroup.dnsConfig() |
DnsConfiguration |
DnsConfiguration.withNameServers(List<String> nameServers)
Set the DNS servers for the container group.
|
DnsConfiguration |
DnsConfiguration.withOptions(String options)
Set the DNS options for the container group.
|
DnsConfiguration |
DnsConfiguration.withSearchDomains(String searchDomains)
Set the DNS search domains for hostname lookup in the container group.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/