TriggerSupportPackageRequest interface
The request object for trigger support package.
- Extends
Properties
| include | Type of files, which need to be included in the logs This will contain the type of logs (Default/DefaultWithDumps/None/All/DefaultWithArchived) or a comma separated list of log types that are required |
| maximum |
Start of the timespan of the log collection |
| minimum |
MinimumTimeStamp from where logs need to be collected |
Inherited Properties
| id | The path ID that uniquely identifies the object. |
| name | The object name. |
| type | The hierarchical type of the object. |
Property Details
include
Type of files, which need to be included in the logs This will contain the type of logs (Default/DefaultWithDumps/None/All/DefaultWithArchived) or a comma separated list of log types that are required
include?: string
Property Value
string
maximumTimeStamp
Start of the timespan of the log collection
maximumTimeStamp?: Date
Property Value
Date
minimumTimeStamp
MinimumTimeStamp from where logs need to be collected
minimumTimeStamp?: Date
Property Value
Date
Inherited Property Details
id
The path ID that uniquely identifies the object.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
type
The hierarchical type of the object.
type?: string
Property Value
string
Inherited From ARMBaseModel.type