Partager via


Experiment Constructors

Definition

Overloads

Experiment()

Initializes a new instance of the Experiment class.

Experiment(String, String, String, String, IDictionary<String,String>, Endpoint, Endpoint, String, String, String, String, String)

Initializes a new instance of the Experiment class.

Experiment()

Initializes a new instance of the Experiment class.

public Experiment ();
Public Sub New ()

Applies to

Experiment(String, String, String, String, IDictionary<String,String>, Endpoint, Endpoint, String, String, String, String, String)

Initializes a new instance of the Experiment class.

public Experiment (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.FrontDoor.Models.Endpoint endpointA = default, Microsoft.Azure.Management.FrontDoor.Models.Endpoint endpointB = default, string description = default, string enabledState = default, string resourceState = default, string status = default, string scriptFileUri = default);
new Microsoft.Azure.Management.FrontDoor.Models.Experiment : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.FrontDoor.Models.Endpoint * Microsoft.Azure.Management.FrontDoor.Models.Endpoint * string * string * string * string * string -> Microsoft.Azure.Management.FrontDoor.Models.Experiment
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional endpointA As Endpoint = Nothing, Optional endpointB As Endpoint = Nothing, Optional description As String = Nothing, Optional enabledState As String = Nothing, Optional resourceState As String = Nothing, Optional status As String = Nothing, Optional scriptFileUri As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

endpointA
Endpoint

The endpoint A of an experiment

endpointB
Endpoint

The endpoint B of an experiment

description
String

The description of the details or intents of the 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