ExperimentsOperationsExtensions Class

Definition

Extension methods for ExperimentsOperations.

public static class ExperimentsOperationsExtensions
type ExperimentsOperationsExtensions = class
Public Module ExperimentsOperationsExtensions
Inheritance
ExperimentsOperationsExtensions

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