ExperimentsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ExperimentsOperations.
In this article
public static class ExperimentsOperationsExtensions
type ExperimentsOperationsExtensions = class
Public Module ExperimentsOperationsExtensions
Inheritance
System.Object
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