DeidServiceResource.GetPrivateLinksAsync(CancellationToken) Method

Definition

List private links on the given resource

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to