Experiment interface

Defines the properties of an Experiment

Extends

Properties

description

The description of the details or intents of the Experiment

enabledState

The state of the Experiment

endpointA

The endpoint A of an experiment

endpointB

The endpoint B of an experiment

resourceState

Resource status.

scriptFileUri

The uri to the Script used in the Experiment

status

The description of Experiment status from the server side

Inherited Properties

id

Resource ID.

location

Resource location.

name

Resource name.

tags

Resource tags.

type

Resource type.

Property Details

description

The description of the details or intents of the Experiment

description?: string

Property Value

string

enabledState

The state of the Experiment

enabledState?: string

Property Value

string

endpointA

The endpoint A of an experiment

endpointA?: Endpoint

Property Value

endpointB

The endpoint B of an experiment

endpointB?: Endpoint

Property Value

resourceState

Resource status.

resourceState?: string

Property Value

string

scriptFileUri

The uri to the Script used in the Experiment

scriptFileUri?: string

Property Value

string

status

The description of Experiment status from the server side

status?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From Resource.id

location

Resource location.

location?: string

Property Value

string

Inherited From Resource.location

name

Resource name.

name?: string

Property Value

string

Inherited From Resource.name

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From Resource.tags

type

Resource type.

type?: string

Property Value

string

Inherited From Resource.type