HealthcareApisWorkspacePrivateLinkResourceCollection.GetAll Method

Definition

Gets the private link resources that need to be created for a workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources
  • Operation Id: WorkspacePrivateLinkResources_ListByWorkspace
  • Default Api Version: 2024-03-31
  • Resource: HealthcareApisWorkspacePrivateLinkResource
public virtual Azure.Pageable<Azure.ResourceManager.HealthcareApis.HealthcareApisWorkspacePrivateLinkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HealthcareApis.HealthcareApisWorkspacePrivateLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HealthcareApis.HealthcareApisWorkspacePrivateLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HealthcareApisWorkspacePrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to