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