Interface VirtualMachineScaleSet.DefinitionStages.WithApplicationGateway
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged, VirtualMachineScaleSet.DefinitionManagedOrUnmanaged, VirtualMachineScaleSet.DefinitionShared, VirtualMachineScaleSet.DefinitionStages.WithCreate, VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged, VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManagedOrUnmanaged, VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateUnmanaged, VirtualMachineScaleSet.DefinitionStages.WithManagedCreate, VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate, VirtualMachineScaleSet.DefinitionStages.WithUnmanagedCreate, VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged, VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedOrUnmanaged, VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged, VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithApplicationGateway
The stage of the virtual machine scale set definition allowing to configure application gateway.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingApplicationGatewayBackendPool(String backendPoolId) Specify that an application gateway backend pool should be associated with virtual machine scale set.
-
Method Details
-
withExistingApplicationGatewayBackendPool
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
-