@azure/arm-batch 4.0.0 → 7.0.0-beta.1

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