IBackupVaultsOperations Interface

Definition

BackupVaultsOperations operations.

public interface IBackupVaultsOperations
type IBackupVaultsOperations = interface
Public Interface IBackupVaultsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, BackupVault, Dictionary<String,List<String>>, CancellationToken)

Create or update the specified Backup Vault in the NetApp account

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the specified Backup Vault

BeginUpdateWithHttpMessagesAsync(String, String, String, BackupVaultPatch, Dictionary<String,List<String>>, CancellationToken)

Patch the specified NetApp Backup Vault

CreateOrUpdateWithHttpMessagesAsync(String, String, String, BackupVault, Dictionary<String,List<String>>, CancellationToken)

Create or update the specified Backup Vault in the NetApp account

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete the specified Backup Vault

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the Backup Vault

ListByNetAppAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List and describe all Backup Vaults in the NetApp account.

ListByNetAppAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List and describe all Backup Vaults in the NetApp account.

UpdateWithHttpMessagesAsync(String, String, String, BackupVaultPatch, Dictionary<String,List<String>>, CancellationToken)

Patch the specified NetApp Backup Vault

Extension Methods

BeginCreateOrUpdate(IBackupVaultsOperations, String, String, String, BackupVault)

Create or update the specified Backup Vault in the NetApp account

BeginCreateOrUpdateAsync(IBackupVaultsOperations, String, String, String, BackupVault, CancellationToken)

Create or update the specified Backup Vault in the NetApp account

BeginDelete(IBackupVaultsOperations, String, String, String)

Delete the specified Backup Vault

BeginDeleteAsync(IBackupVaultsOperations, String, String, String, CancellationToken)

Delete the specified Backup Vault

BeginUpdate(IBackupVaultsOperations, String, String, String, BackupVaultPatch)

Patch the specified NetApp Backup Vault

BeginUpdateAsync(IBackupVaultsOperations, String, String, String, BackupVaultPatch, CancellationToken)

Patch the specified NetApp Backup Vault

CreateOrUpdate(IBackupVaultsOperations, String, String, String, BackupVault)

Create or update the specified Backup Vault in the NetApp account

CreateOrUpdateAsync(IBackupVaultsOperations, String, String, String, BackupVault, CancellationToken)

Create or update the specified Backup Vault in the NetApp account

Delete(IBackupVaultsOperations, String, String, String)

Delete the specified Backup Vault

DeleteAsync(IBackupVaultsOperations, String, String, String, CancellationToken)

Delete the specified Backup Vault

Get(IBackupVaultsOperations, String, String, String)

Get the Backup Vault

GetAsync(IBackupVaultsOperations, String, String, String, CancellationToken)

Get the Backup Vault

ListByNetAppAccount(IBackupVaultsOperations, String, String)

List and describe all Backup Vaults in the NetApp account.

ListByNetAppAccountAsync(IBackupVaultsOperations, String, String, CancellationToken)

List and describe all Backup Vaults in the NetApp account.

ListByNetAppAccountNext(IBackupVaultsOperations, String)

List and describe all Backup Vaults in the NetApp account.

ListByNetAppAccountNextAsync(IBackupVaultsOperations, String, CancellationToken)

List and describe all Backup Vaults in the NetApp account.

Update(IBackupVaultsOperations, String, String, String, BackupVaultPatch)

Patch the specified NetApp Backup Vault

UpdateAsync(IBackupVaultsOperations, String, String, String, BackupVaultPatch, CancellationToken)

Patch the specified NetApp Backup Vault

Applies to