ExperimentUpdateProperties Constructors
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.
Overloads
ExperimentUpdateProperties() |
Initializes a new instance of the ExperimentUpdateProperties class. |
ExperimentUpdateProperties(String, String) |
Initializes a new instance of the ExperimentUpdateProperties class. |
ExperimentUpdateProperties()
Initializes a new instance of the ExperimentUpdateProperties class.
public ExperimentUpdateProperties ();
Public Sub New ()
Applies to
ExperimentUpdateProperties(String, String)
Initializes a new instance of the ExperimentUpdateProperties class.
public ExperimentUpdateProperties (string description = default, string enabledState = default);
new Microsoft.Azure.Management.FrontDoor.Models.ExperimentUpdateProperties : string * string -> Microsoft.Azure.Management.FrontDoor.Models.ExperimentUpdateProperties
Public Sub New (Optional description As String = Nothing, Optional enabledState As String = Nothing)
Parameters
- description
- String
The description of the intent or details of the Experiment
- enabledState
- String
The state of the Experiment Possible values include: 'Enabled', 'Disabled'