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 |
MaximumTimeStamp until where logs need to be collected |
minimum |
Start of the timespan of the log collection |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
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
MaximumTimeStamp until where logs need to be collected
maximumTimeStamp?: Date
Property Value
Date
minimumTimeStamp
Start of the timespan of the log collection
minimumTimeStamp?: Date
Property Value
Date
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type