Interface VirtualMachineScaleSet.DefinitionStages.WithComputerNamePrefix
- 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.WithComputerNamePrefix
The stage of a virtual machine scale set definition allowing to specify the computer name prefix.
-
Method Summary
Modifier and TypeMethodDescriptionwithComputerNamePrefix(String namePrefix) Specifies the name prefix to use for auto-generating the names for the virtual machines in the scale set.
-
Method Details
-
withComputerNamePrefix
Specifies the name prefix to use for auto-generating the names for the virtual machines in the scale set.- Parameters:
namePrefix- the prefix for the auto-generated names of the virtual machines in the scale set- Returns:
- the next stage of the definition
-