你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExperimentUpdateModel Constructors

Definition

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'

Applies to