@azure/arm-batch 5.1.0 → 7.0.0-alpha.20211215.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 (258) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +69 -83
  4. package/dist/index.js +6873 -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/src/batchManagementClient.d.ts +24 -0
  9. package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/batchManagementClient.js +31 -0
  11. package/dist-esm/src/batchManagementClient.js.map +1 -0
  12. package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
  13. package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/batchManagementClientContext.js +50 -0
  15. package/dist-esm/src/batchManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +1780 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +9 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +112 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/mappers.js +1814 -1452
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +34 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +303 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/applicationOperations.d.ts +71 -0
  37. package/dist-esm/src/operations/applicationOperations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/applicationOperations.js +269 -0
  39. package/dist-esm/src/operations/applicationOperations.js.map +1 -0
  40. package/dist-esm/src/operations/applicationPackageOperations.d.ts +83 -0
  41. package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/applicationPackageOperations.js +294 -0
  43. package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -0
  44. package/dist-esm/src/operations/batchAccountOperations.d.ts +171 -0
  45. package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/batchAccountOperations.js +681 -0
  47. package/dist-esm/src/operations/batchAccountOperations.js.map +1 -0
  48. package/dist-esm/src/operations/certificateOperations.d.ts +106 -0
  49. package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/certificateOperations.js +388 -0
  51. package/dist-esm/src/operations/certificateOperations.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +3 -5
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/location.d.ts +71 -0
  57. package/dist-esm/src/operations/location.d.ts.map +1 -0
  58. package/dist-esm/src/operations/location.js +316 -0
  59. package/dist-esm/src/operations/location.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +32 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +120 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/poolOperations.d.ts +103 -0
  65. package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/poolOperations.js +410 -0
  67. package/dist-esm/src/operations/poolOperations.js.map +1 -0
  68. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
  69. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
  71. package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
  72. package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
  73. package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
  75. package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
  77. package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/applicationOperations.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
  81. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
  85. package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/batchAccountOperations.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
  89. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  93. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  95. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
  97. package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/location.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/location.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/poolOperations.d.ts +78 -0
  105. package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
  109. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
  113. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  116. package/dist-esm/test/sampleTest.d.ts +4 -0
  117. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  118. package/dist-esm/test/sampleTest.js +479 -0
  119. package/dist-esm/test/sampleTest.js.map +1 -0
  120. package/package.json +65 -30
  121. package/review/arm-batch.api.md +1459 -0
  122. package/rollup.config.js +181 -30
  123. package/src/batchManagementClient.ts +61 -51
  124. package/src/batchManagementClientContext.ts +48 -46
  125. package/src/index.ts +13 -0
  126. package/src/lroImpl.ts +34 -0
  127. package/src/models/index.ts +1469 -3055
  128. package/src/models/mappers.ts +1967 -1573
  129. package/src/models/parameters.ts +218 -120
  130. package/src/operations/applicationOperations.ts +217 -262
  131. package/src/operations/applicationPackageOperations.ts +254 -277
  132. package/src/operations/batchAccountOperations.ts +682 -466
  133. package/src/operations/certificateOperations.ts +365 -353
  134. package/src/operations/index.ts +3 -5
  135. package/src/operations/location.ts +344 -78
  136. package/src/operations/operations.ts +84 -70
  137. package/src/operations/poolOperations.ts +379 -375
  138. package/src/operations/privateEndpointConnectionOperations.ts +271 -168
  139. package/src/operations/privateLinkResourceOperations.ts +158 -125
  140. package/src/operationsInterfaces/applicationOperations.ts +90 -0
  141. package/src/operationsInterfaces/applicationPackageOperations.ts +106 -0
  142. package/src/operationsInterfaces/batchAccountOperations.ts +196 -0
  143. package/src/operationsInterfaces/certificateOperations.ts +139 -0
  144. package/src/operationsInterfaces/index.ts +17 -0
  145. package/src/operationsInterfaces/location.ts +62 -0
  146. package/src/operationsInterfaces/operations.ts +22 -0
  147. package/src/operationsInterfaces/poolOperations.ts +142 -0
  148. package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +87 -0
  149. package/src/operationsInterfaces/privateLinkResourceOperations.ts +45 -0
  150. package/tsconfig.json +3 -3
  151. package/types/arm-batch.d.ts +2528 -0
  152. package/types/tsdoc-metadata.json +11 -0
  153. package/dist/arm-batch.js +0 -6219
  154. package/dist/arm-batch.js.map +0 -1
  155. package/dist/arm-batch.min.js +0 -1
  156. package/dist/arm-batch.min.js.map +0 -1
  157. package/esm/batchManagementClient.d.ts +0 -33
  158. package/esm/batchManagementClient.d.ts.map +0 -1
  159. package/esm/batchManagementClient.js +0 -47
  160. package/esm/batchManagementClient.js.map +0 -1
  161. package/esm/batchManagementClientContext.d.ts +0 -23
  162. package/esm/batchManagementClientContext.d.ts.map +0 -1
  163. package/esm/batchManagementClientContext.js +0 -62
  164. package/esm/batchManagementClientContext.js.map +0 -1
  165. package/esm/models/applicationOperationsMappers.d.ts +0 -2
  166. package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
  167. package/esm/models/applicationOperationsMappers.js +0 -9
  168. package/esm/models/applicationOperationsMappers.js.map +0 -1
  169. package/esm/models/applicationPackageOperationsMappers.d.ts +0 -2
  170. package/esm/models/applicationPackageOperationsMappers.d.ts.map +0 -1
  171. package/esm/models/applicationPackageOperationsMappers.js +0 -9
  172. package/esm/models/applicationPackageOperationsMappers.js.map +0 -1
  173. package/esm/models/batchAccountOperationsMappers.d.ts +0 -2
  174. package/esm/models/batchAccountOperationsMappers.d.ts.map +0 -1
  175. package/esm/models/batchAccountOperationsMappers.js +0 -9
  176. package/esm/models/batchAccountOperationsMappers.js.map +0 -1
  177. package/esm/models/certificateOperationsMappers.d.ts +0 -2
  178. package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
  179. package/esm/models/certificateOperationsMappers.js +0 -9
  180. package/esm/models/certificateOperationsMappers.js.map +0 -1
  181. package/esm/models/index.d.ts +0 -3392
  182. package/esm/models/index.d.ts.map +0 -1
  183. package/esm/models/index.js +0 -8
  184. package/esm/models/index.js.map +0 -1
  185. package/esm/models/locationMappers.d.ts +0 -2
  186. package/esm/models/locationMappers.d.ts.map +0 -1
  187. package/esm/models/locationMappers.js +0 -9
  188. package/esm/models/locationMappers.js.map +0 -1
  189. package/esm/models/mappers.d.ts +0 -96
  190. package/esm/models/mappers.d.ts.map +0 -1
  191. package/esm/models/mappers.js.map +0 -1
  192. package/esm/models/operationsMappers.d.ts +0 -2
  193. package/esm/models/operationsMappers.d.ts.map +0 -1
  194. package/esm/models/operationsMappers.js +0 -9
  195. package/esm/models/operationsMappers.js.map +0 -1
  196. package/esm/models/parameters.d.ts +0 -21
  197. package/esm/models/parameters.d.ts.map +0 -1
  198. package/esm/models/parameters.js +0 -251
  199. package/esm/models/parameters.js.map +0 -1
  200. package/esm/models/poolOperationsMappers.d.ts +0 -2
  201. package/esm/models/poolOperationsMappers.d.ts.map +0 -1
  202. package/esm/models/poolOperationsMappers.js +0 -9
  203. package/esm/models/poolOperationsMappers.js.map +0 -1
  204. package/esm/models/privateEndpointConnectionOperationsMappers.d.ts +0 -2
  205. package/esm/models/privateEndpointConnectionOperationsMappers.d.ts.map +0 -1
  206. package/esm/models/privateEndpointConnectionOperationsMappers.js +0 -9
  207. package/esm/models/privateEndpointConnectionOperationsMappers.js.map +0 -1
  208. package/esm/models/privateLinkResourceOperationsMappers.d.ts +0 -2
  209. package/esm/models/privateLinkResourceOperationsMappers.d.ts.map +0 -1
  210. package/esm/models/privateLinkResourceOperationsMappers.js +0 -9
  211. package/esm/models/privateLinkResourceOperationsMappers.js.map +0 -1
  212. package/esm/operations/applicationOperations.d.ts +0 -151
  213. package/esm/operations/applicationOperations.d.ts.map +0 -1
  214. package/esm/operations/applicationOperations.js +0 -229
  215. package/esm/operations/applicationOperations.js.map +0 -1
  216. package/esm/operations/applicationPackageOperations.d.ts +0 -170
  217. package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
  218. package/esm/operations/applicationPackageOperations.js +0 -241
  219. package/esm/operations/applicationPackageOperations.js.map +0 -1
  220. package/esm/operations/batchAccountOperations.d.ts +0 -246
  221. package/esm/operations/batchAccountOperations.d.ts.map +0 -1
  222. package/esm/operations/batchAccountOperations.js +0 -428
  223. package/esm/operations/batchAccountOperations.js.map +0 -1
  224. package/esm/operations/certificateOperations.d.ts +0 -198
  225. package/esm/operations/certificateOperations.d.ts.map +0 -1
  226. package/esm/operations/certificateOperations.js +0 -331
  227. package/esm/operations/certificateOperations.js.map +0 -1
  228. package/esm/operations/index.d.ts.map +0 -1
  229. package/esm/operations/index.js.map +0 -1
  230. package/esm/operations/location.d.ts +0 -52
  231. package/esm/operations/location.d.ts.map +0 -1
  232. package/esm/operations/location.js +0 -93
  233. package/esm/operations/location.js.map +0 -1
  234. package/esm/operations/operations.d.ts +0 -46
  235. package/esm/operations/operations.d.ts.map +0 -1
  236. package/esm/operations/operations.js +0 -77
  237. package/esm/operations/operations.js.map +0 -1
  238. package/esm/operations/poolOperations.d.ts +0 -199
  239. package/esm/operations/poolOperations.d.ts.map +0 -1
  240. package/esm/operations/poolOperations.js +0 -358
  241. package/esm/operations/poolOperations.js.map +0 -1
  242. package/esm/operations/privateEndpointConnectionOperations.d.ts +0 -104
  243. package/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  244. package/esm/operations/privateEndpointConnectionOperations.js +0 -192
  245. package/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
  246. package/esm/operations/privateLinkResourceOperations.d.ts +0 -79
  247. package/esm/operations/privateLinkResourceOperations.d.ts.map +0 -1
  248. package/esm/operations/privateLinkResourceOperations.js +0 -118
  249. package/esm/operations/privateLinkResourceOperations.js.map +0 -1
  250. package/src/models/applicationOperationsMappers.ts +0 -72
  251. package/src/models/applicationPackageOperationsMappers.ts +0 -73
  252. package/src/models/batchAccountOperationsMappers.ts +0 -78
  253. package/src/models/certificateOperationsMappers.ts +0 -77
  254. package/src/models/locationMappers.ts +0 -14
  255. package/src/models/operationsMappers.ts +0 -14
  256. package/src/models/poolOperationsMappers.ts +0 -78
  257. package/src/models/privateEndpointConnectionOperationsMappers.ts +0 -73
  258. package/src/models/privateLinkResourceOperationsMappers.ts +0 -72
