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.
*/