SubscriptionTracing interface

Data controlling a single diagnostic setting for a subscription.

Properties

enabled

Indicates whether the diagnostic tracing is enabled or not.

endDate

Trace until the specified end date.

maxTracedEntries

The maximum number of result details to trace.

startDate

The date and time tracing started.

tracedEntries

Trace until remaining count reaches 0.

Property Details

enabled

Indicates whether the diagnostic tracing is enabled or not.

enabled: boolean

Property Value

boolean

endDate

Trace until the specified end date.

endDate: Date

Property Value

Date

maxTracedEntries

The maximum number of result details to trace.

maxTracedEntries: number

Property Value

number

startDate

The date and time tracing started.

startDate: Date

Property Value

Date

tracedEntries

Trace until remaining count reaches 0.

tracedEntries: number

Property Value

number