Interface ContainerGroup.DefinitionStages.WithDnsConfig

    • Method Detail

      • withDnsServerNames

        ContainerGroup.DefinitionStages.WithCreate withDnsServerNames​(List<String> dnsServerNames)
        Specifies the DNS servers for the container group.
        Parameters:
        dnsServerNames - the names of the DNS servers
        Returns:
        the next stage of the definition
      • withDnsConfiguration

        ContainerGroup.DefinitionStages.WithCreate withDnsConfiguration​(List<String> dnsServerNames,
                                                                        String dnsSearchDomains,
                                                                        String dnsOptions)
        Specifies the DNS configuration for the container group.
        Parameters:
        dnsServerNames - the names of the DNS servers for the container group
        dnsSearchDomains - the DNS search domains for hostname lookup in the container group
        dnsOptions - the DNS options for the container group
        Returns:
        the next stage of the definition