Interface UpgradableVersions


public interface UpgradableVersions
Resource collection API of UpgradableVersions.
  • Method Details

    • detailsWithResponse

      com.azure.core.http.rest.Response<UpgradableVersionsList> detailsWithResponse(String resourceGroupName, String monitorName, com.azure.core.util.Context context)
      List of upgradable versions for a given monitor resource.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      context - The context to associate with this operation.
      Returns:
      stack Versions that this version can upgrade to along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • details

      UpgradableVersionsList details(String resourceGroupName, String monitorName)
      List of upgradable versions for a given monitor resource.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      Returns:
      stack Versions that this version can upgrade to.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.