public static interface NetworkInterface.DefinitionStages.WithPrimaryPrivateIP
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.DefinitionStages.WithCreate |
withPrimaryPrivateIPAddressDynamic()
Enables dynamic private IP address allocation within the specified existing virtual network subnet for
the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithCreate |
withPrimaryPrivateIPAddressStatic(String staticPrivateIPAddress)
Assigns the specified static private IP address within the specified existing virtual network subnet to
the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithCreate withPrimaryPrivateIPAddressDynamic()
NetworkInterface.DefinitionStages.WithCreate withPrimaryPrivateIPAddressStatic(String staticPrivateIPAddress)
staticPrivateIPAddress - the static IP address within the specified subnet to assign to the network
interfaceCopyright © 2021 Microsoft Corporation. All rights reserved.