@azure/arm-standbypool 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +2605 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/operationsListSample.js +53 -0
  11. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  12. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.js +57 -0
  15. package/dist-esm/samples-dev/standbyContainerGroupPoolsCreateOrUpdateSample.js.map +1 -0
  16. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.js +39 -0
  19. package/dist-esm/samples-dev/standbyContainerGroupPoolsDeleteSample.js.map +1 -0
  20. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.js +39 -0
  23. package/dist-esm/samples-dev/standbyContainerGroupPoolsGetSample.js.map +1 -0
  24. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.js +54 -0
  27. package/dist-esm/samples-dev/standbyContainerGroupPoolsListByResourceGroupSample.js.map +1 -0
  28. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.js +53 -0
  31. package/dist-esm/samples-dev/standbyContainerGroupPoolsListBySubscriptionSample.js.map +1 -0
  32. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.js +56 -0
  35. package/dist-esm/samples-dev/standbyContainerGroupPoolsUpdateSample.js.map +1 -0
  36. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.js +48 -0
  39. package/dist-esm/samples-dev/standbyVirtualMachinePoolsCreateOrUpdateSample.js.map +1 -0
  40. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.js +39 -0
  43. package/dist-esm/samples-dev/standbyVirtualMachinePoolsDeleteSample.js.map +1 -0
  44. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.js +39 -0
  47. package/dist-esm/samples-dev/standbyVirtualMachinePoolsGetSample.js.map +1 -0
  48. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.js +54 -0
  51. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListByResourceGroupSample.js.map +1 -0
  52. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.js +53 -0
  55. package/dist-esm/samples-dev/standbyVirtualMachinePoolsListBySubscriptionSample.js.map +1 -0
  56. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.js +47 -0
  59. package/dist-esm/samples-dev/standbyVirtualMachinePoolsUpdateSample.js.map +1 -0
  60. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.js +40 -0
  63. package/dist-esm/samples-dev/standbyVirtualMachinesGetSample.js.map +1 -0
  64. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.js +55 -0
  67. package/dist-esm/samples-dev/standbyVirtualMachinesListByStandbyVirtualMachinePoolResourceSample.js.map +1 -0
  68. package/dist-esm/src/index.d.ts +6 -0
  69. package/dist-esm/src/index.d.ts.map +1 -0
  70. package/dist-esm/src/index.js +13 -0
  71. package/dist-esm/src/index.js.map +1 -0
  72. package/dist-esm/src/lroImpl.d.ts +11 -0
  73. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  74. package/dist-esm/src/lroImpl.js +21 -0
  75. package/dist-esm/src/lroImpl.js.map +1 -0
  76. package/dist-esm/src/models/index.d.ts +581 -0
  77. package/dist-esm/src/models/index.d.ts.map +1 -0
  78. package/dist-esm/src/models/index.js +62 -0
  79. package/dist-esm/src/models/index.js.map +1 -0
  80. package/dist-esm/src/models/mappers.d.ts +38 -0
  81. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  82. package/dist-esm/src/models/mappers.js +877 -0
  83. package/dist-esm/src/models/mappers.js.map +1 -0
  84. package/dist-esm/src/models/parameters.d.ts +16 -0
  85. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  86. package/dist-esm/src/models/parameters.js +143 -0
  87. package/dist-esm/src/models/parameters.js.map +1 -0
  88. package/dist-esm/src/operations/index.d.ts +5 -0
  89. package/dist-esm/src/operations/index.d.ts.map +1 -0
  90. package/dist-esm/src/operations/index.js +12 -0
  91. package/dist-esm/src/operations/index.js.map +1 -0
  92. package/dist-esm/src/operations/operations.d.ts +32 -0
  93. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operations/operations.js +133 -0
  95. package/dist-esm/src/operations/operations.js.map +1 -0
  96. package/dist-esm/src/operations/standbyContainerGroupPools.d.ts +99 -0
  97. package/dist-esm/src/operations/standbyContainerGroupPools.d.ts.map +1 -0
  98. package/dist-esm/src/operations/standbyContainerGroupPools.js +502 -0
  99. package/dist-esm/src/operations/standbyContainerGroupPools.js.map +1 -0
  100. package/dist-esm/src/operations/standbyVirtualMachinePools.d.ts +99 -0
  101. package/dist-esm/src/operations/standbyVirtualMachinePools.d.ts.map +1 -0
  102. package/dist-esm/src/operations/standbyVirtualMachinePools.js +502 -0
  103. package/dist-esm/src/operations/standbyVirtualMachinePools.js.map +1 -0
  104. package/dist-esm/src/operations/standbyVirtualMachines.d.ts +47 -0
  105. package/dist-esm/src/operations/standbyVirtualMachines.d.ts.map +1 -0
  106. package/dist-esm/src/operations/standbyVirtualMachines.js +188 -0
  107. package/dist-esm/src/operations/standbyVirtualMachines.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  109. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/index.js +12 -0
  111. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  113. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.d.ts +63 -0
  117. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/standbyContainerGroupPools.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.d.ts +63 -0
  121. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/standbyVirtualMachinePools.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.d.ts +21 -0
  125. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/standbyVirtualMachines.js.map +1 -0
  128. package/dist-esm/src/pagingHelper.d.ts +13 -0
  129. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  130. package/dist-esm/src/pagingHelper.js +32 -0
  131. package/dist-esm/src/pagingHelper.js.map +1 -0
  132. package/dist-esm/src/standbyPoolManagementClient.d.ts +23 -0
  133. package/dist-esm/src/standbyPoolManagementClient.d.ts.map +1 -0
  134. package/dist-esm/src/standbyPoolManagementClient.js +103 -0
  135. package/dist-esm/src/standbyPoolManagementClient.js.map +1 -0
  136. package/dist-esm/test/standbypool_operations_test.spec.d.ts +4 -0
  137. package/dist-esm/test/standbypool_operations_test.spec.d.ts.map +1 -0
  138. package/dist-esm/test/standbypool_operations_test.spec.js +73 -0
  139. package/dist-esm/test/standbypool_operations_test.spec.js.map +1 -0
  140. package/package.json +118 -0
  141. package/review/arm-standbypool.api.md +520 -0
  142. package/src/index.ts +13 -0
  143. package/src/lroImpl.ts +42 -0
  144. package/src/models/index.ts +695 -0
  145. package/src/models/mappers.ts +947 -0
  146. package/src/models/parameters.ts +167 -0
  147. package/src/operations/index.ts +12 -0
  148. package/src/operations/operations.ts +149 -0
  149. package/src/operations/standbyContainerGroupPools.ts +650 -0
  150. package/src/operations/standbyVirtualMachinePools.ts +650 -0
  151. package/src/operations/standbyVirtualMachines.ts +252 -0
  152. package/src/operationsInterfaces/index.ts +12 -0
  153. package/src/operationsInterfaces/operations.ts +22 -0
  154. package/src/operationsInterfaces/standbyContainerGroupPools.ts +127 -0
  155. package/src/operationsInterfaces/standbyVirtualMachinePools.ts +127 -0
  156. package/src/operationsInterfaces/standbyVirtualMachines.ts +44 -0
  157. package/src/pagingHelper.ts +39 -0
  158. package/src/standbyPoolManagementClient.ts +157 -0
  159. package/tsconfig.json +33 -0
  160. package/types/arm-standbypool.d.ts +853 -0
  161. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,877 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export const OperationListResult = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "OperationListResult",
