-
Notifications
You must be signed in to change notification settings - Fork 264
/
AppPatch.xml
344 lines (344 loc) · 19.3 KB
/
AppPatch.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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<Type Name="AppPatch" FullName="Microsoft.Azure.Management.IotCentral.Models.AppPatch">
<TypeSignature Language="C#" Value="public class AppPatch" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AppPatch extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.IotCentral.Models.AppPatch" />
<TypeSignature Language="VB.NET" Value="Public Class AppPatch" />
<TypeSignature Language="F#" Value="type AppPatch = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</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 description of the IoT Central application.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AppPatch ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotCentral.Models.AppPatch.#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 AppPatch class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AppPatch (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo sku = default, string applicationId = default, string displayName = default, string subdomain = default, string template = default, string state = default, Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity identity = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IDictionary`2<string, string> tags, class Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo sku, string applicationId, string displayName, string subdomain, string template, string state, class Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity identity) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotCentral.Models.AppPatch.#ctor(System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As AppSkuInfo = Nothing, Optional applicationId As String = Nothing, Optional displayName As String = Nothing, Optional subdomain As String = Nothing, Optional template As String = Nothing, Optional state As String = Nothing, Optional identity As SystemAssignedServiceIdentity = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.IotCentral.Models.AppPatch : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo * string * string * string * string * string * Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity -> Microsoft.Azure.Management.IotCentral.Models.AppPatch" Usage="new Microsoft.Azure.Management.IotCentral.Models.AppPatch (tags, sku, applicationId, displayName, subdomain, template, state, identity)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="tags" Type="System.Collections.Generic.IDictionary<System.String,System.String>" />
<Parameter Name="sku" Type="Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo" />
<Parameter Name="applicationId" Type="System.String" />
<Parameter Name="displayName" Type="System.String" />
<Parameter Name="subdomain" Type="System.String" />
<Parameter Name="template" Type="System.String" />
<Parameter Name="state" Type="System.String" />
<Parameter Name="identity" Type="Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity" />
</Parameters>
<Docs>
<param name="tags">Instance tags</param>
<param name="sku">A valid instance SKU.</param>
<param name="applicationId">The ID of the application.</param>
<param name="displayName">The display name of the
application.</param>
<param name="subdomain">The subdomain of the application.</param>
<param name="template">The ID of the application template, which is
a blueprint that defines the characteristics and behaviors of an
application. Optional; if not specified, defaults to a blank
blueprint and allows the application to be defined from
scratch.</param>
<param name="state">The current state of the application. Possible
values include: 'created', 'suspended'</param>
<param name="identity">The managed identities for the IoT Central
application.</param>
<summary>
Initializes a new instance of the AppPatch class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApplicationId">
<MemberSignature Language="C#" Value="public string ApplicationId { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ApplicationId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppPatch.ApplicationId" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApplicationId As String" />
<MemberSignature Language="F#" Value="member this.ApplicationId : string" Usage="Microsoft.Azure.Management.IotCentral.Models.AppPatch.ApplicationId" />
<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="properties.applicationId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the ID of the application.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DisplayName">
<MemberSignature Language="C#" Value="public string DisplayName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DisplayName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppPatch.DisplayName" />
<MemberSignature Language="VB.NET" Value="Public Property DisplayName As String" />
<MemberSignature Language="F#" Value="member this.DisplayName : string with get, set" Usage="Microsoft.Azure.Management.IotCentral.Models.AppPatch.DisplayName" />
<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="properties.displayName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.displayName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the display name of the application.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Identity">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity Identity { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity Identity" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppPatch.Identity" />
<MemberSignature Language="VB.NET" Value="Public Property Identity As SystemAssignedServiceIdentity" />
<MemberSignature Language="F#" Value="member this.Identity : Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity with get, set" Usage="Microsoft.Azure.Management.IotCentral.Models.AppPatch.Identity" />
<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="identity")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="identity")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the managed identities for the IoT Central
application.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Sku">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo Sku { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo Sku" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppPatch.Sku" />
<MemberSignature Language="VB.NET" Value="Public Property Sku As AppSkuInfo" />
<MemberSignature Language="F#" Value="member this.Sku : Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo with get, set" Usage="Microsoft.Azure.Management.IotCentral.Models.AppPatch.Sku" />
<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="sku")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="sku")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a valid instance SKU.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="State">
<MemberSignature Language="C#" Value="public string State { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string State" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppPatch.State" />
<MemberSignature Language="VB.NET" Value="Public Property State As String" />
<MemberSignature Language="F#" Value="member this.State : string with get, set" Usage="Microsoft.Azure.Management.IotCentral.Models.AppPatch.State" />
<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="properties.state")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the current state of the application. Possible values
include: 'created', 'suspended'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Subdomain">
<MemberSignature Language="C#" Value="public string Subdomain { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Subdomain" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppPatch.Subdomain" />
<MemberSignature Language="VB.NET" Value="Public Property Subdomain As String" />
<MemberSignature Language="F#" Value="member this.Subdomain : string with get, set" Usage="Microsoft.Azure.Management.IotCentral.Models.AppPatch.Subdomain" />
<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="properties.subdomain")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.subdomain")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the subdomain of the application.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Tags">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,string> Tags { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, string> Tags" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppPatch.Tags" />
<MemberSignature Language="VB.NET" Value="Public Property Tags As IDictionary(Of String, String)" />
<MemberSignature Language="F#" Value="member this.Tags : System.Collections.Generic.IDictionary<string, string> with get, set" Usage="Microsoft.Azure.Management.IotCentral.Models.AppPatch.Tags" />
<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="tags")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="tags")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IDictionary<System.String,System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets instance tags
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Template">
<MemberSignature Language="C#" Value="public string Template { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Template" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.IotCentral.Models.AppPatch.Template" />
<MemberSignature Language="VB.NET" Value="Public Property Template As String" />
<MemberSignature Language="F#" Value="member this.Template : string with get, set" Usage="Microsoft.Azure.Management.IotCentral.Models.AppPatch.Template" />
<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="properties.template")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.template")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the ID of the application template, which is a
blueprint that defines the characteristics and behaviors of an
application. Optional; if not specified, defaults to a blank
blueprint and allows the application to be defined from scratch.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.IotCentral.Models.AppPatch.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="appPatch.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.IotCentral</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>