Compartilhar via


IExperimentsOperations Interface

Definição

Operações ExperimentsOperations.

public interface IExperimentsOperations
type IExperimentsOperations = interface
Public Interface IExperimentsOperations

Métodos

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

Cria um experimento.

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

Exclui um experimento.

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

Cria um experimento.

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

Exclui um experimento.

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

Obtém informações sobre um experimento.

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

Obtém uma lista de Experimentos no Workspace especificado.

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

Obtém uma lista de Experimentos no Workspace especificado.

Métodos de Extensão

BeginCreate(IExperimentsOperations, String, String, String)

Cria um experimento.

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

Cria um experimento.

BeginDelete(IExperimentsOperations, String, String, String)

Exclui um experimento.

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

Exclui um experimento.

Create(IExperimentsOperations, String, String, String)

Cria um experimento.

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

Cria um experimento.

Delete(IExperimentsOperations, String, String, String)

Exclui um experimento.

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

Exclui um experimento.

Get(IExperimentsOperations, String, String, String)

Obtém informações sobre um experimento.

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

Obtém informações sobre um experimento.

ListByWorkspace(IExperimentsOperations, String, String, ExperimentsListByWorkspaceOptions)

Obtém uma lista de Experimentos no Workspace especificado.

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

Obtém uma lista de Experimentos no Workspace especificado.

ListByWorkspaceNext(IExperimentsOperations, String)

Obtém uma lista de Experimentos no Workspace especificado.

ListByWorkspaceNextAsync(IExperimentsOperations, String, CancellationToken)

Obtém uma lista de Experimentos no Workspace especificado.

Aplica-se a