-
Notifications
You must be signed in to change notification settings - Fork 264
/
RemoteAppManagementClient.xml
577 lines (577 loc) · 35 KB
/
RemoteAppManagementClient.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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<Type Name="RemoteAppManagementClient" FullName="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient">
<TypeSignature Language="C#" Value="public class RemoteAppManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit RemoteAppManagementClient extends Hyak.Common.ServiceClient`1<class Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient> implements class Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient" />
<TypeSignature Language="VB.NET" Value="Public Class RemoteAppManagementClient
Inherits ServiceClient(Of RemoteAppManagementClient)
Implements IDisposable, IRemoteAppManagementClient" />
<TypeSignature Language="F#" Value="type RemoteAppManagementClient = class
 inherit ServiceClient<RemoteAppManagementClient>
 interface IRemoteAppManagementClient
 interface IDisposable" />
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient></BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="!0">Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient</BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
RmoteApp management client
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RemoteAppManagementClient ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the RemoteAppManagementClient class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RemoteAppManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.SubscriptionCloudCredentials credentials) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (credentials As SubscriptionCloudCredentials)" />
<MemberSignature Language="F#" Value="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient : Microsoft.Azure.SubscriptionCloudCredentials -> Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient" Usage="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient credentials" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="credentials" Type="Microsoft.Azure.SubscriptionCloudCredentials" />
</Parameters>
<Docs>
<param name="credentials">
Required. Gets subscription credentials which uniquely identify
Microsoft Azure subscription. The subscription ID forms part of
the URI for every service call.
</param>
<summary>
Initializes a new instance of the RemoteAppManagementClient class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RemoteAppManagementClient (System.Net.Http.HttpClient httpClient);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Net.Http.HttpClient httpClient) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.#ctor(System.Net.Http.HttpClient)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (httpClient As HttpClient)" />
<MemberSignature Language="F#" Value="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient : System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient" Usage="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient httpClient" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="httpClient" Type="System.Net.Http.HttpClient" />
</Parameters>
<Docs>
<param name="httpClient">
The Http client
</param>
<summary>
Initializes a new instance of the RemoteAppManagementClient class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RemoteAppManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, System.Net.Http.HttpClient httpClient);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.SubscriptionCloudCredentials credentials, class System.Net.Http.HttpClient httpClient) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (credentials As SubscriptionCloudCredentials, httpClient As HttpClient)" />
<MemberSignature Language="F#" Value="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient" Usage="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient (credentials, httpClient)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="credentials" Type="Microsoft.Azure.SubscriptionCloudCredentials" />
<Parameter Name="httpClient" Type="System.Net.Http.HttpClient" />
</Parameters>
<Docs>
<param name="credentials">
Required. Gets subscription credentials which uniquely identify
Microsoft Azure subscription. The subscription ID forms part of
the URI for every service call.
</param>
<param name="httpClient">
The Http client
</param>
<summary>
Initializes a new instance of the RemoteAppManagementClient class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RemoteAppManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.SubscriptionCloudCredentials credentials, class System.Uri baseUri) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (credentials As SubscriptionCloudCredentials, baseUri As Uri)" />
<MemberSignature Language="F#" Value="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri -> Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient" Usage="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient (credentials, baseUri)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="credentials" Type="Microsoft.Azure.SubscriptionCloudCredentials" />
<Parameter Name="baseUri" Type="System.Uri" />
</Parameters>
<Docs>
<param name="credentials">
Required. Gets subscription credentials which uniquely identify
Microsoft Azure subscription. The subscription ID forms part of
the URI for every service call.
</param>
<param name="baseUri">
Optional. Gets the URI used as the base for all cloud service
requests.
</param>
<summary>
Initializes a new instance of the RemoteAppManagementClient class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public RemoteAppManagementClient (Microsoft.Azure.SubscriptionCloudCredentials credentials, Uri baseUri, System.Net.Http.HttpClient httpClient);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.SubscriptionCloudCredentials credentials, class System.Uri baseUri, class System.Net.Http.HttpClient httpClient) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (credentials As SubscriptionCloudCredentials, baseUri As Uri, httpClient As HttpClient)" />
<MemberSignature Language="F#" Value="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient : Microsoft.Azure.SubscriptionCloudCredentials * Uri * System.Net.Http.HttpClient -> Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient" Usage="new Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient (credentials, baseUri, httpClient)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="credentials" Type="Microsoft.Azure.SubscriptionCloudCredentials" />
<Parameter Name="baseUri" Type="System.Uri" />
<Parameter Name="httpClient" Type="System.Net.Http.HttpClient" />
</Parameters>
<Docs>
<param name="credentials">
Required. Gets subscription credentials which uniquely identify
Microsoft Azure subscription. The subscription ID forms part of
the URI for every service call.
</param>
<param name="baseUri">
Optional. Gets the URI used as the base for all cloud service
requests.
</param>
<param name="httpClient">
The Http client
</param>
<summary>
Initializes a new instance of the RemoteAppManagementClient class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Account">
<MemberSignature Language="C#" Value="public virtual Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations Account { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations Account" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Account" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Account As IAccountsOperations" />
<MemberSignature Language="F#" Value="member this.Account : Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Account" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.Account</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.RemoteApp.IAccountsOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Operations related to RemoteApp account.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ApiVersion">
<MemberSignature Language="C#" Value="public string ApiVersion { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ApiVersion" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.ApiVersion" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ApiVersion As String" />
<MemberSignature Language="F#" Value="member this.ApiVersion : string" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.ApiVersion" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.ApiVersion</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the API version.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BaseUri">
<MemberSignature Language="C#" Value="public Uri BaseUri { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Uri BaseUri" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.BaseUri" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property BaseUri As Uri" />
<MemberSignature Language="F#" Value="member this.BaseUri : Uri" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.BaseUri" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.BaseUri</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Uri</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the URI used as the base for all cloud service requests.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Clone">
<MemberSignature Language="C#" Value="protected override void Clone (Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient> client);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void Clone(class Hyak.Common.ServiceClient`1<class Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient> client) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient})" />
<MemberSignature Language="VB.NET" Value="Protected Overrides Sub Clone (client As ServiceClient(Of RemoteAppManagementClient))" />
<MemberSignature Language="F#" Value="override this.Clone : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient> -> unit" Usage="remoteAppManagementClient.Clone client" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient>" />
</Parameters>
<Docs>
<param name="client">
Instance of RemoteAppManagementClient to clone to
</param>
<summary>
Clones properties from current instance to another
RemoteAppManagementClient instance
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Collections">
<MemberSignature Language="C#" Value="public virtual Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations Collections { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations Collections" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Collections" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Collections As ICollectionOperations" />
<MemberSignature Language="F#" Value="member this.Collections : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Collections" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.Collections</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
RemoteApp collection operations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Credentials">
<MemberSignature Language="C#" Value="public Microsoft.Azure.SubscriptionCloudCredentials Credentials { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.SubscriptionCloudCredentials Credentials" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Credentials" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Credentials As SubscriptionCloudCredentials" />
<MemberSignature Language="F#" Value="member this.Credentials : Microsoft.Azure.SubscriptionCloudCredentials" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Credentials" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.Credentials</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.SubscriptionCloudCredentials</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets subscription credentials which uniquely identify Microsoft
Azure subscription. The subscription ID forms part of the URI for
every service call.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LongRunningOperationInitialTimeout">
<MemberSignature Language="C#" Value="public int LongRunningOperationInitialTimeout { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 LongRunningOperationInitialTimeout" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.LongRunningOperationInitialTimeout" />
<MemberSignature Language="VB.NET" Value="Public Property LongRunningOperationInitialTimeout As Integer" />
<MemberSignature Language="F#" Value="member this.LongRunningOperationInitialTimeout : int with get, set" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.LongRunningOperationInitialTimeout" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.LongRunningOperationInitialTimeout</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the initial timeout for Long Running Operations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LongRunningOperationRetryTimeout">
<MemberSignature Language="C#" Value="public int LongRunningOperationRetryTimeout { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 LongRunningOperationRetryTimeout" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.LongRunningOperationRetryTimeout" />
<MemberSignature Language="VB.NET" Value="Public Property LongRunningOperationRetryTimeout As Integer" />
<MemberSignature Language="F#" Value="member this.LongRunningOperationRetryTimeout : int with get, set" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.LongRunningOperationRetryTimeout" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.LongRunningOperationRetryTimeout</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the retry timeout for Long Running Operations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="OperationResults">
<MemberSignature Language="C#" Value="public virtual Microsoft.WindowsAzure.Management.RemoteApp.IOperationResultOperations OperationResults { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.WindowsAzure.Management.RemoteApp.IOperationResultOperations OperationResults" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.OperationResults" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property OperationResults As IOperationResultOperations" />
<MemberSignature Language="F#" Value="member this.OperationResults : Microsoft.WindowsAzure.Management.RemoteApp.IOperationResultOperations" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.OperationResults" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.OperationResults</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.RemoteApp.IOperationResultOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Operations for long-running operation results
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Principals">
<MemberSignature Language="C#" Value="public virtual Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations Principals { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations Principals" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Principals" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Principals As IPrincipalOperations" />
<MemberSignature Language="F#" Value="member this.Principals : Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Principals" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.Principals</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
RemoteApp principal operations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Publishing">
<MemberSignature Language="C#" Value="public virtual Microsoft.WindowsAzure.Management.RemoteApp.IPublishingOperations Publishing { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.WindowsAzure.Management.RemoteApp.IPublishingOperations Publishing" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Publishing" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Publishing As IPublishingOperations" />
<MemberSignature Language="F#" Value="member this.Publishing : Microsoft.WindowsAzure.Management.RemoteApp.IPublishingOperations" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.Publishing" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.Publishing</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.RemoteApp.IPublishingOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Operations related to publishing.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RdfeNamespace">
<MemberSignature Language="C#" Value="public string RdfeNamespace { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string RdfeNamespace" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.RdfeNamespace" />
<MemberSignature Language="VB.NET" Value="Public Property RdfeNamespace As String" />
<MemberSignature Language="F#" Value="member this.RdfeNamespace : string with get, set" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.RdfeNamespace" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.RdfeNamespace</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
RDFE namespace for accessing test environments.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TemplateImages">
<MemberSignature Language="C#" Value="public virtual Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations TemplateImages { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations TemplateImages" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.TemplateImages" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property TemplateImages As ITemplateImageOperations" />
<MemberSignature Language="F#" Value="member this.TemplateImages : Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.TemplateImages" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.TemplateImages</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Operations to create, modify, list, and delete template images.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UserDisks">
<MemberSignature Language="C#" Value="public virtual Microsoft.WindowsAzure.Management.RemoteApp.IUserDiskOperations UserDisks { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.WindowsAzure.Management.RemoteApp.IUserDiskOperations UserDisks" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.UserDisks" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property UserDisks As IUserDiskOperations" />
<MemberSignature Language="F#" Value="member this.UserDisks : Microsoft.WindowsAzure.Management.RemoteApp.IUserDiskOperations" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.UserDisks" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.UserDisks</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.RemoteApp.IUserDiskOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
RemoteApp user disk operations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="VNet">
<MemberSignature Language="C#" Value="public virtual Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations VNet { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations VNet" />
<MemberSignature Language="DocId" Value="P:Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.VNet" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property VNet As IVNetOperations" />
<MemberSignature Language="F#" Value="member this.VNet : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations" Usage="Microsoft.WindowsAzure.Management.RemoteApp.RemoteAppManagementClient.VNet" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.WindowsAzure.Management.RemoteApp.IRemoteAppManagementClient.VNet</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations</ReturnType>
</ReturnValue>
<Docs>
<summary>
RemoteApp virtual network operations.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>