HealthDataAIServicesPrivateEndpointConnectionResourceCollection.GetAllAsync Method

Definition

List private endpoint connections on the given resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}/privateEndpointConnections
  • Operation Id: PrivateEndpointConnectionResource_ListByDeidService
  • Default Api Version: 2024-02-28-preview
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HealthDataAIServicesPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of HealthDataAIServicesPrivateEndpointConnectionResource that may take multiple service requests to iterate over.

Applies to