Package version:

Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.

interface Diagnostics {
    conditions?: DiagnosticCondition[];
}

Properties

Properties

conditions?: DiagnosticCondition[]

A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc