Interface VirtualMachineScaleSet.DefinitionStages.WithVirtualMachinePublicIp
-
- 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.WithVirtualMachinePublicIpThe stage of the virtual machine scale set definition allowing to enable public ip for vm instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithCreatewithVirtualMachinePublicIp()Specify that virtual machines in the scale set should have public ip address.VirtualMachineScaleSet.DefinitionStages.WithCreatewithVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)Specify that virtual machines in the scale set should have public ip address.VirtualMachineScaleSet.DefinitionStages.WithCreatewithVirtualMachinePublicIp(String leafDomainLabel)Specify that virtual machines in the scale set should have public ip address.
-
-
-
Method Detail
-
withVirtualMachinePublicIp
VirtualMachineScaleSet.DefinitionStages.WithCreate withVirtualMachinePublicIp()
Specify that virtual machines in the scale set should have public ip address.- Returns:
- the next stage of the definition
-
withVirtualMachinePublicIp
VirtualMachineScaleSet.DefinitionStages.WithCreate withVirtualMachinePublicIp(String leafDomainLabel)
Specify that virtual machines in the scale set should have public ip address.- Parameters:
leafDomainLabel- the domain name label- Returns:
- the next stage of the definition
-
withVirtualMachinePublicIp
VirtualMachineScaleSet.DefinitionStages.WithCreate withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)
Specify that virtual machines in the scale set should have public ip address.- Parameters:
ipConfig- the public ip address configuration- Returns:
- the next stage of the definition
-
-