RestorePointCollectionsOperations interface

واجهة تمثل عمليات RestorePointCollections.

الخصائص

beginDelete
beginDeleteAndWait
createOrUpdate

العملية لإنشاء أو تحديث مجموعة نقاط الاستعادة. يرجى الرجوع إلى https://aka.ms/RestorePoints لمزيد من التفاصيل. عند تحديث مجموعة نقاط الاستعادة، يمكن تعديل العلامات فقط.

delete
get

العملية للحصول على جمع نقاط الاستعادة.

list

تحصل على قائمة مجموعات نقاط الاستعادة في مجموعة الموارد.

listAll

تحصل على قائمة مجموعات نقاط الاستعادة في الاشتراك. استخدم خاصية nextLink في الرد للحصول على الصفحة التالية من مجموعات نقاط الاستعادة. قم بذلك حتى لا يكون nextLink غير فعال لجلب جميع مجموعات نقاط الاستعادة.

update

العملية لتحديث مجموعة نقاط الاستعادة.

تفاصيل الخاصية

beginDelete

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

use delete instead

beginDelete: (resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

قيمة الخاصية

(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

تحذير

واجهة برمجة التطبيقات هذه مهملة الآن.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => Promise<void>

قيمة الخاصية

(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => Promise<void>

createOrUpdate

العملية لإنشاء أو تحديث مجموعة نقاط الاستعادة. يرجى الرجوع إلى https://aka.ms/RestorePoints لمزيد من التفاصيل. عند تحديث مجموعة نقاط الاستعادة، يمكن تعديل العلامات فقط.

createOrUpdate: (resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollection, options?: RestorePointCollectionsCreateOrUpdateOptionalParams) => Promise<RestorePointCollection>

قيمة الخاصية

(resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollection, options?: RestorePointCollectionsCreateOrUpdateOptionalParams) => Promise<RestorePointCollection>

delete

delete: (resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

قيمة الخاصية

(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

العملية للحصول على جمع نقاط الاستعادة.

get: (resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsGetOptionalParams) => Promise<RestorePointCollection>

قيمة الخاصية

(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsGetOptionalParams) => Promise<RestorePointCollection>

list

تحصل على قائمة مجموعات نقاط الاستعادة في مجموعة الموارد.

list: (resourceGroupName: string, options?: RestorePointCollectionsListOptionalParams) => PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, options?: RestorePointCollectionsListOptionalParams) => PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>

listAll

تحصل على قائمة مجموعات نقاط الاستعادة في الاشتراك. استخدم خاصية nextLink في الرد للحصول على الصفحة التالية من مجموعات نقاط الاستعادة. قم بذلك حتى لا يكون nextLink غير فعال لجلب جميع مجموعات نقاط الاستعادة.

listAll: (options?: RestorePointCollectionsListAllOptionalParams) => PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>

قيمة الخاصية

(options?: RestorePointCollectionsListAllOptionalParams) => PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>

update

العملية لتحديث مجموعة نقاط الاستعادة.

update: (resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollectionUpdate, options?: RestorePointCollectionsUpdateOptionalParams) => Promise<RestorePointCollection>

قيمة الخاصية

(resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollectionUpdate, options?: RestorePointCollectionsUpdateOptionalParams) => Promise<RestorePointCollection>