次の方法で共有


IWithRecordSet.WithoutPtrRecordSet メソッド

定義

オーバーロード

WithoutPtrRecordSet(String)

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

WithoutPtrRecordSet(String, String)

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

WithoutPtrRecordSet(String)

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

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

パラメーター

name
String

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

戻り値

適用対象

WithoutPtrRecordSet(String, String)

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

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

パラメーター

name
String

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

eTagValue
String

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

戻り値

適用対象