ScenarioProperties interface
Model that represents the properties of the scenario.
Properties
| actions | Array of actions that define the scenario's orchestration. |
| created |
Resource ID of the template version this scenario was created from (optional). |
| description | Description of what this scenario does (optional). |
| parameters | Parameter definitions for the scenario. |
| provisioning |
Most recent provisioning state for the given scenario resource. |
| recommendation | The recommendation information for this scenario. |
| version | Version of the scenario. |
Property Details
actions
Array of actions that define the scenario's orchestration.
actions: ScenarioAction[]
Property Value
createdFrom
Resource ID of the template version this scenario was created from (optional).
createdFrom?: string
Property Value
string
description
Description of what this scenario does (optional).
description?: string
Property Value
string
parameters
Parameter definitions for the scenario.
parameters: ScenarioParameter[]
Property Value
provisioningState
Most recent provisioning state for the given scenario resource.
provisioningState?: string
Property Value
string
recommendation
The recommendation information for this scenario.
recommendation?: Recommendation
Property Value
version
Version of the scenario.
version?: string
Property Value
string