Freigeben über


LabPlansOperationsExtensions.ListByResourceGroupAsync Methode

Definition

Abrufen aller Labpläne für ein Abonnement und eine Ressourcengruppe.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.LabPlan>> ListByResourceGroupAsync (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.LabServices.ILabPlansOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.LabPlan>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As ILabPlansOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of LabPlan))

Parameter

operations
ILabPlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: