IWithRecordSet.WithoutARecordSet Method

Definition

Overloads

WithoutARecordSet(String)

Removes a A record set in the DNS zone.

WithoutARecordSet(String, String)

Removes a A record set in the DNS zone.

WithoutARecordSet(String)

Removes a A record set in the DNS zone.

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

Parameters

name
String

Name of the A record set.

Returns

Applies to

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

WithoutARecordSet(String, String)

Removes a A record set in the DNS zone.

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

Parameters

name
String

Name of the A 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