Profile interface
Defines an Network Experiment Profile and lists of Experiments
- Extends
Properties
| enabled |
The state of the Experiment |
| etag | Gets a unique read-only string that changes whenever the resource is updated. |
| resource |
Resource status. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
enabledState
The state of the Experiment
enabledState?: string
Property Value
string
etag
Gets a unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
resourceState
Resource status.
resourceState?: string
Property Value
string
Inherited Property Details
id
location
Resource location.
location?: string
Property Value
string
Inherited From ResourcewithSettableName.location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourcewithSettableName.tags