Sdílet prostřednictvím


IExperimentsOperations Rozhraní

Definice

ExperimentyOperations operace.

public interface IExperimentsOperations
type IExperimentsOperations = interface
Public Interface IExperimentsOperations

Metody

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

Vytvoří experiment.

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

Odstraní experiment.

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

Vytvoří experiment.

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

Odstraní experiment.

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

Získá informace o experimentu.

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

Získá seznam experimentů v rámci zadaného pracovního prostoru.

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

Získá seznam experimentů v rámci zadaného pracovního prostoru.

Metody rozšíření

BeginCreate(IExperimentsOperations, String, String, String)

Vytvoří experiment.

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

Vytvoří experiment.

BeginDelete(IExperimentsOperations, String, String, String)

Odstraní experiment.

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

Odstraní experiment.

Create(IExperimentsOperations, String, String, String)

Vytvoří experiment.

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

Vytvoří experiment.

Delete(IExperimentsOperations, String, String, String)

Odstraní experiment.

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

Odstraní experiment.

Get(IExperimentsOperations, String, String, String)

Získá informace o experimentu.

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

Získá informace o experimentu.

ListByWorkspace(IExperimentsOperations, String, String, ExperimentsListByWorkspaceOptions)

Získá seznam experimentů v rámci zadaného pracovního prostoru.

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

Získá seznam experimentů v rámci zadaného pracovního prostoru.

ListByWorkspaceNext(IExperimentsOperations, String)

Získá seznam experimentů v rámci zadaného pracovního prostoru.

ListByWorkspaceNextAsync(IExperimentsOperations, String, CancellationToken)

Získá seznam experimentů v rámci zadaného pracovního prostoru.

Platí pro