次の方法で共有


IWithRecordSet.WithoutAaaaRecordSet メソッド

定義

オーバーロード

WithoutAaaaRecordSet(String)

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

WithoutAaaaRecordSet(String, String)

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

WithoutAaaaRecordSet(String)

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

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

パラメーター

name
String

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

戻り値

適用対象

WithoutAaaaRecordSet(String, String)

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

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

パラメーター

name
String

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

eTagValue
String

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

戻り値

適用対象