Partager via


ImagesOperationsExtensions.ListByLabPlanAsync Méthode

Définition

Obtient toutes les images.

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))

Paramètres

operations
IImagesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

labPlanName
String

Nom du plan de laboratoire qui l’identifie de manière unique dans le groupe de ressources contenant. Utilisé dans les URI de ressource et dans l’interface utilisateur.

filter
String

Filtre à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtient toutes les images des galeries attachées à un plan de labo.

S’applique à