SolutionTemplateVersionProperties interface
Solution Template Version Properties
Properties
| configurations | Config expressions for this solution version |
| orchestrator |
Orchestrator type |
| provisioning |
Provisioning state of resource |
| specification | App components spec |
Property Details
configurations
Config expressions for this solution version
configurations: string
Property Value
string
orchestratorType
Orchestrator type
orchestratorType?: string
Property Value
string
provisioningState
Provisioning state of resource
provisioningState?: string
Property Value
string
specification
App components spec
specification: Record<string, any>
Property Value
Record<string, any>