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.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate withVirtualMachinePublicIp()
VirtualMachineScaleSet.DefinitionStages.WithCreate withVirtualMachinePublicIp(String leafDomainLabel)
leafDomainLabel - the domain name labelVirtualMachineScaleSet.DefinitionStages.WithCreate withVirtualMachinePublicIp(VirtualMachineScaleSetPublicIpAddressConfiguration ipConfig)
ipConfig - the public ip address configurationCopyright © 2020 Microsoft Corporation. All rights reserved.