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
virtual machine'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
virtual machine's primary network interface.
|
VirtualMachine.DefinitionStages.WithPublicIpAddress withPrimaryPrivateIpAddressDynamic()
VirtualMachine.DefinitionStages.WithPublicIpAddress withPrimaryPrivateIpAddressStatic(String staticPrivateIpAddress)
staticPrivateIpAddress - the static IP address within the specified subnet to assign to
the network interface/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/