Experiment 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.ExperimentTypeConverter))]
public class Experiment : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IExperiment, Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentTypeConverter))>]
type Experiment = class
interface IExperiment
interface IJsonSerializable
interface IResource
interface IValidates
Public Class Experiment
Implements IExperiment, IValidates
- Inheritance
-
Experiment
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Experiment() |
Creates an new Experiment instance. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the details or intents of the Experiment |
| EnabledState |
The state of the Experiment |
| EndpointAEndpoint |
The endpoint URL |
| EndpointAName |
The name of the endpoint |
| EndpointBEndpoint |
The endpoint URL |
| EndpointBName |
The name of the endpoint |
| Id |
Resource ID. |
| Location |
Resource location. |
| Name |
Resource name. |
| ResourceGroupName |
Gets the resource group name |
| ResourceState |
Resource status. |
| ScriptFileUri |
The uri to the Script used in the Experiment |
| Status |
The description of Experiment status from the server side |
| Tag |
Resource tags. |
| Type |
Resource type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Experiment. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Experiment. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IExperiment. |
| FromJsonString(String) |
Creates a new instance of Experiment, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of Experiment into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |