BackupVaultsOperations interface
Schnittstelle, die einen BackupVaults-Vorgang darstellt.
Eigenschaften
| create |
Erstellen oder aktualisieren Sie den angegebenen Backup-Tresor im NetApp-Konto |
| delete | |
| get | Holen Sie sich den Backup-Tresor |
| list |
Listen Sie alle Backup-Tresore im NetApp-Konto auf und beschreiben Sie sie. |
| update | Patchen des angegebenen NetApp Backup-Tresors |
Details zur Eigenschaft
createOrUpdate
Erstellen oder aktualisieren Sie den angegebenen Backup-Tresor im NetApp-Konto
createOrUpdate: (resourceGroupName: string, accountName: string, backupVaultName: string, body: BackupVault, options?: BackupVaultsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BackupVault>, BackupVault>
Eigenschaftswert
(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>
Eigenschaftswert
(resourceGroupName: string, accountName: string, backupVaultName: string, options?: BackupVaultsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Holen Sie sich den Backup-Tresor
get: (resourceGroupName: string, accountName: string, backupVaultName: string, options?: BackupVaultsGetOptionalParams) => Promise<BackupVault>
Eigenschaftswert
(resourceGroupName: string, accountName: string, backupVaultName: string, options?: BackupVaultsGetOptionalParams) => Promise<BackupVault>
listByNetAppAccount
Listen Sie alle Backup-Tresore im NetApp-Konto auf und beschreiben Sie sie.
listByNetAppAccount: (resourceGroupName: string, accountName: string, options?: BackupVaultsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<BackupVault, BackupVault[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, accountName: string, options?: BackupVaultsListByNetAppAccountOptionalParams) => PagedAsyncIterableIterator<BackupVault, BackupVault[], PageSettings>
update
Patchen des angegebenen NetApp Backup-Tresors
update: (resourceGroupName: string, accountName: string, backupVaultName: string, body: BackupVaultPatch, options?: BackupVaultsUpdateOptionalParams) => PollerLike<OperationState<BackupVault>, BackupVault>
Eigenschaftswert
(resourceGroupName: string, accountName: string, backupVaultName: string, body: BackupVaultPatch, options?: BackupVaultsUpdateOptionalParams) => PollerLike<OperationState<BackupVault>, BackupVault>