@@ -1,26 +1,130 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
4
  *
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export const CloudError = CloudErrorMapper;
13
- export const BaseResource = BaseResourceMapper;
11
+ export const BatchAccountCreateParameters: coreClient.CompositeMapper = {
12
+ type: {
13
+ name: "Composite",
14
+ className: "BatchAccountCreateParameters",
15
+ modelProperties: {
16
+ location: {
17
+ serializedName: "location",
18
+ required: true,
19
+ type: {
20
+ name: "String"
21
+ }
22
+ },
23
+ tags: {
24
+ serializedName: "tags",
25
+ type: {
26
+ name: "Dictionary",
27
+ value: { type: { name: "String" } }
28
+ }
29
+ },
30
+ identity: {
31
+ serializedName: "identity",
32
+ type: {
33
+ name: "Composite",
34
+ className: "BatchAccountIdentity"
35
+ }
36
+ },
37
+ autoStorage: {
38
+ serializedName: "properties.autoStorage",
39
+ type: {
40
+ name: "Composite",
41
+ className: "AutoStorageBaseProperties"
42
+ }
43
+ },
44
+ poolAllocationMode: {
45
+ serializedName: "properties.poolAllocationMode",
46
+ type: {
47
+ name: "Enum",
48
+ allowedValues: ["BatchService", "UserSubscription"]
49
+ }
50
+ },
51
+ keyVaultReference: {
52
+ serializedName: "properties.keyVaultReference",
53
+ type: {
54
+ name: "Composite",
55
+ className: "KeyVaultReference"
56
+ }
57
+ },
58
+ publicNetworkAccess: {
59
+ defaultValue: "Enabled",
60
+ serializedName: "properties.publicNetworkAccess",
61
+ type: {
62
+ name: "Enum",
63
+ allowedValues: ["Enabled", "Disabled"]
64
+ }
65
+ },
66
+ encryption: {
67
+ serializedName: "properties.encryption",
68
+ type: {
69
+ name: "Composite",
70
+ className: "EncryptionProperties"
71
+ }
72
+ },
73
+ allowedAuthenticationModes: {
74
+ serializedName: "properties.allowedAuthenticationModes",
75
+ nullable: true,
76
+ type: {
77
+ name: "Sequence",
78
+ element: {
79
+ type: {
80
+ name: "Enum",
81
+ allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ };
14
89
 
15
- export const AutoStorageBaseProperties: msRest.CompositeMapper = {
16
- serializedName: "AutoStorageBaseProperties",
90
+ export const AutoStorageBaseProperties: coreClient.CompositeMapper = {
17
91
  type: {
18
92
  name: "Composite",
19
93
  className: "AutoStorageBaseProperties",
20
94
  modelProperties: {
21
95
  storageAccountId: {
22
- required: true,
23
96
  serializedName: "storageAccountId",
97
+ required: true,
98
+ type: {
99
+ name: "String"
100
+ }
101
+ },
102
+ authenticationMode: {
103
+ defaultValue: "StorageKeys",
104
+ serializedName: "authenticationMode",
105
+ type: {
106
+ name: "Enum",
107
+ allowedValues: ["StorageKeys", "BatchAccountManagedIdentity"]
108
+ }
109
+ },
110
+ nodeIdentityReference: {
111
+ serializedName: "nodeIdentityReference",
112
+ type: {
113
+ name: "Composite",
114
+ className: "ComputeNodeIdentityReference"
115
+ }
116
+ }
117
+ }
118
+ }
119
+ };
120
+
121
+ export const ComputeNodeIdentityReference: coreClient.CompositeMapper = {
122
+ type: {
123
+ name: "Composite",
124
+ className: "ComputeNodeIdentityReference",
125
+ modelProperties: {
126
+ resourceId: {
127
+ serializedName: "resourceId",
24
128
  type: {
25
129
  name: "String"
26
130
  }
@@ -29,14 +133,21 @@ export const AutoStorageBaseProperties: msRest.CompositeMapper = {
29
133
  }
30
134
  };
31
135
 
32
- export const KeyVaultProperties: msRest.CompositeMapper = {
33
- serializedName: "KeyVaultProperties",
136
+ export const KeyVaultReference: coreClient.CompositeMapper = {
34
137
  type: {
35
138
  name: "Composite",
36
- className: "KeyVaultProperties",
139
+ className: "KeyVaultReference",
37
140
  modelProperties: {
38
- keyIdentifier: {
39
- serializedName: "keyIdentifier",
141
+ id: {
142
+ serializedName: "id",
143
+ required: true,
144
+ type: {
145
+ name: "String"
146
+ }
147
+ },
148
+ url: {
149
+ serializedName: "url",
150
+ required: true,
40
151
  type: {
41
152
  name: "String"
42
153
  }
@@ -45,8 +156,7 @@ export const KeyVaultProperties: msRest.CompositeMapper = {
45
156
  }
46
157
  };
47
158
 
48
- export const EncryptionProperties: msRest.CompositeMapper = {
49
- serializedName: "EncryptionProperties",
159
+ export const EncryptionProperties: coreClient.CompositeMapper = {
50
160
  type: {
51
161
  name: "Composite",
52
162
  className: "EncryptionProperties",
@@ -55,10 +165,7 @@ export const EncryptionProperties: msRest.CompositeMapper = {
55
165
  serializedName: "keySource",
56
166
  type: {
57
167
  name: "Enum",
58
- allowedValues: [
59
- "Microsoft.Batch",
60
- "Microsoft.KeyVault"
61
- ]
168
+ allowedValues: ["Microsoft.Batch", "Microsoft.KeyVault"]
62
169
  }
63
170
  },
64
171
  keyVaultProperties: {
@@ -72,22 +179,13 @@ export const EncryptionProperties: msRest.CompositeMapper = {
72
179
  }
73
180
  };
74
181
 
75
- export const KeyVaultReference: msRest.CompositeMapper = {
76
- serializedName: "KeyVaultReference",
182
+ export const KeyVaultProperties: coreClient.CompositeMapper = {
77
183
  type: {
78
184
  name: "Composite",
79
- className: "KeyVaultReference",
185
+ className: "KeyVaultProperties",
80
186
  modelProperties: {
81
- id: {
82
- required: true,
83
- serializedName: "id",
84
- type: {
85
- name: "String"
86
- }
87
- },
88
- url: {
89
- required: true,
90
- serializedName: "url",
187
+ keyIdentifier: {
188
+ serializedName: "keyIdentifier",
91
189
  type: {
92
190
  name: "String"
93
191
  }
@@ -96,171 +194,77 @@ export const KeyVaultReference: msRest.CompositeMapper = {
96
194
  }
97
195
  };
98
196
 
99
- export const BatchAccountIdentity: msRest.CompositeMapper = {
100
- serializedName: "BatchAccountIdentity",
197
+ export const BatchAccountIdentity: coreClient.CompositeMapper = {
101
198
  type: {
102
199
  name: "Composite",
103
200
  className: "BatchAccountIdentity",
104
201
  modelProperties: {
105
202
  principalId: {
106
- readOnly: true,
107
203
  serializedName: "principalId",
204
+ readOnly: true,
108
205
  type: {
109
206
  name: "String"
110
207
  }
111
208
  },
112
209
  tenantId: {
113
- readOnly: true,
114
210
  serializedName: "tenantId",
211
+ readOnly: true,
115
212
  type: {
116
213
  name: "String"
117
214
  }
118
215
  },
119
216
  type: {
120
- required: true,
121
217
  serializedName: "type",
122
- type: {
123
- name: "Enum",
124
- allowedValues: [
125
- "SystemAssigned",
126
- "None"
127
- ]
128
- }
129
- }
130
- }
131
- }
132
- };
133
-
134
- export const BatchAccountCreateParameters: msRest.CompositeMapper = {
135
- serializedName: "BatchAccountCreateParameters",
136
- type: {
137
- name: "Composite",
138
- className: "BatchAccountCreateParameters",
139
- modelProperties: {
140
- location: {
141
218
  required: true,
142
- serializedName: "location",
143
219
  type: {
144
- name: "String"
220
+ name: "Enum",
221
+ allowedValues: ["SystemAssigned", "UserAssigned", "None"]
145
222
  }
146
223
  },
147
- tags: {
148
- serializedName: "tags",
224
+ userAssignedIdentities: {
225
+ serializedName: "userAssignedIdentities",
149
226
  type: {
150
227
  name: "Dictionary",
151
228
  value: {
152
- type: {
153
- name: "String"
154
- }
229
+ type: { name: "Composite", className: "UserAssignedIdentities" }
155
230
  }
156
231
  }
157
- },
158
- autoStorage: {
159
- serializedName: "properties.autoStorage",
160
- type: {
161
- name: "Composite",
162
- className: "AutoStorageBaseProperties"
163
- }
164
- },
165
- poolAllocationMode: {
166
- serializedName: "properties.poolAllocationMode",
167
- type: {
168
- name: "Enum",
169
- allowedValues: [
170
- "BatchService",
171
- "UserSubscription"
172
- ]
173
- }
174
- },
175
- keyVaultReference: {
176
- serializedName: "properties.keyVaultReference",
177
- type: {
178
- name: "Composite",
179
- className: "KeyVaultReference"
180
- }
181
- },
182
- publicNetworkAccess: {
183
- serializedName: "properties.publicNetworkAccess",
184
- defaultValue: 'Enabled',
185
- type: {
186
- name: "Enum",
187
- allowedValues: [
188
- "Enabled",
189
- "Disabled"
190
- ]
191
- }
192
- },
193
- encryption: {
194
- serializedName: "properties.encryption",
195
- type: {
196
- name: "Composite",
197
- className: "EncryptionProperties"
198
- }
199
- },
200
- identity: {
201
- serializedName: "identity",
202
- type: {
203
- name: "Composite",
204
- className: "BatchAccountIdentity"
205
- }
206
- }
207
- }
208
- }
209
- };
210
-
211
- export const AutoStorageProperties: msRest.CompositeMapper = {
212
- serializedName: "AutoStorageProperties",
213
- type: {
214
- name: "Composite",
215
- className: "AutoStorageProperties",
216
- modelProperties: {
217
- ...AutoStorageBaseProperties.type.modelProperties,
218
- lastKeySync: {
219
- required: true,
220
- serializedName: "lastKeySync",
221
- type: {
222
- name: "DateTime"
223
- }
224
232
  }
225
233
  }
226
234
  }
227
235
  };
228
236
 
229
- export const VirtualMachineFamilyCoreQuota: msRest.CompositeMapper = {
230
- serializedName: "VirtualMachineFamilyCoreQuota",
237
+ export const UserAssignedIdentities: coreClient.CompositeMapper = {
231
238
  type: {
232
239
  name: "Composite",
233
- className: "VirtualMachineFamilyCoreQuota",
240
+ className: "UserAssignedIdentities",
234
241
  modelProperties: {
235
- name: {
236
- nullable: false,
242
+ principalId: {
243
+ serializedName: "principalId",
237
244
  readOnly: true,
238
- serializedName: "name",
239
245
  type: {
240
246
  name: "String"
241
247
  }
242
248
  },
243
- coreQuota: {
244
- nullable: false,
249
+ clientId: {
250
+ serializedName: "clientId",
245
251
  readOnly: true,
246
- serializedName: "coreQuota",
247
252
  type: {
248
- name: "Number"
253
+ name: "String"
249
254
  }
250
255
  }
251
256
  }
252
257
  }
253
258
  };
254
259
 
255
- export const PrivateEndpoint: msRest.CompositeMapper = {
256
- serializedName: "PrivateEndpoint",
260
+ export const PrivateEndpoint: coreClient.CompositeMapper = {
257
261
  type: {
258
262
  name: "Composite",
259
263
  className: "PrivateEndpoint",
260
264
  modelProperties: {
261
265
  id: {
262
- readOnly: true,
263
266
  serializedName: "id",
267
+ readOnly: true,
264
268
  type: {
265
269
  name: "String"
266
270
  }
@@ -269,23 +273,17 @@ export const PrivateEndpoint: msRest.CompositeMapper = {
269
273
  }
270
274
  };
271
275
 
272
- export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
273
- serializedName: "PrivateLinkServiceConnectionState",
276
+ export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
274
277
  type: {
275
278
  name: "Composite",
276
279
  className: "PrivateLinkServiceConnectionState",
277
280
  modelProperties: {
278
281
  status: {
279
- required: true,
280
282
  serializedName: "status",
283
+ required: true,
281
284
  type: {
282
285
  name: "Enum",
283
- allowedValues: [
284
- "Approved",
285
- "Pending",
286
- "Rejected",
287
- "Disconnected"
288
- ]
286
+ allowedValues: ["Approved", "Pending", "Rejected", "Disconnected"]
289
287
  }
290
288
  },
291
289
  description: {
@@ -295,8 +293,8 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
295
293
  }
296
294
  },
297
295
  actionRequired: {
298
- readOnly: true,
299
296
  serializedName: "actionRequired",
297
+ readOnly: true,
300
298
  type: {
301
299
  name: "String"
302
300
  }
@@ -305,36 +303,35 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
305
303
  }
306
304
  };
307
305
 
308
- export const ProxyResource: msRest.CompositeMapper = {
309
- serializedName: "ProxyResource",
306
+ export const ProxyResource: coreClient.CompositeMapper = {
310
307
  type: {
311
308
  name: "Composite",
312
309
  className: "ProxyResource",
313
310
  modelProperties: {
314
311
  id: {
315
- readOnly: true,
316
312
  serializedName: "id",
313
+ readOnly: true,
317
314
  type: {
318
315
  name: "String"
319
316
  }
320
317
  },
321
318
  name: {
322
- readOnly: true,
323
319
  serializedName: "name",
320
+ readOnly: true,
324
321
  type: {
325
322
  name: "String"
326
323
  }
327
324
  },
328
325
  type: {
329
- readOnly: true,
330
326
  serializedName: "type",
327
+ readOnly: true,
331
328
  type: {
332
329
  name: "String"
333
330
  }
334
331
  },
335
332
  etag: {
336
- readOnly: true,
337
333
  serializedName: "etag",
334
+ readOnly: true,
338
335
  type: {
339
336
  name: "String"
340
337
  }
@@ -343,336 +340,245 @@ export const ProxyResource: msRest.CompositeMapper = {
343
340
  }
344
341
  };
345
342
 
346
- export const PrivateEndpointConnection: msRest.CompositeMapper = {
347
- serializedName: "PrivateEndpointConnection",
343
+ export const VirtualMachineFamilyCoreQuota: coreClient.CompositeMapper = {
348
344
  type: {
349
345
  name: "Composite",
350
- className: "PrivateEndpointConnection",
346
+ className: "VirtualMachineFamilyCoreQuota",
351
347
  modelProperties: {
352
- ...ProxyResource.type.modelProperties,
353
- provisioningState: {
354
- nullable: false,
348
+ name: {
349
+ serializedName: "name",
355
350
  readOnly: true,
356
- serializedName: "properties.provisioningState",
357
351
  type: {
358
- name: "Enum",
359
- allowedValues: [
360
- "Succeeded",
361
- "Updating",
362
- "Failed"
363
- ]
352
+ name: "String"
364
353
  }
365
354
  },
366
- privateEndpoint: {
367
- serializedName: "properties.privateEndpoint",
355
+ coreQuota: {
356
+ serializedName: "coreQuota",
357
+ readOnly: true,
368
358
  type: {
369
- name: "Composite",
370
- className: "PrivateEndpoint"
371
- }
372
- },
373
- privateLinkServiceConnectionState: {
374
- serializedName: "properties.privateLinkServiceConnectionState",
375
- type: {
376
- name: "Composite",
377
- className: "PrivateLinkServiceConnectionState"
359
+ name: "Number"
378
360
  }
379
361
  }
380
362
  }
381
363
  }
382
364
  };
383
365
 
384
- export const Resource: msRest.CompositeMapper = {
385
- serializedName: "Resource",
366
+ export const Resource: coreClient.CompositeMapper = {
386
367
  type: {
387
368
  name: "Composite",
388
369
  className: "Resource",
389
370
  modelProperties: {
390
371
  id: {
391
- readOnly: true,
392
372
  serializedName: "id",
373
+ readOnly: true,
393
374
  type: {
394
375
  name: "String"
395
376
  }
396
377
  },
397
378
  name: {
398
- readOnly: true,
399
379
  serializedName: "name",
380
+ readOnly: true,
400
381
  type: {
401
382
  name: "String"
402
383
  }
403
384
  },
404
385
  type: {
405
- readOnly: true,
406
386
  serializedName: "type",
387
+ readOnly: true,
407
388
  type: {
408
389
  name: "String"
409
390
  }
410
391
  },
411
392
  location: {
412
- readOnly: true,
413
393
  serializedName: "location",
394
+ readOnly: true,
414
395
  type: {
415
396
  name: "String"
416
397
  }
417
398
  },
418
399
  tags: {
419
- readOnly: true,
420
400
  serializedName: "tags",
401
+ readOnly: true,
421
402
  type: {
422
403
  name: "Dictionary",
423
- value: {
424
- type: {
425
- name: "String"
426
- }
427
- }
404
+ value: { type: { name: "String" } }
428
405
  }
429
406
  }
430
407
  }
431
408
  }
432
409
  };
433
410
 
434
- export const BatchAccount: msRest.CompositeMapper = {
435
- serializedName: "BatchAccount",
411
+ export const CloudError: coreClient.CompositeMapper = {
436
412
  type: {
437
413
  name: "Composite",
438
- className: "BatchAccount",
414
+ className: "CloudError",
439
415
  modelProperties: {
440
- ...Resource.type.modelProperties,
441
- accountEndpoint: {
442
- readOnly: true,
443
- serializedName: "properties.accountEndpoint",
444
- type: {
445
- name: "String"
446
- }
447
- },
448
- provisioningState: {
449
- nullable: false,
450
- readOnly: true,
451
- serializedName: "properties.provisioningState",
416
+ error: {
417
+ serializedName: "error",
452
418
  type: {
453
- name: "Enum",
454
- allowedValues: [
455
- "Invalid",
456
- "Creating",
457
- "Deleting",
458
- "Succeeded",
459
- "Failed",
460
- "Cancelled"
461
- ]
419
+ name: "Composite",
420
+ className: "CloudErrorBody"
462
421
  }
463
- },
464
- poolAllocationMode: {
465
- readOnly: true,
466
- serializedName: "properties.poolAllocationMode",
422
+ }
423
+ }
424
+ }
425
+ };
426
+
427
+ export const CloudErrorBody: coreClient.CompositeMapper = {
428
+ type: {
429
+ name: "Composite",
430
+ className: "CloudErrorBody",
431
+ modelProperties: {
432
+ code: {
433
+ serializedName: "code",
467
434
  type: {
468
- name: "Enum",
469
- allowedValues: [
470
- "BatchService",
471
- "UserSubscription"
472
- ]
435
+ name: "String"
473
436
  }
474
437
  },
475
- keyVaultReference: {
476
- readOnly: true,
477
- serializedName: "properties.keyVaultReference",
438
+ message: {
439
+ serializedName: "message",
478
440
  type: {
479
- name: "Composite",
480
- className: "KeyVaultReference"
441
+ name: "String"
481
442
  }
482
443
  },
483
- publicNetworkAccess: {
484
- readOnly: true,
485
- serializedName: "properties.publicNetworkAccess",
486
- defaultValue: 'Enabled',
444
+ target: {
445
+ serializedName: "target",
487
446
  type: {
488
- name: "Enum",
489
- allowedValues: [
490
- "Enabled",
491
- "Disabled"
492
- ]
447
+ name: "String"
493
448
  }
494
449
  },
495
- privateEndpointConnections: {
496
- nullable: true,
497
- readOnly: true,
498
- serializedName: "properties.privateEndpointConnections",
450
+ details: {
451
+ serializedName: "details",
499
452
  type: {
500
453
  name: "Sequence",
501
454
  element: {
502
455
  type: {
503
456
  name: "Composite",
504
- className: "PrivateEndpointConnection"
457
+ className: "CloudErrorBody"
505
458
  }
506
459
  }
507
460
  }
461
+ }
462
+ }
463
+ }
464
+ };
465
+
466
+ export const BatchAccountUpdateParameters: coreClient.CompositeMapper = {
467
+ type: {
468
+ name: "Composite",
469
+ className: "BatchAccountUpdateParameters",
470
+ modelProperties: {
471
+ tags: {
472
+ serializedName: "tags",
473
+ type: {
474
+ name: "Dictionary",
475
+ value: { type: { name: "String" } }
476
+ }
477
+ },
478
+ identity: {
479
+ serializedName: "identity",
480
+ type: {
481
+ name: "Composite",
482
+ className: "BatchAccountIdentity"
483
+ }
508
484
  },
509
485
  autoStorage: {
510
- readOnly: true,
511
486
  serializedName: "properties.autoStorage",
512
487
  type: {
513
488
  name: "Composite",
514
- className: "AutoStorageProperties"
489
+ className: "AutoStorageBaseProperties"
515
490
  }
516
491
  },
517
492
  encryption: {
518
- readOnly: true,
519
493
  serializedName: "properties.encryption",
520
494
  type: {
521
495
  name: "Composite",
522
496
  className: "EncryptionProperties"
523
497
  }
524
498
  },
525
- dedicatedCoreQuota: {
526
- nullable: true,
527
- readOnly: true,
528
- serializedName: "properties.dedicatedCoreQuota",
529
- type: {
530
- name: "Number"
531
- }
532
- },
533
- lowPriorityCoreQuota: {
534
- nullable: true,
535
- readOnly: true,
536
- serializedName: "properties.lowPriorityCoreQuota",
537
- type: {
538
- name: "Number"
539
- }
540
- },
541
- dedicatedCoreQuotaPerVMFamily: {
499
+ allowedAuthenticationModes: {
500
+ serializedName: "properties.allowedAuthenticationModes",
542
501
  nullable: true,
543
- readOnly: true,
544
- serializedName: "properties.dedicatedCoreQuotaPerVMFamily",
545
502
  type: {
546
503
  name: "Sequence",
547
504
  element: {
548
505
  type: {
549
- name: "Composite",
550
- className: "VirtualMachineFamilyCoreQuota"
506
+ name: "Enum",
507
+ allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
551
508
  }
552
509
  }
553
510
  }
554
- },
555
- dedicatedCoreQuotaPerVMFamilyEnforced: {
556
- nullable: false,
557
- readOnly: true,
558
- serializedName: "properties.dedicatedCoreQuotaPerVMFamilyEnforced",
559
- type: {
560
- name: "Boolean"
561
- }
562
- },
563
- poolQuota: {
564
- nullable: false,
565
- readOnly: true,
566
- serializedName: "properties.poolQuota",
567
- type: {
568
- name: "Number"
569
- }
570
- },
571
- activeJobAndJobScheduleQuota: {
572
- nullable: false,
573
- readOnly: true,
574
- serializedName: "properties.activeJobAndJobScheduleQuota",
575
- type: {
576
- name: "Number"
577
- }
578
- },
579
- identity: {
580
- serializedName: "identity",
581
- type: {
582
- name: "Composite",
583
- className: "BatchAccountIdentity"
584
- }
585
511
  }
586
512
  }
587
513
  }
588
514
  };
589
515
 
590
- export const BatchAccountUpdateParameters: msRest.CompositeMapper = {
591
- serializedName: "BatchAccountUpdateParameters",
516
+ export const BatchAccountListResult: coreClient.CompositeMapper = {
592
517
  type: {
593
518
  name: "Composite",
594
- className: "BatchAccountUpdateParameters",
519
+ className: "BatchAccountListResult",
595
520
  modelProperties: {
596
- tags: {
597
- serializedName: "tags",
521
+ value: {
522
+ serializedName: "value",
598
523
  type: {
599
- name: "Dictionary",
600
- value: {
524
+ name: "Sequence",
525
+ element: {
601
526
  type: {
602
- name: "String"
527
+ name: "Composite",
528
+ className: "BatchAccount"
603
529
  }
604
530
  }
605
531
  }
606
532
  },
607
- autoStorage: {
608
- serializedName: "properties.autoStorage",
609
- type: {
610
- name: "Composite",
611
- className: "AutoStorageBaseProperties"
612
- }
613
- },
614
- encryption: {
615
- serializedName: "properties.encryption",
616
- type: {
617
- name: "Composite",
618
- className: "EncryptionProperties"
619
- }
620
- },
621
- identity: {
622
- serializedName: "identity",
533
+ nextLink: {
534
+ serializedName: "nextLink",
623
535
  type: {
624
- name: "Composite",
625
- className: "BatchAccountIdentity"
536
+ name: "String"
626
537
  }
627
538
  }
628
539
  }
629
540
  }
630
541
  };
631
542
 
632
- export const BatchAccountRegenerateKeyParameters: msRest.CompositeMapper = {
633
- serializedName: "BatchAccountRegenerateKeyParameters",
543
+ export const BatchAccountRegenerateKeyParameters: coreClient.CompositeMapper = {
634
544
  type: {
635
545
  name: "Composite",
636
546
  className: "BatchAccountRegenerateKeyParameters",
637
547
  modelProperties: {
638
548
  keyName: {
639
- required: true,
640
549
  serializedName: "keyName",
550
+ required: true,
641
551
  type: {
642
552
  name: "Enum",
643
- allowedValues: [
644
- "Primary",
645
- "Secondary"
646
- ]
553
+ allowedValues: ["Primary", "Secondary"]
647
554
  }
648
555
  }
649
556
  }
650
557
  }
651
558
  };
652
559
 
653
- export const BatchAccountKeys: msRest.CompositeMapper = {
654
- serializedName: "BatchAccountKeys",
560
+ export const BatchAccountKeys: coreClient.CompositeMapper = {
655
561
  type: {
656
562
  name: "Composite",
657
563
  className: "BatchAccountKeys",
658
564
  modelProperties: {
659
565
  accountName: {
660
- readOnly: true,
661
566
  serializedName: "accountName",
567
+ readOnly: true,
662
568
  type: {
663
569
  name: "String"
664
570
  }
665
571
  },
666
572
  primary: {
667
- readOnly: true,
668
573
  serializedName: "primary",
574
+ readOnly: true,
669
575
  type: {
670
576
  name: "String"
671
577
  }
672
578
  },
673
579
  secondary: {
674
- readOnly: true,
675
580
  serializedName: "secondary",
581
+ readOnly: true,
676
582
  type: {
677
583
  name: "String"
678
584
  }
@@ -681,15 +587,14 @@ export const BatchAccountKeys: msRest.CompositeMapper = {
681
587
  }
682
588
  };
683
589
 
684
- export const ActivateApplicationPackageParameters: msRest.CompositeMapper = {
685
- serializedName: "ActivateApplicationPackageParameters",
590
+ export const ActivateApplicationPackageParameters: coreClient.CompositeMapper = {
686
591
  type: {
687
592
  name: "Composite",
688
593
  className: "ActivateApplicationPackageParameters",
689
594
  modelProperties: {
690
595
  format: {
691
- required: true,
692
596
  serializedName: "format",
597
+ required: true,
693
598
  type: {
694
599
  name: "String"
695
600
  }
@@ -698,27 +603,25 @@ export const ActivateApplicationPackageParameters: msRest.CompositeMapper = {
698
603
  }
699
604
  };
700
605
 
701
- export const Application: msRest.CompositeMapper = {
702
- serializedName: "Application",
606
+ export const ListApplicationsResult: coreClient.CompositeMapper = {
703
607
  type: {
704
608
  name: "Composite",
705
- className: "Application",
609
+ className: "ListApplicationsResult",
706
610
  modelProperties: {
707
- ...ProxyResource.type.modelProperties,
708
- displayName: {
709
- serializedName: "properties.displayName",
710
- type: {
711
- name: "String"
712
- }
713
- },
714
- allowUpdates: {
715
- serializedName: "properties.allowUpdates",
611
+ value: {
612
+ serializedName: "value",
716
613
  type: {
717
- name: "Boolean"
614
+ name: "Sequence",
615
+ element: {
616
+ type: {
617
+ name: "Composite",
618
+ className: "Application"
619
+ }
620
+ }
718
621
  }
719
622
  },
720
- defaultVersion: {
721
- serializedName: "properties.defaultVersion",
623
+ nextLink: {
624
+ serializedName: "nextLink",
722
625
  type: {
723
626
  name: "String"
724
627
  }
@@ -727,65 +630,41 @@ export const Application: msRest.CompositeMapper = {
727
630
  }
728
631
  };
729
632
 
730
- export const ApplicationPackage: msRest.CompositeMapper = {
731
- serializedName: "ApplicationPackage",
633
+ export const ListApplicationPackagesResult: coreClient.CompositeMapper = {
732
634
  type: {
733
635
  name: "Composite",
734
- className: "ApplicationPackage",
636
+ className: "ListApplicationPackagesResult",
735
637
  modelProperties: {
736
- ...ProxyResource.type.modelProperties,
737
- state: {
738
- readOnly: true,
739
- serializedName: "properties.state",
638
+ value: {
639
+ serializedName: "value",
740
640
  type: {
741
- name: "Enum",
742
- allowedValues: [
743
- "Pending",
744
- "Active"
745
- ]
641
+ name: "Sequence",
642
+ element: {
643
+ type: {
644
+ name: "Composite",
645
+ className: "ApplicationPackage"
646
+ }
647
+ }
746
648
  }
747
649
  },
748
- format: {
749
- readOnly: true,
750
- serializedName: "properties.format",
650
+ nextLink: {
651
+ serializedName: "nextLink",
751
652
  type: {
752
653
  name: "String"
753
654
  }
754
- },
755
- storageUrl: {
756
- readOnly: true,
757
- serializedName: "properties.storageUrl",
758
- type: {
759
- name: "String"
760
- }
761
- },
762
- storageUrlExpiry: {
763
- readOnly: true,
764
- serializedName: "properties.storageUrlExpiry",
765
- type: {
766
- name: "DateTime"
767
- }
768
- },
769
- lastActivationTime: {
770
- readOnly: true,
771
- serializedName: "properties.lastActivationTime",
772
- type: {
773
- name: "DateTime"
774
- }
775
655
  }
776
656
  }
777
657
  }
778
658
  };
779
659
 
780
- export const BatchLocationQuota: msRest.CompositeMapper = {
781
- serializedName: "BatchLocationQuota",
660
+ export const BatchLocationQuota: coreClient.CompositeMapper = {
782
661
  type: {
783
662
  name: "Composite",
784
663
  className: "BatchLocationQuota",
785
664
  modelProperties: {
786
665
  accountQuota: {
787
- readOnly: true,
788
666
  serializedName: "accountQuota",
667
+ readOnly: true,
789
668
  type: {
790
669
  name: "Number"
791
670
  }
@@ -794,73 +673,63 @@ export const BatchLocationQuota: msRest.CompositeMapper = {
794
673
  }
795
674
  };
796
675
 
797
- export const CertificateBaseProperties: msRest.CompositeMapper = {
798
- serializedName: "CertificateBaseProperties",
676
+ export const SupportedSkusResult: coreClient.CompositeMapper = {
799
677
  type: {
800
678
  name: "Composite",
801
- className: "CertificateBaseProperties",
679
+ className: "SupportedSkusResult",
802
680
  modelProperties: {
803
- thumbprintAlgorithm: {
804
- serializedName: "thumbprintAlgorithm",
681
+ value: {
682
+ serializedName: "value",
683
+ required: true,
805
684
  type: {
806
- name: "String"
685
+ name: "Sequence",
686
+ element: {
687
+ type: {
688
+ name: "Composite",
689
+ className: "SupportedSku"
690
+ }
691
+ }
807
692
  }
808
693
  },
809
- thumbprint: {
810
- serializedName: "thumbprint",
694
+ nextLink: {
695
+ serializedName: "nextLink",
696
+ readOnly: true,
811
697
  type: {
812
698
  name: "String"
813
699
  }
814
- },
815
- format: {
816
- nullable: false,
817
- serializedName: "format",
818
- type: {
819
- name: "Enum",
820
- allowedValues: [
821
- "Pfx",
822
- "Cer"
823
- ]
824
- }
825
700
  }
826
701
  }
827
702
  }
828
703
  };
829
704
 
830
- export const DeleteCertificateError: msRest.CompositeMapper = {
831
- serializedName: "DeleteCertificateError",
705
+ export const SupportedSku: coreClient.CompositeMapper = {
832
706
  type: {
833
707
  name: "Composite",
834
- className: "DeleteCertificateError",
708
+ className: "SupportedSku",
835
709
  modelProperties: {
836
- code: {
837
- required: true,
838
- serializedName: "code",
839
- type: {
840
- name: "String"
841
- }
842
- },
843
- message: {
844
- required: true,
845
- serializedName: "message",
710
+ name: {
711
+ serializedName: "name",
712
+ readOnly: true,
846
713
  type: {
847
714
  name: "String"
848
715
  }
849
716
  },
850
- target: {
851
- serializedName: "target",
717
+ familyName: {
718
+ serializedName: "familyName",
719
+ readOnly: true,
852
720
  type: {
853
721
  name: "String"
854
722
  }
855
723
  },
856
- details: {
857
- serializedName: "details",
724
+ capabilities: {
725
+ serializedName: "capabilities",
726
+ readOnly: true,
858
727
  type: {
859
728
  name: "Sequence",
860
729
  element: {
861
730
  type: {
862
731
  name: "Composite",
863
- className: "DeleteCertificateError"
732
+ className: "SkuCapability"
864
733
  }
865
734
  }
866
735
  }
@@ -869,134 +738,146 @@ export const DeleteCertificateError: msRest.CompositeMapper = {
869
738
  }
870
739
  };
871
740
 
872
- export const Certificate: msRest.CompositeMapper = {
873
- serializedName: "Certificate",
741
+ export const SkuCapability: coreClient.CompositeMapper = {
874
742
  type: {
875
743
  name: "Composite",
876
- className: "Certificate",
744
+ className: "SkuCapability",
877
745
  modelProperties: {
878
- ...ProxyResource.type.modelProperties,
879
- thumbprintAlgorithm: {
880
- serializedName: "properties.thumbprintAlgorithm",
746
+ name: {
747
+ serializedName: "name",
748
+ readOnly: true,
881
749
  type: {
882
750
  name: "String"
883
751
  }
884
752
  },
885
- thumbprint: {
886
- serializedName: "properties.thumbprint",
753
+ value: {
754
+ serializedName: "value",
755
+ readOnly: true,
887
756
  type: {
888
757
  name: "String"
889
758
  }
890
- },
891
- format: {
892
- nullable: false,
893
- serializedName: "properties.format",
759
+ }
760
+ }
761
+ }
762
+ };
763
+
764
+ export const OperationListResult: coreClient.CompositeMapper = {
765
+ type: {
766
+ name: "Composite",
767
+ className: "OperationListResult",
768
+ modelProperties: {
769
+ value: {
770
+ serializedName: "value",
894
771
  type: {
895
- name: "Enum",
896
- allowedValues: [
897
- "Pfx",
898
- "Cer"
899
- ]
772
+ name: "Sequence",
773
+ element: {
774
+ type: {
775
+ name: "Composite",
776
+ className: "Operation"
777
+ }
778
+ }
900
779
  }
901
780
  },
902
- provisioningState: {
903
- nullable: false,
904
- readOnly: true,
905
- serializedName: "properties.provisioningState",
781
+ nextLink: {
782
+ serializedName: "nextLink",
906
783
  type: {
907
- name: "Enum",
908
- allowedValues: [
909
- "Succeeded",
910
- "Deleting",
911
- "Failed"
912
- ]
784
+ name: "String"
913
785
  }
914
- },
915
- provisioningStateTransitionTime: {
916
- readOnly: true,
917
- serializedName: "properties.provisioningStateTransitionTime",
786
+ }
787
+ }
788
+ }
789
+ };
790
+
791
+ export const Operation: coreClient.CompositeMapper = {
792
+ type: {
793
+ name: "Composite",
794
+ className: "Operation",
795
+ modelProperties: {
796
+ name: {
797
+ serializedName: "name",
918
798
  type: {
919
- name: "DateTime"
799
+ name: "String"
920
800
  }
921
801
  },
922
- previousProvisioningState: {
923
- nullable: false,
924
- readOnly: true,
925
- serializedName: "properties.previousProvisioningState",
802
+ isDataAction: {
803
+ serializedName: "isDataAction",
926
804
  type: {
927
- name: "Enum",
928
- allowedValues: [
929
- "Succeeded",
930
- "Deleting",
931
- "Failed"
932
- ]
805
+ name: "Boolean"
933
806
  }
934
807
  },
935
- previousProvisioningStateTransitionTime: {
936
- readOnly: true,
937
- serializedName: "properties.previousProvisioningStateTransitionTime",
808
+ display: {
809
+ serializedName: "display",
938
810
  type: {
939
- name: "DateTime"
811
+ name: "Composite",
812
+ className: "OperationDisplay"
940
813
  }
941
814
  },
942
- publicData: {
943
- readOnly: true,
944
- serializedName: "properties.publicData",
815
+ origin: {
816
+ serializedName: "origin",
945
817
  type: {
946
818
  name: "String"
947
819
  }
948
820
  },
949
- deleteCertificateError: {
950
- readOnly: true,
951
- serializedName: "properties.deleteCertificateError",
821
+ properties: {
822
+ serializedName: "properties",
952
823
  type: {
953
- name: "Composite",
954
- className: "DeleteCertificateError"
824
+ name: "Dictionary",
825
+ value: { type: { name: "any" } }
955
826
  }
956
827
  }
957
828
  }
958
829
  }
959
830
  };
960
831
 
961
- export const CertificateCreateOrUpdateParameters: msRest.CompositeMapper = {
962
- serializedName: "CertificateCreateOrUpdateParameters",
832
+ export const OperationDisplay: coreClient.CompositeMapper = {
963
833
  type: {
964
834
  name: "Composite",
965
- className: "CertificateCreateOrUpdateParameters",
835
+ className: "OperationDisplay",
966
836
  modelProperties: {
967
- ...ProxyResource.type.modelProperties,
968
- thumbprintAlgorithm: {
969
- serializedName: "properties.thumbprintAlgorithm",
837
+ provider: {
838
+ serializedName: "provider",
970
839
  type: {
971
840
  name: "String"
972
841
  }
973
842
  },
974
- thumbprint: {
975
- serializedName: "properties.thumbprint",
843
+ operation: {
844
+ serializedName: "operation",
976
845
  type: {
977
846
  name: "String"
978
847
  }
979
848
  },
980
- format: {
981
- nullable: false,
982
- serializedName: "properties.format",
849
+ resource: {
850
+ serializedName: "resource",
983
851
  type: {
984
- name: "Enum",
985
- allowedValues: [
986
- "Pfx",
987
- "Cer"
988
- ]
852
+ name: "String"
989
853
  }
990
854
  },
991
- data: {
855
+ description: {
856
+ serializedName: "description",
857
+ type: {
858
+ name: "String"
859
+ }
860
+ }
861
+ }
862
+ }
863
+ };
864
+
865
+ export const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {
866
+ type: {
867
+ name: "Composite",
868
+ className: "CheckNameAvailabilityParameters",
869
+ modelProperties: {
870
+ name: {
871
+ serializedName: "name",
992
872
  required: true,
993
- serializedName: "properties.data",
994
873
  type: {
995
874
  name: "String"
996
875
  }
997
876
  },
998
- password: {
999
- serializedName: "properties.password",
877
+ type: {
878
+ defaultValue: "Microsoft.Batch/batchAccounts",
879
+ isConstant: true,
880
+ serializedName: "type",
1000
881
  type: {
1001
882
  name: "String"
1002
883
  }
@@ -1005,63 +886,56 @@ export const CertificateCreateOrUpdateParameters: msRest.CompositeMapper = {
1005
886
  }
1006
887
  };
1007
888
 
1008
- export const PrivateLinkResource: msRest.CompositeMapper = {
1009
- serializedName: "PrivateLinkResource",
889
+ export const CheckNameAvailabilityResult: coreClient.CompositeMapper = {
1010
890
  type: {
1011
891
  name: "Composite",
1012
- className: "PrivateLinkResource",
892
+ className: "CheckNameAvailabilityResult",
1013
893
  modelProperties: {
1014
- ...ProxyResource.type.modelProperties,
1015
- groupId: {
894
+ nameAvailable: {
895
+ serializedName: "nameAvailable",
1016
896
  readOnly: true,
1017
- serializedName: "properties.groupId",
1018
897
  type: {
1019
- name: "String"
898
+ name: "Boolean"
1020
899
  }
1021
900
  },
1022
- requiredMembers: {
901
+ reason: {
902
+ serializedName: "reason",
1023
903
  readOnly: true,
1024
- serializedName: "properties.requiredMembers",
1025
904
  type: {
1026
- name: "Sequence",
1027
- element: {
1028
- type: {
1029
- name: "String"
1030
- }
1031
- }
905
+ name: "Enum",
906
+ allowedValues: ["Invalid", "AlreadyExists"]
1032
907
  }
1033
908
  },
1034
- requiredZoneNames: {
909
+ message: {
910
+ serializedName: "message",
1035
911
  readOnly: true,
1036
- serializedName: "properties.requiredZoneNames",
1037
912
  type: {
1038
- name: "Sequence",
1039
- element: {
1040
- type: {
1041
- name: "String"
1042
- }
1043
- }
913
+ name: "String"
1044
914
  }
1045
915
  }
1046
916
  }
1047
917
  }
1048
918
  };
1049
919
 
1050
- export const CloudServiceConfiguration: msRest.CompositeMapper = {
1051
- serializedName: "CloudServiceConfiguration",
920
+ export const ListCertificatesResult: coreClient.CompositeMapper = {
1052
921
  type: {
1053
922
  name: "Composite",
1054
- className: "CloudServiceConfiguration",
923
+ className: "ListCertificatesResult",
1055
924
  modelProperties: {
1056
- osFamily: {
1057
- required: true,
1058
- serializedName: "osFamily",
925
+ value: {
926
+ serializedName: "value",
1059
927
  type: {
1060
- name: "String"
928
+ name: "Sequence",
929
+ element: {
930
+ type: {
931
+ name: "Composite",
932
+ className: "Certificate"
933
+ }
934
+ }
1061
935
  }
1062
936
  },
1063
- osVersion: {
1064
- serializedName: "osVersion",
937
+ nextLink: {
938
+ serializedName: "nextLink",
1065
939
  type: {
1066
940
  name: "String"
1067
941
  }
@@ -1070,129 +944,94 @@ export const CloudServiceConfiguration: msRest.CompositeMapper = {
1070
944
  }
1071
945
  };
1072
946
 
1073
- export const ImageReference: msRest.CompositeMapper = {
1074
- serializedName: "ImageReference",
947
+ export const DeleteCertificateError: coreClient.CompositeMapper = {
1075
948
  type: {
1076
949
  name: "Composite",
1077
- className: "ImageReference",
950
+ className: "DeleteCertificateError",
1078
951
  modelProperties: {
1079
- publisher: {
1080
- serializedName: "publisher",
1081
- type: {
1082
- name: "String"
1083
- }
1084
- },
1085
- offer: {
1086
- serializedName: "offer",
952
+ code: {
953
+ serializedName: "code",
954
+ required: true,
1087
955
  type: {
1088
956
  name: "String"
1089
957
  }
1090
958
  },
1091
- sku: {
1092
- serializedName: "sku",
959
+ message: {
960
+ serializedName: "message",
961
+ required: true,
1093
962
  type: {
1094
963
  name: "String"
1095
964
  }
1096
965
  },
1097
- version: {
1098
- serializedName: "version",
966
+ target: {
967
+ serializedName: "target",
1099
968
  type: {
1100
969
  name: "String"
1101
970
  }
1102
971
  },
1103
- id: {
1104
- serializedName: "id",
1105
- type: {
1106
- name: "String"
1107
- }
1108
- }
1109
- }
1110
- }
1111
- };
1112
-
1113
- export const WindowsConfiguration: msRest.CompositeMapper = {
1114
- serializedName: "WindowsConfiguration",
1115
- type: {
1116
- name: "Composite",
1117
- className: "WindowsConfiguration",
1118
- modelProperties: {
1119
- enableAutomaticUpdates: {
1120
- serializedName: "enableAutomaticUpdates",
972
+ details: {
973
+ serializedName: "details",
1121
974
  type: {
1122
- name: "Boolean"
975
+ name: "Sequence",
976
+ element: {
977
+ type: {
978
+ name: "Composite",
979
+ className: "DeleteCertificateError"
980
+ }
981
+ }
1123
982
  }
1124
983
  }
1125
984
  }
1126
985
  }
1127
986
  };
1128
987
 
1129
- export const DataDisk: msRest.CompositeMapper = {
1130
- serializedName: "DataDisk",
988
+ export const CertificateBaseProperties: coreClient.CompositeMapper = {
1131
989
  type: {
1132
990
  name: "Composite",
1133
- className: "DataDisk",
991
+ className: "CertificateBaseProperties",
1134
992
  modelProperties: {
1135
- lun: {
1136
- required: true,
1137
- serializedName: "lun",
1138
- type: {
1139
- name: "Number"
1140
- }
1141
- },
1142
- caching: {
1143
- serializedName: "caching",
993
+ thumbprintAlgorithm: {
994
+ serializedName: "thumbprintAlgorithm",
1144
995
  type: {
1145
- name: "Enum",
1146
- allowedValues: [
1147
- "None",
1148
- "ReadOnly",
1149
- "ReadWrite"
1150
- ]
996
+ name: "String"
1151
997
  }
1152
998
  },
1153
- diskSizeGB: {
1154
- required: true,
1155
- serializedName: "diskSizeGB",
999
+ thumbprint: {
1000
+ serializedName: "thumbprint",
1156
1001
  type: {
1157
- name: "Number"
1002
+ name: "String"
1158
1003
  }
1159
1004
  },
1160
- storageAccountType: {
1161
- serializedName: "storageAccountType",
1005
+ format: {
1006
+ serializedName: "format",
1162
1007
  type: {
1163
1008
  name: "Enum",
1164
- allowedValues: [
1165
- "Standard_LRS",
1166
- "Premium_LRS"
1167
- ]
1009
+ allowedValues: ["Pfx", "Cer"]
1168
1010
  }
1169
1011
  }
1170
1012
  }
1171
1013
  }
1172
1014
  };
1173
1015
 
1174
- export const ContainerRegistry: msRest.CompositeMapper = {
1175
- serializedName: "ContainerRegistry",
1016
+ export const ListPrivateLinkResourcesResult: coreClient.CompositeMapper = {
1176
1017
  type: {
1177
1018
  name: "Composite",
1178
- className: "ContainerRegistry",
1019
+ className: "ListPrivateLinkResourcesResult",
1179
1020
  modelProperties: {
1180
- registryServer: {
1181
- serializedName: "registryServer",
1182
- type: {
1183
- name: "String"
1184
- }
1185
- },
1186
- userName: {
1187
- required: true,
1188
- serializedName: "username",
1021
+ value: {
1022
+ serializedName: "value",
1189
1023
  type: {
1190
- name: "String"
1024
+ name: "Sequence",
1025
+ element: {
1026
+ type: {
1027
+ name: "Composite",
1028
+ className: "PrivateLinkResource"
1029
+ }
1030
+ }
1191
1031
  }
1192
1032
  },
1193
- password: {
1194
- required: true,
1195
- serializedName: "password",
1033
+ nextLink: {
1034
+ serializedName: "nextLink",
1196
1035
  type: {
1197
1036
  name: "String"
1198
1037
  }
@@ -1201,81 +1040,111 @@ export const ContainerRegistry: msRest.CompositeMapper = {
1201
1040
  }
1202
1041
  };
1203
1042
 
1204
- export const ContainerConfiguration: msRest.CompositeMapper = {
1205
- serializedName: "ContainerConfiguration",
1043
+ export const ListPrivateEndpointConnectionsResult: coreClient.CompositeMapper = {
1206
1044
  type: {
1207
1045
  name: "Composite",
1208
- className: "ContainerConfiguration",
1046
+ className: "ListPrivateEndpointConnectionsResult",
1209
1047
  modelProperties: {
1210
- type: {
1211
- required: true,
1212
- isConstant: true,
1213
- serializedName: "type",
1214
- defaultValue: 'DockerCompatible',
1215
- type: {
1216
- name: "String"
1217
- }
1218
- },
1219
- containerImageNames: {
1220
- serializedName: "containerImageNames",
1048
+ value: {
1049
+ serializedName: "value",
1221
1050
  type: {
1222
1051
  name: "Sequence",
1223
1052
  element: {
1224
1053
  type: {
1225
- name: "String"
1054
+ name: "Composite",
1055
+ className: "PrivateEndpointConnection"
1226
1056
  }
1227
1057
  }
1228
1058
  }
1229
1059
  },
1230
- containerRegistries: {
1231
- serializedName: "containerRegistries",
1060
+ nextLink: {
1061
+ serializedName: "nextLink",
1062
+ type: {
1063
+ name: "String"
1064
+ }
1065
+ }
1066
+ }
1067
+ }
1068
+ };
1069
+
1070
+ export const ListPoolsResult: coreClient.CompositeMapper = {
1071
+ type: {
1072
+ name: "Composite",
1073
+ className: "ListPoolsResult",
1074
+ modelProperties: {
1075
+ value: {
1076
+ serializedName: "value",
1232
1077
  type: {
1233
1078
  name: "Sequence",
1234
1079
  element: {
1235
1080
  type: {
1236
1081
  name: "Composite",
1237
- className: "ContainerRegistry"
1082
+ className: "Pool"
1238
1083
  }
1239
1084
  }
1240
1085
  }
1086
+ },
1087
+ nextLink: {
1088
+ serializedName: "nextLink",
1089
+ type: {
1090
+ name: "String"
1091
+ }
1241
1092
  }
1242
1093
  }
1243
1094
  }
1244
1095
  };
1245
1096
 
1246
- export const DiskEncryptionConfiguration: msRest.CompositeMapper = {
1247
- serializedName: "DiskEncryptionConfiguration",
1097
+ export const DeploymentConfiguration: coreClient.CompositeMapper = {
1248
1098
  type: {
1249
1099
  name: "Composite",
1250
- className: "DiskEncryptionConfiguration",
1100
+ className: "DeploymentConfiguration",
1251
1101
  modelProperties: {
1252
- targets: {
1253
- serializedName: "targets",
1102
+ cloudServiceConfiguration: {
1103
+ serializedName: "cloudServiceConfiguration",
1254
1104
  type: {
1255
- name: "Sequence",
1256
- element: {
1257
- type: {
1258
- name: "Enum",
1259
- allowedValues: [
1260
- "OsDisk",
1261
- "TemporaryDisk"
1262
- ]
1263
- }
1264
- }
1105
+ name: "Composite",
1106
+ className: "CloudServiceConfiguration"
1107
+ }
1108
+ },
1109
+ virtualMachineConfiguration: {
1110
+ serializedName: "virtualMachineConfiguration",
1111
+ type: {
1112
+ name: "Composite",
1113
+ className: "VirtualMachineConfiguration"
1114
+ }
1115
+ }
1116
+ }
1117
+ }
1118
+ };
1119
+
1120
+ export const CloudServiceConfiguration: coreClient.CompositeMapper = {
1121
+ type: {
1122
+ name: "Composite",
1123
+ className: "CloudServiceConfiguration",
1124
+ modelProperties: {
1125
+ osFamily: {
1126
+ serializedName: "osFamily",
1127
+ required: true,
1128
+ type: {
1129
+ name: "String"
1130
+ }
1131
+ },
1132
+ osVersion: {
1133
+ serializedName: "osVersion",
1134
+ type: {
1135
+ name: "String"
1265
1136
  }
1266
1137
  }
1267
1138
  }
1268
1139
  }
1269
1140
  };
1270
1141
 
1271
- export const VirtualMachineConfiguration: msRest.CompositeMapper = {
1272
- serializedName: "VirtualMachineConfiguration",
1142
+ export const VirtualMachineConfiguration: coreClient.CompositeMapper = {
1273
1143
  type: {
1274
1144
  name: "Composite",
1275
1145
  className: "VirtualMachineConfiguration",
1276
1146
  modelProperties: {
1277
1147
  imageReference: {
1278
- required: true,
1279
1148
  serializedName: "imageReference",
1280
1149
  type: {
1281
1150
  name: "Composite",
@@ -1283,8 +1152,8 @@ export const VirtualMachineConfiguration: msRest.CompositeMapper = {
1283
1152
  }
1284
1153
  },
1285
1154
  nodeAgentSkuId: {
1286
- required: true,
1287
1155
  serializedName: "nodeAgentSkuId",
1156
+ required: true,
1288
1157
  type: {
1289
1158
  name: "String"
1290
1159
  }
@@ -1327,150 +1196,160 @@ export const VirtualMachineConfiguration: msRest.CompositeMapper = {
1327
1196
  name: "Composite",
1328
1197
  className: "DiskEncryptionConfiguration"
1329
1198
  }
1330
- }
1331
- }
1332
- }
1333
- };
1334
-
1335
- export const DeploymentConfiguration: msRest.CompositeMapper = {
1336
- serializedName: "DeploymentConfiguration",
1337
- type: {
1338
- name: "Composite",
1339
- className: "DeploymentConfiguration",
1340
- modelProperties: {
1341
- cloudServiceConfiguration: {
1342
- serializedName: "cloudServiceConfiguration",
1199
+ },
1200
+ nodePlacementConfiguration: {
1201
+ serializedName: "nodePlacementConfiguration",
1343
1202
  type: {
1344
1203
  name: "Composite",
1345
- className: "CloudServiceConfiguration"
1204
+ className: "NodePlacementConfiguration"
1346
1205
  }
1347
1206
  },
1348
- virtualMachineConfiguration: {
1349
- serializedName: "virtualMachineConfiguration",
1207
+ extensions: {
1208
+ serializedName: "extensions",
1209
+ type: {
1210
+ name: "Sequence",
1211
+ element: {
1212
+ type: {
1213
+ name: "Composite",
1214
+ className: "VMExtension"
1215
+ }
1216
+ }
1217
+ }
1218
+ },
1219
+ osDisk: {
1220
+ serializedName: "osDisk",
1350
1221
  type: {
1351
1222
  name: "Composite",
1352
- className: "VirtualMachineConfiguration"
1223
+ className: "OSDisk"
1353
1224
  }
1354
1225
  }
1355
1226
  }
1356
1227
  }
1357
1228
  };
1358
1229
 
1359
- export const FixedScaleSettings: msRest.CompositeMapper = {
1360
- serializedName: "FixedScaleSettings",
1230
+ export const ImageReference: coreClient.CompositeMapper = {
1361
1231
  type: {
1362
1232
  name: "Composite",
1363
- className: "FixedScaleSettings",
1233
+ className: "ImageReference",
1364
1234
  modelProperties: {
1365
- resizeTimeout: {
1366
- serializedName: "resizeTimeout",
1235
+ publisher: {
1236
+ serializedName: "publisher",
1367
1237
  type: {
1368
- name: "TimeSpan"
1238
+ name: "String"
1369
1239
  }
1370
1240
  },
1371
- targetDedicatedNodes: {
1372
- serializedName: "targetDedicatedNodes",
1241
+ offer: {
1242
+ serializedName: "offer",
1373
1243
  type: {
1374
- name: "Number"
1244
+ name: "String"
1375
1245
  }
1376
1246
  },
1377
- targetLowPriorityNodes: {
1378
- serializedName: "targetLowPriorityNodes",
1247
+ sku: {
1248
+ serializedName: "sku",
1379
1249
  type: {
1380
- name: "Number"
1250
+ name: "String"
1381
1251
  }
1382
1252
  },
1383
- nodeDeallocationOption: {
1384
- serializedName: "nodeDeallocationOption",
1253
+ version: {
1254
+ serializedName: "version",
1385
1255
  type: {
1386
- name: "Enum",
1387
- allowedValues: [
1388
- "Requeue",
1389
- "Terminate",
1390
- "TaskCompletion",
1391
- "RetainedData"
1392
- ]
1256
+ name: "String"
1257
+ }
1258
+ },
1259
+ id: {
1260
+ serializedName: "id",
1261
+ type: {
1262
+ name: "String"
1393
1263
  }
1394
1264
  }
1395
1265
  }
1396
1266
  }
1397
1267
  };
1398
1268
 
1399
- export const AutoScaleSettings: msRest.CompositeMapper = {
1400
- serializedName: "AutoScaleSettings",
1269
+ export const WindowsConfiguration: coreClient.CompositeMapper = {
1401
1270
  type: {
1402
1271
  name: "Composite",
1403
- className: "AutoScaleSettings",
1272
+ className: "WindowsConfiguration",
1404
1273
  modelProperties: {
1405
- formula: {
1406
- required: true,
1407
- serializedName: "formula",
1408
- type: {
1409
- name: "String"
1410
- }
1411
- },
1412
- evaluationInterval: {
1413
- serializedName: "evaluationInterval",
1274
+ enableAutomaticUpdates: {
1275
+ serializedName: "enableAutomaticUpdates",
1414
1276
  type: {
1415
- name: "TimeSpan"
1277
+ name: "Boolean"
1416
1278
  }
1417
1279
  }
1418
1280
  }
1419
1281
  }
1420
1282
  };
1421
1283
 
1422
- export const ScaleSettings: msRest.CompositeMapper = {
1423
- serializedName: "ScaleSettings",
1284
+ export const DataDisk: coreClient.CompositeMapper = {
1424
1285
  type: {
1425
1286
  name: "Composite",
1426
- className: "ScaleSettings",
1287
+ className: "DataDisk",
1427
1288
  modelProperties: {
1428
- fixedScale: {
1429
- serializedName: "fixedScale",
1289
+ lun: {
1290
+ serializedName: "lun",
1291
+ required: true,
1430
1292
  type: {
1431
- name: "Composite",
1432
- className: "FixedScaleSettings"
1293
+ name: "Number"
1433
1294
  }
1434
1295
  },
1435
- autoScale: {
1436
- serializedName: "autoScale",
1296
+ caching: {
1297
+ serializedName: "caching",
1437
1298
  type: {
1438
- name: "Composite",
1439
- className: "AutoScaleSettings"
1299
+ name: "Enum",
1300
+ allowedValues: ["None", "ReadOnly", "ReadWrite"]
1301
+ }
1302
+ },
1303
+ diskSizeGB: {
1304
+ serializedName: "diskSizeGB",
1305
+ required: true,
1306
+ type: {
1307
+ name: "Number"
1308
+ }
1309
+ },
1310
+ storageAccountType: {
1311
+ serializedName: "storageAccountType",
1312
+ type: {
1313
+ name: "Enum",
1314
+ allowedValues: ["Standard_LRS", "Premium_LRS"]
1440
1315
  }
1441
1316
  }
1442
1317
  }
1443
1318
  }
1444
1319
  };
1445
1320
 
1446
- export const AutoScaleRunError: msRest.CompositeMapper = {
1447
- serializedName: "AutoScaleRunError",
1321
+ export const ContainerConfiguration: coreClient.CompositeMapper = {
1448
1322
  type: {
1449
1323
  name: "Composite",
1450
- className: "AutoScaleRunError",
1324
+ className: "ContainerConfiguration",
1451
1325
  modelProperties: {
1452
- code: {
1453
- required: true,
1454
- serializedName: "code",
1326
+ type: {
1327
+ defaultValue: "DockerCompatible",
1328
+ isConstant: true,
1329
+ serializedName: "type",
1455
1330
  type: {
1456
1331
  name: "String"
1457
1332
  }
1458
1333
  },
1459
- message: {
1460
- required: true,
1461
- serializedName: "message",
1334
+ containerImageNames: {
1335
+ serializedName: "containerImageNames",
1462
1336
  type: {
1463
- name: "String"
1337
+ name: "Sequence",
1338
+ element: {
1339
+ type: {
1340
+ name: "String"
1341
+ }
1342
+ }
1464
1343
  }
1465
1344
  },
1466
- details: {
1467
- serializedName: "details",
1345
+ containerRegistries: {
1346
+ serializedName: "containerRegistries",
1468
1347
  type: {
1469
1348
  name: "Sequence",
1470
1349
  element: {
1471
1350
  type: {
1472
1351
  name: "Composite",
1473
- className: "AutoScaleRunError"
1352
+ className: "ContainerRegistry"
1474
1353
  }
1475
1354
  }
1476
1355
  }
@@ -1479,74 +1358,53 @@ export const AutoScaleRunError: msRest.CompositeMapper = {
1479
1358
  }
1480
1359
  };
1481
1360
 
1482
- export const AutoScaleRun: msRest.CompositeMapper = {
1483
- serializedName: "AutoScaleRun",
1361
+ export const ContainerRegistry: coreClient.CompositeMapper = {
1484
1362
  type: {
1485
1363
  name: "Composite",
1486
- className: "AutoScaleRun",
1364
+ className: "ContainerRegistry",
1487
1365
  modelProperties: {
1488
- evaluationTime: {
1489
- required: true,
1490
- serializedName: "evaluationTime",
1366
+ userName: {
1367
+ serializedName: "username",
1491
1368
  type: {
1492
- name: "DateTime"
1369
+ name: "String"
1493
1370
  }
1494
1371
  },
1495
- results: {
1496
- serializedName: "results",
1372
+ password: {
1373
+ serializedName: "password",
1497
1374
  type: {
1498
1375
  name: "String"
1499
1376
  }
1500
1377
  },
1501
- error: {
1502
- serializedName: "error",
1378
+ registryServer: {
1379
+ serializedName: "registryServer",
1380
+ type: {
1381
+ name: "String"
1382
+ }
1383
+ },
1384
+ identityReference: {
1385
+ serializedName: "identityReference",
1503
1386
  type: {
1504
1387
  name: "Composite",
1505
- className: "AutoScaleRunError"
1388
+ className: "ComputeNodeIdentityReference"
1506
1389
  }
1507
1390
  }
1508
1391
  }
1509
1392
  }
1510
1393
  };
1511
1394
 
1512
- export const NetworkSecurityGroupRule: msRest.CompositeMapper = {
1513
- serializedName: "NetworkSecurityGroupRule",
1395
+ export const DiskEncryptionConfiguration: coreClient.CompositeMapper = {
1514
1396
  type: {
1515
1397
  name: "Composite",
1516
- className: "NetworkSecurityGroupRule",
1398
+ className: "DiskEncryptionConfiguration",
1517
1399
  modelProperties: {
1518
- priority: {
1519
- required: true,
1520
- serializedName: "priority",
1521
- type: {
1522
- name: "Number"
1523
- }
1524
- },
1525
- access: {
1526
- required: true,
1527
- serializedName: "access",
1528
- type: {
1529
- name: "Enum",
1530
- allowedValues: [
1531
- "Allow",
1532
- "Deny"
1533
- ]
1534
- }
1535
- },
1536
- sourceAddressPrefix: {
1537
- required: true,
1538
- serializedName: "sourceAddressPrefix",
1539
- type: {
1540
- name: "String"
1541
- }
1542
- },
1543
- sourcePortRanges: {
1544
- serializedName: "sourcePortRanges",
1400
+ targets: {
1401
+ serializedName: "targets",
1545
1402
  type: {
1546
1403
  name: "Sequence",
1547
1404
  element: {
1548
1405
  type: {
1549
- name: "String"
1406
+ name: "Enum",
1407
+ allowedValues: ["OsDisk", "TemporaryDisk"]
1550
1408
  }
1551
1409
  }
1552
1410
  }
@@ -1555,59 +1413,81 @@ export const NetworkSecurityGroupRule: msRest.CompositeMapper = {
1555
1413
  }
1556
1414
  };
1557
1415
 
1558
- export const InboundNatPool: msRest.CompositeMapper = {
1559
- serializedName: "InboundNatPool",
1416
+ export const NodePlacementConfiguration: coreClient.CompositeMapper = {
1560
1417
  type: {
1561
1418
  name: "Composite",
1562
- className: "InboundNatPool",
1419
+ className: "NodePlacementConfiguration",
1420
+ modelProperties: {
1421
+ policy: {
1422
+ serializedName: "policy",
1423
+ type: {
1424
+ name: "Enum",
1425
+ allowedValues: ["Regional", "Zonal"]
1426
+ }
1427
+ }
1428
+ }
1429
+ }
1430
+ };
1431
+
1432
+ export const VMExtension: coreClient.CompositeMapper = {
1433
+ type: {
1434
+ name: "Composite",
1435
+ className: "VMExtension",
1563
1436
  modelProperties: {
1564
1437
  name: {
1565
- required: true,
1566
1438
  serializedName: "name",
1439
+ required: true,
1567
1440
  type: {
1568
1441
  name: "String"
1569
1442
  }
1570
1443
  },
1571
- protocol: {
1444
+ publisher: {
1445
+ serializedName: "publisher",
1572
1446
  required: true,
1573
- serializedName: "protocol",
1574
1447
  type: {
1575
- name: "Enum",
1576
- allowedValues: [
1577
- "TCP",
1578
- "UDP"
1579
- ]
1448
+ name: "String"
1580
1449
  }
1581
1450
  },
1582
- backendPort: {
1451
+ type: {
1452
+ serializedName: "type",
1583
1453
  required: true,
1584
- serializedName: "backendPort",
1585
1454
  type: {
1586
- name: "Number"
1455
+ name: "String"
1587
1456
  }
1588
1457
  },
1589
- frontendPortRangeStart: {
1590
- required: true,
1591
- serializedName: "frontendPortRangeStart",
1458
+ typeHandlerVersion: {
1459
+ serializedName: "typeHandlerVersion",
1592
1460
  type: {
1593
- name: "Number"
1461
+ name: "String"
1594
1462
  }
1595
1463
  },
1596
- frontendPortRangeEnd: {
1597
- required: true,
1598
- serializedName: "frontendPortRangeEnd",
1464
+ autoUpgradeMinorVersion: {
1465
+ serializedName: "autoUpgradeMinorVersion",
1599
1466
  type: {
1600
- name: "Number"
1467
+ name: "Boolean"
1601
1468
  }
1602
1469
  },
1603
- networkSecurityGroupRules: {
1604
- serializedName: "networkSecurityGroupRules",
1470
+ settings: {
1471
+ serializedName: "settings",
1472
+ type: {
1473
+ name: "Dictionary",
1474
+ value: { type: { name: "any" } }
1475
+ }
1476
+ },
1477
+ protectedSettings: {
1478
+ serializedName: "protectedSettings",
1479
+ type: {
1480
+ name: "Dictionary",
1481
+ value: { type: { name: "any" } }
1482
+ }
1483
+ },
1484
+ provisionAfterExtensions: {
1485
+ serializedName: "provisionAfterExtensions",
1605
1486
  type: {
1606
1487
  name: "Sequence",
1607
1488
  element: {
1608
1489
  type: {
1609
- name: "Composite",
1610
- className: "NetworkSecurityGroupRule"
1490
+ name: "String"
1611
1491
  }
1612
1492
  }
1613
1493
  }
@@ -1616,105 +1496,94 @@ export const InboundNatPool: msRest.CompositeMapper = {
1616
1496
  }
1617
1497
  };
1618
1498
 
1619
- export const PoolEndpointConfiguration: msRest.CompositeMapper = {
1620
- serializedName: "PoolEndpointConfiguration",
1499
+ export const OSDisk: coreClient.CompositeMapper = {
1621
1500
  type: {
1622
1501
  name: "Composite",
1623
- className: "PoolEndpointConfiguration",
1502
+ className: "OSDisk",
1624
1503
  modelProperties: {
1625
- inboundNatPools: {
1626
- required: true,
1627
- serializedName: "inboundNatPools",
1504
+ ephemeralOSDiskSettings: {
1505
+ serializedName: "ephemeralOSDiskSettings",
1628
1506
  type: {
1629
- name: "Sequence",
1630
- element: {
1631
- type: {
1632
- name: "Composite",
1633
- className: "InboundNatPool"
1634
- }
1635
- }
1507
+ name: "Composite",
1508
+ className: "DiffDiskSettings"
1636
1509
  }
1637
1510
  }
1638
1511
  }
1639
1512
  }
1640
1513
  };
1641
1514
 
1642
- export const PublicIPAddressConfiguration: msRest.CompositeMapper = {
1643
- serializedName: "PublicIPAddressConfiguration",
1515
+ export const DiffDiskSettings: coreClient.CompositeMapper = {
1644
1516
  type: {
1645
1517
  name: "Composite",
1646
- className: "PublicIPAddressConfiguration",
1518
+ className: "DiffDiskSettings",
1647
1519
  modelProperties: {
1648
- provision: {
1649
- serializedName: "provision",
1650
- type: {
1651
- name: "Enum",
1652
- allowedValues: [
1653
- "BatchManaged",
1654
- "UserManaged",
1655
- "NoPublicIPAddresses"
1656
- ]
1657
- }
1658
- },
1659
- ipAddressIds: {
1660
- serializedName: "ipAddressIds",
1520
+ placement: {
1521
+ defaultValue: "CacheDisk",
1522
+ isConstant: true,
1523
+ serializedName: "placement",
1661
1524
  type: {
1662
- name: "Sequence",
1663
- element: {
1664
- type: {
1665
- name: "String"
1666
- }
1667
- }
1525
+ name: "String"
1668
1526
  }
1669
1527
  }
1670
1528
  }
1671
1529
  }
1672
1530
  };
1673
1531
 
1674
- export const NetworkConfiguration: msRest.CompositeMapper = {
1675
- serializedName: "NetworkConfiguration",
1532
+ export const ScaleSettings: coreClient.CompositeMapper = {
1676
1533
  type: {
1677
1534
  name: "Composite",
1678
- className: "NetworkConfiguration",
1535
+ className: "ScaleSettings",
1679
1536
  modelProperties: {
1680
- subnetId: {
1681
- serializedName: "subnetId",
1682
- type: {
1683
- name: "String"
1684
- }
1685
- },
1686
- endpointConfiguration: {
1687
- serializedName: "endpointConfiguration",
1537
+ fixedScale: {
1538
+ serializedName: "fixedScale",
1688
1539
  type: {
1689
1540
  name: "Composite",
1690
- className: "PoolEndpointConfiguration"
1541
+ className: "FixedScaleSettings"
1691
1542
  }
1692
1543
  },
1693
- publicIPAddressConfiguration: {
1694
- serializedName: "publicIPAddressConfiguration",
1544
+ autoScale: {
1545
+ serializedName: "autoScale",
1695
1546
  type: {
1696
1547
  name: "Composite",
1697
- className: "PublicIPAddressConfiguration"
1548
+ className: "AutoScaleSettings"
1698
1549
  }
1699
1550
  }
1700
1551
  }
1701
1552
  }
1702
1553
  };
1703
1554
 
1704
- export const TaskSchedulingPolicy: msRest.CompositeMapper = {
1705
- serializedName: "TaskSchedulingPolicy",
1555
+ export const FixedScaleSettings: coreClient.CompositeMapper = {
1706
1556
  type: {
1707
1557
  name: "Composite",
1708
- className: "TaskSchedulingPolicy",
1558
+ className: "FixedScaleSettings",
1709
1559
  modelProperties: {
1710
- nodeFillType: {
1711
- required: true,
1712
- serializedName: "nodeFillType",
1560
+ resizeTimeout: {
1561
+ serializedName: "resizeTimeout",
1562
+ type: {
1563
+ name: "TimeSpan"
1564
+ }
1565
+ },
1566
+ targetDedicatedNodes: {
1567
+ serializedName: "targetDedicatedNodes",
1568
+ type: {
1569
+ name: "Number"
1570
+ }
1571
+ },
1572
+ targetLowPriorityNodes: {
1573
+ serializedName: "targetLowPriorityNodes",
1574
+ type: {
1575
+ name: "Number"
1576
+ }
1577
+ },
1578
+ nodeDeallocationOption: {
1579
+ serializedName: "nodeDeallocationOption",
1713
1580
  type: {
1714
1581
  name: "Enum",
1715
1582
  allowedValues: [
1716
- "Spread",
1717
- "Pack"
1583
+ "Requeue",
1584
+ "Terminate",
1585
+ "TaskCompletion",
1586
+ "RetainedData"
1718
1587
  ]
1719
1588
  }
1720
1589
  }
@@ -1722,454 +1591,1089 @@ export const TaskSchedulingPolicy: msRest.CompositeMapper = {
1722
1591
  }
1723
1592
  };
1724
1593
 
1725
- export const LinuxUserConfiguration: msRest.CompositeMapper = {
1726
- serializedName: "LinuxUserConfiguration",
1594
+ export const AutoScaleSettings: coreClient.CompositeMapper = {
1727
1595
  type: {
1728
1596
  name: "Composite",
1729
- className: "LinuxUserConfiguration",
1597
+ className: "AutoScaleSettings",
1730
1598
  modelProperties: {
1731
- uid: {
1599
+ formula: {
1600
+ serializedName: "formula",
1601
+ required: true,
1602
+ type: {
1603
+ name: "String"
1604
+ }
1605
+ },
1606
+ evaluationInterval: {
1607
+ serializedName: "evaluationInterval",
1608
+ type: {
1609
+ name: "TimeSpan"
1610
+ }
1611
+ }
1612
+ }
1613
+ }
1614
+ };
1615
+
1616
+ export const AutoScaleRun: coreClient.CompositeMapper = {
1617
+ type: {
1618
+ name: "Composite",
1619
+ className: "AutoScaleRun",
1620
+ modelProperties: {
1621
+ evaluationTime: {
1622
+ serializedName: "evaluationTime",
1623
+ required: true,
1624
+ type: {
1625
+ name: "DateTime"
1626
+ }
1627
+ },
1628
+ results: {
1629
+ serializedName: "results",
1630
+ type: {
1631
+ name: "String"
1632
+ }
1633
+ },
1634
+ error: {
1635
+ serializedName: "error",
1636
+ type: {
1637
+ name: "Composite",
1638
+ className: "AutoScaleRunError"
1639
+ }
1640
+ }
1641
+ }
1642
+ }
1643
+ };
1644
+
1645
+ export const AutoScaleRunError: coreClient.CompositeMapper = {
1646
+ type: {
1647
+ name: "Composite",
1648
+ className: "AutoScaleRunError",
1649
+ modelProperties: {
1650
+ code: {
1651
+ serializedName: "code",
1652
+ required: true,
1653
+ type: {
1654
+ name: "String"
1655
+ }
1656
+ },
1657
+ message: {
1658
+ serializedName: "message",
1659
+ required: true,
1660
+ type: {
1661
+ name: "String"
1662
+ }
1663
+ },
1664
+ details: {
1665
+ serializedName: "details",
1666
+ type: {
1667
+ name: "Sequence",
1668
+ element: {
1669
+ type: {
1670
+ name: "Composite",
1671
+ className: "AutoScaleRunError"
1672
+ }
1673
+ }
1674
+ }
1675
+ }
1676
+ }
1677
+ }
1678
+ };
1679
+
1680
+ export const NetworkConfiguration: coreClient.CompositeMapper = {
1681
+ type: {
1682
+ name: "Composite",
1683
+ className: "NetworkConfiguration",
1684
+ modelProperties: {
1685
+ subnetId: {
1686
+ serializedName: "subnetId",
1687
+ type: {
1688
+ name: "String"
1689
+ }
1690
+ },
1691
+ endpointConfiguration: {
1692
+ serializedName: "endpointConfiguration",
1693
+ type: {
1694
+ name: "Composite",
1695
+ className: "PoolEndpointConfiguration"
1696
+ }
1697
+ },
1698
+ publicIPAddressConfiguration: {
1699
+ serializedName: "publicIPAddressConfiguration",
1700
+ type: {
1701
+ name: "Composite",
1702
+ className: "PublicIPAddressConfiguration"
1703
+ }
1704
+ }
1705
+ }
1706
+ }
1707
+ };
1708
+
1709
+ export const PoolEndpointConfiguration: coreClient.CompositeMapper = {
1710
+ type: {
1711
+ name: "Composite",
1712
+ className: "PoolEndpointConfiguration",
1713
+ modelProperties: {
1714
+ inboundNatPools: {
1715
+ serializedName: "inboundNatPools",
1716
+ required: true,
1717
+ type: {
1718
+ name: "Sequence",
1719
+ element: {
1720
+ type: {
1721
+ name: "Composite",
1722
+ className: "InboundNatPool"
1723
+ }
1724
+ }
1725
+ }
1726
+ }
1727
+ }
1728
+ }
1729
+ };
1730
+
1731
+ export const InboundNatPool: coreClient.CompositeMapper = {
1732
+ type: {
1733
+ name: "Composite",
1734
+ className: "InboundNatPool",
1735
+ modelProperties: {
1736
+ name: {
1737
+ serializedName: "name",
1738
+ required: true,
1739
+ type: {
1740
+ name: "String"
1741
+ }
1742
+ },
1743
+ protocol: {
1744
+ serializedName: "protocol",
1745
+ required: true,
1746
+ type: {
1747
+ name: "Enum",
1748
+ allowedValues: ["TCP", "UDP"]
1749
+ }
1750
+ },
1751
+ backendPort: {
1752
+ serializedName: "backendPort",
1753
+ required: true,
1754
+ type: {
1755
+ name: "Number"
1756
+ }
1757
+ },
1758
+ frontendPortRangeStart: {
1759
+ serializedName: "frontendPortRangeStart",
1760
+ required: true,
1761
+ type: {
1762
+ name: "Number"
1763
+ }
1764
+ },
1765
+ frontendPortRangeEnd: {
1766
+ serializedName: "frontendPortRangeEnd",
1767
+ required: true,
1768
+ type: {
1769
+ name: "Number"
1770
+ }
1771
+ },
1772
+ networkSecurityGroupRules: {
1773
+ serializedName: "networkSecurityGroupRules",
1774
+ type: {
1775
+ name: "Sequence",
1776
+ element: {
1777
+ type: {
1778
+ name: "Composite",
1779
+ className: "NetworkSecurityGroupRule"
1780
+ }
1781
+ }
1782
+ }
1783
+ }
1784
+ }
1785
+ }
1786
+ };
1787
+
1788
+ export const NetworkSecurityGroupRule: coreClient.CompositeMapper = {
1789
+ type: {
1790
+ name: "Composite",
1791
+ className: "NetworkSecurityGroupRule",
1792
+ modelProperties: {
1793
+ priority: {
1794
+ serializedName: "priority",
1795
+ required: true,
1796
+ type: {
1797
+ name: "Number"
1798
+ }
1799
+ },
1800
+ access: {
1801
+ serializedName: "access",
1802
+ required: true,
1803
+ type: {
1804
+ name: "Enum",
1805
+ allowedValues: ["Allow", "Deny"]
1806
+ }
1807
+ },
1808
+ sourceAddressPrefix: {
1809
+ serializedName: "sourceAddressPrefix",
1810
+ required: true,
1811
+ type: {
1812
+ name: "String"
1813
+ }
1814
+ },
1815
+ sourcePortRanges: {
1816
+ serializedName: "sourcePortRanges",
1817
+ type: {
1818
+ name: "Sequence",
1819
+ element: {
1820
+ type: {
1821
+ name: "String"
1822
+ }
1823
+ }
1824
+ }
1825
+ }
1826
+ }
1827
+ }
1828
+ };
1829
+
1830
+ export const PublicIPAddressConfiguration: coreClient.CompositeMapper = {
1831
+ type: {
1832
+ name: "Composite",
1833
+ className: "PublicIPAddressConfiguration",
1834
+ modelProperties: {
1835
+ provision: {
1836
+ serializedName: "provision",
1837
+ type: {
1838
+ name: "Enum",
1839
+ allowedValues: ["BatchManaged", "UserManaged", "NoPublicIPAddresses"]
1840
+ }
1841
+ },
1842
+ ipAddressIds: {
1843
+ serializedName: "ipAddressIds",
1844
+ type: {
1845
+ name: "Sequence",
1846
+ element: {
1847
+ type: {
1848
+ name: "String"
1849
+ }
1850
+ }
1851
+ }
1852
+ }
1853
+ }
1854
+ }
1855
+ };
1856
+
1857
+ export const TaskSchedulingPolicy: coreClient.CompositeMapper = {
1858
+ type: {
1859
+ name: "Composite",
1860
+ className: "TaskSchedulingPolicy",
1861
+ modelProperties: {
1862
+ nodeFillType: {
1863
+ serializedName: "nodeFillType",
1864
+ required: true,
1865
+ type: {
1866
+ name: "Enum",
1867
+ allowedValues: ["Spread", "Pack"]
1868
+ }
1869
+ }
1870
+ }
1871
+ }
1872
+ };
1873
+
1874
+ export const UserAccount: coreClient.CompositeMapper = {
1875
+ type: {
1876
+ name: "Composite",
1877
+ className: "UserAccount",
1878
+ modelProperties: {
1879
+ name: {
1880
+ serializedName: "name",
1881
+ required: true,
1882
+ type: {
1883
+ name: "String"
1884
+ }
1885
+ },
1886
+ password: {
1887
+ serializedName: "password",
1888
+ required: true,
1889
+ type: {
1890
+ name: "String"
1891
+ }
1892
+ },
1893
+ elevationLevel: {
1894
+ serializedName: "elevationLevel",
1895
+ type: {
1896
+ name: "Enum",
1897
+ allowedValues: ["NonAdmin", "Admin"]
1898
+ }
1899
+ },
1900
+ linuxUserConfiguration: {
1901
+ serializedName: "linuxUserConfiguration",
1902
+ type: {
1903
+ name: "Composite",
1904
+ className: "LinuxUserConfiguration"
1905
+ }
1906
+ },
1907
+ windowsUserConfiguration: {
1908
+ serializedName: "windowsUserConfiguration",
1909
+ type: {
1910
+ name: "Composite",
1911
+ className: "WindowsUserConfiguration"
1912
+ }
1913
+ }
1914
+ }
1915
+ }
1916
+ };
1917
+
1918
+ export const LinuxUserConfiguration: coreClient.CompositeMapper = {
1919
+ type: {
1920
+ name: "Composite",
1921
+ className: "LinuxUserConfiguration",
1922
+ modelProperties: {
1923
+ uid: {
1732
1924
  serializedName: "uid",
1733
1925
  type: {
1734
- name: "Number"
1926
+ name: "Number"
1927
+ }
1928
+ },
1929
+ gid: {
1930
+ serializedName: "gid",
1931
+ type: {
1932
+ name: "Number"
1933
+ }
1934
+ },
1935
+ sshPrivateKey: {
1936
+ serializedName: "sshPrivateKey",
1937
+ type: {
1938
+ name: "String"
1939
+ }
1940
+ }
1941
+ }
1942
+ }
1943
+ };
1944
+
1945
+ export const WindowsUserConfiguration: coreClient.CompositeMapper = {
1946
+ type: {
1947
+ name: "Composite",
1948
+ className: "WindowsUserConfiguration",
1949
+ modelProperties: {
1950
+ loginMode: {
1951
+ serializedName: "loginMode",
1952
+ type: {
1953
+ name: "Enum",
1954
+ allowedValues: ["Batch", "Interactive"]
1955
+ }
1956
+ }
1957
+ }
1958
+ }
1959
+ };
1960
+
1961
+ export const MetadataItem: coreClient.CompositeMapper = {
1962
+ type: {
1963
+ name: "Composite",
1964
+ className: "MetadataItem",
1965
+ modelProperties: {
1966
+ name: {
1967
+ serializedName: "name",
1968
+ required: true,
1969
+ type: {
1970
+ name: "String"
1971
+ }
1972
+ },
1973
+ value: {
1974
+ serializedName: "value",
1975
+ required: true,
1976
+ type: {
1977
+ name: "String"
1978
+ }
1979
+ }
1980
+ }
1981
+ }
1982
+ };
1983
+
1984
+ export const StartTask: coreClient.CompositeMapper = {
1985
+ type: {
1986
+ name: "Composite",
1987
+ className: "StartTask",
1988
+ modelProperties: {
1989
+ commandLine: {
1990
+ serializedName: "commandLine",
1991
+ type: {
1992
+ name: "String"
1993
+ }
1994
+ },
1995
+ resourceFiles: {
1996
+ serializedName: "resourceFiles",
1997
+ type: {
1998
+ name: "Sequence",
1999
+ element: {
2000
+ type: {
2001
+ name: "Composite",
2002
+ className: "ResourceFile"
2003
+ }
2004
+ }
2005
+ }
2006
+ },
2007
+ environmentSettings: {
2008
+ serializedName: "environmentSettings",
2009
+ type: {
2010
+ name: "Sequence",
2011
+ element: {
2012
+ type: {
2013
+ name: "Composite",
2014
+ className: "EnvironmentSetting"
2015
+ }
2016
+ }
2017
+ }
2018
+ },
2019
+ userIdentity: {
2020
+ serializedName: "userIdentity",
2021
+ type: {
2022
+ name: "Composite",
2023
+ className: "UserIdentity"
2024
+ }
2025
+ },
2026
+ maxTaskRetryCount: {
2027
+ serializedName: "maxTaskRetryCount",
2028
+ type: {
2029
+ name: "Number"
2030
+ }
2031
+ },
2032
+ waitForSuccess: {
2033
+ serializedName: "waitForSuccess",
2034
+ type: {
2035
+ name: "Boolean"
1735
2036
  }
1736
2037
  },
1737
- gid: {
1738
- serializedName: "gid",
2038
+ containerSettings: {
2039
+ serializedName: "containerSettings",
1739
2040
  type: {
1740
- name: "Number"
2041
+ name: "Composite",
2042
+ className: "TaskContainerSettings"
2043
+ }
2044
+ }
2045
+ }
2046
+ }
2047
+ };
2048
+
2049
+ export const ResourceFile: coreClient.CompositeMapper = {
2050
+ type: {
2051
+ name: "Composite",
2052
+ className: "ResourceFile",
2053
+ modelProperties: {
2054
+ autoStorageContainerName: {
2055
+ serializedName: "autoStorageContainerName",
2056
+ type: {
2057
+ name: "String"
1741
2058
  }
1742
2059
  },
1743
- sshPrivateKey: {
1744
- serializedName: "sshPrivateKey",
2060
+ storageContainerUrl: {
2061
+ serializedName: "storageContainerUrl",
2062
+ type: {
2063
+ name: "String"
2064
+ }
2065
+ },
2066
+ httpUrl: {
2067
+ serializedName: "httpUrl",
2068
+ type: {
2069
+ name: "String"
2070
+ }
2071
+ },
2072
+ blobPrefix: {
2073
+ serializedName: "blobPrefix",
2074
+ type: {
2075
+ name: "String"
2076
+ }
2077
+ },
2078
+ filePath: {
2079
+ serializedName: "filePath",
2080
+ type: {
2081
+ name: "String"
2082
+ }
2083
+ },
2084
+ fileMode: {
2085
+ serializedName: "fileMode",
1745
2086
  type: {
1746
2087
  name: "String"
1747
2088
  }
2089
+ },
2090
+ identityReference: {
2091
+ serializedName: "identityReference",
2092
+ type: {
2093
+ name: "Composite",
2094
+ className: "ComputeNodeIdentityReference"
2095
+ }
1748
2096
  }
1749
2097
  }
1750
2098
  }
1751
2099
  };
1752
2100
 
1753
- export const WindowsUserConfiguration: msRest.CompositeMapper = {
1754
- serializedName: "WindowsUserConfiguration",
2101
+ export const EnvironmentSetting: coreClient.CompositeMapper = {
1755
2102
  type: {
1756
2103
  name: "Composite",
1757
- className: "WindowsUserConfiguration",
2104
+ className: "EnvironmentSetting",
1758
2105
  modelProperties: {
1759
- loginMode: {
1760
- serializedName: "loginMode",
2106
+ name: {
2107
+ serializedName: "name",
2108
+ required: true,
2109
+ type: {
2110
+ name: "String"
2111
+ }
2112
+ },
2113
+ value: {
2114
+ serializedName: "value",
2115
+ type: {
2116
+ name: "String"
2117
+ }
2118
+ }
2119
+ }
2120
+ }
2121
+ };
2122
+
2123
+ export const UserIdentity: coreClient.CompositeMapper = {
2124
+ type: {
2125
+ name: "Composite",
2126
+ className: "UserIdentity",
2127
+ modelProperties: {
2128
+ userName: {
2129
+ serializedName: "userName",
2130
+ type: {
2131
+ name: "String"
2132
+ }
2133
+ },
2134
+ autoUser: {
2135
+ serializedName: "autoUser",
2136
+ type: {
2137
+ name: "Composite",
2138
+ className: "AutoUserSpecification"
2139
+ }
2140
+ }
2141
+ }
2142
+ }
2143
+ };
2144
+
2145
+ export const AutoUserSpecification: coreClient.CompositeMapper = {
2146
+ type: {
2147
+ name: "Composite",
2148
+ className: "AutoUserSpecification",
2149
+ modelProperties: {
2150
+ scope: {
2151
+ serializedName: "scope",
2152
+ type: {
2153
+ name: "Enum",
2154
+ allowedValues: ["Task", "Pool"]
2155
+ }
2156
+ },
2157
+ elevationLevel: {
2158
+ serializedName: "elevationLevel",
2159
+ type: {
2160
+ name: "Enum",
2161
+ allowedValues: ["NonAdmin", "Admin"]
2162
+ }
2163
+ }
2164
+ }
2165
+ }
2166
+ };
2167
+
2168
+ export const TaskContainerSettings: coreClient.CompositeMapper = {
2169
+ type: {
2170
+ name: "Composite",
2171
+ className: "TaskContainerSettings",
2172
+ modelProperties: {
2173
+ containerRunOptions: {
2174
+ serializedName: "containerRunOptions",
2175
+ type: {
2176
+ name: "String"
2177
+ }
2178
+ },
2179
+ imageName: {
2180
+ serializedName: "imageName",
2181
+ required: true,
2182
+ type: {
2183
+ name: "String"
2184
+ }
2185
+ },
2186
+ registry: {
2187
+ serializedName: "registry",
2188
+ type: {
2189
+ name: "Composite",
2190
+ className: "ContainerRegistry"
2191
+ }
2192
+ },
2193
+ workingDirectory: {
2194
+ serializedName: "workingDirectory",
2195
+ type: {
2196
+ name: "Enum",
2197
+ allowedValues: ["TaskWorkingDirectory", "ContainerImageDefault"]
2198
+ }
2199
+ }
2200
+ }
2201
+ }
2202
+ };
2203
+
2204
+ export const CertificateReference: coreClient.CompositeMapper = {
2205
+ type: {
2206
+ name: "Composite",
2207
+ className: "CertificateReference",
2208
+ modelProperties: {
2209
+ id: {
2210
+ serializedName: "id",
2211
+ required: true,
2212
+ type: {
2213
+ name: "String"
2214
+ }
2215
+ },
2216
+ storeLocation: {
2217
+ serializedName: "storeLocation",
2218
+ type: {
2219
+ name: "Enum",
2220
+ allowedValues: ["CurrentUser", "LocalMachine"]
2221
+ }
2222
+ },
2223
+ storeName: {
2224
+ serializedName: "storeName",
2225
+ type: {
2226
+ name: "String"
2227
+ }
2228
+ },
2229
+ visibility: {
2230
+ serializedName: "visibility",
2231
+ type: {
2232
+ name: "Sequence",
2233
+ element: {
2234
+ type: {
2235
+ name: "Enum",
2236
+ allowedValues: ["StartTask", "Task", "RemoteUser"]
2237
+ }
2238
+ }
2239
+ }
2240
+ }
2241
+ }
2242
+ }
2243
+ };
2244
+
2245
+ export const ApplicationPackageReference: coreClient.CompositeMapper = {
2246
+ type: {
2247
+ name: "Composite",
2248
+ className: "ApplicationPackageReference",
2249
+ modelProperties: {
2250
+ id: {
2251
+ serializedName: "id",
2252
+ required: true,
2253
+ type: {
2254
+ name: "String"
2255
+ }
2256
+ },
2257
+ version: {
2258
+ serializedName: "version",
2259
+ type: {
2260
+ name: "String"
2261
+ }
2262
+ }
2263
+ }
2264
+ }
2265
+ };
2266
+
2267
+ export const ResizeOperationStatus: coreClient.CompositeMapper = {
2268
+ type: {
2269
+ name: "Composite",
2270
+ className: "ResizeOperationStatus",
2271
+ modelProperties: {
2272
+ targetDedicatedNodes: {
2273
+ serializedName: "targetDedicatedNodes",
2274
+ type: {
2275
+ name: "Number"
2276
+ }
2277
+ },
2278
+ targetLowPriorityNodes: {
2279
+ serializedName: "targetLowPriorityNodes",
2280
+ type: {
2281
+ name: "Number"
2282
+ }
2283
+ },
2284
+ resizeTimeout: {
2285
+ serializedName: "resizeTimeout",
2286
+ type: {
2287
+ name: "TimeSpan"
2288
+ }
2289
+ },
2290
+ nodeDeallocationOption: {
2291
+ serializedName: "nodeDeallocationOption",
1761
2292
  type: {
1762
2293
  name: "Enum",
1763
2294
  allowedValues: [
1764
- "Batch",
1765
- "Interactive"
2295
+ "Requeue",
2296
+ "Terminate",
2297
+ "TaskCompletion",
2298
+ "RetainedData"
1766
2299
  ]
1767
2300
  }
2301
+ },
2302
+ startTime: {
2303
+ serializedName: "startTime",
2304
+ type: {
2305
+ name: "DateTime"
2306
+ }
2307
+ },
2308
+ errors: {
2309
+ serializedName: "errors",
2310
+ type: {
2311
+ name: "Sequence",
2312
+ element: {
2313
+ type: {
2314
+ name: "Composite",
2315
+ className: "ResizeError"
2316
+ }
2317
+ }
2318
+ }
1768
2319
  }
1769
2320
  }
1770
2321
  }
1771
2322
  };
1772
2323
 
1773
- export const UserAccount: msRest.CompositeMapper = {
1774
- serializedName: "UserAccount",
2324
+ export const ResizeError: coreClient.CompositeMapper = {
1775
2325
  type: {
1776
2326
  name: "Composite",
1777
- className: "UserAccount",
2327
+ className: "ResizeError",
1778
2328
  modelProperties: {
1779
- name: {
2329
+ code: {
2330
+ serializedName: "code",
1780
2331
  required: true,
1781
- serializedName: "name",
1782
2332
  type: {
1783
2333
  name: "String"
1784
2334
  }
1785
2335
  },
1786
- password: {
2336
+ message: {
2337
+ serializedName: "message",
1787
2338
  required: true,
1788
- serializedName: "password",
1789
2339
  type: {
1790
2340
  name: "String"
1791
2341
  }
1792
2342
  },
1793
- elevationLevel: {
1794
- serializedName: "elevationLevel",
1795
- type: {
1796
- name: "Enum",
1797
- allowedValues: [
1798
- "NonAdmin",
1799
- "Admin"
1800
- ]
1801
- }
1802
- },
1803
- linuxUserConfiguration: {
1804
- serializedName: "linuxUserConfiguration",
1805
- type: {
1806
- name: "Composite",
1807
- className: "LinuxUserConfiguration"
1808
- }
1809
- },
1810
- windowsUserConfiguration: {
1811
- serializedName: "windowsUserConfiguration",
2343
+ details: {
2344
+ serializedName: "details",
1812
2345
  type: {
1813
- name: "Composite",
1814
- className: "WindowsUserConfiguration"
2346
+ name: "Sequence",
2347
+ element: {
2348
+ type: {
2349
+ name: "Composite",
2350
+ className: "ResizeError"
2351
+ }
2352
+ }
1815
2353
  }
1816
2354
  }
1817
2355
  }
1818
2356
  }
1819
2357
  };
1820
2358
 
1821
- export const MetadataItem: msRest.CompositeMapper = {
1822
- serializedName: "MetadataItem",
2359
+ export const MountConfiguration: coreClient.CompositeMapper = {
1823
2360
  type: {
1824
2361
  name: "Composite",
1825
- className: "MetadataItem",
2362
+ className: "MountConfiguration",
1826
2363
  modelProperties: {
1827
- name: {
1828
- required: true,
1829
- serializedName: "name",
2364
+ azureBlobFileSystemConfiguration: {
2365
+ serializedName: "azureBlobFileSystemConfiguration",
1830
2366
  type: {
1831
- name: "String"
2367
+ name: "Composite",
2368
+ className: "AzureBlobFileSystemConfiguration"
1832
2369
  }
1833
2370
  },
1834
- value: {
1835
- required: true,
1836
- serializedName: "value",
2371
+ nfsMountConfiguration: {
2372
+ serializedName: "nfsMountConfiguration",
1837
2373
  type: {
1838
- name: "String"
2374
+ name: "Composite",
2375
+ className: "NFSMountConfiguration"
2376
+ }
2377
+ },
2378
+ cifsMountConfiguration: {
2379
+ serializedName: "cifsMountConfiguration",
2380
+ type: {
2381
+ name: "Composite",
2382
+ className: "CifsMountConfiguration"
2383
+ }
2384
+ },
2385
+ azureFileShareConfiguration: {
2386
+ serializedName: "azureFileShareConfiguration",
2387
+ type: {
2388
+ name: "Composite",
2389
+ className: "AzureFileShareConfiguration"
1839
2390
  }
1840
2391
  }
1841
2392
  }
1842
2393
  }
1843
2394
  };
1844
2395
 
1845
- export const ResourceFile: msRest.CompositeMapper = {
1846
- serializedName: "ResourceFile",
2396
+ export const AzureBlobFileSystemConfiguration: coreClient.CompositeMapper = {
1847
2397
  type: {
1848
2398
  name: "Composite",
1849
- className: "ResourceFile",
2399
+ className: "AzureBlobFileSystemConfiguration",
1850
2400
  modelProperties: {
1851
- autoStorageContainerName: {
1852
- serializedName: "autoStorageContainerName",
2401
+ accountName: {
2402
+ serializedName: "accountName",
2403
+ required: true,
1853
2404
  type: {
1854
2405
  name: "String"
1855
2406
  }
1856
2407
  },
1857
- storageContainerUrl: {
1858
- serializedName: "storageContainerUrl",
2408
+ containerName: {
2409
+ serializedName: "containerName",
2410
+ required: true,
1859
2411
  type: {
1860
2412
  name: "String"
1861
2413
  }
1862
2414
  },
1863
- httpUrl: {
1864
- serializedName: "httpUrl",
2415
+ accountKey: {
2416
+ serializedName: "accountKey",
1865
2417
  type: {
1866
2418
  name: "String"
1867
2419
  }
1868
2420
  },
1869
- blobPrefix: {
1870
- serializedName: "blobPrefix",
2421
+ sasKey: {
2422
+ serializedName: "sasKey",
1871
2423
  type: {
1872
2424
  name: "String"
1873
2425
  }
1874
2426
  },
1875
- filePath: {
1876
- serializedName: "filePath",
2427
+ blobfuseOptions: {
2428
+ serializedName: "blobfuseOptions",
1877
2429
  type: {
1878
2430
  name: "String"
1879
2431
  }
1880
2432
  },
1881
- fileMode: {
1882
- serializedName: "fileMode",
2433
+ relativeMountPath: {
2434
+ serializedName: "relativeMountPath",
2435
+ required: true,
1883
2436
  type: {
1884
2437
  name: "String"
1885
2438
  }
2439
+ },
2440
+ identityReference: {
2441
+ serializedName: "identityReference",
2442
+ type: {
2443
+ name: "Composite",
2444
+ className: "ComputeNodeIdentityReference"
2445
+ }
1886
2446
  }
1887
2447
  }
1888
2448
  }
1889
2449
  };
1890
2450
 
1891
- export const EnvironmentSetting: msRest.CompositeMapper = {
1892
- serializedName: "EnvironmentSetting",
2451
+ export const NFSMountConfiguration: coreClient.CompositeMapper = {
1893
2452
  type: {
1894
2453
  name: "Composite",
1895
- className: "EnvironmentSetting",
2454
+ className: "NFSMountConfiguration",
1896
2455
  modelProperties: {
1897
- name: {
2456
+ source: {
2457
+ serializedName: "source",
1898
2458
  required: true,
1899
- serializedName: "name",
1900
2459
  type: {
1901
2460
  name: "String"
1902
2461
  }
1903
2462
  },
1904
- value: {
1905
- serializedName: "value",
2463
+ relativeMountPath: {
2464
+ serializedName: "relativeMountPath",
2465
+ required: true,
1906
2466
  type: {
1907
2467
  name: "String"
1908
2468
  }
1909
- }
1910
- }
1911
- }
1912
- };
1913
-
1914
- export const AutoUserSpecification: msRest.CompositeMapper = {
1915
- serializedName: "AutoUserSpecification",
1916
- type: {
1917
- name: "Composite",
1918
- className: "AutoUserSpecification",
1919
- modelProperties: {
1920
- scope: {
1921
- serializedName: "scope",
1922
- type: {
1923
- name: "Enum",
1924
- allowedValues: [
1925
- "Task",
1926
- "Pool"
1927
- ]
1928
- }
1929
2469
  },
1930
- elevationLevel: {
1931
- serializedName: "elevationLevel",
2470
+ mountOptions: {
2471
+ serializedName: "mountOptions",
1932
2472
  type: {
1933
- name: "Enum",
1934
- allowedValues: [
1935
- "NonAdmin",
1936
- "Admin"
1937
- ]
2473
+ name: "String"
1938
2474
  }
1939
2475
  }
1940
2476
  }
1941
2477
  }
1942
2478
  };
1943
2479
 
1944
- export const UserIdentity: msRest.CompositeMapper = {
1945
- serializedName: "UserIdentity",
2480
+ export const CifsMountConfiguration: coreClient.CompositeMapper = {
1946
2481
  type: {
1947
2482
  name: "Composite",
1948
- className: "UserIdentity",
2483
+ className: "CifsMountConfiguration",
1949
2484
  modelProperties: {
1950
- userName: {
1951
- serializedName: "userName",
2485
+ username: {
2486
+ serializedName: "username",
2487
+ required: true,
1952
2488
  type: {
1953
2489
  name: "String"
1954
2490
  }
1955
2491
  },
1956
- autoUser: {
1957
- serializedName: "autoUser",
1958
- type: {
1959
- name: "Composite",
1960
- className: "AutoUserSpecification"
1961
- }
1962
- }
1963
- }
1964
- }
1965
- };
1966
-
1967
- export const TaskContainerSettings: msRest.CompositeMapper = {
1968
- serializedName: "TaskContainerSettings",
1969
- type: {
1970
- name: "Composite",
1971
- className: "TaskContainerSettings",
1972
- modelProperties: {
1973
- containerRunOptions: {
1974
- serializedName: "containerRunOptions",
2492
+ source: {
2493
+ serializedName: "source",
2494
+ required: true,
1975
2495
  type: {
1976
2496
  name: "String"
1977
2497
  }
1978
2498
  },
1979
- imageName: {
2499
+ relativeMountPath: {
2500
+ serializedName: "relativeMountPath",
1980
2501
  required: true,
1981
- serializedName: "imageName",
1982
2502
  type: {
1983
2503
  name: "String"
1984
2504
  }
1985
2505
  },
1986
- registry: {
1987
- serializedName: "registry",
2506
+ mountOptions: {
2507
+ serializedName: "mountOptions",
1988
2508
  type: {
1989
- name: "Composite",
1990
- className: "ContainerRegistry"
2509
+ name: "String"
1991
2510
  }
1992
2511
  },
1993
- workingDirectory: {
1994
- serializedName: "workingDirectory",
2512
+ password: {
2513
+ serializedName: "password",
2514
+ required: true,
1995
2515
  type: {
1996
- name: "Enum",
1997
- allowedValues: [
1998
- "TaskWorkingDirectory",
1999
- "ContainerImageDefault"
2000
- ]
2516
+ name: "String"
2001
2517
  }
2002
2518
  }
2003
2519
  }
2004
2520
  }
2005
2521
  };
2006
2522
 
2007
- export const StartTask: msRest.CompositeMapper = {
2008
- serializedName: "StartTask",
2523
+ export const AzureFileShareConfiguration: coreClient.CompositeMapper = {
2009
2524
  type: {
2010
2525
  name: "Composite",
2011
- className: "StartTask",
2526
+ className: "AzureFileShareConfiguration",
2012
2527
  modelProperties: {
2013
- commandLine: {
2014
- serializedName: "commandLine",
2528
+ accountName: {
2529
+ serializedName: "accountName",
2530
+ required: true,
2015
2531
  type: {
2016
2532
  name: "String"
2017
2533
  }
2018
2534
  },
2019
- resourceFiles: {
2020
- serializedName: "resourceFiles",
2021
- type: {
2022
- name: "Sequence",
2023
- element: {
2024
- type: {
2025
- name: "Composite",
2026
- className: "ResourceFile"
2027
- }
2028
- }
2029
- }
2030
- },
2031
- environmentSettings: {
2032
- serializedName: "environmentSettings",
2033
- type: {
2034
- name: "Sequence",
2035
- element: {
2036
- type: {
2037
- name: "Composite",
2038
- className: "EnvironmentSetting"
2039
- }
2040
- }
2041
- }
2042
- },
2043
- userIdentity: {
2044
- serializedName: "userIdentity",
2535
+ azureFileUrl: {
2536
+ serializedName: "azureFileUrl",
2537
+ required: true,
2045
2538
  type: {
2046
- name: "Composite",
2047
- className: "UserIdentity"
2539
+ name: "String"
2048
2540
  }
2049
2541
  },
2050
- maxTaskRetryCount: {
2051
- serializedName: "maxTaskRetryCount",
2542
+ accountKey: {
2543
+ serializedName: "accountKey",
2544
+ required: true,
2052
2545
  type: {
2053
- name: "Number"
2546
+ name: "String"
2054
2547
  }
2055
2548
  },
2056
- waitForSuccess: {
2057
- serializedName: "waitForSuccess",
2549
+ relativeMountPath: {
2550
+ serializedName: "relativeMountPath",
2551
+ required: true,
2058
2552
  type: {
2059
- name: "Boolean"
2553
+ name: "String"
2060
2554
  }
2061
2555
  },
2062
- containerSettings: {
2063
- serializedName: "containerSettings",
2556
+ mountOptions: {
2557
+ serializedName: "mountOptions",
2064
2558
  type: {
2065
- name: "Composite",
2066
- className: "TaskContainerSettings"
2559
+ name: "String"
2067
2560
  }
2068
2561
  }
2069
2562
  }
2070
2563
  }
2071
2564
  };
2072
2565
 
2073
- export const CertificateReference: msRest.CompositeMapper = {
2074
- serializedName: "CertificateReference",
2566
+ export const BatchPoolIdentity: coreClient.CompositeMapper = {
2075
2567
  type: {
2076
2568
  name: "Composite",
2077
- className: "CertificateReference",
2569
+ className: "BatchPoolIdentity",
2078
2570
  modelProperties: {
2079
- id: {
2571
+ type: {
2572
+ serializedName: "type",
2080
2573
  required: true,
2081
- serializedName: "id",
2082
- type: {
2083
- name: "String"
2084
- }
2085
- },
2086
- storeLocation: {
2087
- serializedName: "storeLocation",
2088
2574
  type: {
2089
2575
  name: "Enum",
2090
- allowedValues: [
2091
- "CurrentUser",
2092
- "LocalMachine"
2093
- ]
2576
+ allowedValues: ["UserAssigned", "None"]
2094
2577
  }
2095
2578
  },
2096
- storeName: {
2097
- serializedName: "storeName",
2579
+ userAssignedIdentities: {
2580
+ serializedName: "userAssignedIdentities",
2098
2581
  type: {
2099
- name: "String"
2582
+ name: "Dictionary",
2583
+ value: {
2584
+ type: { name: "Composite", className: "UserAssignedIdentities" }
2585
+ }
2100
2586
  }
2101
- },
2102
- visibility: {
2103
- serializedName: "visibility",
2587
+ }
2588
+ }
2589
+ }
2590
+ };
2591
+
2592
+ export const OutboundEnvironmentEndpointCollection: coreClient.CompositeMapper = {
2593
+ type: {
2594
+ name: "Composite",
2595
+ className: "OutboundEnvironmentEndpointCollection",
2596
+ modelProperties: {
2597
+ value: {
2598
+ serializedName: "value",
2599
+ readOnly: true,
2104
2600
  type: {
2105
2601
  name: "Sequence",
2106
2602
  element: {
2107
2603
  type: {
2108
- name: "Enum",
2109
- allowedValues: [
2110
- "StartTask",
2111
- "Task",
2112
- "RemoteUser"
2113
- ]
2604
+ name: "Composite",
2605
+ className: "OutboundEnvironmentEndpoint"
2114
2606
  }
2115
2607
  }
2116
2608
  }
2609
+ },
2610
+ nextLink: {
2611
+ serializedName: "nextLink",
2612
+ type: {
2613
+ name: "String"
2614
+ }
2117
2615
  }
2118
2616
  }
2119
2617
  }
2120
2618
  };
2121
2619
 
2122
- export const ApplicationPackageReference: msRest.CompositeMapper = {
2123
- serializedName: "ApplicationPackageReference",
2620
+ export const OutboundEnvironmentEndpoint: coreClient.CompositeMapper = {
2124
2621
  type: {
2125
2622
  name: "Composite",
2126
- className: "ApplicationPackageReference",
2623
+ className: "OutboundEnvironmentEndpoint",
2127
2624
  modelProperties: {
2128
- id: {
2129
- required: true,
2130
- serializedName: "id",
2625
+ category: {
2626
+ serializedName: "category",
2627
+ readOnly: true,
2131
2628
  type: {
2132
2629
  name: "String"
2133
2630
  }
2134
2631
  },
2135
- version: {
2136
- serializedName: "version",
2632
+ endpoints: {
2633
+ serializedName: "endpoints",
2634
+ readOnly: true,
2137
2635
  type: {
2138
- name: "String"
2636
+ name: "Sequence",
2637
+ element: {
2638
+ type: {
2639
+ name: "Composite",
2640
+ className: "EndpointDependency"
2641
+ }
2642
+ }
2139
2643
  }
2140
2644
  }
2141
2645
  }
2142
2646
  }
2143
2647
  };
2144
2648
 
2145
- export const ResizeError: msRest.CompositeMapper = {
2146
- serializedName: "ResizeError",
2649
+ export const EndpointDependency: coreClient.CompositeMapper = {
2147
2650
  type: {
2148
2651
  name: "Composite",
2149
- className: "ResizeError",
2652
+ className: "EndpointDependency",
2150
2653
  modelProperties: {
2151
- code: {
2152
- required: true,
2153
- serializedName: "code",
2654
+ domainName: {
2655
+ serializedName: "domainName",
2656
+ readOnly: true,
2154
2657
  type: {
2155
2658
  name: "String"
2156
2659
  }
2157
2660
  },
2158
- message: {
2159
- required: true,
2160
- serializedName: "message",
2661
+ description: {
2662
+ serializedName: "description",
2663
+ readOnly: true,
2161
2664
  type: {
2162
2665
  name: "String"
2163
2666
  }
2164
2667
  },
2165
- details: {
2166
- serializedName: "details",
2668
+ endpointDetails: {
2669
+ serializedName: "endpointDetails",
2670
+ readOnly: true,
2167
2671
  type: {
2168
2672
  name: "Sequence",
2169
2673
  element: {
2170
2674
  type: {
2171
2675
  name: "Composite",
2172
- className: "ResizeError"
2676
+ className: "EndpointDetail"
2173
2677
  }
2174
2678
  }
2175
2679
  }
@@ -2178,135 +2682,137 @@ export const ResizeError: msRest.CompositeMapper = {
2178
2682
  }
2179
2683
  };
2180
2684
 
2181
- export const ResizeOperationStatus: msRest.CompositeMapper = {
2182
- serializedName: "ResizeOperationStatus",
2685
+ export const EndpointDetail: coreClient.CompositeMapper = {
2183
2686
  type: {
2184
2687
  name: "Composite",
2185
- className: "ResizeOperationStatus",
2688
+ className: "EndpointDetail",
2186
2689
  modelProperties: {
2187
- targetDedicatedNodes: {
2188
- serializedName: "targetDedicatedNodes",
2189
- type: {
2190
- name: "Number"
2191
- }
2192
- },
2193
- targetLowPriorityNodes: {
2194
- serializedName: "targetLowPriorityNodes",
2690
+ port: {
2691
+ serializedName: "port",
2692
+ readOnly: true,
2195
2693
  type: {
2196
2694
  name: "Number"
2197
2695
  }
2198
- },
2199
- resizeTimeout: {
2200
- serializedName: "resizeTimeout",
2696
+ }
2697
+ }
2698
+ }
2699
+ };
2700
+
2701
+ export const AutoStorageProperties: coreClient.CompositeMapper = {
2702
+ type: {
2703
+ name: "Composite",
2704
+ className: "AutoStorageProperties",
2705
+ modelProperties: {
2706
+ ...AutoStorageBaseProperties.type.modelProperties,
2707
+ lastKeySync: {
2708
+ serializedName: "lastKeySync",
2709
+ required: true,
2201
2710
  type: {
2202
- name: "TimeSpan"
2711
+ name: "DateTime"
2203
2712
  }
2204
- },
2205
- nodeDeallocationOption: {
2206
- serializedName: "nodeDeallocationOption",
2713
+ }
2714
+ }
2715
+ }
2716
+ };
2717
+
2718
+ export const PrivateEndpointConnection: coreClient.CompositeMapper = {
2719
+ type: {
2720
+ name: "Composite",
2721
+ className: "PrivateEndpointConnection",
2722
+ modelProperties: {
2723
+ ...ProxyResource.type.modelProperties,
2724
+ provisioningState: {
2725
+ serializedName: "properties.provisioningState",
2726
+ readOnly: true,
2207
2727
  type: {
2208
2728
  name: "Enum",
2209
- allowedValues: [
2210
- "Requeue",
2211
- "Terminate",
2212
- "TaskCompletion",
2213
- "RetainedData"
2214
- ]
2729
+ allowedValues: ["Succeeded", "Updating", "Failed"]
2215
2730
  }
2216
2731
  },
2217
- startTime: {
2218
- serializedName: "startTime",
2732
+ privateEndpoint: {
2733
+ serializedName: "properties.privateEndpoint",
2219
2734
  type: {
2220
- name: "DateTime"
2735
+ name: "Composite",
2736
+ className: "PrivateEndpoint"
2221
2737
  }
2222
2738
  },
2223
- errors: {
2224
- serializedName: "errors",
2739
+ privateLinkServiceConnectionState: {
2740
+ serializedName: "properties.privateLinkServiceConnectionState",
2225
2741
  type: {
2226
- name: "Sequence",
2227
- element: {
2228
- type: {
2229
- name: "Composite",
2230
- className: "ResizeError"
2231
- }
2232
- }
2742
+ name: "Composite",
2743
+ className: "PrivateLinkServiceConnectionState"
2233
2744
  }
2234
2745
  }
2235
2746
  }
2236
2747
  }
2237
2748
  };
2238
2749
 
2239
- export const AzureBlobFileSystemConfiguration: msRest.CompositeMapper = {
2240
- serializedName: "AzureBlobFileSystemConfiguration",
2750
+ export const ApplicationPackage: coreClient.CompositeMapper = {
2241
2751
  type: {
2242
2752
  name: "Composite",
2243
- className: "AzureBlobFileSystemConfiguration",
2753
+ className: "ApplicationPackage",
2244
2754
  modelProperties: {
2245
- accountName: {
2246
- required: true,
2247
- serializedName: "accountName",
2248
- type: {
2249
- name: "String"
2250
- }
2251
- },
2252
- containerName: {
2253
- required: true,
2254
- serializedName: "containerName",
2755
+ ...ProxyResource.type.modelProperties,
2756
+ state: {
2757
+ serializedName: "properties.state",
2758
+ readOnly: true,
2255
2759
  type: {
2256
- name: "String"
2760
+ name: "Enum",
2761
+ allowedValues: ["Pending", "Active"]
2257
2762
  }
2258
2763
  },
2259
- accountKey: {
2260
- serializedName: "accountKey",
2764
+ format: {
2765
+ serializedName: "properties.format",
2766
+ readOnly: true,
2261
2767
  type: {
2262
2768
  name: "String"
2263
2769
  }
2264
2770
  },
2265
- sasKey: {
2266
- serializedName: "sasKey",
2771
+ storageUrl: {
2772
+ serializedName: "properties.storageUrl",
2773
+ readOnly: true,
2267
2774
  type: {
2268
2775
  name: "String"
2269
2776
  }
2270
2777
  },
2271
- blobfuseOptions: {
2272
- serializedName: "blobfuseOptions",
2778
+ storageUrlExpiry: {
2779
+ serializedName: "properties.storageUrlExpiry",
2780
+ readOnly: true,
2273
2781
  type: {
2274
- name: "String"
2782
+ name: "DateTime"
2275
2783
  }
2276
2784
  },
2277
- relativeMountPath: {
2278
- required: true,
2279
- serializedName: "relativeMountPath",
2785
+ lastActivationTime: {
2786
+ serializedName: "properties.lastActivationTime",
2787
+ readOnly: true,
2280
2788
  type: {
2281
- name: "String"
2789
+ name: "DateTime"
2282
2790
  }
2283
2791
  }
2284
2792
  }
2285
2793
  }
2286
2794
  };
2287
2795
 
2288
- export const NFSMountConfiguration: msRest.CompositeMapper = {
2289
- serializedName: "NFSMountConfiguration",
2796
+ export const Application: coreClient.CompositeMapper = {
2290
2797
  type: {
2291
2798
  name: "Composite",
2292
- className: "NFSMountConfiguration",
2799
+ className: "Application",
2293
2800
  modelProperties: {
2294
- source: {
2295
- required: true,
2296
- serializedName: "source",
2801
+ ...ProxyResource.type.modelProperties,
2802
+ displayName: {
2803
+ serializedName: "properties.displayName",
2297
2804
  type: {
2298
2805
  name: "String"
2299
2806
  }
2300
2807
  },
2301
- relativeMountPath: {
2302
- required: true,
2303
- serializedName: "relativeMountPath",
2808
+ allowUpdates: {
2809
+ serializedName: "properties.allowUpdates",
2304
2810
  type: {
2305
- name: "String"
2811
+ name: "Boolean"
2306
2812
  }
2307
2813
  },
2308
- mountOptions: {
2309
- serializedName: "mountOptions",
2814
+ defaultVersion: {
2815
+ serializedName: "properties.defaultVersion",
2310
2816
  type: {
2311
2817
  name: "String"
2312
2818
  }
@@ -2315,86 +2821,112 @@ export const NFSMountConfiguration: msRest.CompositeMapper = {
2315
2821
  }
2316
2822
  };
2317
2823
 
2318
- export const CIFSMountConfiguration: msRest.CompositeMapper = {
2319
- serializedName: "CIFSMountConfiguration",
2824
+ export const Certificate: coreClient.CompositeMapper = {
2320
2825
  type: {
2321
2826
  name: "Composite",
2322
- className: "CIFSMountConfiguration",
2827
+ className: "Certificate",
2323
2828
  modelProperties: {
2324
- username: {
2325
- required: true,
2326
- serializedName: "username",
2829
+ ...ProxyResource.type.modelProperties,
2830
+ thumbprintAlgorithm: {
2831
+ serializedName: "properties.thumbprintAlgorithm",
2327
2832
  type: {
2328
2833
  name: "String"
2329
2834
  }
2330
2835
  },
2331
- source: {
2332
- required: true,
2333
- serializedName: "source",
2836
+ thumbprint: {
2837
+ serializedName: "properties.thumbprint",
2334
2838
  type: {
2335
2839
  name: "String"
2336
2840
  }
2337
2841
  },
2338
- relativeMountPath: {
2339
- required: true,
2340
- serializedName: "relativeMountPath",
2842
+ format: {
2843
+ serializedName: "properties.format",
2341
2844
  type: {
2342
- name: "String"
2845
+ name: "Enum",
2846
+ allowedValues: ["Pfx", "Cer"]
2343
2847
  }
2344
2848
  },
2345
- mountOptions: {
2346
- serializedName: "mountOptions",
2849
+ provisioningState: {
2850
+ serializedName: "properties.provisioningState",
2851
+ readOnly: true,
2347
2852
  type: {
2348
- name: "String"
2853
+ name: "Enum",
2854
+ allowedValues: ["Succeeded", "Deleting", "Failed"]
2349
2855
  }
2350
2856
  },
2351
- password: {
2352
- required: true,
2353
- serializedName: "password",
2857
+ provisioningStateTransitionTime: {
2858
+ serializedName: "properties.provisioningStateTransitionTime",
2859
+ readOnly: true,
2860
+ type: {
2861
+ name: "DateTime"
2862
+ }
2863
+ },
2864
+ previousProvisioningState: {
2865
+ serializedName: "properties.previousProvisioningState",
2866
+ readOnly: true,
2867
+ type: {
2868
+ name: "Enum",
2869
+ allowedValues: ["Succeeded", "Deleting", "Failed"]
2870
+ }
2871
+ },
2872
+ previousProvisioningStateTransitionTime: {
2873
+ serializedName: "properties.previousProvisioningStateTransitionTime",
2874
+ readOnly: true,
2875
+ type: {
2876
+ name: "DateTime"
2877
+ }
2878
+ },
2879
+ publicData: {
2880
+ serializedName: "properties.publicData",
2881
+ readOnly: true,
2354
2882
  type: {
2355
2883
  name: "String"
2356
2884
  }
2885
+ },
2886
+ deleteCertificateError: {
2887
+ serializedName: "properties.deleteCertificateError",
2888
+ type: {
2889
+ name: "Composite",
2890
+ className: "DeleteCertificateError"
2891
+ }
2357
2892
  }
2358
2893
  }
2359
2894
  }
2360
2895
  };
2361
2896
 
2362
- export const AzureFileShareConfiguration: msRest.CompositeMapper = {
2363
- serializedName: "AzureFileShareConfiguration",
2897
+ export const CertificateCreateOrUpdateParameters: coreClient.CompositeMapper = {
2364
2898
  type: {
2365
2899
  name: "Composite",
2366
- className: "AzureFileShareConfiguration",
2367
- modelProperties: {
2368
- accountName: {
2369
- required: true,
2370
- serializedName: "accountName",
2900
+ className: "CertificateCreateOrUpdateParameters",
2901
+ modelProperties: {
2902
+ ...ProxyResource.type.modelProperties,
2903
+ thumbprintAlgorithm: {
2904
+ serializedName: "properties.thumbprintAlgorithm",
2371
2905
  type: {
2372
2906
  name: "String"
2373
2907
  }
2374
2908
  },
2375
- azureFileUrl: {
2376
- required: true,
2377
- serializedName: "azureFileUrl",
2909
+ thumbprint: {
2910
+ serializedName: "properties.thumbprint",
2378
2911
  type: {
2379
2912
  name: "String"
2380
2913
  }
2381
2914
  },
2382
- accountKey: {
2383
- required: true,
2384
- serializedName: "accountKey",
2915
+ format: {
2916
+ serializedName: "properties.format",
2385
2917
  type: {
2386
- name: "String"
2918
+ name: "Enum",
2919
+ allowedValues: ["Pfx", "Cer"]
2387
2920
  }
2388
2921
  },
2389
- relativeMountPath: {
2390
- required: true,
2391
- serializedName: "relativeMountPath",
2922
+ data: {
2923
+ serializedName: "properties.data",
2392
2924
  type: {
2393
2925
  name: "String"
2394
2926
  }
2395
2927
  },
2396
- mountOptions: {
2397
- serializedName: "mountOptions",
2928
+ password: {
2929
+ serializedName: "properties.password",
2398
2930
  type: {
2399
2931
  name: "String"
2400
2932
  }
@@ -2403,51 +2935,60 @@ export const AzureFileShareConfiguration: msRest.CompositeMapper = {
2403
2935
  }
2404
2936
  };
2405
2937
 
2406
- export const MountConfiguration: msRest.CompositeMapper = {
2407
- serializedName: "MountConfiguration",
2938
+ export const PrivateLinkResource: coreClient.CompositeMapper = {
2408
2939
  type: {
2409
2940
  name: "Composite",
2410
- className: "MountConfiguration",
2941
+ className: "PrivateLinkResource",
2411
2942
  modelProperties: {
2412
- azureBlobFileSystemConfiguration: {
2413
- serializedName: "azureBlobFileSystemConfiguration",
2414
- type: {
2415
- name: "Composite",
2416
- className: "AzureBlobFileSystemConfiguration"
2417
- }
2418
- },
2419
- nfsMountConfiguration: {
2420
- serializedName: "nfsMountConfiguration",
2943
+ ...ProxyResource.type.modelProperties,
2944
+ groupId: {
2945
+ serializedName: "properties.groupId",
2946
+ readOnly: true,
2421
2947
  type: {
2422
- name: "Composite",
2423
- className: "NFSMountConfiguration"
2948
+ name: "String"
2424
2949
  }
2425
2950
  },
2426
- cifsMountConfiguration: {
2427
- serializedName: "cifsMountConfiguration",
2951
+ requiredMembers: {
2952
+ serializedName: "properties.requiredMembers",
2953
+ readOnly: true,
2428
2954
  type: {
2429
- name: "Composite",
2430
- className: "CIFSMountConfiguration"
2955
+ name: "Sequence",
2956
+ element: {
2957
+ type: {
2958
+ name: "String"
2959
+ }
2960
+ }
2431
2961
  }
2432
2962
  },
2433
- azureFileShareConfiguration: {
2434
- serializedName: "azureFileShareConfiguration",
2963
+ requiredZoneNames: {
2964
+ serializedName: "properties.requiredZoneNames",
2965
+ readOnly: true,
2435
2966
  type: {
2436
- name: "Composite",
2437
- className: "AzureFileShareConfiguration"
2967
+ name: "Sequence",
2968
+ element: {
2969
+ type: {
2970
+ name: "String"
2971
+ }
2972
+ }
2438
2973
  }
2439
2974
  }
2440
2975
  }
2441
2976
  }
2442
2977
  };
2443
2978
 
2444
- export const Pool: msRest.CompositeMapper = {
2445
- serializedName: "Pool",
2979
+ export const Pool: coreClient.CompositeMapper = {
2446
2980
  type: {
2447
2981
  name: "Composite",
2448
2982
  className: "Pool",
2449
2983
  modelProperties: {
2450
2984
  ...ProxyResource.type.modelProperties,
2985
+ identity: {
2986
+ serializedName: "identity",
2987
+ type: {
2988
+ name: "Composite",
2989
+ className: "BatchPoolIdentity"
2990
+ }
2991
+ },
2451
2992
  displayName: {
2452
2993
  serializedName: "properties.displayName",
2453
2994
  type: {
@@ -2455,52 +2996,45 @@ export const Pool: msRest.CompositeMapper = {
2455
2996
  }
2456
2997
  },
2457
2998
  lastModified: {
2458
- readOnly: true,
2459
2999
  serializedName: "properties.lastModified",
3000
+ readOnly: true,
2460
3001
  type: {
2461
3002
  name: "DateTime"
2462
3003
  }
2463
3004
  },
2464
3005
  creationTime: {
2465
- readOnly: true,
2466
3006
  serializedName: "properties.creationTime",
3007
+ readOnly: true,
2467
3008
  type: {
2468
3009
  name: "DateTime"
2469
3010
  }
2470
3011
  },
2471
3012
  provisioningState: {
2472
- readOnly: true,
2473
3013
  serializedName: "properties.provisioningState",
3014
+ readOnly: true,
2474
3015
  type: {
2475
3016
  name: "Enum",
2476
- allowedValues: [
2477
- "Succeeded",
2478
- "Deleting"
2479
- ]
3017
+ allowedValues: ["Succeeded", "Deleting"]
2480
3018
  }
2481
3019
  },
2482
3020
  provisioningStateTransitionTime: {
2483
- readOnly: true,
2484
3021
  serializedName: "properties.provisioningStateTransitionTime",
3022
+ readOnly: true,
2485
3023
  type: {
2486
3024
  name: "DateTime"
2487
3025
  }
2488
3026
  },
2489
3027
  allocationState: {
2490
- readOnly: true,
2491
3028
  serializedName: "properties.allocationState",
3029
+ readOnly: true,
2492
3030
  type: {
2493
3031
  name: "Enum",
2494
- allowedValues: [
2495
- "Steady",
2496
- "Resizing",
2497
- "Stopping"
2498
- ]
3032
+ allowedValues: ["Steady", "Resizing", "Stopping"]
2499
3033
  }
2500
3034
  },
2501
3035
  allocationStateTransitionTime: {
2502
- readOnly: true,
2503
3036
  serializedName: "properties.allocationStateTransitionTime",
3037
+ readOnly: true,
2504
3038
  type: {
2505
3039
  name: "DateTime"
2506
3040
  }
@@ -2519,15 +3053,15 @@ export const Pool: msRest.CompositeMapper = {
2519
3053
  }
2520
3054
  },
2521
3055
  currentDedicatedNodes: {
2522
- readOnly: true,
2523
3056
  serializedName: "properties.currentDedicatedNodes",
3057
+ readOnly: true,
2524
3058
  type: {
2525
3059
  name: "Number"
2526
3060
  }
2527
3061
  },
2528
3062
  currentLowPriorityNodes: {
2529
- readOnly: true,
2530
3063
  serializedName: "properties.currentLowPriorityNodes",
3064
+ readOnly: true,
2531
3065
  type: {
2532
3066
  name: "Number"
2533
3067
  }
@@ -2540,7 +3074,6 @@ export const Pool: msRest.CompositeMapper = {
2540
3074
  }
2541
3075
  },
2542
3076
  autoScaleRun: {
2543
- readOnly: true,
2544
3077
  serializedName: "properties.autoScaleRun",
2545
3078
  type: {
2546
3079
  name: "Composite",
@@ -2551,10 +3084,7 @@ export const Pool: msRest.CompositeMapper = {
2551
3084
  serializedName: "properties.interNodeCommunication",
2552
3085
  type: {
2553
3086
  name: "Enum",
2554
- allowedValues: [
2555
- "Enabled",
2556
- "Disabled"
2557
- ]
3087
+ allowedValues: ["Enabled", "Disabled"]
2558
3088
  }
2559
3089
  },
2560
3090
  networkConfiguration: {
@@ -2644,7 +3174,6 @@ export const Pool: msRest.CompositeMapper = {
2644
3174
  }
2645
3175
  },
2646
3176
  resizeOperationStatus: {
2647
- readOnly: true,
2648
3177
  serializedName: "properties.resizeOperationStatus",
2649
3178
  type: {
2650
3179
  name: "Composite",
@@ -2667,128 +3196,231 @@ export const Pool: msRest.CompositeMapper = {
2667
3196
  }
2668
3197
  };
2669
3198
 
2670
- export const OperationDisplay: msRest.CompositeMapper = {
2671
- serializedName: "Operation_display",
3199
+ export const BatchAccount: coreClient.CompositeMapper = {
2672
3200
  type: {
2673
3201
  name: "Composite",
2674
- className: "OperationDisplay",
3202
+ className: "BatchAccount",
2675
3203
  modelProperties: {
2676
- provider: {
2677
- serializedName: "provider",
3204
+ ...Resource.type.modelProperties,
3205
+ identity: {
3206
+ serializedName: "identity",
2678
3207
  type: {
2679
- name: "String"
3208
+ name: "Composite",
3209
+ className: "BatchAccountIdentity"
2680
3210
  }
2681
3211
  },
2682
- operation: {
2683
- serializedName: "operation",
3212
+ accountEndpoint: {
3213
+ serializedName: "properties.accountEndpoint",
3214
+ readOnly: true,
2684
3215
  type: {
2685
3216
  name: "String"
2686
3217
  }
2687
3218
  },
2688
- resource: {
2689
- serializedName: "resource",
3219
+ provisioningState: {
3220
+ serializedName: "properties.provisioningState",
3221
+ readOnly: true,
2690
3222
  type: {
2691
- name: "String"
3223
+ name: "Enum",
3224
+ allowedValues: [
3225
+ "Invalid",
3226
+ "Creating",
3227
+ "Deleting",
3228
+ "Succeeded",
3229
+ "Failed",
3230
+ "Cancelled"
3231
+ ]
2692
3232
  }
2693
3233
  },
2694
- description: {
2695
- serializedName: "description",
3234
+ poolAllocationMode: {
3235
+ serializedName: "properties.poolAllocationMode",
3236
+ readOnly: true,
2696
3237
  type: {
2697
- name: "String"
3238
+ name: "Enum",
3239
+ allowedValues: ["BatchService", "UserSubscription"]
3240
+ }
3241
+ },
3242
+ keyVaultReference: {
3243
+ serializedName: "properties.keyVaultReference",
3244
+ type: {
3245
+ name: "Composite",
3246
+ className: "KeyVaultReference"
3247
+ }
3248
+ },
3249
+ publicNetworkAccess: {
3250
+ defaultValue: "Enabled",
3251
+ serializedName: "properties.publicNetworkAccess",
3252
+ readOnly: true,
3253
+ nullable: true,
3254
+ type: {
3255
+ name: "Enum",
3256
+ allowedValues: ["Enabled", "Disabled"]
3257
+ }
3258
+ },
3259
+ privateEndpointConnections: {
3260
+ serializedName: "properties.privateEndpointConnections",
3261
+ readOnly: true,
3262
+ nullable: true,
3263
+ type: {
3264
+ name: "Sequence",
3265
+ element: {
3266
+ type: {
3267
+ name: "Composite",
3268
+ className: "PrivateEndpointConnection"
3269
+ }
3270
+ }
3271
+ }
3272
+ },
3273
+ autoStorage: {
3274
+ serializedName: "properties.autoStorage",
3275
+ type: {
3276
+ name: "Composite",
3277
+ className: "AutoStorageProperties"
3278
+ }
3279
+ },
3280
+ encryption: {
3281
+ serializedName: "properties.encryption",
3282
+ type: {
3283
+ name: "Composite",
3284
+ className: "EncryptionProperties"
3285
+ }
3286
+ },
3287
+ dedicatedCoreQuota: {
3288
+ serializedName: "properties.dedicatedCoreQuota",
3289
+ readOnly: true,
3290
+ nullable: true,
3291
+ type: {
3292
+ name: "Number"
3293
+ }
3294
+ },
3295
+ lowPriorityCoreQuota: {
3296
+ serializedName: "properties.lowPriorityCoreQuota",
3297
+ readOnly: true,
3298
+ nullable: true,
3299
+ type: {
3300
+ name: "Number"
3301
+ }
3302
+ },
3303
+ dedicatedCoreQuotaPerVMFamily: {
3304
+ serializedName: "properties.dedicatedCoreQuotaPerVMFamily",
3305
+ readOnly: true,
3306
+ nullable: true,
3307
+ type: {
3308
+ name: "Sequence",
3309
+ element: {
3310
+ type: {
3311
+ name: "Composite",
3312
+ className: "VirtualMachineFamilyCoreQuota"
3313
+ }
3314
+ }
3315
+ }
3316
+ },
3317
+ dedicatedCoreQuotaPerVMFamilyEnforced: {
3318
+ serializedName: "properties.dedicatedCoreQuotaPerVMFamilyEnforced",
3319
+ readOnly: true,
3320
+ type: {
3321
+ name: "Boolean"
3322
+ }
3323
+ },
3324
+ poolQuota: {
3325
+ serializedName: "properties.poolQuota",
3326
+ readOnly: true,
3327
+ type: {
3328
+ name: "Number"
3329
+ }
3330
+ },
3331
+ activeJobAndJobScheduleQuota: {
3332
+ serializedName: "properties.activeJobAndJobScheduleQuota",
3333
+ readOnly: true,
3334
+ type: {
3335
+ name: "Number"
3336
+ }
3337
+ },
3338
+ allowedAuthenticationModes: {
3339
+ serializedName: "properties.allowedAuthenticationModes",
3340
+ readOnly: true,
3341
+ type: {
3342
+ name: "Sequence",
3343
+ element: {
3344
+ type: {
3345
+ name: "Enum",
3346
+ allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
3347
+ }
3348
+ }
2698
3349
  }
2699
3350
  }
2700
3351
  }
2701
3352
  }
2702
3353
  };
2703
3354
 
2704
- export const Operation: msRest.CompositeMapper = {
2705
- serializedName: "Operation",
3355
+ export const CertificateProperties: coreClient.CompositeMapper = {
2706
3356
  type: {
2707
3357
  name: "Composite",
2708
- className: "Operation",
3358
+ className: "CertificateProperties",
2709
3359
  modelProperties: {
2710
- name: {
2711
- serializedName: "name",
3360
+ ...CertificateBaseProperties.type.modelProperties,
3361
+ provisioningState: {
3362
+ serializedName: "provisioningState",
3363
+ readOnly: true,
2712
3364
  type: {
2713
- name: "String"
3365
+ name: "Enum",
3366
+ allowedValues: ["Succeeded", "Deleting", "Failed"]
2714
3367
  }
2715
3368
  },
2716
- display: {
2717
- serializedName: "display",
3369
+ provisioningStateTransitionTime: {
3370
+ serializedName: "provisioningStateTransitionTime",
3371
+ readOnly: true,
2718
3372
  type: {
2719
- name: "Composite",
2720
- className: "OperationDisplay"
3373
+ name: "DateTime"
2721
3374
  }
2722
3375
  },
2723
- origin: {
2724
- serializedName: "origin",
3376
+ previousProvisioningState: {
3377
+ serializedName: "previousProvisioningState",
3378
+ readOnly: true,
2725
3379
  type: {
2726
- name: "String"
3380
+ name: "Enum",
3381
+ allowedValues: ["Succeeded", "Deleting", "Failed"]
2727
3382
  }
2728
3383
  },
2729
- properties: {
2730
- serializedName: "properties",
3384
+ previousProvisioningStateTransitionTime: {
3385
+ serializedName: "previousProvisioningStateTransitionTime",
3386
+ readOnly: true,
2731
3387
  type: {
2732
- name: "Object"
3388
+ name: "DateTime"
2733
3389
  }
2734
- }
2735
- }
2736
- }
2737
- };
2738
-
2739
- export const CheckNameAvailabilityParameters: msRest.CompositeMapper = {
2740
- serializedName: "CheckNameAvailabilityParameters",
2741
- type: {
2742
- name: "Composite",
2743
- className: "CheckNameAvailabilityParameters",
2744
- modelProperties: {
2745
- name: {
2746
- required: true,
2747
- serializedName: "name",
3390
+ },
3391
+ publicData: {
3392
+ serializedName: "publicData",
3393
+ readOnly: true,
2748
3394
  type: {
2749
3395
  name: "String"
2750
3396
  }
2751
3397
  },
2752
- type: {
2753
- required: true,
2754
- isConstant: true,
2755
- serializedName: "type",
2756
- defaultValue: 'Microsoft.Batch/batchAccounts',
3398
+ deleteCertificateError: {
3399
+ serializedName: "deleteCertificateError",
2757
3400
  type: {
2758
- name: "String"
3401
+ name: "Composite",
3402
+ className: "DeleteCertificateError"
2759
3403
  }
2760
3404
  }
2761
3405
  }
2762
3406
  }
2763
3407
  };
2764
3408
 
2765
- export const CheckNameAvailabilityResult: msRest.CompositeMapper = {
2766
- serializedName: "CheckNameAvailabilityResult",
3409
+ export const CertificateCreateOrUpdateProperties: coreClient.CompositeMapper = {
2767
3410
  type: {
2768
3411
  name: "Composite",
2769
- className: "CheckNameAvailabilityResult",
3412
+ className: "CertificateCreateOrUpdateProperties",
2770
3413
  modelProperties: {
2771
- nameAvailable: {
2772
- readOnly: true,
2773
- serializedName: "nameAvailable",
2774
- type: {
2775
- name: "Boolean"
2776
- }
2777
- },
2778
- reason: {
2779
- readOnly: true,
2780
- serializedName: "reason",
3414
+ ...CertificateBaseProperties.type.modelProperties,
3415
+ data: {
3416
+ serializedName: "data",
3417
+ required: true,
2781
3418
  type: {
2782
- name: "Enum",
2783
- allowedValues: [
2784
- "Invalid",
2785
- "AlreadyExists"
2786
- ]
3419
+ name: "String"
2787
3420
  }
2788
3421
  },
2789
- message: {
2790
- readOnly: true,
2791
- serializedName: "message",
3422
+ password: {
3423
+ serializedName: "password",
2792
3424
  type: {
2793
3425
  name: "String"
2794
3426
  }
@@ -2797,13 +3429,12 @@ export const CheckNameAvailabilityResult: msRest.CompositeMapper = {
2797
3429
  }
2798
3430
  };
2799
3431
 
2800
- export const BatchAccountCreateHeaders: msRest.CompositeMapper = {
2801
- serializedName: "batchaccount-create-headers",
3432
+ export const BatchAccountCreateHeaders: coreClient.CompositeMapper = {
2802
3433
  type: {
2803
3434
  name: "Composite",
2804
3435
  className: "BatchAccountCreateHeaders",
2805
3436
  modelProperties: {
2806
- locationHeader: {
3437
+ location: {
2807
3438
  serializedName: "location",
2808
3439
  type: {
2809
3440
  name: "String"
@@ -2819,8 +3450,7 @@ export const BatchAccountCreateHeaders: msRest.CompositeMapper = {
2819
3450
  }
2820
3451
  };
2821
3452
 
2822
- export const BatchAccountDeleteHeaders: msRest.CompositeMapper = {
2823
- serializedName: "batchaccount-delete-headers",
3453
+ export const BatchAccountDeleteHeaders: coreClient.CompositeMapper = {
2824
3454
  type: {
2825
3455
  name: "Composite",
2826
3456
  className: "BatchAccountDeleteHeaders",
@@ -2841,8 +3471,7 @@ export const BatchAccountDeleteHeaders: msRest.CompositeMapper = {
2841
3471
  }
2842
3472
  };
2843
3473
 
2844
- export const CertificateCreateHeaders: msRest.CompositeMapper = {
2845
- serializedName: "certificate-create-headers",
3474
+ export const CertificateCreateHeaders: coreClient.CompositeMapper = {
2846
3475
  type: {
2847
3476
  name: "Composite",
2848
3477
  className: "CertificateCreateHeaders",
@@ -2857,8 +3486,7 @@ export const CertificateCreateHeaders: msRest.CompositeMapper = {
2857
3486
  }
2858
3487
  };
2859
3488
 
2860
- export const CertificateUpdateHeaders: msRest.CompositeMapper = {
2861
- serializedName: "certificate-update-headers",
3489
+ export const CertificateUpdateHeaders: coreClient.CompositeMapper = {
2862
3490
  type: {
2863
3491
  name: "Composite",
2864
3492
  className: "CertificateUpdateHeaders",
@@ -2873,8 +3501,7 @@ export const CertificateUpdateHeaders: msRest.CompositeMapper = {
2873
3501
  }
2874
3502
  };
2875
3503
 
2876
- export const CertificateDeleteHeaders: msRest.CompositeMapper = {
2877
- serializedName: "certificate-delete-headers",
3504
+ export const CertificateDeleteHeaders: coreClient.CompositeMapper = {
2878
3505
  type: {
2879
3506
  name: "Composite",
2880
3507
  className: "CertificateDeleteHeaders",
@@ -2895,8 +3522,7 @@ export const CertificateDeleteHeaders: msRest.CompositeMapper = {
2895
3522
  }
2896
3523
  };
2897
3524
 
2898
- export const CertificateGetHeaders: msRest.CompositeMapper = {
2899
- serializedName: "certificate-get-headers",
3525
+ export const CertificateGetHeaders: coreClient.CompositeMapper = {
2900
3526
  type: {
2901
3527
  name: "Composite",
2902
3528
  className: "CertificateGetHeaders",
@@ -2911,8 +3537,7 @@ export const CertificateGetHeaders: msRest.CompositeMapper = {
2911
3537
  }
2912
3538
  };
2913
3539
 
2914
- export const CertificateCancelDeletionHeaders: msRest.CompositeMapper = {
2915
- serializedName: "certificate-canceldeletion-headers",
3540
+ export const CertificateCancelDeletionHeaders: coreClient.CompositeMapper = {
2916
3541
  type: {
2917
3542
  name: "Composite",
2918
3543
  className: "CertificateCancelDeletionHeaders",
@@ -2927,8 +3552,7 @@ export const CertificateCancelDeletionHeaders: msRest.CompositeMapper = {
2927
3552
  }
2928
3553
  };
2929
3554
 
2930
- export const PrivateEndpointConnectionUpdateHeaders: msRest.CompositeMapper = {
2931
- serializedName: "privateendpointconnection-update-headers",
3555
+ export const PrivateEndpointConnectionUpdateHeaders: coreClient.CompositeMapper = {
2932
3556
  type: {
2933
3557
  name: "Composite",
2934
3558
  className: "PrivateEndpointConnectionUpdateHeaders",
@@ -2949,8 +3573,7 @@ export const PrivateEndpointConnectionUpdateHeaders: msRest.CompositeMapper = {
2949
3573
  }
2950
3574
  };
2951
3575
 
2952
- export const PoolCreateHeaders: msRest.CompositeMapper = {
2953
- serializedName: "pool-create-headers",
3576
+ export const PoolCreateHeaders: coreClient.CompositeMapper = {
2954
3577
  type: {
2955
3578
  name: "Composite",
2956
3579
  className: "PoolCreateHeaders",
@@ -2965,8 +3588,7 @@ export const PoolCreateHeaders: msRest.CompositeMapper = {
2965
3588
  }
2966
3589
  };
2967
3590
 
2968
- export const PoolUpdateHeaders: msRest.CompositeMapper = {
2969
- serializedName: "pool-update-headers",
3591
+ export const PoolUpdateHeaders: coreClient.CompositeMapper = {
2970
3592
  type: {
2971
3593
  name: "Composite",
2972
3594
  className: "PoolUpdateHeaders",
@@ -2981,8 +3603,7 @@ export const PoolUpdateHeaders: msRest.CompositeMapper = {
2981
3603
  }
2982
3604
  };
2983
3605
 
2984
- export const PoolDeleteHeaders: msRest.CompositeMapper = {
2985
- serializedName: "pool-delete-headers",
3606
+ export const PoolDeleteHeaders: coreClient.CompositeMapper = {
2986
3607
  type: {
2987
3608
  name: "Composite",
2988
3609
  className: "PoolDeleteHeaders",
@@ -3003,8 +3624,7 @@ export const PoolDeleteHeaders: msRest.CompositeMapper = {
3003
3624
  }
3004
3625
  };
3005
3626
 
3006
- export const PoolGetHeaders: msRest.CompositeMapper = {
3007
- serializedName: "pool-get-headers",
3627
+ export const PoolGetHeaders: coreClient.CompositeMapper = {
3008
3628
  type: {
3009
3629
  name: "Composite",
3010
3630
  className: "PoolGetHeaders",
@@ -3019,8 +3639,7 @@ export const PoolGetHeaders: msRest.CompositeMapper = {
3019
3639
  }
3020
3640
  };
3021
3641
 
3022
- export const PoolDisableAutoScaleHeaders: msRest.CompositeMapper = {
3023
- serializedName: "pool-disableautoscale-headers",
3642
+ export const PoolDisableAutoScaleHeaders: coreClient.CompositeMapper = {
3024
3643
  type: {
3025
3644
  name: "Composite",
3026
3645
  className: "PoolDisableAutoScaleHeaders",
@@ -3035,8 +3654,7 @@ export const PoolDisableAutoScaleHeaders: msRest.CompositeMapper = {
3035
3654
  }
3036
3655
  };
3037
3656
 
3038
- export const PoolStopResizeHeaders: msRest.CompositeMapper = {
3039
- serializedName: "pool-stopresize-headers",
3657
+ export const PoolStopResizeHeaders: coreClient.CompositeMapper = {
3040
3658
  type: {
3041
3659
  name: "Composite",
3042
3660
  className: "PoolStopResizeHeaders",
@@ -3050,227 +3668,3 @@ export const PoolStopResizeHeaders: msRest.CompositeMapper = {
3050
3668
  }
3051
3669
  }
3052
3670
  };
3053
-
3054
- export const BatchAccountListResult: msRest.CompositeMapper = {
3055
- serializedName: "BatchAccountListResult",
3056
- type: {
3057
- name: "Composite",
3058
- className: "BatchAccountListResult",
3059
- modelProperties: {
3060
- value: {
3061
- serializedName: "",
3062
- type: {
3063
- name: "Sequence",
3064
- element: {
3065
- type: {
3066
- name: "Composite",
3067
- className: "BatchAccount"
3068
- }
3069
- }
3070
- }
3071
- },
3072
- nextLink: {
3073
- serializedName: "nextLink",
3074
- type: {
3075
- name: "String"
3076
- }
3077
- }
3078
- }
3079
- }
3080
- };
3081
-
3082
- export const ListApplicationPackagesResult: msRest.CompositeMapper = {
3083
- serializedName: "ListApplicationPackagesResult",
3084
- type: {
3085
- name: "Composite",
3086
- className: "ListApplicationPackagesResult",
3087
- modelProperties: {
3088
- value: {
3089
- serializedName: "",
3090
- type: {
3091
- name: "Sequence",
3092
- element: {
3093
- type: {
3094
- name: "Composite",
3095
- className: "ApplicationPackage"
3096
- }
3097
- }
3098
- }
3099
- },
3100
- nextLink: {
3101
- serializedName: "nextLink",
3102
- type: {
3103
- name: "String"
3104
- }
3105
- }
3106
- }
3107
- }
3108
- };
3109
-
3110
- export const ListApplicationsResult: msRest.CompositeMapper = {
3111
- serializedName: "ListApplicationsResult",
3112
- type: {
3113
- name: "Composite",
3114
- className: "ListApplicationsResult",
3115
- modelProperties: {
3116
- value: {
3117
- serializedName: "",
3118
- type: {
3119
- name: "Sequence",
3120
- element: {
3121
- type: {
3122
- name: "Composite",
3123
- className: "Application"
3124
- }
3125
- }
3126
- }
3127
- },
3128
- nextLink: {
3129
- serializedName: "nextLink",
3130
- type: {
3131
- name: "String"
3132
- }
3133
- }
3134
- }
3135
- }
3136
- };
3137
-
3138
- export const OperationListResult: msRest.CompositeMapper = {
3139
- serializedName: "OperationListResult",
3140
- type: {
3141
- name: "Composite",
3142
- className: "OperationListResult",
3143
- modelProperties: {
3144
- value: {
3145
- serializedName: "",
3146
- type: {
3147
- name: "Sequence",
3148
- element: {
3149
- type: {
3150
- name: "Composite",
3151
- className: "Operation"
3152
- }
3153
- }
3154
- }
3155
- },
3156
- nextLink: {
3157
- serializedName: "nextLink",
3158
- type: {
3159
- name: "String"
3160
- }
3161
- }
3162
- }
3163
- }
3164
- };
3165
-
3166
- export const ListCertificatesResult: msRest.CompositeMapper = {
3167
- serializedName: "ListCertificatesResult",
3168
- type: {
3169
- name: "Composite",
3170
- className: "ListCertificatesResult",
3171
- modelProperties: {
3172
- value: {
3173
- serializedName: "",
3174
- type: {
3175
- name: "Sequence",
3176
- element: {
3177
- type: {
3178
- name: "Composite",
3179
- className: "Certificate"
3180
- }
3181
- }
3182
- }
3183
- },
3184
- nextLink: {
3185
- serializedName: "nextLink",
3186
- type: {
3187
- name: "String"
3188
- }
3189
- }
3190
- }
3191
- }
3192
- };
3193
-
3194
- export const ListPrivateLinkResourcesResult: msRest.CompositeMapper = {
3195
- serializedName: "ListPrivateLinkResourcesResult",
3196
- type: {
3197
- name: "Composite",
3198
- className: "ListPrivateLinkResourcesResult",
3199
- modelProperties: {
3200
- value: {
3201
- serializedName: "",
3202
- type: {
3203
- name: "Sequence",
3204
- element: {
3205
- type: {
3206
- name: "Composite",
3207
- className: "PrivateLinkResource"
3208
- }
3209
- }
3210
- }
3211
- },
3212
- nextLink: {
3213
- serializedName: "nextLink",
3214
- type: {
3215
- name: "String"
3216
- }
3217
- }
3218
- }
3219
- }
3220
- };
3221
-
3222
- export const ListPrivateEndpointConnectionsResult: msRest.CompositeMapper = {
3223
- serializedName: "ListPrivateEndpointConnectionsResult",
3224
- type: {
3225
- name: "Composite",
3226
- className: "ListPrivateEndpointConnectionsResult",
3227
- modelProperties: {
3228
- value: {
3229
- serializedName: "",
3230
- type: {
3231
- name: "Sequence",
3232
- element: {
3233
- type: {
3234
- name: "Composite",
3235
- className: "PrivateEndpointConnection"
3236
- }
3237
- }
3238
- }
3239
- },
3240
- nextLink: {
3241
- serializedName: "nextLink",
3242
- type: {
3243
- name: "String"
3244
- }
3245
- }
3246
- }
3247
- }
3248
- };
3249
-
3250
- export const ListPoolsResult: msRest.CompositeMapper = {
3251
- serializedName: "ListPoolsResult",
3252
- type: {
3253
- name: "Composite",
3254
- className: "ListPoolsResult",
3255
- modelProperties: {
3256
- value: {
3257
- serializedName: "",
3258
- type: {
3259
- name: "Sequence",
3260
- element: {
3261
- type: {
3262
- name: "Composite",
3263
- className: "Pool"
3264
- }
3265
- }
3266
- }
3267
- },
3268
- nextLink: {
3269
- serializedName: "nextLink",
3270
- type: {
3271
- name: "String"
3272
- }
3273
- }
3274
- }
3275
- }
3276
- };