Sdílet prostřednictvím


ExperimentProperties Class

Definition

Defines the properties of an experiment

public class ExperimentProperties
type ExperimentProperties = class
Public Class ExperimentProperties
Inheritance
ExperimentProperties

Constructors

ExperimentProperties()

Initializes a new instance of the ExperimentProperties class.

ExperimentProperties(String, Endpoint, Endpoint, String, String, String, String)

Initializes a new instance of the ExperimentProperties class.

Properties

Description

Gets or sets the description of the details or intents of the Experiment

EnabledState

Gets or sets the state of the Experiment Possible values include: 'Enabled', 'Disabled'

EndpointA

Gets or sets the endpoint A of an experiment

EndpointB

Gets or sets the endpoint B of an experiment

ResourceState

Gets resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting'

ScriptFileUri

Gets the uri to the Script used in the Experiment

Status

Gets the description of Experiment status from the server side

Applies to