Language

ConfluentAccessPointCollection.CreateOrUpdate Method

Definition

Create or replace a confluent access point

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints/{accessPointId}.
  • Operation Id. : AccessPointResources_CreateOrReplace.
  • Default Api Version. : 2026-06-02-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Confluent.ConfluentAccessPointResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string accessPointId, Azure.ResourceManager.Confluent.ConfluentAccessPointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Confluent.ConfluentAccessPointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Confluent.ConfluentAccessPointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, accessPointId As String, data As ConfluentAccessPointData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ConfluentAccessPointResource)

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.

accessPointId
String

Confluent access point id.

data
ConfluentAccessPointData

Confluent Access Point resource model.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

accessPointId or data is null.

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

Applies to