SchedulesOperationsExtensions.ListByLabAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Schedule>> ListByLabAsync (this Microsoft.Azure.Management.LabServices.ISchedulesOperations operations, string resourceGroupName, string labName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByLabAsync : Microsoft.Azure.Management.LabServices.ISchedulesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Schedule>>
<Extension()>
Public Function ListByLabAsync (operations As ISchedulesOperations, resourceGroupName As String, labName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Retourne une liste de toutes les planifications d’un labo.
S’applique à
Azure SDK for .NET