共用方式為


TriggerSupportPackageRequest Constructors

Definition

Overloads

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.

TriggerSupportPackageRequest()

Initializes a new instance of the TriggerSupportPackageRequest class.

public TriggerSupportPackageRequest ();
Public Sub New ()

Applies to

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

Initializes a new instance of the TriggerSupportPackageRequest class.

public TriggerSupportPackageRequest (string id = default, string name = default, string type = default, DateTime? minimumTimeStamp = default, DateTime? maximumTimeStamp = default, string include = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest : string * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional minimumTimeStamp As Nullable(Of DateTime) = Nothing, Optional maximumTimeStamp As Nullable(Of DateTime) = Nothing, Optional include As String = Nothing)

Parameters

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

minimumTimeStamp
Nullable<DateTime>

MinimumTimeStamp from where logs need to be collected

maximumTimeStamp
Nullable<DateTime>

MaximumTimeStamp until where logs need to be collected

include
String

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

Applies to