BackupVaultsOperations interface

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

الخصائص

createOrUpdate

إنشاء أو تحديث مخزن النسخ الاحتياطي المحدد في حساب NetApp

delete
get

الحصول على مخزن النسخ الاحتياطي

listByNetAppAccount

قم بإدراج ووصف جميع خزائن النسخ الاحتياطي في حساب NetApp.

update

تصحيح مخزن النسخ الاحتياطي ل NetApp المحدد

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

createOrUpdate

إنشاء أو تحديث مخزن النسخ الاحتياطي المحدد في حساب NetApp

createOrUpdate: (resourceGroupName: string, accountName: string, backupVaultName: string, body: BackupVault, options?: BackupVaultsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BackupVault>, BackupVault>

قيمة الخاصية

(resourceGroupName: string, accountName: string, backupVaultName: string, body: BackupVault, options?: BackupVaultsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BackupVault>, BackupVault>

delete

delete: (resourceGroupName: string, accountName: string, backupVaultName: string, options?: BackupVaultsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

قيمة الخاصية

(resourceGroupName: string, accountName: string, backupVaultName: string, options?: BackupVaultsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

الحصول على مخزن النسخ الاحتياطي

get: (resourceGroupName: string, accountName: string, backupVaultName: string, options?: BackupVaultsGetOptionalParams) => Promise<BackupVault>

قيمة الخاصية

(resourceGroupName: string, accountName: string, backupVaultName: string, options?: BackupVaultsGetOptionalParams) => Promise<BackupVault>

listByNetAppAccount

قم بإدراج ووصف جميع خزائن النسخ الاحتياطي في حساب NetApp.

listByNetAppAccount: (resourceGroupName: string, accountName: string, options?: BackupVaultsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<BackupVault, BackupVault[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, accountName: string, options?: BackupVaultsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<BackupVault, BackupVault[], PageSettings>

update

تصحيح مخزن النسخ الاحتياطي ل NetApp المحدد

update: (resourceGroupName: string, accountName: string, backupVaultName: string, body: BackupVaultPatch, options?: BackupVaultsUpdateOptionalParams) => PollerLike<OperationState<BackupVault>, BackupVault>

قيمة الخاصية

(resourceGroupName: string, accountName: string, backupVaultName: string, body: BackupVaultPatch, options?: BackupVaultsUpdateOptionalParams) => PollerLike<OperationState<BackupVault>, BackupVault>