Interface AvailableClusterPoolVersions
public interface AvailableClusterPoolVersions
Resource collection API of AvailableClusterPoolVersions.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ClusterPoolVersion> listByLocation(String location) Returns a list of available cluster pool versions.com.azure.core.http.rest.PagedIterable<ClusterPoolVersion> listByLocation(String location, com.azure.core.util.Context context) Returns a list of available cluster pool versions.
-
Method Details
-
listByLocation
Returns a list of available cluster pool versions.- Parameters:
location- The name of the Azure region.- Returns:
- represents a list of cluster pool versions 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.
-
listByLocation
com.azure.core.http.rest.PagedIterable<ClusterPoolVersion> listByLocation(String location, com.azure.core.util.Context context) Returns a list of available cluster pool versions.- Parameters:
location- The name of the Azure region.context- The context to associate with this operation.- Returns:
- represents a list of cluster pool versions 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.
-