次の方法で共有


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

定義

指定した既存の IP アドレスをバックエンドに追加します。 この呼び出しは、複数の IP アドレスを追加するために順番に行うことができます。

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

パラメーター

ipAddress
String

IP アドレス。

戻り値

適用対象