public static interface NetworkInterface.UpdateStages.WithPrimaryPrivateIP
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface.Update |
withPrimaryPrivateIPAddressDynamic()
Enables dynamic private IP address allocation within the specified existing virtual network subnet for
the network interface's primary IP configuration.
|
NetworkInterface.Update |
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.Update withPrimaryPrivateIPAddressDynamic()
NetworkInterface.Update withPrimaryPrivateIPAddressStatic(String staticPrivateIPAddress)
staticPrivateIPAddress - the static IP address within the specified subnet to assign to the primary
IP configurationCopyright © 2021 Microsoft Corporation. All rights reserved.