次の方法で共有


IWithRecordSet.WithoutARecordSet メソッド

定義

オーバーロード

WithoutARecordSet(String)

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

WithoutARecordSet(String, String)

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

WithoutARecordSet(String)

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

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

パラメーター

name
String

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

戻り値

適用対象

WithoutARecordSet(String, String)

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

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

パラメーター

name
String

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

eTagValue
String

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

戻り値

適用対象