Interface ClusterUpgradeHistoriesClient
public interface ClusterUpgradeHistoriesClient
An instance of this class provides access to all the operations defined in ClusterUpgradeHistoriesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterUpgradeHistoryInner> Returns a list of upgrade history.com.azure.core.http.rest.PagedIterable<ClusterUpgradeHistoryInner> 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<ClusterUpgradeHistoryInner> 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<ClusterUpgradeHistoryInner> 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.
-