Share via


TargetUpdateProperties interface

The updatable properties of the Target.

Properties

capabilities

List of capabilities

contextId

ArmId of Context

description

Description of target

displayName

Display name of target

hierarchyLevel

Hierarchy Level

solutionScope

Scope of the target resource

state

State of resource

targetSpecification

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>