JobsOperationsExtensions.ListByExperiment 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 la liste des travaux dans l’expérience spécifiée.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Job> ListByExperiment (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, Microsoft.Azure.Management.BatchAI.Models.JobsListByExperimentOptions jobsListByExperimentOptions = default);
static member ListByExperiment : Microsoft.Azure.Management.BatchAI.IJobsOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.JobsListByExperimentOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Job>
<Extension()>
Public Function ListByExperiment (operations As IJobsOperations, resourceGroupName As String, workspaceName As String, experimentName As String, Optional jobsListByExperimentOptions As JobsListByExperimentOptions = Nothing) As IPage(Of Job)
Paramètres
- operations
- IJobsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient la ressource.
- workspaceName
- String
Nom de l’espace de travail. Les noms d’espace de travail ne peuvent contenir qu’une combinaison de caractères alphanumériques avec tiret (-) et trait de soulignement (_). Le nom doit comporter entre 1 et 64 caractères.
- experimentName
- String
Nom de l’expérience. Les noms d’expériences ne peuvent contenir qu’une combinaison de caractères alphanumériques avec tiret (-) et trait de soulignement (_). Le nom doit comporter entre 1 et 64 caractères.
- jobsListByExperimentOptions
- JobsListByExperimentOptions
Paramètres supplémentaires pour l’opération
Retours
S’applique à
Azure SDK for .NET