Partager via


ImagesOperationsExtensions.ListByLabPlan Méthode

Définition

Obtient toutes les images.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image> ListByLabPlan (this Microsoft.Azure.Management.LabServices.IImagesOperations operations, string resourceGroupName, string labPlanName, string filter = default);
static member ListByLabPlan : Microsoft.Azure.Management.LabServices.IImagesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image>
<Extension()>
Public Function ListByLabPlan (operations As IImagesOperations, resourceGroupName As String, labPlanName As String, Optional filter As String = Nothing) As 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.

Retours

Remarques

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

S’applique à