TargetUpdateProperties interface
The updatable properties of the Target.
Properties
| capabilities | List of capabilities |
| context |
ArmId of Context |
| description | Description of target |
| display |
Display name of target |
| hierarchy |
Hierarchy Level |
| solution |
Scope of the target resource |
| state | State of resource |
| target |
target spec |
Property Details
capabilities
List of capabilities
capabilities?: string[]
Property Value
string[]
contextId
ArmId of Context
contextId?: string
Property Value
string
description
Description of target
description?: string
Property Value
string
displayName
Display name of target
displayName?: string
Property Value
string
hierarchyLevel
Hierarchy Level
hierarchyLevel?: string
Property Value
string
solutionScope
Scope of the target resource
solutionScope?: string
Property Value
string
state
State of resource
state?: string
Property Value
string
targetSpecification
target spec
targetSpecification?: Record<string, any>
Property Value
Record<string, any>