Experiment 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
[Microsoft.Rest.Serialization.JsonTransformation]
public class Experiment : Microsoft.Azure.Management.FrontDoor.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Experiment = class
inherit Resource
Public Class Experiment
Inherits Resource
- Inheritance
- Attributes
Constructors
Experiment() |
Initializes a new instance of the Experiment class. |
Experiment(String, String, String, String, IDictionary<String,String>, Endpoint, Endpoint, String, String, String, String, String) |
Initializes a new instance of the Experiment 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 |
Id |
Gets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
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 |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |