VirtualMachineScaleSet.DefinitionStages.WithApplicationGateway Interface

public static interface VirtualMachineScaleSet.DefinitionStages.WithApplicationGateway

The stage of the virtual machine scale set definition allowing to configure application gateway.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingApplicationGatewayBackendPool(String backendPoolId)

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

Method Details

withExistingApplicationGatewayBackendPool

public abstract VirtualMachineScaleSet.DefinitionStages.WithCreate withExistingApplicationGatewayBackendPool(String backendPoolId)

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

Parameters:

backendPoolId - an existing backend pool id of the gateway

Returns:

the next stage of the definition

Applies to