Language

ConfluentNetworkGatewayResource.GetConfluentAccessPointAsync Method

Definition

Get confluent access point by Id.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>> GetConfluentAccessPointAsync(string accessPointId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfluentAccessPointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>>
override this.GetConfluentAccessPointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>>
Public Overridable Function GetConfluentAccessPointAsync (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