Interface VirtualMachineScaleSet.UpdateStages.WithVirtualMachinePublicIp
- All Known Subinterfaces:
VirtualMachineScaleSet.Update
,VirtualMachineScaleSet.UpdateStages.WithApply
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool
,VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer
,VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
- VirtualMachineScaleSet.UpdateStages
public static interface VirtualMachineScaleSet.UpdateStages.WithVirtualMachinePublicIp
The stage of the virtual machine scale set update 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.UpdateStages.WithApply withVirtualMachinePublicIp()Specify that virtual machines in the scale set should have public ip address.- Returns:
- the next stage of the update
-
withVirtualMachinePublicIp
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 update
-
withVirtualMachinePublicIp
VirtualMachineScaleSet.UpdateStages.WithApply 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 update
-