@Beta(value=V1_14_0)
public static interface VirtualMachineScaleSet.UpdateStages.WithVirtualMachinePublicIp
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withVirtualMachinePublicIp()
Specify that virtual machines in the scale set should have public ip address.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withVirtualMachinePublicIp(String leafDomainLabel)
Specify that virtual machines in the scale set should have public ip address.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIPAddressConfiguration ipConfig)
Specify that virtual machines in the scale set should have public ip address.
|
@Beta(value=V1_14_0) VirtualMachineScaleSet.UpdateStages.WithApply withVirtualMachinePublicIp()
@Beta(value=V1_14_0) VirtualMachineScaleSet.UpdateStages.WithApply withVirtualMachinePublicIp(String leafDomainLabel)
leafDomainLabel
- the domain name label@Beta(value=V1_14_0) VirtualMachineScaleSet.UpdateStages.WithApply withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIPAddressConfiguration ipConfig)
ipConfig
- the public ip address configurationCopyright © 2019. All rights reserved.