Share via


NetAppBackupVaultCollection.CreateOrUpdate Method

Definition

Create or update the specified Backup Vault in the NetApp account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/backupVaults/{backupVaultName}
  • Operation Id: BackupVaults_CreateOrUpdate
  • Default Api Version: 2023-05-01-preview
  • Resource: NetAppBackupVaultResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppBackupVaultResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string backupVaultName, Azure.ResourceManager.NetApp.NetAppBackupVaultData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.NetAppBackupVaultData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppBackupVaultResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.NetAppBackupVaultData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.NetAppBackupVaultResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, backupVaultName As String, data As NetAppBackupVaultData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetAppBackupVaultResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

backupVaultName
String

The name of the Backup Vault.

data
NetAppBackupVaultData

BackupVault object supplied in the body of the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

backupVaultName is an empty string, and was expected to be non-empty.

backupVaultName or data is null.

Applies to