SystemVersionsOperations interface
Interface representing a SystemVersions operations.
Properties
| get | Get a SystemVersion |
| list |
List SystemVersion resources by SubscriptionLocationResource |
Property Details
get
Get a SystemVersion
get: (location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
Property Value
(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
listByLocation
List SystemVersion resources by SubscriptionLocationResource
listByLocation: (location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>
Property Value
(location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>