Compartir a través de


IWithARecordIPv4Address<ParentT>.WithIPv4Address(String) Método

Definición

Crea un registro A con la dirección IPv4 proporcionada en este conjunto de registros.

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithARecordIPv4AddressOrAttachable<ParentT> WithIPv4Address (string ipv4Address);
abstract member WithIPv4Address : string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithARecordIPv4AddressOrAttachable<'ParentT>
Public Function WithIPv4Address (ipv4Address As String) As IWithARecordIPv4AddressOrAttachable(Of ParentT)

Parámetros

ipv4Address
String

Dirección IPv4.

Devoluciones

Se aplica a