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 WithApply withVirtualMachinePublicIp()

Specify that virtual machines in the scale set should have public ip address.

abstract WithApply withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)

Specify that virtual machines in the scale set should have public ip address.

abstract WithApply 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:

the next stage of the update

withVirtualMachinePublicIp

public abstract 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

withVirtualMachinePublicIp

public abstract VirtualMachineScaleSet.UpdateStages.WithApply 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 update

Applies to