DataReplicationFabricCollection.CreateOrUpdateAsync Method

Definition

Creates the fabric.

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

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.

fabricName
String

The fabric name.

data
DataReplicationFabricData

Fabric properties.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

fabricName or data is null.

Applies to