次の方法で共有


IWithRecordSet.WithoutCaaRecordSet メソッド

定義

オーバーロード

WithoutCaaRecordSet(String)

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

WithoutCaaRecordSet(String, String)

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

WithoutCaaRecordSet(String)

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

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

パラメーター

name
String

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

戻り値

適用対象

WithoutCaaRecordSet(String, String)

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

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

パラメーター

name
String

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

eTagValue
String

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

戻り値

適用対象