你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithDnsConfigBeta.WithDnsServerNames(IList<String>) 方法

定义

指定容器组的 DNS 服务器。

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate WithDnsServerNames (System.Collections.Generic.IList<string> dnsServerNames);
abstract member WithDnsServerNames : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithCreate
Public Function WithDnsServerNames (dnsServerNames As IList(Of String)) As IWithCreate

参数

dnsServerNames
IList<String>

DNS 服务器的名称。

返回

适用于