ElasticVersions interface
Interface representing a ElasticVersions.
Methods
| list(string, Elastic |
Retrieve a list of all available Elastic versions for a specified region, helping you choose the best version for your deployment. |
Method Details
list(string, ElasticVersionsListOptionalParams)
Retrieve a list of all available Elastic versions for a specified region, helping you choose the best version for your deployment.
function list(region: string, options?: ElasticVersionsListOptionalParams): PagedAsyncIterableIterator<ElasticVersionListFormat, ElasticVersionListFormat[], PageSettings>
Parameters
- region
-
string
Region where elastic deployment will take place.
The options parameters.