GiVersions interface
Interface representing a GiVersions.
Methods
get(string, string, Gi |
Get a GiVersion |
list |
List GiVersion resources by Location |
Method Details
get(string, string, GiVersionsGetOptionalParams)
Get a GiVersion
function get(location: string, giversionname: string, options?: GiVersionsGetOptionalParams): Promise<GiVersion>
Parameters
- location
-
string
The name of the Azure region.
- giversionname
-
string
GiVersion name
- options
- GiVersionsGetOptionalParams
The options parameters.
Returns
Promise<GiVersion>
listByLocation(string, GiVersionsListByLocationOptionalParams)
List GiVersion resources by Location
function listByLocation(location: string, options?: GiVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<GiVersion, GiVersion[], PageSettings>
Parameters
- location
-
string
The name of the Azure region.
The options parameters.