Package version:

Interface DiagnosticsCollection

Diagnostics data collection for a resource.

interface DiagnosticsCollection {
    nextLink?: string;
    value: Diagnostics[];
}

Properties

Properties

nextLink?: string

Link to next page of resources. NOTE: This property will not be serialized. It can only be populated by the server.

value: Diagnostics[]

Collection of diagnostic data.