JobsOperationsExtensions.ListByExperimentAsync Method

Definition

Gets a list of Jobs within the specified Experiment.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Job>> ListByExperimentAsync (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string resourceGroupName, string workspaceName, string experimentName, Microsoft.Azure.Management.BatchAI.Models.JobsListByExperimentOptions jobsListByExperimentOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByExperimentAsync : Microsoft.Azure.Management.BatchAI.IJobsOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.JobsListByExperimentOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Job>>
<Extension()>
Public Function ListByExperimentAsync (operations As IJobsOperations, resourceGroupName As String, workspaceName As String, experimentName As String, Optional jobsListByExperimentOptions As JobsListByExperimentOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Job))

Parameters

operations
IJobsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

workspaceName
String

The name of the workspace. Workspace names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

experimentName
String

The name of the experiment. Experiment names can only contain a combination of alphanumeric characters along with dash (-) and underscore (_). The name must be from 1 through 64 characters long.

jobsListByExperimentOptions
JobsListByExperimentOptions

Additional parameters for the operation

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to