次の方法で共有


IWithFrontend.ToFrontends(String[]) メソッド

定義

送信トラフィックのこのロード バランサーのフロントエンドを指定します。

public Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate ToFrontends (params string[] frontendNames);
abstract member ToFrontends : string[] -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate
Public Function ToFrontends (ParamArray frontendNames As String()) As IUpdate

パラメーター

frontendNames
String[]

フロントエンドの名前。

戻り値

更新プログラムの次のステージ。

適用対象