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