次の方法で共有


IWithAddress<ParentT>.WithIPAddress(String) メソッド

定義

指定した既存の IP アドレスをバックエンドに追加します。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.UpdateDefinition.IWithAttach<ParentT> WithIPAddress(string ipAddress);
abstract member WithIPAddress : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackend.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithIPAddress (ipAddress As String) As IWithAttach(Of ParentT)

パラメーター

ipAddress
String

IP アドレス。

戻り値

適用対象