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