Share via


ExperimentProperties Constructors

Definition

Overloads

ExperimentProperties()

Initializes a new instance of the ExperimentProperties class.

ExperimentProperties(String, Endpoint, Endpoint, String, String, String, String)

Initializes a new instance of the ExperimentProperties class.

ExperimentProperties()

Initializes a new instance of the ExperimentProperties class.

public ExperimentProperties ();
Public Sub New ()

Applies to

ExperimentProperties(String, Endpoint, Endpoint, String, String, String, String)

Initializes a new instance of the ExperimentProperties class.

public ExperimentProperties (string description = default, Microsoft.Azure.Management.FrontDoor.Models.Endpoint endpointA = default, Microsoft.Azure.Management.FrontDoor.Models.Endpoint endpointB = default, string enabledState = default, string resourceState = default, string status = default, string scriptFileUri = default);
new Microsoft.Azure.Management.FrontDoor.Models.ExperimentProperties : string * Microsoft.Azure.Management.FrontDoor.Models.Endpoint * Microsoft.Azure.Management.FrontDoor.Models.Endpoint * string * string * string * string -> Microsoft.Azure.Management.FrontDoor.Models.ExperimentProperties
Public Sub New (Optional description As String = Nothing, Optional endpointA As Endpoint = Nothing, Optional endpointB As Endpoint = Nothing, Optional enabledState As String = Nothing, Optional resourceState As String = Nothing, Optional status As String = Nothing, Optional scriptFileUri As String = Nothing)

Parameters

description
String

The description of the details or intents of the Experiment

endpointA
Endpoint

The endpoint A of an experiment

endpointB
Endpoint

The endpoint B of an experiment

enabledState
String

The state of the Experiment Possible values include: 'Enabled', 'Disabled'

resourceState
String

Resource status. Possible values include: 'Creating', 'Enabling', 'Enabled', 'Disabling', 'Disabled', 'Deleting'

status
String

The description of Experiment status from the server side

scriptFileUri
String

The uri to the Script used in the Experiment

Applies to