Package version:

Interface representing a AvailableClusterVersions.

interface AvailableClusterVersions {
    listByLocation(location: string, options?: AvailableClusterVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<ClusterVersion>;
}

Methods