VirtualMachineScaleSet.UpdateStages.WithApplicationGateway Interface
public static interface VirtualMachineScaleSet.UpdateStages.WithApplicationGateway
The stage of the virtual machine scale set update allowing to configure application gateway.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingApplicationGatewayBackendPool(String backendPoolId)
Specify that an application gateway backend pool should be associated with virtual machine scale set. |
abstract
With |
withoutApplicationGatewayBackendPool(String backendPoolId)
Specify an existing application gateway associated should be removed from the virtual machine scale set. |
Method Details
withExistingApplicationGatewayBackendPool
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withExistingApplicationGatewayBackendPool(String backendPoolId)
Specify that an application gateway backend pool should be associated with virtual machine scale set.
Parameters:
Returns:
withoutApplicationGatewayBackendPool
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withoutApplicationGatewayBackendPool(String backendPoolId)
Specify an existing application gateway associated should be removed from the virtual machine scale set.
Parameters:
Returns:
Applies to
Azure SDK for Java