IWithApplicationGateway.WithExistingApplicationGatewayBackendPool Method

Definition

Specify that an application gateway backend pool should be associated with virtual machine scale set.

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

Parameters

backendPoolId
String

An existing backend pool id of the gateway.

Returns

Applies to