Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Experiment

Package version

Model that represents a Experiment resource.

Hierarchy

Index

Properties

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional identity

The identity of the experiment resource.

location

location: string

The geo-location where the resource lives

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

selectors

selectors: Selector[]

List of selectors.

Optional startOnCreation

startOnCreation: undefined | false | true

A boolean value that indicates if experiment should be started on creation or not.

steps

steps: Step[]

List of steps.

Optional systemData

systemData: SystemData

The system metadata of the experiment resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | {}

Resource tags.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc