ExperimentUpdateModel 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 modifiable attributes of an Experiment
[Microsoft.Rest.Serialization.JsonTransformation]
public class ExperimentUpdateModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExperimentUpdateModel = class
Public Class ExperimentUpdateModel
- Inheritance
-
ExperimentUpdateModel
- Attributes
Constructors
ExperimentUpdateModel() |
Initializes a new instance of the ExperimentUpdateModel class. |
ExperimentUpdateModel(IDictionary<String,String>, String, String) |
Initializes a new instance of the ExperimentUpdateModel class. |
Properties
Description |
Gets or sets the description of the intent or details of the Experiment |
EnabledState |
Gets or sets the state of the Experiment Possible values include: 'Enabled', 'Disabled' |
Tags |
Gets or sets resource tags. |