Share via


BackupResourceVaultConfigCollection.CreateOrUpdateAsync Method

Definition

Updates vault security config.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupconfig/vaultconfig
  • Operation Id: BackupResourceVaultConfigs_Put
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesBackup.BackupResourceVaultConfigResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string vaultName, Azure.ResourceManager.RecoveryServicesBackup.BackupResourceVaultConfigData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesBackup.BackupResourceVaultConfigData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesBackup.BackupResourceVaultConfigResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesBackup.BackupResourceVaultConfigData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesBackup.BackupResourceVaultConfigResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, vaultName As String, data As BackupResourceVaultConfigData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of BackupResourceVaultConfigResource))

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.

vaultName
String

The name of the recovery services vault.

data
BackupResourceVaultConfigData

resource config request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

vaultName or data is null.

Applies to