-
Notifications
You must be signed in to change notification settings - Fork 264
/
AppTemplate.xml
303 lines (303 loc) · 16.7 KB
/
AppTemplate.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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<Type Name="AppTemplate" FullName="Microsoft.Azure.Management.IotCentral.Models.AppTemplate">
<TypeSignature Language="C#" Value="public class AppTemplate" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AppTemplate extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.IotCentral.Models.AppTemplate" />
<TypeSignature Language="VB.NET" Value="Public Class AppTemplate" />
<TypeSignature Language="F#" Value="type AppTemplate = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
IoT Central Application Template.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AppTemplate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the AppTemplate class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AppTemplate (string manifestId = default, string manifestVersion = default, string name = default, string title = default, double? order = default, string description = default, string industry = default, System.Collections.Generic.IList<Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations> locations = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string manifestId, string manifestVersion, string name, string title, valuetype System.Nullable`1<float64> order, string description, string industry, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations> locations) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.Double},System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional manifestId As String = Nothing, Optional manifestVersion As String = Nothing, Optional name As String = Nothing, Optional title As String = Nothing, Optional order As Nullable(Of Double) = Nothing, Optional description As String = Nothing, Optional industry As String = Nothing, Optional locations As IList(Of AppTemplateLocations) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.IotCentral.Models.AppTemplate : string * string * string * string * Nullable<double> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations> -> Microsoft.Azure.Management.IotCentral.Models.AppTemplate" Usage="new Microsoft.Azure.Management.IotCentral.Models.AppTemplate (manifestId, manifestVersion, name, title, order, description, industry, locations)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="manifestId" Type="System.String" />
<Parameter Name="manifestVersion" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="title" Type="System.String" />
<Parameter Name="order" Type="System.Nullable<System.Double>" />
<Parameter Name="description" Type="System.String" />
<Parameter Name="industry" Type="System.String" />
<Parameter Name="locations" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations>" />
</Parameters>
<Docs>
<param name="manifestId">The ID of the template.</param>
<param name="manifestVersion">The version of the template.</param>
<param name="name">The name of the template.</param>
<param name="title">The title of the template.</param>
<param name="order">The order of the template in the templates
list.</param>
<param name="description">The description of the template.</param>
<param name="industry">The industry of the template.</param>
<param name="locations">A list of locations that support the
template.</param>
<summary>
Initializes a new instance of the AppTemplate class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Description">
<MemberSignature Language="C#" Value="public string Description { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Description" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Description" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Description As String" />
<MemberSignature Language="F#" Value="member this.Description : string" Usage="Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Description" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="description")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="description")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the description of the template.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Industry">
<MemberSignature Language="C#" Value="public string Industry { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Industry" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Industry" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Industry As String" />
<MemberSignature Language="F#" Value="member this.Industry : string" Usage="Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Industry" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="industry")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="industry")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the industry of the template.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Locations">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations> Locations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations> Locations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Locations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Locations As IList(Of AppTemplateLocations)" />
<MemberSignature Language="F#" Value="member this.Locations : System.Collections.Generic.IList<Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations>" Usage="Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Locations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="locations")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="locations")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<Microsoft.Azure.Management.IotCentral.Models.AppTemplateLocations></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets a list of locations that support the template.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ManifestId">
<MemberSignature Language="C#" Value="public string ManifestId { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ManifestId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.ManifestId" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ManifestId As String" />
<MemberSignature Language="F#" Value="member this.ManifestId : string" Usage="Microsoft.Azure.Management.IotCentral.Models.AppTemplate.ManifestId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="manifestId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="manifestId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ID of the template.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ManifestVersion">
<MemberSignature Language="C#" Value="public string ManifestVersion { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ManifestVersion" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.ManifestVersion" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ManifestVersion As String" />
<MemberSignature Language="F#" Value="member this.ManifestVersion : string" Usage="Microsoft.Azure.Management.IotCentral.Models.AppTemplate.ManifestVersion" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="manifestVersion")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="manifestVersion")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the version of the template.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Name">
<MemberSignature Language="C#" Value="public string Name { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Name" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Name" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Name As String" />
<MemberSignature Language="F#" Value="member this.Name : string" Usage="Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Name" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="name")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the name of the template.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Order">
<MemberSignature Language="C#" Value="public double? Order { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<float64> Order" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Order" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Order As Nullable(Of Double)" />
<MemberSignature Language="F#" Value="member this.Order : Nullable<double>" Usage="Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Order" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="order")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="order")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Double></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the order of the template in the templates list.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Title">
<MemberSignature Language="C#" Value="public string Title { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Title" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Title" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Title As String" />
<MemberSignature Language="F#" Value="member this.Title : string" Usage="Microsoft.Azure.Management.IotCentral.Models.AppTemplate.Title" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="title")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="title")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the title of the template.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>