Compartir a través de


IWithRecordSet.WithoutAaaaRecordSet Método

Definición

Sobrecargas

WithoutAaaaRecordSet(String)

Quita un conjunto de registros AAAA en la zona DNS.

WithoutAaaaRecordSet(String, String)

Quita un conjunto de registros AAAA en la zona DNS.

WithoutAaaaRecordSet(String)

Quita un conjunto de registros AAAA en la zona DNS.

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

Parámetros

name
String

Nombre del conjunto de registros AAAA.

Devoluciones

Se aplica a

WithoutAaaaRecordSet(String, String)

Quita un conjunto de registros AAAA en la zona DNS.

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

Parámetros

name
String

Nombre del conjunto de registros AAAA.

eTagValue
String

Etag que se va a usar para la protección simultánea.

Devoluciones

Se aplica a