IExperiment Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentTypeConverter))]
public interface IExperiment : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ExperimentTypeConverter))>]
type IExperiment = interface
    interface IJsonSerializable
    interface IResource
Public Interface IExperiment
Implements IResource
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

Id

Resource ID.

(Inherited from IResource)
Location

Resource location.

(Inherited from IResource)
Name

Resource name.

(Inherited from IResource)
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.

(Inherited from IResource)
Type

Resource type.

(Inherited from IResource)

Methods

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

Applies to