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 Details

    • withPrivateIpAddressDynamic

      ReturnT withPrivateIpAddressDynamic()
      Enables dynamic private IP address allocation within the associated subnet.
      Returns:
      the next stage of the update
    • withPrivateIpAddressStatic

      ReturnT withPrivateIpAddressStatic(String ipAddress)
      Assigns the specified static private IP address within the associated subnet.
      Parameters:
      ipAddress - a static IP address within the associated private IP range
      Returns:
      the next stage of the update