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.WithVirtualMachinePublicIp
The stage of the virtual machine scale set definition allowing to enable public ip
for vm instances.
-
Method Summary
Modifier and TypeMethodDescriptionSpecify that virtual machines in the scale set should have public ip address.Specify that virtual machines in the scale set should have public ip address.withVirtualMachinePublicIp
(String leafDomainLabel) Specify that virtual machines in the scale set should have public ip address.
-
Method Details
-
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
-