Interface VirtualMachineScaleSet.UpdateStages.WithApplicationGateway
-
- All Known Subinterfaces:
VirtualMachineScaleSet.Update,VirtualMachineScaleSet.UpdateStages.WithApply,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer,VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
- VirtualMachineScaleSet.UpdateStages
public static interface VirtualMachineScaleSet.UpdateStages.WithApplicationGatewayThe stage of the virtual machine scale set update allowing to configure application gateway.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdateStages.WithApplywithExistingApplicationGatewayBackendPool(String backendPoolId)Specify that an application gateway backend pool should be associated with virtual machine scale set.VirtualMachineScaleSet.UpdateStages.WithApplywithoutApplicationGatewayBackendPool(String backendPoolId)Specify an existing application gateway associated should be removed from the virtual machine scale set.
-
-
-
Method Detail
-
withExistingApplicationGatewayBackendPool
VirtualMachineScaleSet.UpdateStages.WithApply 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 update
-
withoutApplicationGatewayBackendPool
VirtualMachineScaleSet.UpdateStages.WithApply withoutApplicationGatewayBackendPool(String backendPoolId)
Specify an existing application gateway associated should be removed from the virtual machine scale set.- Parameters:
backendPoolId- an existing backend pool id of the gateway- Returns:
- the next stage of the update
-
-