DbSystemsOperations interface
واجهة تمثل عمليات DbSystems.
الخصائص
| create |
إنشاء نظام DbSystem |
| delete | |
| get | احصل على DbSystem |
| list |
سرد موارد DbSystem حسب مجموعة الموارد |
| list |
سرد موارد DbSystem حسب معرف الاشتراك |
| update | تحديث نظام DbSystem |
تفاصيل الخاصية
createOrUpdate
إنشاء نظام DbSystem
createOrUpdate: (resourceGroupName: string, dbSystemName: string, resource: DbSystem, options?: DbSystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<DbSystem>, DbSystem>
قيمة الخاصية
(resourceGroupName: string, dbSystemName: string, resource: DbSystem, options?: DbSystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<DbSystem>, DbSystem>
delete
delete: (resourceGroupName: string, dbSystemName: string, options?: DbSystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
قيمة الخاصية
(resourceGroupName: string, dbSystemName: string, options?: DbSystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
احصل على DbSystem
get: (resourceGroupName: string, dbSystemName: string, options?: DbSystemsGetOptionalParams) => Promise<DbSystem>
قيمة الخاصية
(resourceGroupName: string, dbSystemName: string, options?: DbSystemsGetOptionalParams) => Promise<DbSystem>
listByResourceGroup
سرد موارد DbSystem حسب مجموعة الموارد
listByResourceGroup: (resourceGroupName: string, options?: DbSystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DbSystem, DbSystem[], PageSettings>
قيمة الخاصية
(resourceGroupName: string, options?: DbSystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DbSystem, DbSystem[], PageSettings>
listBySubscription
سرد موارد DbSystem حسب معرف الاشتراك
listBySubscription: (options?: DbSystemsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DbSystem, DbSystem[], PageSettings>
قيمة الخاصية
(options?: DbSystemsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DbSystem, DbSystem[], PageSettings>
update
تحديث نظام DbSystem
update: (resourceGroupName: string, dbSystemName: string, properties: DbSystemUpdate, options?: DbSystemsUpdateOptionalParams) => PollerLike<OperationState<DbSystem>, DbSystem>
قيمة الخاصية
(resourceGroupName: string, dbSystemName: string, properties: DbSystemUpdate, options?: DbSystemsUpdateOptionalParams) => PollerLike<OperationState<DbSystem>, DbSystem>