Interface PublicIpAddress.UpdateStages.WithIpAddressVersion
-
- All Known Subinterfaces:
PublicIpAddress.Update
- Enclosing interface:
- PublicIpAddress.UpdateStages
public static interface PublicIpAddress.UpdateStages.WithIpAddressVersionThe stage of the update allowing to specify IP address version associated with the public IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddress.UpdatewithIpAddressVersion(IpVersion ipVersion)Sets IP address version.
-
-
-
Method Detail
-
withIpAddressVersion
PublicIpAddress.Update withIpAddressVersion(IpVersion ipVersion)
Sets IP address version.- Parameters:
ipVersion- IP address version- Returns:
- the next stage of the definition
-
-