Freigeben über


ImagesOperationsExtensions.ListByLabPlanAsync Methode

Definition

Ruft alle Bilder ab.

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

Parameter

operations
IImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

labPlanName
String

Der Name des Labplans, der ihn innerhalb einer ressourcenhaltigen Gruppe eindeutig identifiziert. Wird in Ressourcen-URIs und in der Benutzeroberfläche verwendet.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft alle Bilder aus Katalogen ab, die einem Labplan angefügt sind.

Gilt für: