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