Freigeben über


LabCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt eine Liste aller Labs in einer Ressourcengruppe zurück.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: