SchedulesOperationsExtensions.ListByLab 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.
Obtenez toutes les planifications d’un labo.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Schedule> ListByLab (this Microsoft.Azure.Management.LabServices.ISchedulesOperations operations, string resourceGroupName, string labName, string filter = default);
static member ListByLab : Microsoft.Azure.Management.LabServices.ISchedulesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Schedule>
<Extension()>
Public Function ListByLab (operations As ISchedulesOperations, resourceGroupName As String, labName As String, Optional filter As String = Nothing) As IPage(Of Schedule)
Paramètres
- operations
- ISchedulesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- labName
- String
Nom du labo qui l’identifie de manière unique dans le compte de laboratoire contenant. Utilisé dans les URI de ressource.
- filter
- String
Filtre à appliquer à l’opération.
Retours
Remarques
Retourne une liste de toutes les planifications d’un labo.
S’applique à
Azure SDK for .NET