次の方法で共有


IWithRecordSet.WithoutNSRecordSet メソッド

定義

オーバーロード

WithoutNSRecordSet(String)

DNS ゾーン内の NS レコード セットを削除します。

WithoutNSRecordSet(String, String)

DNS ゾーン内の NS レコード セットを削除します。

WithoutNSRecordSet(String)

DNS ゾーン内の NS レコード セットを削除します。

public Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate WithoutNSRecordSet (string name);
abstract member WithoutNSRecordSet : string -> Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate
Public Function WithoutNSRecordSet (name As String) As IUpdate

パラメーター

name
String

NS レコード セットの名前。

戻り値

適用対象

WithoutNSRecordSet(String, String)

DNS ゾーン内の NS レコード セットを削除します。

public Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate WithoutNSRecordSet (string name, string eTagValue);
abstract member WithoutNSRecordSet : string * string -> Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate
Public Function WithoutNSRecordSet (name As String, eTagValue As String) As IUpdate

パラメーター

name
String

NS レコード セットの名前。

eTagValue
String

同時実行保護に使用する etag。

戻り値

適用対象