ExperimentUpdateModel Class

Definition

Defines modifiable attributes of an Experiment

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentUpdateModelTypeConverter))]
public class ExperimentUpdateModel : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IExperimentUpdateModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentUpdateModelTypeConverter))>]
type ExperimentUpdateModel = class
    interface IExperimentUpdateModel
    interface IJsonSerializable
Public Class ExperimentUpdateModel
Implements IExperimentUpdateModel
Inheritance
ExperimentUpdateModel
Attributes
Implements

Constructors

Name Description
ExperimentUpdateModel()

Creates an new ExperimentUpdateModel instance.

Properties

Name Description
Description

The description of the intent or details of the Experiment

EnabledState

The state of the Experiment

Tag

Resource tags.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExperimentUpdateModel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExperimentUpdateModel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IExperimentUpdateModel.

FromJsonString(String)

Creates a new instance of ExperimentUpdateModel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExperimentUpdateModel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to