RecoveryServicesVaultCollection.CreateOrUpdate Method

Definition

Creates or updates a Recovery Services vault.

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

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
RecoveryServicesVaultData

Recovery Services Vault to be created.

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