SystemVersions interface
Interface representing a SystemVersions.
Methods
get(string, string, System |
Get a SystemVersion |
list |
List SystemVersion resources by Location |
Method Details
get(string, string, SystemVersionsGetOptionalParams)
Get a SystemVersion
function get(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams): Promise<SystemVersion>
Parameters
- location
-
string
The name of the Azure region.
- systemversionname
-
string
SystemVersion name
- options
- SystemVersionsGetOptionalParams
The options parameters.
Returns
Promise<SystemVersion>
listByLocation(string, SystemVersionsListByLocationOptionalParams)
List SystemVersion resources by Location
function listByLocation(location: string, options?: SystemVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>
Parameters
- location
-
string
The name of the Azure region.
The options parameters.