IWithRecordSet.WithoutPtrRecordSet Method

Definition

Overloads

WithoutPtrRecordSet(String)

Removes a PTR record set in the DNS zone.

WithoutPtrRecordSet(String, String)

Removes a PTR record set in the DNS zone.

WithoutPtrRecordSet(String)

Removes a PTR record set in the DNS zone.

public Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate WithoutPtrRecordSet (string name);

Parameters

name
String

Name of the PTR record set.

Returns

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

WithoutPtrRecordSet(String, String)

Removes a PTR record set in the DNS zone.

public Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate WithoutPtrRecordSet (string name, string eTagValue);

Parameters

name
String

Name of the PTR record set.

eTagValue
String

The etag to use for concurrent protection.

Returns

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy