Language

ConfluentAccessPointCollection.GetAsync(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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>> GetAsync(string accessPointId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>>
Public Overridable Function GetAsync (accessPointId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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