DataReplicationDraCollection.CreateOrUpdateAsync Method

Definition

Creates the fabric agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationDraResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string fabricAgentName, Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationDraData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationDraData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationDraResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationDraData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationDraResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, fabricAgentName As String, data As DataReplicationDraData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DataReplicationDraResource))

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.

fabricAgentName
String

The fabric agent (Dra) name.

data
DataReplicationDraData

Dra model.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

fabricAgentName or data is null.

Applies to