SubscriptionTracing interface
Data controlling a single diagnostic setting for a subscription.
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. |
Indicates whether the diagnostic tracing is enabled or not.
enabled: boolean
Property Value
boolean
Trace until the specified end date.
endDate: Date
Property Value
Date
The maximum number of result details to trace.
maxTracedEntries: number
Property Value
number
The date and time tracing started.
startDate: Date
Property Value
Date
Trace until remaining count reaches 0.
tracedEntries: number
Property Value
number