IExperimentProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentPropertiesTypeConverter))]
public interface IExperimentProperties : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentPropertiesTypeConverter))>]
type IExperimentProperties = interface
    interface IJsonSerializable
Public Interface IExperimentProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

ResourceState

Resource status.

ScriptFileUri

The uri to the Script used in the Experiment

Status

The description of Experiment status from the server side

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to