Partager via


Experiments interface

Interface représentant une expérience.

Méthodes

beginCancel(string, string, ExperimentsCancelOptionalParams)

Annuler une ressource d’expérience en cours d’exécution.

beginCancelAndWait(string, string, ExperimentsCancelOptionalParams)

Annuler une ressource d’expérience en cours d’exécution.

beginCreateOrUpdate(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)

Créer ou mettre à jour une ressource Experiment.

beginCreateOrUpdateAndWait(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)

Créer ou mettre à jour une ressource Experiment.

beginDelete(string, string, ExperimentsDeleteOptionalParams)

Supprimer une ressource d’expérience.

beginDeleteAndWait(string, string, ExperimentsDeleteOptionalParams)

Supprimer une ressource d’expérience.

beginStart(string, string, ExperimentsStartOptionalParams)

Démarrez une ressource d’expérience.

beginStartAndWait(string, string, ExperimentsStartOptionalParams)

Démarrez une ressource d’expérience.

beginUpdate(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)

Opération de mise à jour d’une expérience.

beginUpdateAndWait(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)

Opération de mise à jour d’une expérience.

executionDetails(string, string, string, ExperimentsExecutionDetailsOptionalParams)

Détails d’exécution d’une ressource d’expérience.

get(string, string, ExperimentsGetOptionalParams)

Obtenez une ressource d’expérience.

getExecution(string, string, string, ExperimentsGetExecutionOptionalParams)

Obtenir une exécution d’une ressource d’expérience.

list(string, ExperimentsListOptionalParams)

Obtenez la liste des ressources d’expérience dans un groupe de ressources.

listAll(ExperimentsListAllOptionalParams)

Obtenez la liste des ressources d’expérience dans un abonnement.

listAllExecutions(string, string, ExperimentsListAllExecutionsOptionalParams)

Obtenir la liste des exécutions d’une ressource d’expérience.

Détails de la méthode

beginCancel(string, string, ExperimentsCancelOptionalParams)

Annuler une ressource d’expérience en cours d’exécution.

function beginCancel(resourceGroupName: string, experimentName: string, options?: ExperimentsCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

options
ExperimentsCancelOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginCancelAndWait(string, string, ExperimentsCancelOptionalParams)

Annuler une ressource d’expérience en cours d’exécution.

function beginCancelAndWait(resourceGroupName: string, experimentName: string, options?: ExperimentsCancelOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

options
ExperimentsCancelOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginCreateOrUpdate(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)

Créer ou mettre à jour une ressource Experiment.

function beginCreateOrUpdate(resourceGroupName: string, experimentName: string, experiment: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

experiment
Experiment

Ressource d’expérience à créer ou à mettre à jour.

options
ExperimentsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<Experiment>, Experiment>>

beginCreateOrUpdateAndWait(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)

Créer ou mettre à jour une ressource Experiment.

function beginCreateOrUpdateAndWait(resourceGroupName: string, experimentName: string, experiment: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<Experiment>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

experiment
Experiment

Ressource d’expérience à créer ou à mettre à jour.

options
ExperimentsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Experiment>

beginDelete(string, string, ExperimentsDeleteOptionalParams)

Supprimer une ressource d’expérience.

function beginDelete(resourceGroupName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

options
ExperimentsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ExperimentsDeleteOptionalParams)

Supprimer une ressource d’expérience.

function beginDeleteAndWait(resourceGroupName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

options
ExperimentsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginStart(string, string, ExperimentsStartOptionalParams)

Démarrez une ressource d’expérience.

function beginStart(resourceGroupName: string, experimentName: string, options?: ExperimentsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

options
ExperimentsStartOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginStartAndWait(string, string, ExperimentsStartOptionalParams)

Démarrez une ressource d’expérience.

function beginStartAndWait(resourceGroupName: string, experimentName: string, options?: ExperimentsStartOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

options
ExperimentsStartOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)

Opération de mise à jour d’une expérience.

function beginUpdate(resourceGroupName: string, experimentName: string, experiment: ExperimentUpdate, options?: ExperimentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

experiment
ExperimentUpdate

Paramètres fournis à l’opération de mise à jour de l’expérience.

options
ExperimentsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<Experiment>, Experiment>>

beginUpdateAndWait(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)

Opération de mise à jour d’une expérience.

function beginUpdateAndWait(resourceGroupName: string, experimentName: string, experiment: ExperimentUpdate, options?: ExperimentsUpdateOptionalParams): Promise<Experiment>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

experiment
ExperimentUpdate

Paramètres fournis à l’opération de mise à jour de l’expérience.

options
ExperimentsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<Experiment>

executionDetails(string, string, string, ExperimentsExecutionDetailsOptionalParams)

Détails d’exécution d’une ressource d’expérience.

function executionDetails(resourceGroupName: string, experimentName: string, executionId: string, options?: ExperimentsExecutionDetailsOptionalParams): Promise<ExperimentExecutionDetails>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

executionId

string

GUID qui représente un détail d’exécution d’expérience.

options
ExperimentsExecutionDetailsOptionalParams

Paramètres d’options.

Retours

get(string, string, ExperimentsGetOptionalParams)

Obtenez une ressource d’expérience.

function get(resourceGroupName: string, experimentName: string, options?: ExperimentsGetOptionalParams): Promise<Experiment>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

options
ExperimentsGetOptionalParams

Paramètres d’options.

Retours

Promise<Experiment>

getExecution(string, string, string, ExperimentsGetExecutionOptionalParams)

Obtenir une exécution d’une ressource d’expérience.

function getExecution(resourceGroupName: string, experimentName: string, executionId: string, options?: ExperimentsGetExecutionOptionalParams): Promise<ExperimentExecution>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

executionId

string

GUID qui représente un détail d’exécution d’expérience.

options
ExperimentsGetExecutionOptionalParams

Paramètres d’options.

Retours

list(string, ExperimentsListOptionalParams)

Obtenez la liste des ressources d’expérience dans un groupe de ressources.

function list(resourceGroupName: string, options?: ExperimentsListOptionalParams): PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

options
ExperimentsListOptionalParams

Paramètres d’options.

Retours

listAll(ExperimentsListAllOptionalParams)

Obtenez la liste des ressources d’expérience dans un abonnement.

function listAll(options?: ExperimentsListAllOptionalParams): PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>

Paramètres

options
ExperimentsListAllOptionalParams

Paramètres d’options.

Retours

listAllExecutions(string, string, ExperimentsListAllExecutionsOptionalParams)

Obtenir la liste des exécutions d’une ressource d’expérience.

function listAllExecutions(resourceGroupName: string, experimentName: string, options?: ExperimentsListAllExecutionsOptionalParams): PagedAsyncIterableIterator<ExperimentExecution, ExperimentExecution[], PageSettings>

Paramètres

resourceGroupName

string

Chaîne qui représente un groupe de ressources Azure.

experimentName

string

Chaîne qui représente un nom de ressource Experiment.

options
ExperimentsListAllExecutionsOptionalParams

Paramètres d’options.

Retours