Language

ConfluentNetworkGatewayResource.GetConfluentAccessPoint Method

Definition

Get confluent access point by Id.

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