WorkspaceEvaluationProperties interface

Model that represents the properties of the workspace evaluation.

Properties

endTime

The evaluation UTC end time.

errors

System or infrastructure errors encountered during evaluation.

evaluationResult

The overall evaluation result.

numTemplatesEvaluatedCancelled

The number of templates that were cancelled during evaluation.

numTemplatesEvaluatedFailed

The number of templates that failed evaluation.

numTemplatesEvaluatedSucceeded

The number of templates that evaluated successfully.

numTemplatesToEvaluate

The number of templates to evaluate.

resourceSnapshotId

The resource snapshot ID used for this evaluation.

results

Per-template evaluation results.

startTime

The evaluation UTC start time.

status

The evaluation status.

workspaceId

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