次の方法で共有


IWithApplicationGateway.WithoutApplicationGatewayBackendPool(String) メソッド

定義

関連付けられている既存のアプリケーション ゲートウェイを仮想マシン スケール セットから削除する必要があることを指定します。

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

パラメーター

backendPoolId
String

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

戻り値

適用対象