Freigeben über


LabPlanCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt eine Liste aller Labpläne für ein Abonnement und eine Ressourcengruppe zurück.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: