-
Notifications
You must be signed in to change notification settings - Fork 264
/
ITemplateImageOperations.xml
272 lines (272 loc) · 18.5 KB
/
ITemplateImageOperations.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
<Type Name="ITemplateImageOperations" FullName="Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations">
<TypeSignature Language="C#" Value="public interface ITemplateImageOperations" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ITemplateImageOperations" />
<TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations" />
<TypeSignature Language="VB.NET" Value="Public Interface ITemplateImageOperations" />
<TypeSignature Language="F#" Value="type ITemplateImageOperations = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
Operations to create, modify, list, and delete template images.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="DeleteAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (string imageName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Azure.AzureOperationResponse> DeleteAsync(string imageName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.DeleteAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteAsync (imageName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>" Usage="iTemplateImageOperations.DeleteAsync (imageName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="imageName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="imageName">
The template image name.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Deletes an existing template image.
</summary>
<returns>
A standard service response including an HTTP status code and
request ID.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EnsureStorageInRegionAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> EnsureStorageInRegionAsync (string region, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> EnsureStorageInRegionAsync(string region, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.EnsureStorageInRegionAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function EnsureStorageInRegionAsync (region As String, cancellationToken As CancellationToken) As Task(Of OperationResultWithTrackingId)" />
<MemberSignature Language="F#" Value="abstract member EnsureStorageInRegionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>" Usage="iTemplateImageOperations.EnsureStorageInRegionAsync (region, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="region" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="region">
Azure datacenter region.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Ensures storage is ready for the given region. Call this before
uploading an image.
</summary>
<returns>
The response containing the operation tracking id.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult> GetAsync (string imageName, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult> GetAsync(string imageName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.GetAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetAsync (imageName As String, cancellationToken As CancellationToken) As Task(Of TemplateImageResult)" />
<MemberSignature Language="F#" Value="abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult>" Usage="iTemplateImageOperations.GetAsync (imageName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="imageName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="imageName">
Name of the template image.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Gets details of a template image for the subscription.
</summary>
<returns>
Operation response for TemplateImageOperations.Get.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetUploadScriptAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.UploadScriptResult> GetUploadScriptAsync (System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.RemoteApp.Models.UploadScriptResult> GetUploadScriptAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.GetUploadScriptAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GetUploadScriptAsync (cancellationToken As CancellationToken) As Task(Of UploadScriptResult)" />
<MemberSignature Language="F#" Value="abstract member GetUploadScriptAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.UploadScriptResult>" Usage="iTemplateImageOperations.GetUploadScriptAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.UploadScriptResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Gets the script for template image upload. Pass this script Uri and
SAS obtianed from template image Set or Get operations.
</summary>
<returns>
Definition for result of GetUploadScript operation.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageListResult> ListAsync (System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageListResult> ListAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.ListAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of TemplateImageListResult)" />
<MemberSignature Language="F#" Value="abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageListResult>" Usage="iTemplateImageOperations.ListAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageListResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Gets a list of template images for the subscription.
</summary>
<returns>
Operation response for TemplateImageOperations.List.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MigrateAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> MigrateAsync (string collectionName, string targetAccountName, string targetAccountKey, string targetContainerName, bool overwriteExistingTemplateImage, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> MigrateAsync(string collectionName, string targetAccountName, string targetAccountKey, string targetContainerName, bool overwriteExistingTemplateImage, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.MigrateAsync(System.String,System.String,System.String,System.String,System.Boolean,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function MigrateAsync (collectionName As String, targetAccountName As String, targetAccountKey As String, targetContainerName As String, overwriteExistingTemplateImage As Boolean, cancellationToken As CancellationToken) As Task(Of OperationResultWithTrackingId)" />
<MemberSignature Language="F#" Value="abstract member MigrateAsync : string * string * string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>" Usage="iTemplateImageOperations.MigrateAsync (collectionName, targetAccountName, targetAccountKey, targetContainerName, overwriteExistingTemplateImage, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="collectionName" Type="System.String" />
<Parameter Name="targetAccountName" Type="System.String" />
<Parameter Name="targetAccountKey" Type="System.String" />
<Parameter Name="targetContainerName" Type="System.String" />
<Parameter Name="overwriteExistingTemplateImage" Type="System.Boolean" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="collectionName">
The collection name.
</param>
<param name="targetAccountName">
The destination storage account name
</param>
<param name="targetAccountKey">
The destination storage account key
</param>
<param name="targetContainerName">
The destination container name
</param>
<param name="overwriteExistingTemplateImage">
A flag denoting if the request is to overwrite the existing
template image in the destination storage account
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Migrate the template image of a collection to the specified azure
storage account
</summary>
<returns>
The response containing the operation tracking id.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult> SetAsync (Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageDetails imageDetails, System.Threading.CancellationToken cancellationToken);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult> SetAsync(class Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageDetails imageDetails, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.SetAsync(Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageDetails,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function SetAsync (imageDetails As TemplateImageDetails, cancellationToken As CancellationToken) As Task(Of TemplateImageResult)" />
<MemberSignature Language="F#" Value="abstract member SetAsync : Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageDetails * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult>" Usage="iTemplateImageOperations.SetAsync (imageDetails, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.WindowsAzure.Management.RemoteApp</AssemblyName>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="imageDetails" Type="Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageDetails" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="imageDetails">
Details for the template image to be created or updated.
</param>
<param name="cancellationToken">
Cancellation token.
</param>
<summary>
Sets a template image details. If the template image already
exists, only the Name can be changed.
</summary>
<returns>
Operation response for TemplateImageOperations.Get.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>