Language

ConfluentAccessPointCollection.Get(String, CancellationToken) Method

Definition

Get confluent access point by Id

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

Parameters

accessPointId
String

Confluent access point id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

accessPointId is null.

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

Applies to