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

ExperimentUpdateModel Class

Definition

Defines modifiable attributes of an Experiment

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExperimentUpdateModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExperimentUpdateModel = class
Public Class ExperimentUpdateModel
Inheritance
ExperimentUpdateModel
Attributes

Constructors

ExperimentUpdateModel()

Initializes a new instance of the ExperimentUpdateModel class.

ExperimentUpdateModel(IDictionary<String,String>, String, String)

Initializes a new instance of the ExperimentUpdateModel class.

Properties

Description

Gets or sets the description of the intent or details of the Experiment

EnabledState

Gets or sets the state of the Experiment Possible values include: 'Enabled', 'Disabled'

Tags

Gets or sets resource tags.

Applies to