HealthDataAIServicesPrivateEndpointConnectionResource.GetAsync Method

Definition

Get a specific private connection

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections/{privateEndpointConnectionName}.
  • Operation Id. : PrivateEndpointConnections_Get.
  • Default Api Version. : 2024-09-20.
  • Resource. : HealthDataAIServicesPrivateEndpointConnectionResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HealthDataAIServicesPrivateEndpointConnectionResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to