次の方法で共有


IWithRecordSet.WithoutTxtRecordSet メソッド

定義

オーバーロード

WithoutTxtRecordSet(String)

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

WithoutTxtRecordSet(String, String)

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

WithoutTxtRecordSet(String)

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

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

パラメーター

name
String

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

戻り値

適用対象

WithoutTxtRecordSet(String, String)

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

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

パラメーター

name
String

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

eTagValue
String

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

戻り値

適用対象