ReturnT - the next stage of the updatepublic static interface HasPrivateIPAddress.UpdateStages.WithPrivateIPAddress<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
withPrivateIPAddressDynamic()
Enables dynamic private IP address allocation within the associated subnet.
|
ReturnT |
withPrivateIPAddressStatic(String ipAddress)
Assigns the specified static private IP address within the associated subnet.
|
ReturnT withPrivateIPAddressDynamic()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/