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 © 2020 Microsoft Corporation. All rights reserved.