Sdílet prostřednictvím


ExperimentUpdateProperties Constructors

Definition

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'

Applies to