SystemVersionsOperations interface
واجهة تمثل عمليات SystemVersions.
الخصائص
| get | الحصول على SystemVersion |
| list |
سرد موارد SystemVersion حسب SubscriptionLocationResource |
تفاصيل الخاصية
get
الحصول على SystemVersion
get: (location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
قيمة الخاصية
(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams) => Promise<SystemVersion>
listByLocation
سرد موارد SystemVersion حسب SubscriptionLocationResource
listByLocation: (location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>
قيمة الخاصية
(location: string, options?: SystemVersionsListByLocationOptionalParams) => PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>