ExperimentProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |