次の方法で共有


IWithARecordIPv4Address<ParentT>.WithIPv4Address(String) メソッド

定義

このレコード セットに指定された IPv4 アドレスを持つ A レコードを作成します。

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)

パラメーター

ipv4Address
String

IPv4 アドレス。

戻り値

適用対象