AvailableClusterVersions interface
Interface representing a AvailableClusterVersions.
Methods
list |
Returns a list of available cluster versions. |
Method Details
listByLocation(string, AvailableClusterVersionsListByLocationOptionalParams)
Returns a list of available cluster versions.
function listByLocation(location: string, options?: AvailableClusterVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<ClusterVersion, ClusterVersion[], PageSettings>
Parameters
- location
-
string
The name of the Azure region.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript