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

IWithNSRecordNameServer<ParentT>.WithNameServer(String) 方法

定义

使用此记录集中提供的名称服务器创建 NS 记录。

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithNSRecordNameServerOrAttachable<ParentT> WithNameServer (string nameServerHostName);
abstract member WithNameServer : string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithNSRecordNameServerOrAttachable<'ParentT>
Public Function WithNameServer (nameServerHostName As String) As IWithNSRecordNameServerOrAttachable(Of ParentT)

参数

nameServerHostName
String

名称服务器主机名。

返回

适用于