TriggerSupportPackageRequest Class

Definition

The request object for trigger support package.

[Microsoft.Rest.Serialization.JsonTransformation]
public class TriggerSupportPackageRequest : Microsoft.Azure.Management.DataBoxEdge.Models.ARMBaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TriggerSupportPackageRequest = class
    inherit ARMBaseModel
Public Class TriggerSupportPackageRequest
Inherits ARMBaseModel
Inheritance
TriggerSupportPackageRequest
Attributes

Constructors

TriggerSupportPackageRequest()

Initializes a new instance of the TriggerSupportPackageRequest class.

TriggerSupportPackageRequest(String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the TriggerSupportPackageRequest class.

Properties

Id

Gets the path ID that uniquely identifies the object.

(Inherited from ARMBaseModel)
Include

Gets or sets 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

MaximumTimeStamp

Gets or sets maximumTimeStamp until where logs need to be collected

MinimumTimeStamp

Gets or sets minimumTimeStamp from where logs need to be collected

Name

Gets the object name.

(Inherited from ARMBaseModel)
Type

Gets the hierarchical type of the object.

(Inherited from ARMBaseModel)

Applies to