Interface ClusterUpgradeHistories


public interface ClusterUpgradeHistories
Resource collection API of ClusterUpgradeHistories.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<ClusterUpgradeHistory>
    list(String resourceGroupName, String clusterPoolName, String clusterName)
    Returns a list of upgrade history.
    com.azure.core.http.rest.PagedIterable<ClusterUpgradeHistory>
    list(String resourceGroupName, String clusterPoolName, String clusterName, com.azure.core.util.Context context)
    Returns a list of upgrade history.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<ClusterUpgradeHistory> list(String resourceGroupName, String clusterPoolName, String clusterName)
      Returns a list of upgrade history.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      clusterPoolName - The name of the cluster pool.
      clusterName - The name of the HDInsight cluster.
      Returns:
      represents a list of cluster upgrade history as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<ClusterUpgradeHistory> list(String resourceGroupName, String clusterPoolName, String clusterName, com.azure.core.util.Context context)
      Returns a list of upgrade history.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      clusterPoolName - The name of the cluster pool.
      clusterName - The name of the HDInsight cluster.
      context - The context to associate with this operation.
      Returns:
      represents a list of cluster upgrade history as paginated response with PagedIterable.
      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.