ExperimentUpdateProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the properties of an experiment
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentUpdatePropertiesTypeConverter))]
public class ExperimentUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IExperimentUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentUpdatePropertiesTypeConverter))>]
type ExperimentUpdateProperties = class
interface IExperimentUpdateProperties
interface IJsonSerializable
Public Class ExperimentUpdateProperties
Implements IExperimentUpdateProperties
- Inheritance
-
ExperimentUpdateProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExperimentUpdateProperties() |
Creates an new ExperimentUpdateProperties instance. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the intent or details of the Experiment |
| EnabledState |
The state of the Experiment |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExperimentUpdateProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExperimentUpdateProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IExperimentUpdateProperties. |
| FromJsonString(String) |
Creates a new instance of ExperimentUpdateProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExperimentUpdateProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |