Language

ConfluentAccessPointCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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