SystemVersionsOperations interface
Interfejs reprezentujący operacje SystemVersions.
Właściwości
| get | Pobieranie elementu SystemVersion |
| list |
Wyświetlanie listy zasobów SystemVersion według SubscriptionLocationResource |
Szczegóły właściwości
get
Pobieranie elementu SystemVersion
get: (location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
Wartość właściwości
(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
listByLocation
Wyświetlanie listy zasobów SystemVersion według SubscriptionLocationResource
listByLocation: (location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>
Wartość właściwości
(location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>