public static interface VirtualMachine.DefinitionStages.WithPrivateIP
Modifier and Type | Method and Description |
---|---|
VirtualMachine.DefinitionStages.WithPublicIPAddress |
withPrimaryPrivateIPAddressDynamic()
Enables dynamic private IP address allocation within the specified existing virtual network subnet for
the VM's primary network interface.
|
VirtualMachine.DefinitionStages.WithPublicIPAddress |
withPrimaryPrivateIPAddressStatic(String staticPrivateIPAddress)
Assigns the specified static private IP address within the specified existing virtual network subnet to the
VM's primary network interface.
|
VirtualMachine.DefinitionStages.WithPublicIPAddress withPrimaryPrivateIPAddressDynamic()
VirtualMachine.DefinitionStages.WithPublicIPAddress withPrimaryPrivateIPAddressStatic(String staticPrivateIPAddress)
staticPrivateIPAddress
- a static IP address within the specified subnetCopyright © 2019. All rights reserved.