Interface HasPrivateIpAddress.UpdateStages.WithPrivateIPAddress<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the update
- All Known Subinterfaces:
LoadBalancerPrivateFrontend.Update,NicIpConfiguration.Update,NicIpConfiguration.UpdateStages.WithPrivateIP
- Enclosing interface:
- HasPrivateIpAddress.UpdateStages
public static interface HasPrivateIpAddress.UpdateStages.WithPrivateIPAddress<ReturnT>The stage of an update allowing to modify the private IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithPrivateIpAddressDynamic()Enables dynamic private IP address allocation within the associated subnet.ReturnTwithPrivateIpAddressStatic(String ipAddress)Assigns the specified static private IP address within the associated subnet.
-
-
-
Method Detail
-
withPrivateIpAddressDynamic
ReturnT withPrivateIpAddressDynamic()
Enables dynamic private IP address allocation within the associated subnet.- Returns:
- the next stage of the update
-
-