SubscriptionTracing interface
Data controlling a single diagnostic setting for a subscription.
Properties
enabled | Indicates whether the diagnostic tracing is enabled or not. |
end |
Trace until the specified end date. |
max |
The maximum number of result details to trace. |
start |
The date and time tracing started. |
traced |
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