Share via


DataReplicationFabricAgentCollection.CreateOrUpdate Method

Definition

Creates the fabric agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: FabricAgentModel_Create
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string fabricAgentName, Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricAgentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, fabricAgentName As String, data As DataReplicationFabricAgentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DataReplicationFabricAgentResource)

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 name.

data
DataReplicationFabricAgentData

Fabric agent 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