次の方法で共有


IWithApplicationGateway.WithExistingApplicationGatewayBackendPool メソッド

定義

アプリケーション ゲートウェイ バックエンド プールを仮想マシン スケール セットに関連付ける必要があることを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithExistingApplicationGatewayBackendPool (string backendPoolId);
abstract member WithExistingApplicationGatewayBackendPool : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithExistingApplicationGatewayBackendPool (backendPoolId As String) As IWithApply

パラメーター

backendPoolId
String

ゲートウェイの既存のバックエンド プール ID。

戻り値

適用対象