Freigeben über


HealthcareApisWorkspacePrivateLinkResourceCollection.GetAllAsync Methode

Definition

Ruft die Private Link-Ressourcen ab, die für einen Arbeitsbereich erstellt werden müssen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources
  • Vorgang IdWorkspacePrivateLinkResources_ListByWorkspace
public virtual Azure.AsyncPageable<Azure.ResourceManager.HealthcareApis.HealthcareApisWorkspacePrivateLinkResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HealthcareApis.HealthcareApisWorkspacePrivateLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HealthcareApis.HealthcareApisWorkspacePrivateLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HealthcareApisWorkspacePrivateLinkResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der HealthcareApisWorkspacePrivateLinkResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: