@Beta(value=V1_14_0)
public static interface VirtualMachineScaleSet.UpdateStages.WithApplicationGateway
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withExistingApplicationGatewayBackendPool(String backendPoolId)
Specify that an application gateway backend pool should be associated with virtual machine scale set.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutApplicationGatewayBackendPool(String backendPoolId)
Specify an existing application gateway associated should be removed from the virtual machine scale set.
|
@Beta(value=V1_14_0) VirtualMachineScaleSet.UpdateStages.WithApply withExistingApplicationGatewayBackendPool(String backendPoolId)
backendPoolId
- an existing backend pool id of the gateway@Beta(value=V1_14_0) VirtualMachineScaleSet.UpdateStages.WithApply withoutApplicationGatewayBackendPool(String backendPoolId)
backendPoolId
- an existing backend pool id of the gatewayCopyright © 2019. All rights reserved.