Interface VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnet
-
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged,VirtualMachineScaleSet.DefinitionManagedOrUnmanaged,VirtualMachineScaleSet.DefinitionShared,VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilities,VirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms,VirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroup,VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithNetworkSubnetThe stage of a virtual machine scale set definition allowing to specify the virtual network subnet for the primary network configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancerwithExistingPrimaryNetworkSubnet(Network network, String subnetName)Associate an existing virtual network subnet with the primary network interface of the virtual machines in the scale set.
-
-
-
Method Detail
-
withExistingPrimaryNetworkSubnet
VirtualMachineScaleSet.DefinitionStages.WithPrimaryInternetFacingLoadBalancer withExistingPrimaryNetworkSubnet(Network network, String subnetName)
Associate an existing virtual network subnet with the primary network interface of the virtual machines in the scale set.- Parameters:
network- an existing virtual networksubnetName- the subnet name- Returns:
- the next stage of the definition
-
-