Dela via


ExperimentsOperationsExtensions.ListByWorkspace Metod

Definition

Hämtar en lista över experiment inom den angivna arbetsytan.

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

Parametrar

operations
IExperimentsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

workspaceName
String

Namnet på arbetsytan. Arbetsytenamn får bara innehålla en kombination av alfanumeriska tecken tillsammans med bindestreck (-) och understreck (_). Namnet måste vara mellan 1 och 64 tecken långt.

experimentsListByWorkspaceOptions
ExperimentsListByWorkspaceOptions

Ytterligare parametrar för åtgärden

Returer

Gäller för