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. : PrivateLinks_ListByDeidService.
  • Default Api Version. : 2024-09-20.
  • Resource. : DeidServiceResource.
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

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

Applies to