IWithDnsConfigBeta.WithDnsConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the DNS configuration for the container group.
public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate WithDnsConfiguration (System.Collections.Generic.IList<string> dnsServerNames, string dnsSearchDomains, string dnsOptions);
abstract member WithDnsConfiguration : System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate
Public Function WithDnsConfiguration (dnsServerNames As IList(Of String), dnsSearchDomains As String, dnsOptions As String) As IWithCreate
Parameters
- dnsSearchDomains
- String
The DNS search domains for hostname lookup in the container group.
- dnsOptions
- String
The DNS options for the container group.
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET