Interface ClusterPoolUpgradeHistories
public interface ClusterPoolUpgradeHistories
Resource collection API of ClusterPoolUpgradeHistories.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterPoolUpgradeHistory> Returns a list of upgrade history.com.azure.core.http.rest.PagedIterable<ClusterPoolUpgradeHistory> Returns a list of upgrade history.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<ClusterPoolUpgradeHistory> list(String resourceGroupName, String clusterPoolName) 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.- Returns:
- represents a list of cluster pool 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<ClusterPoolUpgradeHistory> list(String resourceGroupName, String clusterPoolName, 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.context- The context to associate with this operation.- Returns:
- represents a list of cluster pool 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.
-