ElasticVersions interface

Interface representing a ElasticVersions.

Methods

list(string, ElasticVersionsListOptionalParams)

Get a list of available versions for a region.

Method Details

list(string, ElasticVersionsListOptionalParams)

Get a list of available versions for a region.

function list(region: string, options?: ElasticVersionsListOptionalParams): PagedAsyncIterableIterator<ElasticVersionListFormat, ElasticVersionListFormat[], PageSettings>

Parameters

region

string

Region where elastic deployment will take place.

options
ElasticVersionsListOptionalParams

The options parameters.

Returns