ImagesOperationsExtensions.ListByLabPlan Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET