-
Notifications
You must be signed in to change notification settings - Fork 264
/
TriggerSupportPackageRequest.xml
175 lines (175 loc) · 10.5 KB
/
TriggerSupportPackageRequest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<Type Name="TriggerSupportPackageRequest" FullName="Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest">
<TypeSignature Language="C#" Value="public class TriggerSupportPackageRequest : Microsoft.Azure.Management.DataBoxEdge.Models.ARMBaseModel" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit TriggerSupportPackageRequest extends Microsoft.Azure.Management.DataBoxEdge.Models.ARMBaseModel" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest" />
<TypeSignature Language="VB.NET" Value="Public Class TriggerSupportPackageRequest
Inherits ARMBaseModel" />
<TypeSignature Language="F#" Value="type TriggerSupportPackageRequest = class
 inherit ARMBaseModel" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBoxEdge</AssemblyName>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.DataBoxEdge.Models.ARMBaseModel</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.Rest.Serialization.JsonTransformation]</AttributeName>
<AttributeName Language="F#">[<Microsoft.Rest.Serialization.JsonTransformation>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
The request object for trigger support package.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public TriggerSupportPackageRequest ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBoxEdge</AssemblyName>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the TriggerSupportPackageRequest
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public TriggerSupportPackageRequest (string id = default, string name = default, string type = default, DateTime? minimumTimeStamp = default, DateTime? maximumTimeStamp = default, string include = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string id, string name, string type, valuetype System.Nullable`1<valuetype System.DateTime> minimumTimeStamp, valuetype System.Nullable`1<valuetype System.DateTime> maximumTimeStamp, string include) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String)" />
<MemberSignature Language="VB.NET" Value="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)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest : string * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest" Usage="new Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest (id, name, type, minimumTimeStamp, maximumTimeStamp, include)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBoxEdge</AssemblyName>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="id" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="type" Type="System.String" />
<Parameter Name="minimumTimeStamp" Type="System.Nullable<System.DateTime>" />
<Parameter Name="maximumTimeStamp" Type="System.Nullable<System.DateTime>" />
<Parameter Name="include" Type="System.String" />
</Parameters>
<Docs>
<param name="id">The path ID that uniquely identifies the
object.</param>
<param name="name">The object name.</param>
<param name="type">The hierarchical type of the object.</param>
<param name="minimumTimeStamp">MinimumTimeStamp from where logs
need to be collected</param>
<param name="maximumTimeStamp">MaximumTimeStamp until where logs
need to be collected</param>
<param name="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</param>
<summary>
Initializes a new instance of the TriggerSupportPackageRequest
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Include">
<MemberSignature Language="C#" Value="public string Include { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Include" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest.Include" />
<MemberSignature Language="VB.NET" Value="Public Property Include As String" />
<MemberSignature Language="F#" Value="member this.Include : string with get, set" Usage="Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest.Include" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBoxEdge</AssemblyName>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.include")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.include")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
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
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MaximumTimeStamp">
<MemberSignature Language="C#" Value="public DateTime? MaximumTimeStamp { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> MaximumTimeStamp" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest.MaximumTimeStamp" />
<MemberSignature Language="VB.NET" Value="Public Property MaximumTimeStamp As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.MaximumTimeStamp : Nullable<DateTime> with get, set" Usage="Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest.MaximumTimeStamp" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBoxEdge</AssemblyName>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.maximumTimeStamp")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maximumTimeStamp")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets maximumTimeStamp until where logs need to be collected
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MinimumTimeStamp">
<MemberSignature Language="C#" Value="public DateTime? MinimumTimeStamp { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.DateTime> MinimumTimeStamp" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest.MinimumTimeStamp" />
<MemberSignature Language="VB.NET" Value="Public Property MinimumTimeStamp As Nullable(Of DateTime)" />
<MemberSignature Language="F#" Value="member this.MinimumTimeStamp : Nullable<DateTime> with get, set" Usage="Microsoft.Azure.Management.DataBoxEdge.Models.TriggerSupportPackageRequest.MinimumTimeStamp" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataBoxEdge</AssemblyName>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.minimumTimeStamp")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minimumTimeStamp")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.DateTime></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets minimumTimeStamp from where logs need to be collected
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>