WorkspaceEvaluationProperties interface
Model that represents the properties of the workspace evaluation.
Properties
| end |
The evaluation UTC end time. |
| errors | System or infrastructure errors encountered during evaluation. |
| evaluation |
The overall evaluation result. |
| num |
The number of templates that were cancelled during evaluation. |
| num |
The number of templates that failed evaluation. |
| num |
The number of templates that evaluated successfully. |
| num |
The number of templates to evaluate. |
| resource |
The resource snapshot ID used for this evaluation. |
| results | Per-template evaluation results. |
| start |
The evaluation UTC start time. |
| status | The evaluation status. |
| workspace |
The workspace ID this evaluation belongs to. |
Property Details
endTime
The evaluation UTC end time.
endTime?: Date
Property Value
Date
errors
System or infrastructure errors encountered during evaluation.
errors?: OperationError[]
Property Value
evaluationResult
The overall evaluation result.
evaluationResult?: string
Property Value
string
numTemplatesEvaluatedCancelled
The number of templates that were cancelled during evaluation.
numTemplatesEvaluatedCancelled?: number
Property Value
number
numTemplatesEvaluatedFailed
The number of templates that failed evaluation.
numTemplatesEvaluatedFailed?: number
Property Value
number
numTemplatesEvaluatedSucceeded
The number of templates that evaluated successfully.
numTemplatesEvaluatedSucceeded?: number
Property Value
number
numTemplatesToEvaluate
The number of templates to evaluate.
numTemplatesToEvaluate?: number
Property Value
number
resourceSnapshotId
The resource snapshot ID used for this evaluation.
resourceSnapshotId?: string
Property Value
string
results
Per-template evaluation results.
results?: TemplateEvaluationResultItem[]
Property Value
startTime
The evaluation UTC start time.
startTime?: Date
Property Value
Date
status
The evaluation status.
status: string
Property Value
string
workspaceId
The workspace ID this evaluation belongs to.
workspaceId: string
Property Value
string