Package version:

Interface LogSpecification

Log Definition of a single resource metric.

interface LogSpecification {
    displayName?: string;
    name?: string;
}

Properties

Properties

displayName?: string

Display name of log specification.

name?: string

Name of log specification.