Delen via


ExperimentsOperationsExtensions.ListByWorkspaceAsync Methode

Definitie

Hiermee haalt u een lijst met experimenten op binnen de opgegeven werkruimte.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Experiment>> ListByWorkspaceAsync (this Microsoft.Azure.Management.BatchAI.IExperimentsOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.BatchAI.Models.ExperimentsListByWorkspaceOptions experimentsListByWorkspaceOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.BatchAI.IExperimentsOperations * string * string * Microsoft.Azure.Management.BatchAI.Models.ExperimentsListByWorkspaceOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Experiment>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As IExperimentsOperations, resourceGroupName As String, workspaceName As String, Optional experimentsListByWorkspaceOptions As ExperimentsListByWorkspaceOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Experiment))

Parameters

operations
IExperimentsOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

Naam van de resourcegroep waartoe de resource behoort.

workspaceName
String

De naam van de werkruimte. Werkruimtenamen mogen alleen een combinatie van alfanumerieke tekens bevatten, samen met een streepje (-) en een onderstrepingsteken (_). De naam moet tussen 1 en 64 tekens lang zijn.

experimentsListByWorkspaceOptions
ExperimentsListByWorkspaceOptions

Aanvullende parameters voor de bewerking

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op