VirtualMachineScaleSet.UpdateStages.WithVirtualMachinePublicIp Interface
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 Type | Method and Description |
---|---|
abstract
With |
withVirtualMachinePublicIp()
Specify that virtual machines in the scale set should have public ip address. |
abstract
With |
withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)
Specify that virtual machines in the scale set should have public ip address. |
abstract
With |
withVirtualMachinePublicIp(String leafDomainLabel)
Specify that virtual machines in the scale set should have public ip address. |
Method Details
withVirtualMachinePublicIp
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withVirtualMachinePublicIp()
Specify that virtual machines in the scale set should have public ip address.
Returns:
withVirtualMachinePublicIp
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)
Specify that virtual machines in the scale set should have public ip address.
Parameters:
Returns:
withVirtualMachinePublicIp
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withVirtualMachinePublicIp(String leafDomainLabel)
Specify that virtual machines in the scale set should have public ip address.
Parameters:
Returns:
Applies to
Azure SDK for Java