Interface ClusterPoolAvailableUpgrades
public interface ClusterPoolAvailableUpgrades
Resource collection API of ClusterPoolAvailableUpgrades.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterPoolAvailableUpgrade> List a cluster pool available upgrade.com.azure.core.http.rest.PagedIterable<ClusterPoolAvailableUpgrade> List a cluster pool available upgrade.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<ClusterPoolAvailableUpgrade> list(String resourceGroupName, String clusterPoolName) List a cluster pool available upgrade.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.clusterPoolName- The name of the cluster pool.- Returns:
- collection of cluster pool 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<ClusterPoolAvailableUpgrade> list(String resourceGroupName, String clusterPoolName, com.azure.core.util.Context context) List a cluster pool available upgrade.- 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:
- collection of cluster pool 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.
-