ExperimentsOperations interface

Schnittstelle stellt die Operationen eines Experiments dar.

Eigenschaften

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Erstellt oder aktualisiert ein Experiment

delete

Löscht ein Experiment

get

Ruft ein Experiment nach ExperimentName ab

listByProfile

Ruft eine Liste der Experimente ab

update

Aktualisierung eines Experiments

Details zur Eigenschaft

beginCreateOrUpdate

Warnung

Diese API ist nun veraltet.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>

beginCreateOrUpdateAndWait

Warnung

Diese API ist nun veraltet.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams) => Promise<Experiment>

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams) => Promise<Experiment>

beginDelete

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

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

beginDeleteAndWait

Warnung

Diese API ist nun veraltet.

use delete instead

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

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams) => Promise<void>

beginUpdate

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdate: (resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>

beginUpdateAndWait

Warnung

Diese API ist nun veraltet.

use update instead

beginUpdateAndWait: (resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams) => Promise<Experiment>

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams) => Promise<Experiment>

createOrUpdate

Erstellt oder aktualisiert ein Experiment

createOrUpdate: (resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Experiment>, Experiment>

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Experiment>, Experiment>

delete

Löscht ein Experiment

delete: (resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ruft ein Experiment nach ExperimentName ab

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

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsGetOptionalParams) => Promise<Experiment>

listByProfile

Ruft eine Liste der Experimente ab

listByProfile: (resourceGroupName: string, profileName: string, options?: ExperimentsListByProfileOptionalParams) => PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, profileName: string, options?: ExperimentsListByProfileOptionalParams) => PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>

update

Aktualisierung eines Experiments

update: (resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams) => PollerLike<OperationState<Experiment>, Experiment>

Eigenschaftswert

(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams) => PollerLike<OperationState<Experiment>, Experiment>