Interface ClusterAvailableUpgradesClient
public interface ClusterAvailableUpgradesClient
An instance of this class provides access to all the operations defined in ClusterAvailableUpgradesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterAvailableUpgradeInner> List a cluster available upgrade.com.azure.core.http.rest.PagedIterable<ClusterAvailableUpgradeInner> list(String resourceGroupName, String clusterPoolName, String clusterName, com.azure.core.util.Context context) List a cluster available upgrade.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<ClusterAvailableUpgradeInner> list(String resourceGroupName, String clusterPoolName, String clusterName) List a cluster available upgrade.- 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:
- collection of cluster available upgrade 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<ClusterAvailableUpgradeInner> list(String resourceGroupName, String clusterPoolName, String clusterName, com.azure.core.util.Context context) List a cluster available upgrade.- 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:
- collection of cluster available upgrade 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.
-