ReturnT - the next stage of the definitionpublic static interface HasPrivateIpAddress.DefinitionStages.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.
*/