ConfluentConnectorCollection.CreateOrUpdate Method

Definition

Create confluent connector by Name

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}/connectors/{connectorName}.
  • Operation Id. : ConnectorResources_CreateOrUpdate.
  • Default Api Version. : 2025-08-18-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Confluent.ConfluentConnectorResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string connectorName, Azure.ResourceManager.Confluent.ConfluentConnectorData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Confluent.ConfluentConnectorData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Confluent.ConfluentConnectorResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Confluent.ConfluentConnectorData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Confluent.ConfluentConnectorResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, connectorName As String, data As ConfluentConnectorData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ConfluentConnectorResource)

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.

connectorName
String

Confluent connector name.

data
ConfluentConnectorData

Confluent Connector resource model.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

connectorName is null.

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

Applies to