public static interface PublicIPAddress.UpdateStages.WithIPAddress
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddress.Update |
withDynamicIP()
Enables dynamic IP address allocation.
|
PublicIPAddress.Update |
withStaticIP()
Enables static IP address allocation.
|
PublicIPAddress.Update withStaticIP()
Use PublicIPAddress.ipAddress() after the public IP address is updated to
obtain the actual IP address allocated for this resource by Azure
PublicIPAddress.Update withDynamicIP()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/