DataReplicationProtectedItemCollection.CreateOrUpdate Method

Definition

Creates the protected item.

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

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.

protectedItemName
String

The protected item name.

data
DataReplicationProtectedItemData

Protected item model.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

protectedItemName or data is null.

Applies to