12
+ modelProperties: {
13
+ value: {
14
+ serializedName: "value",
15
+ readOnly: true,
16
+ type: {
17
+ name: "Sequence",
18
+ element: {
19
+ type: {
20
+ name: "Composite",
21
+ className: "Operation",
22
+ },
23
+ },
24
+ },
25
+ },
26
+ nextLink: {
27
+ serializedName: "nextLink",
28
+ readOnly: true,
29
+ type: {
30
+ name: "String",
31
+ },
32
+ },
33
+ },
34
+ },
35
+ };
36
+ export const Operation = {
37
+ type: {
38
+ name: "Composite",
39
+ className: "Operation",
40
+ modelProperties: {
41
+ name: {
42
+ serializedName: "name",
43
+ readOnly: true,
44
+ type: {
45
+ name: "String",
46
+ },
47
+ },
48
+ isDataAction: {
49
+ serializedName: "isDataAction",
50
+ readOnly: true,
51
+ type: {
52
+ name: "Boolean",
53
+ },
54
+ },
55
+ display: {
56
+ serializedName: "display",
57
+ type: {
58
+ name: "Composite",
59
+ className: "OperationDisplay",
60
+ },
61
+ },
62
+ origin: {
63
+ serializedName: "origin",
64
+ readOnly: true,
65
+ type: {
66
+ name: "String",
67
+ },
68
+ },
69
+ actionType: {
70
+ serializedName: "actionType",
71
+ readOnly: true,
72
+ type: {
73
+ name: "String",
74
+ },
75
+ },
76
+ },
77
+ },
78
+ };
79
+ export const OperationDisplay = {
80
+ type: {
81
+ name: "Composite",
82
+ className: "OperationDisplay",
83
+ modelProperties: {
84
+ provider: {
85
+ serializedName: "provider",
86
+ readOnly: true,
87
+ type: {
88
+ name: "String",
89
+ },
90
+ },
91
+ resource: {
92
+ serializedName: "resource",
93
+ readOnly: true,
94
+ type: {
95
+ name: "String",
96
+ },
97
+ },
98
+ operation: {
99
+ serializedName: "operation",
100
+ readOnly: true,
101
+ type: {
102
+ name: "String",
103
+ },
104
+ },
105
+ description: {
106
+ serializedName: "description",
107
+ readOnly: true,
108
+ type: {
109
+ name: "String",
110
+ },
111
+ },
112
+ },
113
+ },
114
+ };
115
+ export const ErrorResponse = {
116
+ type: {
117
+ name: "Composite",
118
+ className: "ErrorResponse",
119
+ modelProperties: {
120
+ error: {
121
+ serializedName: "error",
122
+ type: {
123
+ name: "Composite",
124
+ className: "ErrorDetail",
125
+ },
126
+ },
127
+ },
128
+ },
129
+ };
130
+ export const ErrorDetail = {
131
+ type: {
132
+ name: "Composite",
133
+ className: "ErrorDetail",
134
+ modelProperties: {
135
+ code: {
136
+ serializedName: "code",
137
+ readOnly: true,
138
+ type: {
139
+ name: "String",
140
+ },
141
+ },
142
+ message: {
143
+ serializedName: "message",
144
+ readOnly: true,
145
+ type: {
146
+ name: "String",
147
+ },
148
+ },
149
+ target: {
150
+ serializedName: "target",
151
+ readOnly: true,
152
+ type: {
153
+ name: "String",
154
+ },
155
+ },
156
+ details: {
157
+ serializedName: "details",
158
+ readOnly: true,
159
+ type: {
160
+ name: "Sequence",
161
+ element: {
162
+ type: {
163
+ name: "Composite",
164
+ className: "ErrorDetail",
165
+ },
166
+ },
167
+ },
168
+ },
169
+ additionalInfo: {
170
+ serializedName: "additionalInfo",
171
+ readOnly: true,
172
+ type: {
173
+ name: "Sequence",
174
+ element: {
175
+ type: {
176
+ name: "Composite",
177
+ className: "ErrorAdditionalInfo",
178
+ },
179
+ },
180
+ },
181
+ },
182
+ },
183
+ },
184
+ };
185
+ export const ErrorAdditionalInfo = {
186
+ type: {
187
+ name: "Composite",
188
+ className: "ErrorAdditionalInfo",
189
+ modelProperties: {
190
+ type: {
191
+ serializedName: "type",
192
+ readOnly: true,
193
+ type: {
194
+ name: "String",
195
+ },
196
+ },
197
+ info: {
198
+ serializedName: "info",
199
+ readOnly: true,
200
+ type: {
201
+ name: "Dictionary",
202
+ value: { type: { name: "any" } },
203
+ },
204
+ },
205
+ },
206
+ },
207
+ };
208
+ export const StandbyContainerGroupPoolResourceListResult = {
209
+ type: {
210
+ name: "Composite",
211
+ className: "StandbyContainerGroupPoolResourceListResult",
212
+ modelProperties: {
213
+ value: {
214
+ serializedName: "value",
215
+ required: true,
216
+ type: {
217
+ name: "Sequence",
218
+ element: {
219
+ type: {
220
+ name: "Composite",
221
+ className: "StandbyContainerGroupPoolResource",
222
+ },
223
+ },
224
+ },
225
+ },
226
+ nextLink: {
227
+ serializedName: "nextLink",
228
+ type: {
229
+ name: "String",
230
+ },
231
+ },
232
+ },
233
+ },
234
+ };
235
+ export const StandbyContainerGroupPoolResourceProperties = {
236
+ type: {
237
+ name: "Composite",
238
+ className: "StandbyContainerGroupPoolResourceProperties",
239
+ modelProperties: {
240
+ elasticityProfile: {
241
+ serializedName: "elasticityProfile",
242
+ type: {
243
+ name: "Composite",
244
+ className: "StandbyContainerGroupPoolElasticityProfile",
245
+ },
246
+ },
247
+ containerGroupProperties: {
248
+ serializedName: "containerGroupProperties",
249
+ type: {
250
+ name: "Composite",
251
+ className: "ContainerGroupProperties",
252
+ },
253
+ },
254
+ provisioningState: {
255
+ serializedName: "provisioningState",
256
+ readOnly: true,
257
+ type: {
258
+ name: "String",
259
+ },
260
+ },
261
+ },
262
+ },
263
+ };
264
+ export const StandbyContainerGroupPoolElasticityProfile = {
265
+ type: {
266
+ name: "Composite",
267
+ className: "StandbyContainerGroupPoolElasticityProfile",
268
+ modelProperties: {
269
+ maxReadyCapacity: {
270
+ constraints: {
271
+ InclusiveMaximum: 2000,
272
+ InclusiveMinimum: 0,
273
+ },
274
+ serializedName: "maxReadyCapacity",
275
+ required: true,
276
+ type: {
277
+ name: "Number",
278
+ },
279
+ },
280
+ refillPolicy: {
281
+ serializedName: "refillPolicy",
282
+ type: {
283
+ name: "String",
284
+ },
285
+ },
286
+ },
287
+ },
288
+ };
289
+ export const ContainerGroupProperties = {
290
+ type: {
291
+ name: "Composite",
292
+ className: "ContainerGroupProperties",
293
+ modelProperties: {
294
+ containerGroupProfile: {
295
+ serializedName: "containerGroupProfile",
296
+ type: {
297
+ name: "Composite",
298
+ className: "ContainerGroupProfile",
299
+ },
300
+ },
301
+ subnetIds: {
302
+ serializedName: "subnetIds",
303
+ type: {
304
+ name: "Sequence",
305
+ element: {
306
+ type: {
307
+ name: "Composite",
308
+ className: "Subnet",
309
+ },
310
+ },
311
+ },
312
+ },
313
+ },
314
+ },
315
+ };
316
+ export const ContainerGroupProfile = {
317
+ type: {
318
+ name: "Composite",
319
+ className: "ContainerGroupProfile",
320
+ modelProperties: {
321
+ id: {
322
+ serializedName: "id",
323
+ required: true,
324
+ type: {
325
+ name: "String",
326
+ },
327
+ },
328
+ revision: {
329
+ serializedName: "revision",
330
+ type: {
331
+ name: "Number",
332
+ },
333
+ },
334
+ },
335
+ },
336
+ };
337
+ export const Subnet = {
338
+ type: {
339
+ name: "Composite",
340
+ className: "Subnet",
341
+ modelProperties: {
342
+ id: {
343
+ serializedName: "id",
344
+ required: true,
345
+ type: {
346
+ name: "String",
347
+ },
348
+ },
349
+ },
350
+ },
351
+ };
352
+ export const Resource = {
353
+ type: {
354
+ name: "Composite",
355
+ className: "Resource",
356
+ modelProperties: {
357
+ id: {
358
+ serializedName: "id",
359
+ readOnly: true,
360
+ type: {
361
+ name: "String",
362
+ },
363
+ },
364
+ name: {
365
+ serializedName: "name",
366
+ readOnly: true,
367
+ type: {
368
+ name: "String",
369
+ },
370
+ },
371
+ type: {
372
+ serializedName: "type",
373
+ readOnly: true,
374
+ type: {
375
+ name: "String",
376
+ },
377
+ },
378
+ systemData: {
379
+ serializedName: "systemData",
380
+ type: {
381
+ name: "Composite",
382
+ className: "SystemData",
383
+ },
384
+ },
385
+ },
386
+ },
387
+ };
388
+ export const SystemData = {
389
+ type: {
390
+ name: "Composite",
391
+ className: "SystemData",
392
+ modelProperties: {
393
+ createdBy: {
394
+ serializedName: "createdBy",
395
+ type: {
396
+ name: "String",
397
+ },
398
+ },
399
+ createdByType: {
400
+ serializedName: "createdByType",
401
+ type: {
402
+ name: "String",
403
+ },
404
+ },
405
+ createdAt: {
406
+ serializedName: "createdAt",
407
+ type: {
408
+ name: "DateTime",
409
+ },
410
+ },
411
+ lastModifiedBy: {
412
+ serializedName: "lastModifiedBy",
413
+ type: {
414
+ name: "String",
415
+ },
416
+ },
417
+ lastModifiedByType: {
418
+ serializedName: "lastModifiedByType",
419
+ type: {
420
+ name: "String",
421
+ },
422
+ },
423
+ lastModifiedAt: {
424
+ serializedName: "lastModifiedAt",
425
+ type: {
426
+ name: "DateTime",
427
+ },
428
+ },
429
+ },
430
+ },
431
+ };
432
+ export const StandbyVirtualMachinePoolResourceListResult = {
433
+ type: {
434
+ name: "Composite",
435
+ className: "StandbyVirtualMachinePoolResourceListResult",
436
+ modelProperties: {
437
+ value: {
438
+ serializedName: "value",
439
+ required: true,
440
+ type: {
441
+ name: "Sequence",
442
+ element: {
443
+ type: {
444
+ name: "Composite",
445
+ className: "StandbyVirtualMachinePoolResource",
446
+ },
447
+ },
448
+ },
449
+ },
450
+ nextLink: {
451
+ serializedName: "nextLink",
452
+ type: {
453
+ name: "String",
454
+ },
455
+ },
456
+ },
457
+ },
458
+ };
459
+ export const StandbyVirtualMachinePoolResourceProperties = {
460
+ type: {
461
+ name: "Composite",
462
+ className: "StandbyVirtualMachinePoolResourceProperties",
463
+ modelProperties: {
464
+ elasticityProfile: {
465
+ serializedName: "elasticityProfile",
466
+ type: {
467
+ name: "Composite",
468
+ className: "StandbyVirtualMachinePoolElasticityProfile",
469
+ },
470
+ },
471
+ virtualMachineState: {
472
+ serializedName: "virtualMachineState",
473
+ required: true,
474
+ type: {
475
+ name: "String",
476
+ },
477
+ },
478
+ attachedVirtualMachineScaleSetId: {
479
+ serializedName: "attachedVirtualMachineScaleSetId",
480
+ type: {
481
+ name: "String",
482
+ },
483
+ },
484
+ provisioningState: {
485
+ serializedName: "provisioningState",
486
+ readOnly: true,
487
+ type: {
488
+ name: "String",
489
+ },
490
+ },
491
+ },
492
+ },
493
+ };
494
+ export const StandbyVirtualMachinePoolElasticityProfile = {
495
+ type: {
496
+ name: "Composite",
497
+ className: "StandbyVirtualMachinePoolElasticityProfile",
498
+ modelProperties: {
499
+ maxReadyCapacity: {
500
+ constraints: {
501
+ InclusiveMaximum: 2000,
502
+ InclusiveMinimum: 0,
503
+ },
504
+ serializedName: "maxReadyCapacity",
505
+ required: true,
506
+ type: {
507
+ name: "Number",
508
+ },
509
+ },
510
+ },
511
+ },
512
+ };
513
+ export const StandbyContainerGroupPoolResourceUpdate = {
514
+ type: {
515
+ name: "Composite",
516
+ className: "StandbyContainerGroupPoolResourceUpdate",
517
+ modelProperties: {
518
+ tags: {
519
+ serializedName: "tags",
520
+ type: {
521
+ name: "Dictionary",
522
+ value: { type: { name: "String" } },
523
+ },
524
+ },
525
+ properties: {
526
+ serializedName: "properties",
527
+ type: {
528
+ name: "Composite",
529
+ className: "StandbyContainerGroupPoolResourceUpdateProperties",
530
+ },
531
+ },
532
+ },
533
+ },
534
+ };
535
+ export const StandbyContainerGroupPoolResourceUpdateProperties = {
536
+ type: {
537
+ name: "Composite",
538
+ className: "StandbyContainerGroupPoolResourceUpdateProperties",
539
+ modelProperties: {
540
+ elasticityProfile: {
541
+ serializedName: "elasticityProfile",
542
+ type: {
543
+ name: "Composite",
544
+ className: "StandbyContainerGroupPoolElasticityProfileUpdate",
545
+ },
546
+ },
547
+ containerGroupProperties: {
548
+ serializedName: "containerGroupProperties",
549
+ type: {
550
+ name: "Composite",
551
+ className: "ContainerGroupPropertiesUpdate",
552
+ },
553
+ },
554
+ },
555
+ },
556
+ };
557
+ export const StandbyContainerGroupPoolElasticityProfileUpdate = {
558
+ type: {
559
+ name: "Composite",
560
+ className: "StandbyContainerGroupPoolElasticityProfileUpdate",
561
+ modelProperties: {
562
+ maxReadyCapacity: {
563
+ constraints: {
564
+ InclusiveMaximum: 2000,
565
+ InclusiveMinimum: 0,
566
+ },
567
+ serializedName: "maxReadyCapacity",
568
+ type: {
569
+ name: "Number",
570
+ },
571
+ },
572
+ refillPolicy: {
573
+ serializedName: "refillPolicy",
574
+ type: {
575
+ name: "String",
576
+ },
577
+ },
578
+ },
579
+ },
580
+ };
581
+ export const ContainerGroupPropertiesUpdate = {
582
+ type: {
583
+ name: "Composite",
584
+ className: "ContainerGroupPropertiesUpdate",
585
+ modelProperties: {
586
+ containerGroupProfile: {
587
+ serializedName: "containerGroupProfile",
588
+ type: {
589
+ name: "Composite",
590
+ className: "ContainerGroupProfileUpdate",
591
+ },
592
+ },
593
+ subnetIds: {
594
+ serializedName: "subnetIds",
595
+ type: {
596
+ name: "Sequence",
597
+ element: {
598
+ type: {
599
+ name: "Composite",
600
+ className: "Subnet",
601
+ },
602
+ },
603
+ },
604
+ },
605
+ },
606
+ },
607
+ };
608
+ export const ContainerGroupProfileUpdate = {
609
+ type: {
610
+ name: "Composite",
611
+ className: "ContainerGroupProfileUpdate",
612
+ modelProperties: {
613
+ id: {
614
+ serializedName: "id",
615
+ type: {
616
+ name: "String",
617
+ },
618
+ },
619
+ revision: {
620
+ serializedName: "revision",
621
+ type: {
622
+ name: "Number",
623
+ },
624
+ },
625
+ },
626
+ },
627
+ };
628
+ export const StandbyVirtualMachinePoolResourceUpdate = {
629
+ type: {
630
+ name: "Composite",
631
+ className: "StandbyVirtualMachinePoolResourceUpdate",
632
+ modelProperties: {
633
+ tags: {
634
+ serializedName: "tags",
635
+ type: {
636
+ name: "Dictionary",
637
+ value: { type: { name: "String" } },
638
+ },
639
+ },
640
+ properties: {
641
+ serializedName: "properties",
642
+ type: {
643
+ name: "Composite",
644
+ className: "StandbyVirtualMachinePoolResourceUpdateProperties",
645
+ },
646
+ },
647
+ },
648
+ },
649
+ };
650
+ export const StandbyVirtualMachinePoolResourceUpdateProperties = {
651
+ type: {
652
+ name: "Composite",
653
+ className: "StandbyVirtualMachinePoolResourceUpdateProperties",
654
+ modelProperties: {
655
+ elasticityProfile: {
656
+ serializedName: "elasticityProfile",
657
+ type: {
658
+ name: "Composite",
659
+ className: "StandbyVirtualMachinePoolElasticityProfileUpdate",
660
+ },
661
+ },
662
+ virtualMachineState: {
663
+ serializedName: "virtualMachineState",
664
+ type: {
665
+ name: "String",
666
+ },
667
+ },
668
+ attachedVirtualMachineScaleSetId: {
669
+ serializedName: "attachedVirtualMachineScaleSetId",
670
+ type: {
671
+ name: "String",
672
+ },
673
+ },
674
+ },
675
+ },
676
+ };
677
+ export const StandbyVirtualMachinePoolElasticityProfileUpdate = {
678
+ type: {
679
+ name: "Composite",
680
+ className: "StandbyVirtualMachinePoolElasticityProfileUpdate",
681
+ modelProperties: {
682
+ maxReadyCapacity: {
683
+ constraints: {
684
+ InclusiveMaximum: 2000,
685
+ InclusiveMinimum: 0,
686
+ },
687
+ serializedName: "maxReadyCapacity",
688
+ type: {
689
+ name: "Number",
690
+ },
691
+ },
692
+ },
693
+ },
694
+ };
695
+ export const StandbyVirtualMachineResourceListResult = {
696
+ type: {
697
+ name: "Composite",
698
+ className: "StandbyVirtualMachineResourceListResult",
699
+ modelProperties: {
700
+ value: {
701
+ serializedName: "value",
702
+ required: true,
703
+ type: {
704
+ name: "Sequence",
705
+ element: {
706
+ type: {
707
+ name: "Composite",
708
+ className: "StandbyVirtualMachineResource",
709
+ },
710
+ },
711
+ },
712
+ },
713
+ nextLink: {
714
+ serializedName: "nextLink",
715
+ type: {
716
+ name: "String",
717
+ },
718
+ },
719
+ },
720
+ },
721
+ };
722
+ export const StandbyVirtualMachineResourceProperties = {
723
+ type: {
724
+ name: "Composite",
725
+ className: "StandbyVirtualMachineResourceProperties",
726
+ modelProperties: {
727
+ virtualMachineResourceId: {
728
+ serializedName: "virtualMachineResourceId",
729
+ required: true,
730
+ type: {
731
+ name: "String",
732
+ },
733
+ },
734
+ provisioningState: {
735
+ serializedName: "provisioningState",
736
+ readOnly: true,
737
+ type: {
738
+ name: "String",
739
+ },
740
+ },
741
+ },
742
+ },
743
+ };
744
+ export const TrackedResource = {
745
+ type: {
746
+ name: "Composite",
747
+ className: "TrackedResource",
748
+ modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
749
+ serializedName: "tags",
750
+ type: {
751
+ name: "Dictionary",
752
+ value: { type: { name: "String" } },
753
+ },
754
+ }, location: {
755
+ serializedName: "location",
756
+ required: true,
757
+ type: {
758
+ name: "String",
759
+ },
760
+ } }),
761
+ },
762
+ };
763
+ export const ProxyResource = {
764
+ type: {
765
+ name: "Composite",
766
+ className: "ProxyResource",
767
+ modelProperties: Object.assign({}, Resource.type.modelProperties),
768
+ },
769
+ };
770
+ export const StandbyContainerGroupPoolResource = {
771
+ type: {
772
+ name: "Composite",
773
+ className: "StandbyContainerGroupPoolResource",
774
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
775
+ serializedName: "properties",
776
+ type: {
777
+ name: "Composite",
778
+ className: "StandbyContainerGroupPoolResourceProperties",
779
+ },
780
+ } }),
781
+ },
782
+ };
783
+ export const StandbyVirtualMachinePoolResource = {
784
+ type: {
785
+ name: "Composite",
786
+ className: "StandbyVirtualMachinePoolResource",
787
+ modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
788
+ serializedName: "properties",
789
+ type: {
790
+ name: "Composite",
791
+ className: "StandbyVirtualMachinePoolResourceProperties",
792
+ },
793
+ } }),
794
+ },
795
+ };
796
+ export const StandbyVirtualMachineResource = {
797
+ type: {
798
+ name: "Composite",
799
+ className: "StandbyVirtualMachineResource",
800
+ modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
801
+ serializedName: "properties",
802
+ type: {
803
+ name: "Composite",
804
+ className: "StandbyVirtualMachineResourceProperties",
805
+ },
806
+ } }),
807
+ },
808
+ };
809
+ export const StandbyContainerGroupPoolsCreateOrUpdateHeaders = {
810
+ type: {
811
+ name: "Composite",
812
+ className: "StandbyContainerGroupPoolsCreateOrUpdateHeaders",
813
+ modelProperties: {
814
+ retryAfter: {
815
+ serializedName: "retry-after",
816
+ type: {
817
+ name: "Number",
818
+ },
819
+ },
820
+ },
821
+ },
822
+ };
823
+ export const StandbyContainerGroupPoolsDeleteHeaders = {
824
+ type: {
825
+ name: "Composite",
826
+ className: "StandbyContainerGroupPoolsDeleteHeaders",
827
+ modelProperties: {
828
+ location: {
829
+ serializedName: "location",
830
+ type: {
831
+ name: "String",
832
+ },
833
+ },
834
+ retryAfter: {
835
+ serializedName: "retry-after",
836
+ type: {
837
+ name: "Number",
838
+ },
839
+ },
840
+ },
841
+ },
842
+ };
843
+ export const StandbyVirtualMachinePoolsCreateOrUpdateHeaders = {
844
+ type: {
845
+ name: "Composite",
846
+ className: "StandbyVirtualMachinePoolsCreateOrUpdateHeaders",
847
+ modelProperties: {
848
+ retryAfter: {
849
+ serializedName: "retry-after",
850
+ type: {
851
+ name: "Number",
852
+ },
853
+ },
854
+ },
855
+ },
856
+ };
857
+ export const StandbyVirtualMachinePoolsDeleteHeaders = {
858
+ type: {
859
+ name: "Composite",
860
+ className: "StandbyVirtualMachinePoolsDeleteHeaders",
861
+ modelProperties: {
862
+ location: {
863
+ serializedName: "location",
864
+ type: {
865
+ name: "String",
866
+ },
867
+ },
868
+ retryAfter: {
869
+ serializedName: "retry-after",
870
+ type: {
871
+ name: "Number",
872
+ },
873
+ },
874
+ },
875
+ },
876
+ };
877
+ //# sourceMappingURL=mappers.js.map