IExperimentsOperations Interface

Definition

ExperimentsOperations operations.

public interface IExperimentsOperations
type IExperimentsOperations = interface
Public Interface IExperimentsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates an Experiment.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an Experiment.

CreateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates an Experiment.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an Experiment.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about an Experiment.

ListByWorkspaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of Experiments within the specified Workspace.

ListByWorkspaceWithHttpMessagesAsync(String, String, ExperimentsListByWorkspaceOptions, Dictionary<String,List<String>>, CancellationToken)

Gets a list of Experiments within the specified Workspace.

Extension Methods

BeginCreate(IExperimentsOperations, String, String, String)

Creates an Experiment.

BeginCreateAsync(IExperimentsOperations, String, String, String, CancellationToken)

Creates an Experiment.

BeginDelete(IExperimentsOperations, String, String, String)

Deletes an Experiment.

BeginDeleteAsync(IExperimentsOperations, String, String, String, CancellationToken)

Deletes an Experiment.

Create(IExperimentsOperations, String, String, String)

Creates an Experiment.

CreateAsync(IExperimentsOperations, String, String, String, CancellationToken)

Creates an Experiment.

Delete(IExperimentsOperations, String, String, String)

Deletes an Experiment.

DeleteAsync(IExperimentsOperations, String, String, String, CancellationToken)

Deletes an Experiment.

Get(IExperimentsOperations, String, String, String)

Gets information about an Experiment.

GetAsync(IExperimentsOperations, String, String, String, CancellationToken)

Gets information about an Experiment.

ListByWorkspace(IExperimentsOperations, String, String, ExperimentsListByWorkspaceOptions)

Gets a list of Experiments within the specified Workspace.

ListByWorkspaceAsync(IExperimentsOperations, String, String, ExperimentsListByWorkspaceOptions, CancellationToken)

Gets a list of Experiments within the specified Workspace.

ListByWorkspaceNext(IExperimentsOperations, String)

Gets a list of Experiments within the specified Workspace.

ListByWorkspaceNextAsync(IExperimentsOperations, String, CancellationToken)

Gets a list of Experiments within the specified Workspace.

Applies to