SystemVersionsOperations interface
表示 SystemVersions作的介面。
屬性
| get | 取得 SystemVersion |
| list |
按 SubscriptionLocationResource 列出 SystemVersion 資源 |
屬性詳細資料
get
取得 SystemVersion
get: (location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
屬性值
(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
listByLocation
按 SubscriptionLocationResource 列出 SystemVersion 資源
listByLocation: (location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>
屬性值
(location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>