TriggerSupportPackageRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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