Partager via


IExperimentsOperations Interface

Définition

ExperimentsOperations operations.

public interface IExperimentsOperations
type IExperimentsOperations = interface
Public Interface IExperimentsOperations

Méthodes

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

Crée une expérience.

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

Supprime une expérience.

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

Crée une expérience.

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

Supprime une expérience.

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

Obtient des informations sur une expérience.

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

Obtient la liste des expériences dans l’espace de travail spécifié.

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

Obtient la liste des expériences dans l’espace de travail spécifié.

Méthodes d’extension

BeginCreate(IExperimentsOperations, String, String, String)

Crée une expérience.

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

Crée une expérience.

BeginDelete(IExperimentsOperations, String, String, String)

Supprime une expérience.

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

Supprime une expérience.

Create(IExperimentsOperations, String, String, String)

Crée une expérience.

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

Crée une expérience.

Delete(IExperimentsOperations, String, String, String)

Supprime une expérience.

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

Supprime une expérience.

Get(IExperimentsOperations, String, String, String)

Obtient des informations sur une expérience.

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

Obtient des informations sur une expérience.

ListByWorkspace(IExperimentsOperations, String, String, ExperimentsListByWorkspaceOptions)

Obtient la liste des expériences dans l’espace de travail spécifié.

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

Obtient la liste des expériences dans l’espace de travail spécifié.

ListByWorkspaceNext(IExperimentsOperations, String)

Obtient la liste des expériences dans l’espace de travail spécifié.

ListByWorkspaceNextAsync(IExperimentsOperations, String, CancellationToken)

Obtient la liste des expériences dans l’espace de travail spécifié.

S’applique à