次の方法で共有


HealthDataAIServicesPrivateEndpointConnectionResourceCollection.GetAll 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-09-20
  • Resource: HealthDataAIServicesPrivateEndpointConnectionResource
public virtual Azure.Pageable<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HealthDataAIServices.HealthDataAIServicesPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HealthDataAIServicesPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to