ReplicationProtectedItemCollection.CreateOrUpdateAsync Method

Definition

The operation to create an ASR replication protected item (Enable replication).

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}
  • Operation Id: ReplicationProtectedItems_Create
  • Default Api Version: 2023-08-01
  • Resource: ReplicationProtectedItemResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string replicatedProtectedItemName, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReplicationProtectedItemCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReplicationProtectedItemCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReplicationProtectedItemCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, replicatedProtectedItemName As String, content As ReplicationProtectedItemCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ReplicationProtectedItemResource))

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.

replicatedProtectedItemName
String

A name for the replication protected item.

content
ReplicationProtectedItemCreateOrUpdateContent

Enable Protection Input.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

replicatedProtectedItemName or content is null.

Applies to