Interface PublicIpAddress.UpdateStages.WithIPAddress
-
- All Known Subinterfaces:
PublicIpAddress.Update
- Enclosing interface:
- PublicIpAddress.UpdateStages
public static interface PublicIpAddress.UpdateStages.WithIPAddressA public IP address update allowing to change the IP allocation method (static or dynamic).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddress.UpdatewithDynamicIP()Enables dynamic IP address allocation.PublicIpAddress.UpdatewithStaticIP()Enables static IP address allocation.
-
-
-
Method Detail
-
withStaticIP
PublicIpAddress.Update withStaticIP()
Enables static IP address allocation.Use
PublicIpAddress.ipAddress()after the public IP address is updated to obtain the actual IP address allocated for this resource by Azure- Returns:
- the next stage of the resource update
-
withDynamicIP
PublicIpAddress.Update withDynamicIP()
Enables dynamic IP address allocation.- Returns:
- the next stage of the resource update
-
-