ExperimentsOperationsExtensions.ListByWorkspace Method

Definition

Gets a list of Experiments within the specified Workspace.

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)

Parameters

operations
IExperimentsOperations

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.

experimentsListByWorkspaceOptions
ExperimentsListByWorkspaceOptions

Additional parameters for the operation

Returns

Applies to