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
-
-