IWithApplicationGateway.WithoutApplicationGatewayBackendPool(String) Method

Definition

Specify an existing application gateway associated should be removed from the virtual machine scale set.

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

Parameters

backendPoolId
String

An existing backend pool id of the gateway.

Returns

Applies to