@azure/arm-hdinsight 0.24.0 → 1.1.0

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 (286) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +7702 -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/hDInsightManagementClient.d.ts +29 -0
  9. package/dist-esm/src/hDInsightManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/hDInsightManagementClient.js +62 -0
  11. package/dist-esm/src/hDInsightManagementClient.js.map +1 -0
  12. package/dist-esm/src/index.d.ts +5 -0
  13. package/dist-esm/src/index.d.ts.map +1 -0
  14. package/{esm/models/virtualMachinesMappers.js → dist-esm/src/index.js} +5 -2
  15. package/dist-esm/src/index.js.map +1 -0
  16. package/dist-esm/src/lroImpl.d.ts +16 -0
  17. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  18. package/dist-esm/src/lroImpl.js +29 -0
  19. package/dist-esm/src/lroImpl.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +1966 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +133 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +111 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +1516 -1670
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +37 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +280 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/applications.d.ts +90 -0
  33. package/dist-esm/src/operations/applications.d.ts.map +1 -0
  34. package/dist-esm/src/operations/applications.js +367 -0
  35. package/dist-esm/src/operations/applications.js.map +1 -0
  36. package/dist-esm/src/operations/clusters.d.ts +214 -0
  37. package/dist-esm/src/operations/clusters.d.ts.map +1 -0
  38. package/dist-esm/src/operations/clusters.js +979 -0
  39. package/dist-esm/src/operations/clusters.js.map +1 -0
  40. package/dist-esm/src/operations/configurations.d.ts +54 -0
  41. package/dist-esm/src/operations/configurations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/configurations.js +178 -0
  43. package/dist-esm/src/operations/configurations.js.map +1 -0
  44. package/dist-esm/src/operations/extensions.d.ts +139 -0
  45. package/dist-esm/src/operations/extensions.d.ts.map +1 -0
  46. package/dist-esm/src/operations/extensions.js +602 -0
  47. package/dist-esm/src/operations/extensions.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/locations.d.ts +52 -0
  53. package/dist-esm/src/operations/locations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/locations.js +199 -0
  55. package/dist-esm/src/operations/locations.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +120 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
  61. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  62. package/dist-esm/src/operations/privateEndpointConnections.js +349 -0
  63. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  64. package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
  65. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  66. package/dist-esm/src/operations/privateLinkResources.js +85 -0
  67. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  68. package/dist-esm/src/operations/scriptActions.d.ts +62 -0
  69. package/dist-esm/src/operations/scriptActions.d.ts.map +1 -0
  70. package/dist-esm/src/operations/scriptActions.js +232 -0
  71. package/dist-esm/src/operations/scriptActions.js.map +1 -0
  72. package/dist-esm/src/operations/scriptExecutionHistory.d.ts +46 -0
  73. package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +1 -0
  74. package/dist-esm/src/operations/scriptExecutionHistory.js +167 -0
  75. package/dist-esm/src/operations/scriptExecutionHistory.js.map +1 -0
  76. package/dist-esm/src/operations/virtualMachines.d.ts +45 -0
  77. package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
  78. package/dist-esm/src/operations/virtualMachines.js +169 -0
  79. package/dist-esm/src/operations/virtualMachines.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/applications.d.ts +65 -0
  81. package/dist-esm/src/operationsInterfaces/applications.d.ts.map +1 -0
  82. package/{src/models/configurationsMappers.ts → dist-esm/src/operationsInterfaces/applications.js} +2 -5
  83. package/dist-esm/src/operationsInterfaces/applications.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/clusters.d.ts +178 -0
  85. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
  86. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -1
  87. package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/configurations.d.ts +46 -0
  89. package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
  90. package/{src/models/virtualMachinesMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -7
  91. package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/extensions.d.ts +131 -0
  93. package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
  94. package/{esm/models/configurationsMappers.js → dist-esm/src/operationsInterfaces/extensions.js} +2 -2
  95. package/dist-esm/src/operationsInterfaces/extensions.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
  97. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/index.js +19 -0
  99. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/locations.d.ts +44 -0
  101. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/locations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  105. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  109. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
  113. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +37 -0
  117. package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/scriptActions.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/scriptActions.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
  121. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +37 -0
  125. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
  128. package/dist-esm/test/sampleTest.d.ts +2 -0
  129. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  130. package/dist-esm/test/sampleTest.js +40 -0
  131. package/dist-esm/test/sampleTest.js.map +1 -0
  132. package/package.json +65 -32
  133. package/review/arm-hdinsight.api.md +1678 -0
  134. package/rollup.config.js +181 -30
  135. package/src/hDInsightManagementClient.ts +105 -53
  136. package/src/{models/scriptExecutionHistoryMappers.ts → index.ts} +4 -7
  137. package/src/lroImpl.ts +34 -0
  138. package/src/models/index.ts +1810 -2954
  139. package/src/models/mappers.ts +1607 -1764
  140. package/src/models/parameters.ts +215 -53
  141. package/src/operations/applications.ts +376 -247
  142. package/src/operations/clusters.ts +1038 -649
  143. package/src/operations/configurations.ts +162 -154
  144. package/src/operations/extensions.ts +644 -410
  145. package/src/operations/index.ts +1 -2
  146. package/src/operations/locations.ts +143 -239
  147. package/src/operations/operations.ts +85 -73
  148. package/src/operations/privateEndpointConnections.ts +345 -182
  149. package/src/operations/privateLinkResources.ts +60 -92
  150. package/src/operations/scriptActions.ts +202 -206
  151. package/src/operations/scriptExecutionHistory.ts +155 -123
  152. package/src/operations/virtualMachines.ts +157 -154
  153. package/src/operationsInterfaces/applications.ts +126 -0
  154. package/src/operationsInterfaces/clusters.ts +327 -0
  155. package/src/operationsInterfaces/configurations.ts +77 -0
  156. package/src/operationsInterfaces/extensions.ts +234 -0
  157. package/src/operationsInterfaces/index.ts +19 -0
  158. package/src/operationsInterfaces/locations.ts +88 -0
  159. package/src/operationsInterfaces/operations.ts +22 -0
  160. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  161. package/src/operationsInterfaces/privateLinkResources.ts +42 -0
  162. package/src/operationsInterfaces/scriptActions.ts +73 -0
  163. package/src/operationsInterfaces/scriptExecutionHistory.ts +43 -0
  164. package/src/operationsInterfaces/virtualMachines.ts +70 -0
  165. package/tsconfig.json +3 -3
  166. package/types/arm-hdinsight.d.ts +2866 -0
  167. package/types/tsdoc-metadata.json +11 -0
  168. package/dist/arm-hdinsight.js +0 -7464
  169. package/dist/arm-hdinsight.js.map +0 -1
  170. package/dist/arm-hdinsight.min.js +0 -1
  171. package/dist/arm-hdinsight.min.js.map +0 -1
  172. package/esm/hDInsightManagementClient.d.ts +0 -35
  173. package/esm/hDInsightManagementClient.d.ts.map +0 -1
  174. package/esm/hDInsightManagementClient.js +0 -48
  175. package/esm/hDInsightManagementClient.js.map +0 -1
  176. package/esm/hDInsightManagementClientContext.d.ts +0 -23
  177. package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
  178. package/esm/hDInsightManagementClientContext.js +0 -61
  179. package/esm/hDInsightManagementClientContext.js.map +0 -1
  180. package/esm/models/applicationsMappers.d.ts +0 -2
  181. package/esm/models/applicationsMappers.d.ts.map +0 -1
  182. package/esm/models/applicationsMappers.js +0 -9
  183. package/esm/models/applicationsMappers.js.map +0 -1
  184. package/esm/models/clustersMappers.d.ts +0 -2
  185. package/esm/models/clustersMappers.d.ts.map +0 -1
  186. package/esm/models/clustersMappers.js +0 -9
  187. package/esm/models/clustersMappers.js.map +0 -1
  188. package/esm/models/configurationsMappers.d.ts +0 -2
  189. package/esm/models/configurationsMappers.d.ts.map +0 -1
  190. package/esm/models/configurationsMappers.js.map +0 -1
  191. package/esm/models/extensionsMappers.d.ts +0 -2
  192. package/esm/models/extensionsMappers.d.ts.map +0 -1
  193. package/esm/models/extensionsMappers.js +0 -9
  194. package/esm/models/extensionsMappers.js.map +0 -1
  195. package/esm/models/index.d.ts +0 -3163
  196. package/esm/models/index.d.ts.map +0 -1
  197. package/esm/models/index.js.map +0 -1
  198. package/esm/models/locationsMappers.d.ts +0 -2
  199. package/esm/models/locationsMappers.d.ts.map +0 -1
  200. package/esm/models/locationsMappers.js +0 -9
  201. package/esm/models/locationsMappers.js.map +0 -1
  202. package/esm/models/mappers.d.ts +0 -113
  203. package/esm/models/mappers.d.ts.map +0 -1
  204. package/esm/models/mappers.js.map +0 -1
  205. package/esm/models/operationsMappers.d.ts +0 -2
  206. package/esm/models/operationsMappers.d.ts.map +0 -1
  207. package/esm/models/operationsMappers.js +0 -9
  208. package/esm/models/operationsMappers.js.map +0 -1
  209. package/esm/models/parameters.d.ts +0 -18
  210. package/esm/models/parameters.d.ts.map +0 -1
  211. package/esm/models/parameters.js +0 -172
  212. package/esm/models/parameters.js.map +0 -1
  213. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  214. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  215. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  216. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  217. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  218. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  219. package/esm/models/privateLinkResourcesMappers.js +0 -9
  220. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  221. package/esm/models/scriptActionsMappers.d.ts +0 -2
  222. package/esm/models/scriptActionsMappers.d.ts.map +0 -1
  223. package/esm/models/scriptActionsMappers.js +0 -9
  224. package/esm/models/scriptActionsMappers.js.map +0 -1
  225. package/esm/models/scriptExecutionHistoryMappers.d.ts +0 -2
  226. package/esm/models/scriptExecutionHistoryMappers.d.ts.map +0 -1
  227. package/esm/models/scriptExecutionHistoryMappers.js +0 -9
  228. package/esm/models/scriptExecutionHistoryMappers.js.map +0 -1
  229. package/esm/models/virtualMachinesMappers.d.ts +0 -2
  230. package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
  231. package/esm/models/virtualMachinesMappers.js.map +0 -1
  232. package/esm/operations/applications.d.ts +0 -142
  233. package/esm/operations/applications.d.ts.map +0 -1
  234. package/esm/operations/applications.js +0 -268
  235. package/esm/operations/applications.js.map +0 -1
  236. package/esm/operations/clusters.d.ts +0 -315
  237. package/esm/operations/clusters.d.ts.map +0 -1
  238. package/esm/operations/clusters.js +0 -710
  239. package/esm/operations/clusters.js.map +0 -1
  240. package/esm/operations/configurations.d.ts +0 -90
  241. package/esm/operations/configurations.d.ts.map +0 -1
  242. package/esm/operations/configurations.js +0 -173
  243. package/esm/operations/configurations.js.map +0 -1
  244. package/esm/operations/extensions.d.ts +0 -213
  245. package/esm/operations/extensions.d.ts.map +0 -1
  246. package/esm/operations/extensions.js +0 -477
  247. package/esm/operations/extensions.js.map +0 -1
  248. package/esm/operations/index.d.ts.map +0 -1
  249. package/esm/operations/index.js.map +0 -1
  250. package/esm/operations/locations.d.ts +0 -130
  251. package/esm/operations/locations.d.ts.map +0 -1
  252. package/esm/operations/locations.js +0 -213
  253. package/esm/operations/locations.js.map +0 -1
  254. package/esm/operations/operations.d.ts +0 -46
  255. package/esm/operations/operations.d.ts.map +0 -1
  256. package/esm/operations/operations.js +0 -79
  257. package/esm/operations/operations.js.map +0 -1
  258. package/esm/operations/privateEndpointConnections.d.ts +0 -115
  259. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  260. package/esm/operations/privateEndpointConnections.js +0 -236
  261. package/esm/operations/privateEndpointConnections.js.map +0 -1
  262. package/esm/operations/privateLinkResources.d.ts +0 -58
  263. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  264. package/esm/operations/privateLinkResources.js +0 -90
  265. package/esm/operations/privateLinkResources.js.map +0 -1
  266. package/esm/operations/scriptActions.d.ts +0 -124
  267. package/esm/operations/scriptActions.d.ts.map +0 -1
  268. package/esm/operations/scriptActions.js +0 -184
  269. package/esm/operations/scriptActions.js.map +0 -1
  270. package/esm/operations/scriptExecutionHistory.d.ts +0 -76
  271. package/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
  272. package/esm/operations/scriptExecutionHistory.js +0 -117
  273. package/esm/operations/scriptExecutionHistory.js.map +0 -1
  274. package/esm/operations/virtualMachines.d.ts +0 -77
  275. package/esm/operations/virtualMachines.d.ts.map +0 -1
  276. package/esm/operations/virtualMachines.js +0 -167
  277. package/esm/operations/virtualMachines.js.map +0 -1
  278. package/src/hDInsightManagementClientContext.ts +0 -68
  279. package/src/models/applicationsMappers.ts +0 -66
  280. package/src/models/clustersMappers.ts +0 -77
  281. package/src/models/extensionsMappers.ts +0 -20
  282. package/src/models/locationsMappers.ts +0 -66
  283. package/src/models/operationsMappers.ts +0 -18
  284. package/src/models/privateEndpointConnectionsMappers.ts +0 -65
  285. package/src/models/privateLinkResourcesMappers.ts +0 -65
  286. package/src/models/scriptActionsMappers.ts +0 -17
@@ -1,3163 +0,0 @@
1
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
2
- import * as msRest from "@azure/ms-rest-js";
3
- export { BaseResource, CloudError };
4
- /**
5
- * The cluster definition.
6
- */
7
- export interface ClusterDefinition {
8
- /**
9
- * The link to the blueprint.
10
- */
11
- blueprint?: string;
12
- /**
13
- * The type of cluster.
14
- */
15
- kind?: string;
16
- /**
17
- * The versions of different services in the cluster.
18
- */
19
- componentVersion?: {
20
- [propertyName: string]: string;
21
- };
22
- /**
23
- * The cluster configurations.
24
- */
25
- configurations?: any;
26
- }
27
- /**
28
- * The information of AAD security group.
29
- */
30
- export interface ClientGroupInfo {
31
- /**
32
- * The AAD security group name.
33
- */
34
- groupName?: string;
35
- /**
36
- * The AAD security group id.
37
- */
38
- groupId?: string;
39
- }
40
- /**
41
- * The kafka rest proxy configuration which contains AAD security group information.
42
- */
43
- export interface KafkaRestProperties {
44
- /**
45
- * The information of AAD security group.
46
- */
47
- clientGroupInfo?: ClientGroupInfo;
48
- /**
49
- * The configurations that need to be overriden.
50
- */
51
- configurationOverride?: {
52
- [propertyName: string]: string;
53
- };
54
- }
55
- /**
56
- * The security profile which contains Ssh public key for the HDInsight cluster.
57
- */
58
- export interface SecurityProfile {
59
- /**
60
- * The directory type. Possible values include: 'ActiveDirectory'
61
- */
62
- directoryType?: DirectoryType;
63
- /**
64
- * The organization's active directory domain.
65
- */
66
- domain?: string;
67
- /**
68
- * The organizational unit within the Active Directory to place the cluster and service accounts.
69
- */
70
- organizationalUnitDN?: string;
71
- /**
72
- * The LDAPS protocol URLs to communicate with the Active Directory.
73
- */
74
- ldapsUrls?: string[];
75
- /**
76
- * The domain user account that will have admin privileges on the cluster.
77
- */
78
- domainUsername?: string;
79
- /**
80
- * The domain admin password.
81
- */
82
- domainUserPassword?: string;
83
- /**
84
- * Optional. The Distinguished Names for cluster user groups
85
- */
86
- clusterUsersGroupDNs?: string[];
87
- /**
88
- * The resource ID of the user's Azure Active Directory Domain Service.
89
- */
90
- aaddsResourceId?: string;
91
- /**
92
- * User assigned identity that has permissions to read and create cluster-related artifacts in
93
- * the user's AADDS.
94
- */
95
- msiResourceId?: string;
96
- }
97
- /**
98
- * Time and capacity request parameters
99
- */
100
- export interface AutoscaleTimeAndCapacity {
101
- /**
102
- * 24-hour time in the form xx:xx
103
- */
104
- time?: string;
105
- /**
106
- * The minimum instance count of the cluster
107
- */
108
- minInstanceCount?: number;
109
- /**
110
- * The maximum instance count of the cluster
111
- */
112
- maxInstanceCount?: number;
113
- }
114
- /**
115
- * Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and
116
- * capacity
117
- */
118
- export interface AutoscaleSchedule {
119
- /**
120
- * Days of the week for a schedule-based autoscale rule
121
- */
122
- days?: DaysOfWeek[];
123
- /**
124
- * Time and capacity for a schedule-based autoscale rule
125
- */
126
- timeAndCapacity?: AutoscaleTimeAndCapacity;
127
- }
128
- /**
129
- * The load-based autoscale request parameters
130
- */
131
- export interface AutoscaleCapacity {
132
- /**
133
- * The minimum instance count of the cluster
134
- */
135
- minInstanceCount?: number;
136
- /**
137
- * The maximum instance count of the cluster
138
- */
139
- maxInstanceCount?: number;
140
- }
141
- /**
142
- * Schedule-based autoscale request parameters
143
- */
144
- export interface AutoscaleRecurrence {
145
- /**
146
- * The time zone for the autoscale schedule times
147
- */
148
- timeZone?: string;
149
- /**
150
- * Array of schedule-based autoscale rules
151
- */
152
- schedule?: AutoscaleSchedule[];
153
- }
154
- /**
155
- * The autoscale request parameters
156
- */
157
- export interface Autoscale {
158
- /**
159
- * Parameters for load-based autoscale
160
- */
161
- capacity?: AutoscaleCapacity;
162
- /**
163
- * Parameters for schedule-based autoscale
164
- */
165
- recurrence?: AutoscaleRecurrence;
166
- }
167
- /**
168
- * The autoscale configuration update parameter.
169
- */
170
- export interface AutoscaleConfigurationUpdateParameter {
171
- /**
172
- * The autoscale configuration.
173
- */
174
- autoscale?: Autoscale;
175
- }
176
- /**
177
- * The hardware profile.
178
- */
179
- export interface HardwareProfile {
180
- /**
181
- * The size of the VM
182
- */
183
- vmSize?: string;
184
- }
185
- /**
186
- * The virtual network properties.
187
- */
188
- export interface VirtualNetworkProfile {
189
- /**
190
- * The ID of the virtual network.
191
- */
192
- id?: string;
193
- /**
194
- * The name of the subnet.
195
- */
196
- subnet?: string;
197
- }
198
- /**
199
- * The data disks groups for the role.
200
- */
201
- export interface DataDisksGroups {
202
- /**
203
- * The number of disks per node.
204
- */
205
- disksPerNode?: number;
206
- /**
207
- * ReadOnly. The storage account type. Do not set this value.
208
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
209
- */
210
- readonly storageAccountType?: string;
211
- /**
212
- * ReadOnly. The DiskSize in GB. Do not set this value.
213
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
214
- */
215
- readonly diskSizeGB?: number;
216
- }
217
- /**
218
- * The SSH public key for the cluster nodes.
219
- */
220
- export interface SshPublicKey {
221
- /**
222
- * The certificate for SSH.
223
- */
224
- certificateData?: string;
225
- }
226
- /**
227
- * The list of SSH public keys.
228
- */
229
- export interface SshProfile {
230
- /**
231
- * The list of SSH public keys.
232
- */
233
- publicKeys?: SshPublicKey[];
234
- }
235
- /**
236
- * The ssh username, password, and ssh public key.
237
- */
238
- export interface LinuxOperatingSystemProfile {
239
- /**
240
- * The username.
241
- */
242
- username?: string;
243
- /**
244
- * The password.
245
- */
246
- password?: string;
247
- /**
248
- * The SSH profile.
249
- */
250
- sshProfile?: SshProfile;
251
- }
252
- /**
253
- * The Linux operation systems profile.
254
- */
255
- export interface OsProfile {
256
- /**
257
- * The Linux OS profile.
258
- */
259
- linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;
260
- }
261
- /**
262
- * Describes a script action on role on the cluster.
263
- */
264
- export interface ScriptAction {
265
- /**
266
- * The name of the script action.
267
- */
268
- name: string;
269
- /**
270
- * The URI to the script.
271
- */
272
- uri: string;
273
- /**
274
- * The parameters for the script provided.
275
- */
276
- parameters: string;
277
- }
278
- /**
279
- * Describes a role on the cluster.
280
- */
281
- export interface Role {
282
- /**
283
- * The name of the role.
284
- */
285
- name?: string;
286
- /**
287
- * The minimum instance count of the cluster.
288
- */
289
- minInstanceCount?: number;
290
- /**
291
- * The instance count of the cluster.
292
- */
293
- targetInstanceCount?: number;
294
- /**
295
- * The name of the virtual machine group.
296
- */
297
- vMGroupName?: string;
298
- /**
299
- * The autoscale configurations.
300
- */
301
- autoscaleConfiguration?: Autoscale;
302
- /**
303
- * The hardware profile.
304
- */
305
- hardwareProfile?: HardwareProfile;
306
- /**
307
- * The operating system profile.
308
- */
309
- osProfile?: OsProfile;
310
- /**
311
- * The virtual network profile.
312
- */
313
- virtualNetworkProfile?: VirtualNetworkProfile;
314
- /**
315
- * The data disks groups for the role.
316
- */
317
- dataDisksGroups?: DataDisksGroups[];
318
- /**
319
- * The list of script actions on the role.
320
- */
321
- scriptActions?: ScriptAction[];
322
- /**
323
- * Indicates whether encrypt the data disks. Default value: false.
324
- */
325
- encryptDataDisks?: boolean;
326
- }
327
- /**
328
- * Describes the compute profile.
329
- */
330
- export interface ComputeProfile {
331
- /**
332
- * The list of roles in the cluster.
333
- */
334
- roles?: Role[];
335
- }
336
- /**
337
- * The storage Account.
338
- */
339
- export interface StorageAccount {
340
- /**
341
- * The name of the storage account.
342
- */
343
- name?: string;
344
- /**
345
- * Whether or not the storage account is the default storage account.
346
- */
347
- isDefault?: boolean;
348
- /**
349
- * The container in the storage account, only to be specified for WASB storage accounts.
350
- */
351
- container?: string;
352
- /**
353
- * The filesystem, only to be specified for Azure Data Lake Storage Gen 2.
354
- */
355
- fileSystem?: string;
356
- /**
357
- * The storage account access key.
358
- */
359
- key?: string;
360
- /**
361
- * The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2.
362
- */
363
- resourceId?: string;
364
- /**
365
- * The managed identity (MSI) that is allowed to access the storage account, only to be specified
366
- * for Azure Data Lake Storage Gen 2.
367
- */
368
- msiResourceId?: string;
369
- /**
370
- * The shared access signature key.
371
- */
372
- saskey?: string;
373
- /**
374
- * The file share name.
375
- */
376
- fileshare?: string;
377
- }
378
- /**
379
- * The storage profile.
380
- */
381
- export interface StorageProfile {
382
- /**
383
- * The list of storage accounts in the cluster.
384
- */
385
- storageaccounts?: StorageAccount[];
386
- }
387
- /**
388
- * The configuration that services will be excluded when creating cluster.
389
- */
390
- export interface ExcludedServicesConfig {
391
- /**
392
- * The config id of excluded services.
393
- */
394
- excludedServicesConfigId?: string;
395
- /**
396
- * The list of excluded services.
397
- */
398
- excludedServicesList?: string;
399
- }
400
- /**
401
- * The network properties.
402
- */
403
- export interface NetworkProperties {
404
- /**
405
- * The direction for the resource provider connection. Possible values include: 'Inbound',
406
- * 'Outbound'
407
- */
408
- resourceProviderConnection?: ResourceProviderConnection;
409
- /**
410
- * Indicates whether or not private link is enabled. Possible values include: 'Disabled',
411
- * 'Enabled'
412
- */
413
- privateLink?: PrivateLink;
414
- }
415
- /**
416
- * The compute isolation properties.
417
- */
418
- export interface ComputeIsolationProperties {
419
- /**
420
- * The flag indicates whether enable compute isolation or not. Default value: false.
421
- */
422
- enableComputeIsolation?: boolean;
423
- /**
424
- * The host sku.
425
- */
426
- hostSku?: string;
427
- }
428
- /**
429
- * The disk encryption properties
430
- */
431
- export interface DiskEncryptionProperties {
432
- /**
433
- * Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net
434
- */
435
- vaultUri?: string;
436
- /**
437
- * Key name that is used for enabling disk encryption.
438
- */
439
- keyName?: string;
440
- /**
441
- * Specific key version that is used for enabling disk encryption.
442
- */
443
- keyVersion?: string;
444
- /**
445
- * Algorithm identifier for encryption, default RSA-OAEP. Possible values include: 'RSA-OAEP',
446
- * 'RSA-OAEP-256', 'RSA1_5'
447
- */
448
- encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;
449
- /**
450
- * Resource ID of Managed Identity that is used to access the key vault.
451
- */
452
- msiResourceId?: string;
453
- /**
454
- * Indicates whether or not resource disk encryption is enabled. Default value: false.
455
- */
456
- encryptionAtHost?: boolean;
457
- }
458
- /**
459
- * The encryption-in-transit properties.
460
- */
461
- export interface EncryptionInTransitProperties {
462
- /**
463
- * Indicates whether or not inter cluster node communication is encrypted in transit. Default
464
- * value: false.
465
- */
466
- isEncryptionInTransitEnabled?: boolean;
467
- }
468
- /**
469
- * The azure resource id.
470
- */
471
- export interface ResourceId {
472
- /**
473
- * The azure resource id.
474
- */
475
- id?: string;
476
- }
477
- /**
478
- * The ip configurations for the private link service.
479
- */
480
- export interface IPConfiguration {
481
- /**
482
- * The private link IP configuration id.
483
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
484
- */
485
- readonly id?: string;
486
- /**
487
- * The name of private link IP configuration.
488
- */
489
- name: string;
490
- /**
491
- * The type of the private link IP configuration.
492
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
493
- */
494
- readonly type?: string;
495
- /**
496
- * The private link configuration provisioning state, which only appears in the response.
497
- * Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
498
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
499
- */
500
- readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
501
- /**
502
- * Indicates whether this IP configuration is primary for the corresponding NIC.
503
- */
504
- primary?: boolean;
505
- /**
506
- * The IP address.
507
- */
508
- privateIPAddress?: string;
509
- /**
510
- * The method that private IP address is allocated. Possible values include: 'dynamic', 'static'
511
- */
512
- privateIPAllocationMethod?: PrivateIPAllocationMethod;
513
- /**
514
- * The subnet resource id.
515
- */
516
- subnet?: ResourceId;
517
- }
518
- /**
519
- * The private link configuration.
520
- */
521
- export interface PrivateLinkConfiguration {
522
- /**
523
- * The private link configuration id.
524
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
525
- */
526
- readonly id?: string;
527
- /**
528
- * The name of private link configuration.
529
- */
530
- name: string;
531
- /**
532
- * The type of the private link configuration.
533
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
534
- */
535
- readonly type?: string;
536
- /**
537
- * The HDInsight private linkable sub-resource name to apply the private link configuration to.
538
- * For example, 'headnode', 'gateway', 'edgenode'.
539
- */
540
- groupId: string;
541
- /**
542
- * The private link configuration provisioning state, which only appears in the response.
543
- * Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
544
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
545
- */
546
- readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
547
- /**
548
- * The IP configurations for the private link service.
549
- */
550
- ipConfigurations: IPConfiguration[];
551
- }
552
- /**
553
- * The cluster create parameters.
554
- */
555
- export interface ClusterCreateProperties {
556
- /**
557
- * The version of the cluster.
558
- */
559
- clusterVersion?: string;
560
- /**
561
- * The type of operating system. Possible values include: 'Windows', 'Linux'
562
- */
563
- osType?: OSType;
564
- /**
565
- * The cluster tier. Possible values include: 'Standard', 'Premium'. Default value: 'Standard'.
566
- */
567
- tier?: Tier;
568
- /**
569
- * The cluster definition.
570
- */
571
- clusterDefinition?: ClusterDefinition;
572
- /**
573
- * The cluster kafka rest proxy configuration.
574
- */
575
- kafkaRestProperties?: KafkaRestProperties;
576
- /**
577
- * The security profile.
578
- */
579
- securityProfile?: SecurityProfile;
580
- /**
581
- * The compute profile.
582
- */
583
- computeProfile?: ComputeProfile;
584
- /**
585
- * The storage profile.
586
- */
587
- storageProfile?: StorageProfile;
588
- /**
589
- * The disk encryption properties.
590
- */
591
- diskEncryptionProperties?: DiskEncryptionProperties;
592
- /**
593
- * The encryption-in-transit properties.
594
- */
595
- encryptionInTransitProperties?: EncryptionInTransitProperties;
596
- /**
597
- * The minimal supported tls version.
598
- */
599
- minSupportedTlsVersion?: string;
600
- /**
601
- * The network properties.
602
- */
603
- networkProperties?: NetworkProperties;
604
- /**
605
- * The compute isolation properties.
606
- */
607
- computeIsolationProperties?: ComputeIsolationProperties;
608
- /**
609
- * The private link configurations.
610
- */
611
- privateLinkConfigurations?: PrivateLinkConfiguration[];
612
- }
613
- /**
614
- * The User Assigned Identity
615
- */
616
- export interface UserAssignedIdentity {
617
- /**
618
- * The principal id of user assigned identity.
619
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
620
- */
621
- readonly principalId?: string;
622
- /**
623
- * The client id of user assigned identity.
624
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
625
- */
626
- readonly clientId?: string;
627
- /**
628
- * The tenant id of user assigned identity.
629
- */
630
- tenantId?: string;
631
- }
632
- /**
633
- * Identity for the cluster.
634
- */
635
- export interface ClusterIdentity {
636
- /**
637
- * The principal id of cluster identity. This property will only be provided for a system
638
- * assigned identity.
639
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
640
- */
641
- readonly principalId?: string;
642
- /**
643
- * The tenant id associated with the cluster. This property will only be provided for a system
644
- * assigned identity.
645
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
646
- */
647
- readonly tenantId?: string;
648
- /**
649
- * The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes
650
- * both an implicitly created identity and a set of user assigned identities. Possible values
651
- * include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None'
652
- */
653
- type?: ResourceIdentityType;
654
- /**
655
- * The list of user identities associated with the cluster. The user identity dictionary key
656
- * references will be ARM resource ids in the form:
657
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
658
- */
659
- userAssignedIdentities?: {
660
- [propertyName: string]: UserAssignedIdentity;
661
- };
662
- }
663
- /**
664
- * The CreateCluster request parameters.
665
- */
666
- export interface ClusterCreateParametersExtended {
667
- /**
668
- * The location of the cluster.
669
- */
670
- location?: string;
671
- /**
672
- * The resource tags.
673
- */
674
- tags?: {
675
- [propertyName: string]: string;
676
- };
677
- /**
678
- * The availability zones.
679
- */
680
- zones?: string[];
681
- /**
682
- * The cluster create parameters.
683
- */
684
- properties?: ClusterCreateProperties;
685
- /**
686
- * The identity of the cluster, if configured.
687
- */
688
- identity?: ClusterIdentity;
689
- }
690
- /**
691
- * The PatchCluster request parameters
692
- */
693
- export interface ClusterPatchParameters {
694
- /**
695
- * The resource tags.
696
- */
697
- tags?: {
698
- [propertyName: string]: string;
699
- };
700
- }
701
- /**
702
- * The quota properties for the cluster.
703
- */
704
- export interface QuotaInfo {
705
- /**
706
- * The cores used by the cluster.
707
- */
708
- coresUsed?: number;
709
- }
710
- /**
711
- * The error message associated with the cluster creation.
712
- */
713
- export interface Errors {
714
- /**
715
- * The error code.
716
- */
717
- code?: string;
718
- /**
719
- * The error message.
720
- */
721
- message?: string;
722
- }
723
- /**
724
- * The connectivity properties
725
- */
726
- export interface ConnectivityEndpoint {
727
- /**
728
- * The name of the endpoint.
729
- */
730
- name?: string;
731
- /**
732
- * The protocol of the endpoint.
733
- */
734
- protocol?: string;
735
- /**
736
- * The location of the endpoint.
737
- */
738
- location?: string;
739
- /**
740
- * The port to connect to.
741
- */
742
- port?: number;
743
- /**
744
- * The private ip address of the endpoint.
745
- */
746
- privateIPAddress?: string;
747
- }
748
- /**
749
- * The private endpoint.
750
- */
751
- export interface PrivateEndpoint {
752
- /**
753
- * The private endpoint id.
754
- */
755
- id?: string;
756
- }
757
- /**
758
- * The private link service connection state.
759
- */
760
- export interface PrivateLinkServiceConnectionState {
761
- /**
762
- * The concrete private link service connection. Possible values include: 'Approved', 'Rejected',
763
- * 'Pending', 'Removed'
764
- */
765
- status: PrivateLinkServiceConnectionStatus;
766
- /**
767
- * The optional description of the status.
768
- */
769
- description?: string;
770
- /**
771
- * Whether there is further actions.
772
- */
773
- actionsRequired?: string;
774
- }
775
- /**
776
- * Metadata pertaining to creation and last modification of the resource.
777
- */
778
- export interface SystemData {
779
- /**
780
- * The identity that created the resource.
781
- */
782
- createdBy?: string;
783
- /**
784
- * The type of identity that created the resource. Possible values include: 'User',
785
- * 'Application', 'ManagedIdentity', 'Key'
786
- */
787
- createdByType?: CreatedByType;
788
- /**
789
- * The timestamp of resource creation (UTC).
790
- */
791
- createdAt?: Date;
792
- /**
793
- * The identity that last modified the resource.
794
- */
795
- lastModifiedBy?: string;
796
- /**
797
- * The type of identity that last modified the resource. Possible values include: 'User',
798
- * 'Application', 'ManagedIdentity', 'Key'
799
- */
800
- lastModifiedByType?: CreatedByType;
801
- /**
802
- * The timestamp of resource last modification (UTC)
803
- */
804
- lastModifiedAt?: Date;
805
- }
806
- /**
807
- * Common fields that are returned in the response for all Azure Resource Manager resources
808
- * @summary Resource
809
- */
810
- export interface Resource extends BaseResource {
811
- /**
812
- * Fully qualified resource ID for the resource. Ex -
813
- * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
814
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
815
- */
816
- readonly id?: string;
817
- /**
818
- * The name of the resource
819
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
820
- */
821
- readonly name?: string;
822
- /**
823
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
824
- * "Microsoft.Storage/storageAccounts"
825
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
826
- */
827
- readonly type?: string;
828
- }
829
- /**
830
- * The private endpoint connection.
831
- */
832
- export interface PrivateEndpointConnection extends Resource {
833
- /**
834
- * The private endpoint of the private endpoint connection
835
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
836
- */
837
- readonly privateEndpoint?: PrivateEndpoint;
838
- /**
839
- * The private link service connection state.
840
- */
841
- privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
842
- /**
843
- * The link identifier.
844
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
845
- */
846
- readonly linkIdentifier?: string;
847
- /**
848
- * The provisioning state, which only appears in the response. Possible values include:
849
- * 'InProgress', 'Updating', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
850
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
851
- */
852
- readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
853
- /**
854
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
855
- */
856
- readonly systemData?: SystemData;
857
- }
858
- /**
859
- * The properties of cluster.
860
- */
861
- export interface ClusterGetProperties {
862
- /**
863
- * The version of the cluster.
864
- */
865
- clusterVersion?: string;
866
- /**
867
- * The hdp version of the cluster.
868
- */
869
- clusterHdpVersion?: string;
870
- /**
871
- * The type of operating system. Possible values include: 'Windows', 'Linux'
872
- */
873
- osType?: OSType;
874
- /**
875
- * The cluster tier. Possible values include: 'Standard', 'Premium'
876
- */
877
- tier?: Tier;
878
- /**
879
- * The cluster id.
880
- */
881
- clusterId?: string;
882
- /**
883
- * The cluster definition.
884
- */
885
- clusterDefinition: ClusterDefinition;
886
- /**
887
- * The cluster kafka rest proxy configuration.
888
- */
889
- kafkaRestProperties?: KafkaRestProperties;
890
- /**
891
- * The security profile.
892
- */
893
- securityProfile?: SecurityProfile;
894
- /**
895
- * The compute profile.
896
- */
897
- computeProfile?: ComputeProfile;
898
- /**
899
- * The provisioning state, which only appears in the response. Possible values include:
900
- * 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
901
- */
902
- provisioningState?: HDInsightClusterProvisioningState;
903
- /**
904
- * The date on which the cluster was created.
905
- */
906
- createdDate?: string;
907
- /**
908
- * The state of the cluster.
909
- */
910
- clusterState?: string;
911
- /**
912
- * The quota information.
913
- */
914
- quotaInfo?: QuotaInfo;
915
- /**
916
- * The list of errors.
917
- */
918
- errors?: Errors[];
919
- /**
920
- * The list of connectivity endpoints.
921
- */
922
- connectivityEndpoints?: ConnectivityEndpoint[];
923
- /**
924
- * The disk encryption properties.
925
- */
926
- diskEncryptionProperties?: DiskEncryptionProperties;
927
- /**
928
- * The encryption-in-transit properties.
929
- */
930
- encryptionInTransitProperties?: EncryptionInTransitProperties;
931
- /**
932
- * The storage profile.
933
- */
934
- storageProfile?: StorageProfile;
935
- /**
936
- * The minimal supported tls version.
937
- */
938
- minSupportedTlsVersion?: string;
939
- /**
940
- * The excluded services config.
941
- */
942
- excludedServicesConfig?: ExcludedServicesConfig;
943
- /**
944
- * The network properties.
945
- */
946
- networkProperties?: NetworkProperties;
947
- /**
948
- * The compute isolation properties.
949
- */
950
- computeIsolationProperties?: ComputeIsolationProperties;
951
- /**
952
- * The private link configurations.
953
- */
954
- privateLinkConfigurations?: PrivateLinkConfiguration[];
955
- /**
956
- * The list of private endpoint connections.
957
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
958
- */
959
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
960
- }
961
- /**
962
- * The resource model definition for an Azure Resource Manager tracked top level resource which has
963
- * 'tags' and a 'location'
964
- * @summary Tracked Resource
965
- */
966
- export interface TrackedResource extends Resource {
967
- /**
968
- * Resource tags.
969
- */
970
- tags?: {
971
- [propertyName: string]: string;
972
- };
973
- /**
974
- * The geo-location where the resource lives
975
- */
976
- location: string;
977
- }
978
- /**
979
- * The HDInsight cluster.
980
- */
981
- export interface Cluster extends TrackedResource {
982
- /**
983
- * The ETag for the resource
984
- */
985
- etag?: string;
986
- /**
987
- * The availability zones.
988
- */
989
- zones?: string[];
990
- /**
991
- * The properties of the cluster.
992
- */
993
- properties?: ClusterGetProperties;
994
- /**
995
- * The identity of the cluster, if configured.
996
- */
997
- identity?: ClusterIdentity;
998
- /**
999
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1000
- */
1001
- readonly systemData?: SystemData;
1002
- }
1003
- /**
1004
- * Describes a script action on a running cluster.
1005
- */
1006
- export interface RuntimeScriptAction {
1007
- /**
1008
- * The name of the script action.
1009
- */
1010
- name: string;
1011
- /**
1012
- * The URI to the script.
1013
- */
1014
- uri: string;
1015
- /**
1016
- * The parameters for the script
1017
- */
1018
- parameters?: string;
1019
- /**
1020
- * The list of roles where script will be executed.
1021
- */
1022
- roles: string[];
1023
- /**
1024
- * The application name of the script action, if any.
1025
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1026
- */
1027
- readonly applicationName?: string;
1028
- }
1029
- /**
1030
- * The parameters for the script actions to execute on a running cluster.
1031
- */
1032
- export interface ExecuteScriptActionParameters {
1033
- /**
1034
- * The list of run time script actions.
1035
- */
1036
- scriptActions?: RuntimeScriptAction[];
1037
- /**
1038
- * Gets or sets if the scripts needs to be persisted.
1039
- */
1040
- persistOnSuccess: boolean;
1041
- }
1042
- /**
1043
- * The ListPersistedScriptActions operation response.
1044
- */
1045
- export interface ClusterListPersistedScriptActionsResult {
1046
- /**
1047
- * The list of Persisted Script Actions.
1048
- */
1049
- value?: RuntimeScriptAction[];
1050
- /**
1051
- * The link (url) to the next page of results.
1052
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1053
- */
1054
- readonly nextLink?: string;
1055
- }
1056
- /**
1057
- * The execution summary of a script action.
1058
- */
1059
- export interface ScriptActionExecutionSummary {
1060
- /**
1061
- * The status of script action execution.
1062
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1063
- */
1064
- readonly status?: string;
1065
- /**
1066
- * The instance count for a given script action execution status.
1067
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1068
- */
1069
- readonly instanceCount?: number;
1070
- }
1071
- /**
1072
- * The execution details of a script action.
1073
- */
1074
- export interface RuntimeScriptActionDetail extends RuntimeScriptAction {
1075
- /**
1076
- * The execution id of the script action.
1077
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1078
- */
1079
- readonly scriptExecutionId?: number;
1080
- /**
1081
- * The start time of script action execution.
1082
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1083
- */
1084
- readonly startTime?: string;
1085
- /**
1086
- * The end time of script action execution.
1087
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1088
- */
1089
- readonly endTime?: string;
1090
- /**
1091
- * The current execution status of the script action.
1092
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1093
- */
1094
- readonly status?: string;
1095
- /**
1096
- * The reason why the script action was executed.
1097
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1098
- */
1099
- readonly operation?: string;
1100
- /**
1101
- * The summary of script action execution result.
1102
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1103
- */
1104
- readonly executionSummary?: ScriptActionExecutionSummary[];
1105
- /**
1106
- * The script action execution debug information.
1107
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1108
- */
1109
- readonly debugInformation?: string;
1110
- }
1111
- /**
1112
- * The Resize Cluster request parameters.
1113
- */
1114
- export interface ClusterResizeParameters {
1115
- /**
1116
- * The target instance count for the operation.
1117
- */
1118
- targetInstanceCount?: number;
1119
- }
1120
- /**
1121
- * The Disk Encryption Cluster request parameters.
1122
- */
1123
- export interface ClusterDiskEncryptionParameters {
1124
- /**
1125
- * Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net
1126
- */
1127
- vaultUri?: string;
1128
- /**
1129
- * Key name that is used for enabling disk encryption.
1130
- */
1131
- keyName?: string;
1132
- /**
1133
- * Specific key version that is used for enabling disk encryption.
1134
- */
1135
- keyVersion?: string;
1136
- }
1137
- /**
1138
- * The update gateway settings request parameters.
1139
- */
1140
- export interface UpdateGatewaySettingsParameters {
1141
- /**
1142
- * Indicates whether or not the gateway settings based authorization is enabled. Default value:
1143
- * true.
1144
- */
1145
- isCredentialEnabled?: boolean;
1146
- /**
1147
- * The gateway settings user name.
1148
- */
1149
- userName?: string;
1150
- /**
1151
- * The gateway settings user password.
1152
- */
1153
- password?: string;
1154
- }
1155
- /**
1156
- * Gateway settings.
1157
- */
1158
- export interface GatewaySettings {
1159
- /**
1160
- * Indicates whether or not the gateway settings based authorization is enabled.
1161
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1162
- */
1163
- readonly isCredentialEnabled?: string;
1164
- /**
1165
- * The gateway settings user name.
1166
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1167
- */
1168
- readonly userName?: string;
1169
- /**
1170
- * The gateway settings user password.
1171
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1172
- */
1173
- readonly password?: string;
1174
- }
1175
- /**
1176
- * The azure async operation response.
1177
- */
1178
- export interface AsyncOperationResult {
1179
- /**
1180
- * The async operation state. Possible values include: 'InProgress', 'Succeeded', 'Failed'
1181
- */
1182
- status?: AsyncOperationState;
1183
- /**
1184
- * The operation error information.
1185
- */
1186
- error?: Errors;
1187
- }
1188
- /**
1189
- * The update cluster identity certificate request parameters.
1190
- */
1191
- export interface UpdateClusterIdentityCertificateParameters {
1192
- /**
1193
- * The application id.
1194
- */
1195
- applicationId?: string;
1196
- /**
1197
- * The certificate in base64 encoded format.
1198
- */
1199
- certificate?: string;
1200
- /**
1201
- * The password of the certificate.
1202
- */
1203
- certificatePassword?: string;
1204
- }
1205
- /**
1206
- * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
1207
- * and a location
1208
- * @summary Proxy Resource
1209
- */
1210
- export interface ProxyResource extends Resource {
1211
- }
1212
- /**
1213
- * Describes the format of Error response.
1214
- */
1215
- export interface ErrorResponse {
1216
- /**
1217
- * Error code
1218
- */
1219
- code?: string;
1220
- /**
1221
- * Error message indicating why the operation failed.
1222
- */
1223
- message?: string;
1224
- }
1225
- /**
1226
- * Gets the application HTTP endpoints.
1227
- */
1228
- export interface ApplicationGetHttpsEndpoint {
1229
- /**
1230
- * The list of access modes for the application.
1231
- */
1232
- accessModes?: string[];
1233
- /**
1234
- * The location of the endpoint.
1235
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1236
- */
1237
- readonly location?: string;
1238
- /**
1239
- * The destination port to connect to.
1240
- */
1241
- destinationPort?: number;
1242
- /**
1243
- * The public port to connect to.
1244
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1245
- */
1246
- readonly publicPort?: number;
1247
- /**
1248
- * The private ip address of the endpoint.
1249
- */
1250
- privateIPAddress?: string;
1251
- /**
1252
- * The subdomain suffix of the application.
1253
- */
1254
- subDomainSuffix?: string;
1255
- /**
1256
- * The value indicates whether to disable GatewayAuth.
1257
- */
1258
- disableGatewayAuth?: boolean;
1259
- }
1260
- /**
1261
- * Gets the application SSH endpoint
1262
- */
1263
- export interface ApplicationGetEndpoint {
1264
- /**
1265
- * The location of the endpoint.
1266
- */
1267
- location?: string;
1268
- /**
1269
- * The destination port to connect to.
1270
- */
1271
- destinationPort?: number;
1272
- /**
1273
- * The public port to connect to.
1274
- */
1275
- publicPort?: number;
1276
- /**
1277
- * The private ip address of the endpoint.
1278
- */
1279
- privateIPAddress?: string;
1280
- }
1281
- /**
1282
- * The HDInsight cluster application GET response.
1283
- */
1284
- export interface ApplicationProperties {
1285
- /**
1286
- * The list of roles in the cluster.
1287
- */
1288
- computeProfile?: ComputeProfile;
1289
- /**
1290
- * The list of install script actions.
1291
- */
1292
- installScriptActions?: RuntimeScriptAction[];
1293
- /**
1294
- * The list of uninstall script actions.
1295
- */
1296
- uninstallScriptActions?: RuntimeScriptAction[];
1297
- /**
1298
- * The list of application HTTPS endpoints.
1299
- */
1300
- httpsEndpoints?: ApplicationGetHttpsEndpoint[];
1301
- /**
1302
- * The list of application SSH endpoints.
1303
- */
1304
- sshEndpoints?: ApplicationGetEndpoint[];
1305
- /**
1306
- * The provisioning state of the application.
1307
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1308
- */
1309
- readonly provisioningState?: string;
1310
- /**
1311
- * The application type.
1312
- */
1313
- applicationType?: string;
1314
- /**
1315
- * The application state.
1316
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1317
- */
1318
- readonly applicationState?: string;
1319
- /**
1320
- * The list of errors.
1321
- */
1322
- errors?: Errors[];
1323
- /**
1324
- * The application create date time.
1325
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1326
- */
1327
- readonly createdDate?: string;
1328
- /**
1329
- * The marketplace identifier.
1330
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1331
- */
1332
- readonly marketplaceIdentifier?: string;
1333
- /**
1334
- * The private link configurations.
1335
- */
1336
- privateLinkConfigurations?: PrivateLinkConfiguration[];
1337
- }
1338
- /**
1339
- * The HDInsight cluster application
1340
- */
1341
- export interface Application extends ProxyResource {
1342
- /**
1343
- * The ETag for the application
1344
- */
1345
- etag?: string;
1346
- /**
1347
- * The tags for the application.
1348
- */
1349
- tags?: {
1350
- [propertyName: string]: string;
1351
- };
1352
- /**
1353
- * The properties of the application.
1354
- */
1355
- properties?: ApplicationProperties;
1356
- /**
1357
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1358
- */
1359
- readonly systemData?: SystemData;
1360
- }
1361
- /**
1362
- * The version properties.
1363
- */
1364
- export interface VersionSpec {
1365
- /**
1366
- * The friendly name
1367
- */
1368
- friendlyName?: string;
1369
- /**
1370
- * The display name
1371
- */
1372
- displayName?: string;
1373
- /**
1374
- * Whether or not the version is the default version.
1375
- */
1376
- isDefault?: boolean;
1377
- /**
1378
- * The component version property.
1379
- */
1380
- componentVersions?: {
1381
- [propertyName: string]: string;
1382
- };
1383
- }
1384
- /**
1385
- * The version capability.
1386
- */
1387
- export interface VersionsCapability {
1388
- /**
1389
- * The list of version capabilities.
1390
- */
1391
- available?: VersionSpec[];
1392
- }
1393
- /**
1394
- * The regions capability.
1395
- */
1396
- export interface RegionsCapability {
1397
- /**
1398
- * The list of region capabilities.
1399
- */
1400
- available?: string[];
1401
- }
1402
- /**
1403
- * The regional quota capacity.
1404
- */
1405
- export interface RegionalQuotaCapability {
1406
- /**
1407
- * The region name.
1408
- */
1409
- regionName?: string;
1410
- /**
1411
- * The number of cores used in the region.
1412
- */
1413
- coresUsed?: number;
1414
- /**
1415
- * The number of cores available in the region.
1416
- */
1417
- coresAvailable?: number;
1418
- }
1419
- /**
1420
- * The regional quota capability.
1421
- */
1422
- export interface QuotaCapability {
1423
- /**
1424
- * The number of cores used in the subscription.
1425
- */
1426
- coresUsed?: number;
1427
- /**
1428
- * The number of cores that the subscription allowed.
1429
- */
1430
- maxCoresAllowed?: number;
1431
- /**
1432
- * The list of region quota capabilities.
1433
- */
1434
- regionalQuotas?: RegionalQuotaCapability[];
1435
- }
1436
- /**
1437
- * The Get Capabilities operation response.
1438
- */
1439
- export interface CapabilitiesResult {
1440
- /**
1441
- * The version capability.
1442
- */
1443
- versions?: {
1444
- [propertyName: string]: VersionsCapability;
1445
- };
1446
- /**
1447
- * The virtual machine size compatibility features.
1448
- */
1449
- regions?: {
1450
- [propertyName: string]: RegionsCapability;
1451
- };
1452
- /**
1453
- * The capability features.
1454
- */
1455
- features?: string[];
1456
- /**
1457
- * The quota capability.
1458
- */
1459
- quota?: QuotaCapability;
1460
- }
1461
- /**
1462
- * The details about the localizable name of a type of usage.
1463
- */
1464
- export interface LocalizedName {
1465
- /**
1466
- * The name of the used resource.
1467
- */
1468
- value?: string;
1469
- /**
1470
- * The localized name of the used resource.
1471
- */
1472
- localizedValue?: string;
1473
- }
1474
- /**
1475
- * The details about the usage of a particular limited resource.
1476
- */
1477
- export interface Usage {
1478
- /**
1479
- * The type of measurement for usage.
1480
- */
1481
- unit?: string;
1482
- /**
1483
- * The current usage.
1484
- */
1485
- currentValue?: number;
1486
- /**
1487
- * The maximum allowed usage.
1488
- */
1489
- limit?: number;
1490
- /**
1491
- * The details about the localizable name of the used resource.
1492
- */
1493
- name?: LocalizedName;
1494
- }
1495
- /**
1496
- * The response for the operation to get regional usages for a subscription.
1497
- */
1498
- export interface UsagesListResult {
1499
- /**
1500
- * The list of usages.
1501
- */
1502
- value?: Usage[];
1503
- }
1504
- /**
1505
- * This class represent a single filter object that defines a multidimensional set. The dimensions
1506
- * of this set are Regions, ClusterFlavors, NodeTypes and ClusterVersions. The constraint should be
1507
- * defined based on the following: FilterMode (Exclude vs Include), VMSizes (the vm sizes in affect
1508
- * of exclusion/inclusion) and the ordering of the Filters. Later filters override previous
1509
- * settings if conflicted.
1510
- */
1511
- export interface VmSizeCompatibilityFilterV2 {
1512
- /**
1513
- * The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular
1514
- * set. Possible values include: 'Exclude', 'Include', 'Recommend', 'Default'
1515
- */
1516
- filterMode?: FilterMode;
1517
- /**
1518
- * The list of regions under the effect of the filter.
1519
- */
1520
- regions?: string[];
1521
- /**
1522
- * The list of cluster flavors under the effect of the filter.
1523
- */
1524
- clusterFlavors?: string[];
1525
- /**
1526
- * The list of node types affected by the filter.
1527
- */
1528
- nodeTypes?: string[];
1529
- /**
1530
- * The list of cluster versions affected in Major.Minor format.
1531
- */
1532
- clusterVersions?: string[];
1533
- /**
1534
- * The OSType affected, Windows or Linux.
1535
- */
1536
- osType?: OSType[];
1537
- /**
1538
- * The list of virtual machine sizes to include or exclude.
1539
- */
1540
- vmSizes?: string[];
1541
- /**
1542
- * Whether apply for ESP cluster. 'true' means only for ESP, 'false' means only for non-ESP, null
1543
- * or empty string or others mean for both.
1544
- */
1545
- espApplied?: string;
1546
- /**
1547
- * Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false'
1548
- * means only for regular cluster.
1549
- */
1550
- computeIsolationSupported?: string;
1551
- }
1552
- /**
1553
- * The vm size property
1554
- */
1555
- export interface VmSizeProperty {
1556
- /**
1557
- * The vm size name.
1558
- */
1559
- name?: string;
1560
- /**
1561
- * The number of cores that the vm size has.
1562
- */
1563
- cores?: number;
1564
- /**
1565
- * The data disk storage tier of the vm size.
1566
- */
1567
- dataDiskStorageTier?: string;
1568
- /**
1569
- * The label of the vm size.
1570
- */
1571
- label?: string;
1572
- /**
1573
- * The max data disk count of the vm size.
1574
- */
1575
- maxDataDiskCount?: number;
1576
- /**
1577
- * The memory whose unit is MB of the vm size.
1578
- */
1579
- memoryInMb?: number;
1580
- /**
1581
- * This indicates this vm size is supported by virtual machines or not
1582
- */
1583
- supportedByVirtualMachines?: boolean;
1584
- /**
1585
- * The indicates this vm size is supported by web worker roles or not
1586
- */
1587
- supportedByWebWorkerRoles?: boolean;
1588
- /**
1589
- * The virtual machine resource disk size whose unit is MB of the vm size.
1590
- */
1591
- virtualMachineResourceDiskSizeInMb?: number;
1592
- /**
1593
- * The web worker resource disk size whose unit is MB of the vm size.
1594
- */
1595
- webWorkerResourceDiskSizeInMb?: number;
1596
- }
1597
- /**
1598
- * The billing meters.
1599
- */
1600
- export interface BillingMeters {
1601
- /**
1602
- * The virtual machine sizes.
1603
- */
1604
- meterParameter?: string;
1605
- /**
1606
- * The HDInsight meter guid.
1607
- */
1608
- meter?: string;
1609
- /**
1610
- * The unit of meter, VMHours or CoreHours.
1611
- */
1612
- unit?: string;
1613
- }
1614
- /**
1615
- * The disk billing meters.
1616
- */
1617
- export interface DiskBillingMeters {
1618
- /**
1619
- * The managed disk meter guid.
1620
- */
1621
- diskRpMeter?: string;
1622
- /**
1623
- * The managed disk billing sku, P30 or S30.
1624
- */
1625
- sku?: string;
1626
- /**
1627
- * The managed disk billing tier, Standard or Premium. Possible values include: 'Standard',
1628
- * 'Premium'
1629
- */
1630
- tier?: Tier;
1631
- }
1632
- /**
1633
- * The billing resources.
1634
- */
1635
- export interface BillingResources {
1636
- /**
1637
- * The region or location.
1638
- */
1639
- region?: string;
1640
- /**
1641
- * The billing meter information.
1642
- */
1643
- billingMeters?: BillingMeters[];
1644
- /**
1645
- * The managed disk billing information.
1646
- */
1647
- diskBillingMeters?: DiskBillingMeters[];
1648
- }
1649
- /**
1650
- * The response for the operation to get regional billingSpecs for a subscription.
1651
- */
1652
- export interface BillingResponseListResult {
1653
- /**
1654
- * The virtual machine sizes to include or exclude.
1655
- */
1656
- vmSizes?: string[];
1657
- /**
1658
- * The vm sizes which enable encryption at host.
1659
- */
1660
- vmSizesWithEncryptionAtHost?: string[];
1661
- /**
1662
- * The virtual machine filtering mode. Effectively this can enabling or disabling the virtual
1663
- * machine sizes in a particular set.
1664
- */
1665
- vmSizeFilters?: VmSizeCompatibilityFilterV2[];
1666
- /**
1667
- * The vm size properties.
1668
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1669
- */
1670
- readonly vmSizeProperties?: VmSizeProperty[];
1671
- /**
1672
- * The billing and managed disk billing resources for a region.
1673
- */
1674
- billingResources?: BillingResources[];
1675
- }
1676
- /**
1677
- * The request spec of checking name availability.
1678
- */
1679
- export interface NameAvailabilityCheckRequestParameters {
1680
- /**
1681
- * The resource name.
1682
- */
1683
- name?: string;
1684
- /**
1685
- * The resource type
1686
- */
1687
- type?: string;
1688
- }
1689
- /**
1690
- * The response spec of checking name availability.
1691
- */
1692
- export interface NameAvailabilityCheckResult {
1693
- /**
1694
- * This indicates whether the name is available.
1695
- */
1696
- nameAvailable?: boolean;
1697
- /**
1698
- * The reason of the result.
1699
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1700
- */
1701
- readonly reason?: string;
1702
- /**
1703
- * The related message.
1704
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1705
- */
1706
- readonly message?: string;
1707
- }
1708
- /**
1709
- * The cluster create request specification.
1710
- */
1711
- export interface ClusterCreateRequestValidationParameters extends ClusterCreateParametersExtended {
1712
- /**
1713
- * The cluster name.
1714
- */
1715
- name?: string;
1716
- /**
1717
- * The resource type.
1718
- */
1719
- type?: string;
1720
- /**
1721
- * The tenant id.
1722
- */
1723
- tenantId?: string;
1724
- /**
1725
- * This indicates whether fetch Aadds resource or not.
1726
- */
1727
- fetchAaddsResource?: boolean;
1728
- }
1729
- /**
1730
- * The validation error information.
1731
- */
1732
- export interface ValidationErrorInfo {
1733
- /**
1734
- * The error code.
1735
- */
1736
- code?: string;
1737
- /**
1738
- * The error message.
1739
- */
1740
- message?: string;
1741
- /**
1742
- * The error resource.
1743
- */
1744
- errorResource?: string;
1745
- /**
1746
- * The message arguments
1747
- */
1748
- messageArguments?: string[];
1749
- }
1750
- /**
1751
- * The Azure active directory domain service resource details.
1752
- */
1753
- export interface AaddsResourceDetails {
1754
- /**
1755
- * The Azure active directory domain service name.
1756
- */
1757
- domainName?: string;
1758
- /**
1759
- * This indicates whether initial sync complete or not.
1760
- */
1761
- initialSyncComplete?: boolean;
1762
- /**
1763
- * This indicates whether enable ldaps or not.
1764
- */
1765
- ldapsEnabled?: boolean;
1766
- /**
1767
- * The base 64 format string of public ldap certificate.
1768
- */
1769
- ldapsPublicCertificateInBase64?: string;
1770
- /**
1771
- * The resource id of azure active directory domain service.
1772
- */
1773
- resourceId?: string;
1774
- /**
1775
- * The subnet resource id.
1776
- */
1777
- subnetId?: string;
1778
- /**
1779
- * The tenant id of azure active directory domain service .
1780
- */
1781
- tenantId?: string;
1782
- }
1783
- /**
1784
- * The response of cluster create request validation.
1785
- */
1786
- export interface ClusterCreateValidationResult {
1787
- /**
1788
- * The validation errors.
1789
- */
1790
- validationErrors?: ValidationErrorInfo[];
1791
- /**
1792
- * The validation warnings.
1793
- */
1794
- validationWarnings?: ValidationErrorInfo[];
1795
- /**
1796
- * The estimated creation duration.
1797
- */
1798
- estimatedCreationDuration?: string;
1799
- /**
1800
- * The Azure active directory domain service resource details.
1801
- */
1802
- aaddsResourcesDetails?: AaddsResourceDetails[];
1803
- }
1804
- /**
1805
- * The configuration object for the specified cluster.
1806
- */
1807
- export interface ClusterConfigurations {
1808
- /**
1809
- * The configuration object for the specified configuration for the specified cluster.
1810
- */
1811
- configurations?: {
1812
- [propertyName: string]: {
1813
- [propertyName: string]: string;
1814
- };
1815
- };
1816
- }
1817
- /**
1818
- * Cluster monitoring extensions.
1819
- */
1820
- export interface Extension {
1821
- /**
1822
- * The workspace ID for the cluster monitoring extension.
1823
- */
1824
- workspaceId?: string;
1825
- /**
1826
- * The certificate for the cluster monitoring extensions.
1827
- */
1828
- primaryKey?: string;
1829
- }
1830
- /**
1831
- * The cluster monitoring status response.
1832
- */
1833
- export interface ClusterMonitoringResponse {
1834
- /**
1835
- * The status of the monitor on the HDInsight cluster.
1836
- */
1837
- clusterMonitoringEnabled?: boolean;
1838
- /**
1839
- * The workspace ID of the monitor on the HDInsight cluster.
1840
- */
1841
- workspaceId?: string;
1842
- }
1843
- /**
1844
- * The cluster monitor parameters.
1845
- */
1846
- export interface ClusterMonitoringRequest {
1847
- /**
1848
- * The cluster monitor workspace ID.
1849
- */
1850
- workspaceId?: string;
1851
- /**
1852
- * The cluster monitor workspace key.
1853
- */
1854
- primaryKey?: string;
1855
- }
1856
- /**
1857
- * The table configuration for the Log Analytics integration.
1858
- */
1859
- export interface AzureMonitorTableConfiguration {
1860
- /**
1861
- * The name.
1862
- */
1863
- name?: string;
1864
- }
1865
- /**
1866
- * The selected configurations for azure monitor.
1867
- */
1868
- export interface AzureMonitorSelectedConfigurations {
1869
- /**
1870
- * The configuration version.
1871
- */
1872
- configurationVersion?: string;
1873
- /**
1874
- * The global configurations of selected configurations.
1875
- */
1876
- globalConfigurations?: {
1877
- [propertyName: string]: string;
1878
- };
1879
- /**
1880
- * The table list.
1881
- */
1882
- tableList?: AzureMonitorTableConfiguration[];
1883
- }
1884
- /**
1885
- * The azure monitor parameters.
1886
- */
1887
- export interface AzureMonitorRequest {
1888
- /**
1889
- * The Log Analytics workspace ID.
1890
- */
1891
- workspaceId?: string;
1892
- /**
1893
- * The Log Analytics workspace key.
1894
- */
1895
- primaryKey?: string;
1896
- /**
1897
- * The selected configurations.
1898
- */
1899
- selectedConfigurations?: AzureMonitorSelectedConfigurations;
1900
- }
1901
- /**
1902
- * The azure monitor status response.
1903
- */
1904
- export interface AzureMonitorResponse {
1905
- /**
1906
- * The status of the monitor on the HDInsight cluster.
1907
- */
1908
- clusterMonitoringEnabled?: boolean;
1909
- /**
1910
- * The workspace ID of the monitor on the HDInsight cluster.
1911
- */
1912
- workspaceId?: string;
1913
- /**
1914
- * The selected configurations.
1915
- */
1916
- selectedConfigurations?: AzureMonitorSelectedConfigurations;
1917
- }
1918
- /**
1919
- * The persisted script action for cluster.
1920
- */
1921
- export interface ScriptActionPersistedGetResponseSpec {
1922
- /**
1923
- * The name of script action.
1924
- */
1925
- name?: string;
1926
- /**
1927
- * The URI to the script.
1928
- */
1929
- uri?: string;
1930
- /**
1931
- * The parameters for the script provided.
1932
- */
1933
- parameters?: string;
1934
- /**
1935
- * The list of roles where script will be executed.
1936
- */
1937
- roles?: string[];
1938
- /**
1939
- * The application name for the script action.
1940
- */
1941
- applicationName?: string;
1942
- }
1943
- /**
1944
- * The object that represents the operation.
1945
- */
1946
- export interface OperationDisplay {
1947
- /**
1948
- * The service provider: Microsoft.HDInsight
1949
- */
1950
- provider?: string;
1951
- /**
1952
- * The resource on which the operation is performed: Cluster, Applications, etc.
1953
- */
1954
- resource?: string;
1955
- /**
1956
- * The operation type: read, write, delete, etc.
1957
- */
1958
- operation?: string;
1959
- /**
1960
- * Localized friendly description for the operation
1961
- */
1962
- description?: string;
1963
- }
1964
- /**
1965
- * The definition of Dimension.
1966
- */
1967
- export interface Dimension {
1968
- /**
1969
- * The name of the dimension.
1970
- */
1971
- name?: string;
1972
- /**
1973
- * The display name of the dimension.
1974
- */
1975
- displayName?: string;
1976
- /**
1977
- * The display name of the dimension.
1978
- */
1979
- internalName?: string;
1980
- /**
1981
- * The flag indicates whether the metric will be exported for shoebox or not.
1982
- */
1983
- toBeExportedForShoebox?: boolean;
1984
- }
1985
- /**
1986
- * The details of metric specifications.
1987
- */
1988
- export interface MetricSpecifications {
1989
- /**
1990
- * The name of the metric specification.
1991
- */
1992
- name?: string;
1993
- /**
1994
- * The display name of the metric specification.
1995
- */
1996
- displayName?: string;
1997
- /**
1998
- * The display description of the metric specification.
1999
- */
2000
- displayDescription?: string;
2001
- /**
2002
- * The unit of the metric specification.
2003
- */
2004
- unit?: string;
2005
- /**
2006
- * The aggregation type of the metric specification.
2007
- */
2008
- aggregationType?: string;
2009
- /**
2010
- * The supported aggregation types of the metric specification.
2011
- */
2012
- supportedAggregationTypes?: string[];
2013
- /**
2014
- * The supported time grain types of the metric specification.
2015
- */
2016
- supportedTimeGrainTypes?: string[];
2017
- /**
2018
- * The flag indicates whether enable regional mdm account or not.
2019
- */
2020
- enableRegionalMdmAccount?: boolean;
2021
- /**
2022
- * The source mdm account.
2023
- */
2024
- sourceMdmAccount?: string;
2025
- /**
2026
- * The source mdm namespace.
2027
- */
2028
- sourceMdmNamespace?: string;
2029
- /**
2030
- * The metric filter pattern.
2031
- */
2032
- metricFilterPattern?: string;
2033
- /**
2034
- * The flag indicates whether filling gap with zero.
2035
- */
2036
- fillGapWithZero?: boolean;
2037
- /**
2038
- * The category of the metric.
2039
- */
2040
- category?: string;
2041
- /**
2042
- * The override name of resource id dimension name.
2043
- */
2044
- resourceIdDimensionNameOverride?: string;
2045
- /**
2046
- * The flag indicates whether the metric is internal or not.
2047
- */
2048
- isInternal?: boolean;
2049
- /**
2050
- * The override name of delegate metric.
2051
- */
2052
- delegateMetricNameOverride?: string;
2053
- /**
2054
- * The dimensions of the metric specification.
2055
- */
2056
- dimensions?: Dimension[];
2057
- }
2058
- /**
2059
- * The specification of the service.
2060
- */
2061
- export interface ServiceSpecification {
2062
- /**
2063
- * The metric specifications.
2064
- */
2065
- metricSpecifications?: MetricSpecifications[];
2066
- }
2067
- /**
2068
- * The details of operation.
2069
- */
2070
- export interface OperationProperties {
2071
- /**
2072
- * The specification of the service.
2073
- */
2074
- serviceSpecification?: ServiceSpecification;
2075
- }
2076
- /**
2077
- * The HDInsight REST API operation.
2078
- */
2079
- export interface Operation {
2080
- /**
2081
- * The operation name: {provider}/{resource}/{operation}
2082
- */
2083
- name?: string;
2084
- /**
2085
- * The display of operation.
2086
- */
2087
- display?: OperationDisplay;
2088
- /**
2089
- * The operation properties.
2090
- */
2091
- properties?: OperationProperties;
2092
- }
2093
- /**
2094
- * The cluster host information.
2095
- */
2096
- export interface HostInfo {
2097
- /**
2098
- * The host name
2099
- */
2100
- name?: string;
2101
- /**
2102
- * The Fully Qualified Domain Name of host
2103
- */
2104
- fqdn?: string;
2105
- /**
2106
- * The effective disk encryption key URL used by the host
2107
- */
2108
- effectiveDiskEncryptionKeyUrl?: string;
2109
- }
2110
- /**
2111
- * A private link resource
2112
- */
2113
- export interface PrivateLinkResource extends Resource {
2114
- /**
2115
- * The private link resource group id.
2116
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2117
- */
2118
- readonly groupId?: string;
2119
- /**
2120
- * The private link resource required member names.
2121
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2122
- */
2123
- readonly requiredMembers?: string[];
2124
- /**
2125
- * The private link resource Private link DNS zone name.
2126
- */
2127
- requiredZoneNames?: string[];
2128
- /**
2129
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2130
- */
2131
- readonly systemData?: SystemData;
2132
- }
2133
- /**
2134
- * A list of private link resources
2135
- */
2136
- export interface PrivateLinkResourceListResult {
2137
- /**
2138
- * Array of private link resources
2139
- */
2140
- value?: PrivateLinkResource[];
2141
- }
2142
- /**
2143
- * The resource model definition for an Azure Resource Manager resource with an etag.
2144
- * @summary Entity Resource
2145
- */
2146
- export interface AzureEntityResource extends Resource {
2147
- /**
2148
- * Resource Etag.
2149
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2150
- */
2151
- readonly etag?: string;
2152
- }
2153
- /**
2154
- * An interface representing HDInsightManagementClientOptions.
2155
- */
2156
- export interface HDInsightManagementClientOptions extends AzureServiceClientOptions {
2157
- baseUri?: string;
2158
- }
2159
- /**
2160
- * @interface
2161
- * The List Cluster operation response.
2162
- * @extends Array<Cluster>
2163
- */
2164
- export interface ClusterListResult extends Array<Cluster> {
2165
- /**
2166
- * The link (url) to the next page of results.
2167
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2168
- */
2169
- readonly nextLink?: string;
2170
- }
2171
- /**
2172
- * @interface
2173
- * Result of the request to list cluster Applications. It contains a list of operations and a URL
2174
- * link to get the next set of results.
2175
- * @extends Array<Application>
2176
- */
2177
- export interface ApplicationListResult extends Array<Application> {
2178
- /**
2179
- * The URL to get the next set of operation list results if there are any.
2180
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2181
- */
2182
- readonly nextLink?: string;
2183
- }
2184
- /**
2185
- * @interface
2186
- * The persisted script action for the cluster.
2187
- * @extends Array<RuntimeScriptActionDetail>
2188
- */
2189
- export interface ScriptActionsList extends Array<RuntimeScriptActionDetail> {
2190
- /**
2191
- * The link (url) to the next page of results.
2192
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2193
- */
2194
- readonly nextLink?: string;
2195
- }
2196
- /**
2197
- * @interface
2198
- * The list script execution history response.
2199
- * @extends Array<RuntimeScriptActionDetail>
2200
- */
2201
- export interface ScriptActionExecutionHistoryList extends Array<RuntimeScriptActionDetail> {
2202
- /**
2203
- * The link (url) to the next page of results.
2204
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2205
- */
2206
- readonly nextLink?: string;
2207
- }
2208
- /**
2209
- * @interface
2210
- * Result of the request to list HDInsight operations. It contains a list of operations and a URL
2211
- * link to get the next set of results.
2212
- * @extends Array<Operation>
2213
- */
2214
- export interface OperationListResult extends Array<Operation> {
2215
- /**
2216
- * The URL to get the next set of operation list results if there are any.
2217
- */
2218
- nextLink?: string;
2219
- }
2220
- /**
2221
- * @interface
2222
- * The list private endpoint connections response.
2223
- * @extends Array<PrivateEndpointConnection>
2224
- */
2225
- export interface PrivateEndpointConnectionListResult extends Array<PrivateEndpointConnection> {
2226
- /**
2227
- * The link (url) to the next page of results.
2228
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
2229
- */
2230
- readonly nextLink?: string;
2231
- }
2232
- /**
2233
- * Defines values for DirectoryType.
2234
- * Possible values include: 'ActiveDirectory'
2235
- * @readonly
2236
- * @enum {string}
2237
- */
2238
- export declare type DirectoryType = 'ActiveDirectory';
2239
- /**
2240
- * Defines values for DaysOfWeek.
2241
- * Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday',
2242
- * 'Sunday'
2243
- * @readonly
2244
- * @enum {string}
2245
- */
2246
- export declare type DaysOfWeek = 'Monday' | 'Tuesday' | 'Wednesday' | 'Thursday' | 'Friday' | 'Saturday' | 'Sunday';
2247
- /**
2248
- * Defines values for ResourceProviderConnection.
2249
- * Possible values include: 'Inbound', 'Outbound'
2250
- * @readonly
2251
- * @enum {string}
2252
- */
2253
- export declare type ResourceProviderConnection = 'Inbound' | 'Outbound';
2254
- /**
2255
- * Defines values for PrivateLink.
2256
- * Possible values include: 'Disabled', 'Enabled'
2257
- * @readonly
2258
- * @enum {string}
2259
- */
2260
- export declare type PrivateLink = 'Disabled' | 'Enabled';
2261
- /**
2262
- * Defines values for OSType.
2263
- * Possible values include: 'Windows', 'Linux'
2264
- * @readonly
2265
- * @enum {string}
2266
- */
2267
- export declare type OSType = 'Windows' | 'Linux';
2268
- /**
2269
- * Defines values for Tier.
2270
- * Possible values include: 'Standard', 'Premium'
2271
- * @readonly
2272
- * @enum {string}
2273
- */
2274
- export declare type Tier = 'Standard' | 'Premium';
2275
- /**
2276
- * Defines values for JsonWebKeyEncryptionAlgorithm.
2277
- * Possible values include: 'RSA-OAEP', 'RSA-OAEP-256', 'RSA1_5'
2278
- * @readonly
2279
- * @enum {string}
2280
- */
2281
- export declare type JsonWebKeyEncryptionAlgorithm = 'RSA-OAEP' | 'RSA-OAEP-256' | 'RSA1_5';
2282
- /**
2283
- * Defines values for PrivateLinkConfigurationProvisioningState.
2284
- * Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
2285
- * @readonly
2286
- * @enum {string}
2287
- */
2288
- export declare type PrivateLinkConfigurationProvisioningState = 'InProgress' | 'Failed' | 'Succeeded' | 'Canceled' | 'Deleting';
2289
- /**
2290
- * Defines values for PrivateIPAllocationMethod.
2291
- * Possible values include: 'dynamic', 'static'
2292
- * @readonly
2293
- * @enum {string}
2294
- */
2295
- export declare type PrivateIPAllocationMethod = 'dynamic' | 'static';
2296
- /**
2297
- * Defines values for ResourceIdentityType.
2298
- * Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned',
2299
- * 'None'
2300
- * @readonly
2301
- * @enum {string}
2302
- */
2303
- export declare type ResourceIdentityType = 'SystemAssigned' | 'UserAssigned' | 'SystemAssigned, UserAssigned' | 'None';
2304
- /**
2305
- * Defines values for HDInsightClusterProvisioningState.
2306
- * Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
2307
- * @readonly
2308
- * @enum {string}
2309
- */
2310
- export declare type HDInsightClusterProvisioningState = 'InProgress' | 'Failed' | 'Succeeded' | 'Canceled' | 'Deleting';
2311
- /**
2312
- * Defines values for PrivateLinkServiceConnectionStatus.
2313
- * Possible values include: 'Approved', 'Rejected', 'Pending', 'Removed'
2314
- * @readonly
2315
- * @enum {string}
2316
- */
2317
- export declare type PrivateLinkServiceConnectionStatus = 'Approved' | 'Rejected' | 'Pending' | 'Removed';
2318
- /**
2319
- * Defines values for PrivateEndpointConnectionProvisioningState.
2320
- * Possible values include: 'InProgress', 'Updating', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
2321
- * @readonly
2322
- * @enum {string}
2323
- */
2324
- export declare type PrivateEndpointConnectionProvisioningState = 'InProgress' | 'Updating' | 'Failed' | 'Succeeded' | 'Canceled' | 'Deleting';
2325
- /**
2326
- * Defines values for CreatedByType.
2327
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
2328
- * @readonly
2329
- * @enum {string}
2330
- */
2331
- export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
2332
- /**
2333
- * Defines values for AsyncOperationState.
2334
- * Possible values include: 'InProgress', 'Succeeded', 'Failed'
2335
- * @readonly
2336
- * @enum {string}
2337
- */
2338
- export declare type AsyncOperationState = 'InProgress' | 'Succeeded' | 'Failed';
2339
- /**
2340
- * Defines values for FilterMode.
2341
- * Possible values include: 'Exclude', 'Include', 'Recommend', 'Default'
2342
- * @readonly
2343
- * @enum {string}
2344
- */
2345
- export declare type FilterMode = 'Exclude' | 'Include' | 'Recommend' | 'Default';
2346
- /**
2347
- * Contains response data for the create operation.
2348
- */
2349
- export declare type ClustersCreateResponse = Cluster & {
2350
- /**
2351
- * The underlying HTTP response.
2352
- */
2353
- _response: msRest.HttpResponse & {
2354
- /**
2355
- * The response body as text (string format)
2356
- */
2357
- bodyAsText: string;
2358
- /**
2359
- * The response body as parsed JSON or XML
2360
- */
2361
- parsedBody: Cluster;
2362
- };
2363
- };
2364
- /**
2365
- * Contains response data for the update operation.
2366
- */
2367
- export declare type ClustersUpdateResponse = Cluster & {
2368
- /**
2369
- * The underlying HTTP response.
2370
- */
2371
- _response: msRest.HttpResponse & {
2372
- /**
2373
- * The response body as text (string format)
2374
- */
2375
- bodyAsText: string;
2376
- /**
2377
- * The response body as parsed JSON or XML
2378
- */
2379
- parsedBody: Cluster;
2380
- };
2381
- };
2382
- /**
2383
- * Contains response data for the get operation.
2384
- */
2385
- export declare type ClustersGetResponse = Cluster & {
2386
- /**
2387
- * The underlying HTTP response.
2388
- */
2389
- _response: msRest.HttpResponse & {
2390
- /**
2391
- * The response body as text (string format)
2392
- */
2393
- bodyAsText: string;
2394
- /**
2395
- * The response body as parsed JSON or XML
2396
- */
2397
- parsedBody: Cluster;
2398
- };
2399
- };
2400
- /**
2401
- * Contains response data for the listByResourceGroup operation.
2402
- */
2403
- export declare type ClustersListByResourceGroupResponse = ClusterListResult & {
2404
- /**
2405
- * The underlying HTTP response.
2406
- */
2407
- _response: msRest.HttpResponse & {
2408
- /**
2409
- * The response body as text (string format)
2410
- */
2411
- bodyAsText: string;
2412
- /**
2413
- * The response body as parsed JSON or XML
2414
- */
2415
- parsedBody: ClusterListResult;
2416
- };
2417
- };
2418
- /**
2419
- * Contains response data for the list operation.
2420
- */
2421
- export declare type ClustersListResponse = ClusterListResult & {
2422
- /**
2423
- * The underlying HTTP response.
2424
- */
2425
- _response: msRest.HttpResponse & {
2426
- /**
2427
- * The response body as text (string format)
2428
- */
2429
- bodyAsText: string;
2430
- /**
2431
- * The response body as parsed JSON or XML
2432
- */
2433
- parsedBody: ClusterListResult;
2434
- };
2435
- };
2436
- /**
2437
- * Contains response data for the getGatewaySettings operation.
2438
- */
2439
- export declare type ClustersGetGatewaySettingsResponse = GatewaySettings & {
2440
- /**
2441
- * The underlying HTTP response.
2442
- */
2443
- _response: msRest.HttpResponse & {
2444
- /**
2445
- * The response body as text (string format)
2446
- */
2447
- bodyAsText: string;
2448
- /**
2449
- * The response body as parsed JSON or XML
2450
- */
2451
- parsedBody: GatewaySettings;
2452
- };
2453
- };
2454
- /**
2455
- * Contains response data for the getAzureAsyncOperationStatus operation.
2456
- */
2457
- export declare type ClustersGetAzureAsyncOperationStatusResponse = AsyncOperationResult & {
2458
- /**
2459
- * The underlying HTTP response.
2460
- */
2461
- _response: msRest.HttpResponse & {
2462
- /**
2463
- * The response body as text (string format)
2464
- */
2465
- bodyAsText: string;
2466
- /**
2467
- * The response body as parsed JSON or XML
2468
- */
2469
- parsedBody: AsyncOperationResult;
2470
- };
2471
- };
2472
- /**
2473
- * Contains response data for the beginCreate operation.
2474
- */
2475
- export declare type ClustersBeginCreateResponse = Cluster & {
2476
- /**
2477
- * The underlying HTTP response.
2478
- */
2479
- _response: msRest.HttpResponse & {
2480
- /**
2481
- * The response body as text (string format)
2482
- */
2483
- bodyAsText: string;
2484
- /**
2485
- * The response body as parsed JSON or XML
2486
- */
2487
- parsedBody: Cluster;
2488
- };
2489
- };
2490
- /**
2491
- * Contains response data for the listByResourceGroupNext operation.
2492
- */
2493
- export declare type ClustersListByResourceGroupNextResponse = ClusterListResult & {
2494
- /**
2495
- * The underlying HTTP response.
2496
- */
2497
- _response: msRest.HttpResponse & {
2498
- /**
2499
- * The response body as text (string format)
2500
- */
2501
- bodyAsText: string;
2502
- /**
2503
- * The response body as parsed JSON or XML
2504
- */
2505
- parsedBody: ClusterListResult;
2506
- };
2507
- };
2508
- /**
2509
- * Contains response data for the listNext operation.
2510
- */
2511
- export declare type ClustersListNextResponse = ClusterListResult & {
2512
- /**
2513
- * The underlying HTTP response.
2514
- */
2515
- _response: msRest.HttpResponse & {
2516
- /**
2517
- * The response body as text (string format)
2518
- */
2519
- bodyAsText: string;
2520
- /**
2521
- * The response body as parsed JSON or XML
2522
- */
2523
- parsedBody: ClusterListResult;
2524
- };
2525
- };
2526
- /**
2527
- * Contains response data for the listByCluster operation.
2528
- */
2529
- export declare type ApplicationsListByClusterResponse = ApplicationListResult & {
2530
- /**
2531
- * The underlying HTTP response.
2532
- */
2533
- _response: msRest.HttpResponse & {
2534
- /**
2535
- * The response body as text (string format)
2536
- */
2537
- bodyAsText: string;
2538
- /**
2539
- * The response body as parsed JSON or XML
2540
- */
2541
- parsedBody: ApplicationListResult;
2542
- };
2543
- };
2544
- /**
2545
- * Contains response data for the get operation.
2546
- */
2547
- export declare type ApplicationsGetResponse = Application & {
2548
- /**
2549
- * The underlying HTTP response.
2550
- */
2551
- _response: msRest.HttpResponse & {
2552
- /**
2553
- * The response body as text (string format)
2554
- */
2555
- bodyAsText: string;
2556
- /**
2557
- * The response body as parsed JSON or XML
2558
- */
2559
- parsedBody: Application;
2560
- };
2561
- };
2562
- /**
2563
- * Contains response data for the create operation.
2564
- */
2565
- export declare type ApplicationsCreateResponse = Application & {
2566
- /**
2567
- * The underlying HTTP response.
2568
- */
2569
- _response: msRest.HttpResponse & {
2570
- /**
2571
- * The response body as text (string format)
2572
- */
2573
- bodyAsText: string;
2574
- /**
2575
- * The response body as parsed JSON or XML
2576
- */
2577
- parsedBody: Application;
2578
- };
2579
- };
2580
- /**
2581
- * Contains response data for the getAzureAsyncOperationStatus operation.
2582
- */
2583
- export declare type ApplicationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult & {
2584
- /**
2585
- * The underlying HTTP response.
2586
- */
2587
- _response: msRest.HttpResponse & {
2588
- /**
2589
- * The response body as text (string format)
2590
- */
2591
- bodyAsText: string;
2592
- /**
2593
- * The response body as parsed JSON or XML
2594
- */
2595
- parsedBody: AsyncOperationResult;
2596
- };
2597
- };
2598
- /**
2599
- * Contains response data for the beginCreate operation.
2600
- */
2601
- export declare type ApplicationsBeginCreateResponse = Application & {
2602
- /**
2603
- * The underlying HTTP response.
2604
- */
2605
- _response: msRest.HttpResponse & {
2606
- /**
2607
- * The response body as text (string format)
2608
- */
2609
- bodyAsText: string;
2610
- /**
2611
- * The response body as parsed JSON or XML
2612
- */
2613
- parsedBody: Application;
2614
- };
2615
- };
2616
- /**
2617
- * Contains response data for the listByClusterNext operation.
2618
- */
2619
- export declare type ApplicationsListByClusterNextResponse = ApplicationListResult & {
2620
- /**
2621
- * The underlying HTTP response.
2622
- */
2623
- _response: msRest.HttpResponse & {
2624
- /**
2625
- * The response body as text (string format)
2626
- */
2627
- bodyAsText: string;
2628
- /**
2629
- * The response body as parsed JSON or XML
2630
- */
2631
- parsedBody: ApplicationListResult;
2632
- };
2633
- };
2634
- /**
2635
- * Contains response data for the getCapabilities operation.
2636
- */
2637
- export declare type LocationsGetCapabilitiesResponse = CapabilitiesResult & {
2638
- /**
2639
- * The underlying HTTP response.
2640
- */
2641
- _response: msRest.HttpResponse & {
2642
- /**
2643
- * The response body as text (string format)
2644
- */
2645
- bodyAsText: string;
2646
- /**
2647
- * The response body as parsed JSON or XML
2648
- */
2649
- parsedBody: CapabilitiesResult;
2650
- };
2651
- };
2652
- /**
2653
- * Contains response data for the listUsages operation.
2654
- */
2655
- export declare type LocationsListUsagesResponse = UsagesListResult & {
2656
- /**
2657
- * The underlying HTTP response.
2658
- */
2659
- _response: msRest.HttpResponse & {
2660
- /**
2661
- * The response body as text (string format)
2662
- */
2663
- bodyAsText: string;
2664
- /**
2665
- * The response body as parsed JSON or XML
2666
- */
2667
- parsedBody: UsagesListResult;
2668
- };
2669
- };
2670
- /**
2671
- * Contains response data for the listBillingSpecs operation.
2672
- */
2673
- export declare type LocationsListBillingSpecsResponse = BillingResponseListResult & {
2674
- /**
2675
- * The underlying HTTP response.
2676
- */
2677
- _response: msRest.HttpResponse & {
2678
- /**
2679
- * The response body as text (string format)
2680
- */
2681
- bodyAsText: string;
2682
- /**
2683
- * The response body as parsed JSON or XML
2684
- */
2685
- parsedBody: BillingResponseListResult;
2686
- };
2687
- };
2688
- /**
2689
- * Contains response data for the getAzureAsyncOperationStatus operation.
2690
- */
2691
- export declare type LocationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult & {
2692
- /**
2693
- * The underlying HTTP response.
2694
- */
2695
- _response: msRest.HttpResponse & {
2696
- /**
2697
- * The response body as text (string format)
2698
- */
2699
- bodyAsText: string;
2700
- /**
2701
- * The response body as parsed JSON or XML
2702
- */
2703
- parsedBody: AsyncOperationResult;
2704
- };
2705
- };
2706
- /**
2707
- * Contains response data for the checkNameAvailability operation.
2708
- */
2709
- export declare type LocationsCheckNameAvailabilityResponse = NameAvailabilityCheckResult & {
2710
- /**
2711
- * The underlying HTTP response.
2712
- */
2713
- _response: msRest.HttpResponse & {
2714
- /**
2715
- * The response body as text (string format)
2716
- */
2717
- bodyAsText: string;
2718
- /**
2719
- * The response body as parsed JSON or XML
2720
- */
2721
- parsedBody: NameAvailabilityCheckResult;
2722
- };
2723
- };
2724
- /**
2725
- * Contains response data for the validateClusterCreateRequest operation.
2726
- */
2727
- export declare type LocationsValidateClusterCreateRequestResponse = ClusterCreateValidationResult & {
2728
- /**
2729
- * The underlying HTTP response.
2730
- */
2731
- _response: msRest.HttpResponse & {
2732
- /**
2733
- * The response body as text (string format)
2734
- */
2735
- bodyAsText: string;
2736
- /**
2737
- * The response body as parsed JSON or XML
2738
- */
2739
- parsedBody: ClusterCreateValidationResult;
2740
- };
2741
- };
2742
- /**
2743
- * Contains response data for the list operation.
2744
- */
2745
- export declare type ConfigurationsListResponse = ClusterConfigurations & {
2746
- /**
2747
- * The underlying HTTP response.
2748
- */
2749
- _response: msRest.HttpResponse & {
2750
- /**
2751
- * The response body as text (string format)
2752
- */
2753
- bodyAsText: string;
2754
- /**
2755
- * The response body as parsed JSON or XML
2756
- */
2757
- parsedBody: ClusterConfigurations;
2758
- };
2759
- };
2760
- /**
2761
- * Contains response data for the get operation.
2762
- */
2763
- export declare type ConfigurationsGetResponse = {
2764
- /**
2765
- * The response body properties.
2766
- */
2767
- [propertyName: string]: string;
2768
- } & {
2769
- /**
2770
- * The underlying HTTP response.
2771
- */
2772
- _response: msRest.HttpResponse & {
2773
- /**
2774
- * The response body as text (string format)
2775
- */
2776
- bodyAsText: string;
2777
- /**
2778
- * The response body as parsed JSON or XML
2779
- */
2780
- parsedBody: {
2781
- [propertyName: string]: string;
2782
- };
2783
- };
2784
- };
2785
- /**
2786
- * Contains response data for the getMonitoringStatus operation.
2787
- */
2788
- export declare type ExtensionsGetMonitoringStatusResponse = ClusterMonitoringResponse & {
2789
- /**
2790
- * The underlying HTTP response.
2791
- */
2792
- _response: msRest.HttpResponse & {
2793
- /**
2794
- * The response body as text (string format)
2795
- */
2796
- bodyAsText: string;
2797
- /**
2798
- * The response body as parsed JSON or XML
2799
- */
2800
- parsedBody: ClusterMonitoringResponse;
2801
- };
2802
- };
2803
- /**
2804
- * Contains response data for the getAzureMonitorStatus operation.
2805
- */
2806
- export declare type ExtensionsGetAzureMonitorStatusResponse = AzureMonitorResponse & {
2807
- /**
2808
- * The underlying HTTP response.
2809
- */
2810
- _response: msRest.HttpResponse & {
2811
- /**
2812
- * The response body as text (string format)
2813
- */
2814
- bodyAsText: string;
2815
- /**
2816
- * The response body as parsed JSON or XML
2817
- */
2818
- parsedBody: AzureMonitorResponse;
2819
- };
2820
- };
2821
- /**
2822
- * Contains response data for the get operation.
2823
- */
2824
- export declare type ExtensionsGetResponse = ClusterMonitoringResponse & {
2825
- /**
2826
- * The underlying HTTP response.
2827
- */
2828
- _response: msRest.HttpResponse & {
2829
- /**
2830
- * The response body as text (string format)
2831
- */
2832
- bodyAsText: string;
2833
- /**
2834
- * The response body as parsed JSON or XML
2835
- */
2836
- parsedBody: ClusterMonitoringResponse;
2837
- };
2838
- };
2839
- /**
2840
- * Contains response data for the getAzureAsyncOperationStatus operation.
2841
- */
2842
- export declare type ExtensionsGetAzureAsyncOperationStatusResponse = AsyncOperationResult & {
2843
- /**
2844
- * The underlying HTTP response.
2845
- */
2846
- _response: msRest.HttpResponse & {
2847
- /**
2848
- * The response body as text (string format)
2849
- */
2850
- bodyAsText: string;
2851
- /**
2852
- * The response body as parsed JSON or XML
2853
- */
2854
- parsedBody: AsyncOperationResult;
2855
- };
2856
- };
2857
- /**
2858
- * Contains response data for the listByCluster operation.
2859
- */
2860
- export declare type ScriptActionsListByClusterResponse = ScriptActionsList & {
2861
- /**
2862
- * The underlying HTTP response.
2863
- */
2864
- _response: msRest.HttpResponse & {
2865
- /**
2866
- * The response body as text (string format)
2867
- */
2868
- bodyAsText: string;
2869
- /**
2870
- * The response body as parsed JSON or XML
2871
- */
2872
- parsedBody: ScriptActionsList;
2873
- };
2874
- };
2875
- /**
2876
- * Contains response data for the getExecutionDetail operation.
2877
- */
2878
- export declare type ScriptActionsGetExecutionDetailResponse = RuntimeScriptActionDetail & {
2879
- /**
2880
- * The underlying HTTP response.
2881
- */
2882
- _response: msRest.HttpResponse & {
2883
- /**
2884
- * The response body as text (string format)
2885
- */
2886
- bodyAsText: string;
2887
- /**
2888
- * The response body as parsed JSON or XML
2889
- */
2890
- parsedBody: RuntimeScriptActionDetail;
2891
- };
2892
- };
2893
- /**
2894
- * Contains response data for the getExecutionAsyncOperationStatus operation.
2895
- */
2896
- export declare type ScriptActionsGetExecutionAsyncOperationStatusResponse = AsyncOperationResult & {
2897
- /**
2898
- * The underlying HTTP response.
2899
- */
2900
- _response: msRest.HttpResponse & {
2901
- /**
2902
- * The response body as text (string format)
2903
- */
2904
- bodyAsText: string;
2905
- /**
2906
- * The response body as parsed JSON or XML
2907
- */
2908
- parsedBody: AsyncOperationResult;
2909
- };
2910
- };
2911
- /**
2912
- * Contains response data for the listByClusterNext operation.
2913
- */
2914
- export declare type ScriptActionsListByClusterNextResponse = ScriptActionsList & {
2915
- /**
2916
- * The underlying HTTP response.
2917
- */
2918
- _response: msRest.HttpResponse & {
2919
- /**
2920
- * The response body as text (string format)
2921
- */
2922
- bodyAsText: string;
2923
- /**
2924
- * The response body as parsed JSON or XML
2925
- */
2926
- parsedBody: ScriptActionsList;
2927
- };
2928
- };
2929
- /**
2930
- * Contains response data for the listByCluster operation.
2931
- */
2932
- export declare type ScriptExecutionHistoryListByClusterResponse = ScriptActionExecutionHistoryList & {
2933
- /**
2934
- * The underlying HTTP response.
2935
- */
2936
- _response: msRest.HttpResponse & {
2937
- /**
2938
- * The response body as text (string format)
2939
- */
2940
- bodyAsText: string;
2941
- /**
2942
- * The response body as parsed JSON or XML
2943
- */
2944
- parsedBody: ScriptActionExecutionHistoryList;
2945
- };
2946
- };
2947
- /**
2948
- * Contains response data for the listByClusterNext operation.
2949
- */
2950
- export declare type ScriptExecutionHistoryListByClusterNextResponse = ScriptActionExecutionHistoryList & {
2951
- /**
2952
- * The underlying HTTP response.
2953
- */
2954
- _response: msRest.HttpResponse & {
2955
- /**
2956
- * The response body as text (string format)
2957
- */
2958
- bodyAsText: string;
2959
- /**
2960
- * The response body as parsed JSON or XML
2961
- */
2962
- parsedBody: ScriptActionExecutionHistoryList;
2963
- };
2964
- };
2965
- /**
2966
- * Contains response data for the list operation.
2967
- */
2968
- export declare type OperationsListResponse = OperationListResult & {
2969
- /**
2970
- * The underlying HTTP response.
2971
- */
2972
- _response: msRest.HttpResponse & {
2973
- /**
2974
- * The response body as text (string format)
2975
- */
2976
- bodyAsText: string;
2977
- /**
2978
- * The response body as parsed JSON or XML
2979
- */
2980
- parsedBody: OperationListResult;
2981
- };
2982
- };
2983
- /**
2984
- * Contains response data for the listNext operation.
2985
- */
2986
- export declare type OperationsListNextResponse = OperationListResult & {
2987
- /**
2988
- * The underlying HTTP response.
2989
- */
2990
- _response: msRest.HttpResponse & {
2991
- /**
2992
- * The response body as text (string format)
2993
- */
2994
- bodyAsText: string;
2995
- /**
2996
- * The response body as parsed JSON or XML
2997
- */
2998
- parsedBody: OperationListResult;
2999
- };
3000
- };
3001
- /**
3002
- * Contains response data for the listHosts operation.
3003
- */
3004
- export declare type VirtualMachinesListHostsResponse = Array<HostInfo> & {
3005
- /**
3006
- * The underlying HTTP response.
3007
- */
3008
- _response: msRest.HttpResponse & {
3009
- /**
3010
- * The response body as text (string format)
3011
- */
3012
- bodyAsText: string;
3013
- /**
3014
- * The response body as parsed JSON or XML
3015
- */
3016
- parsedBody: HostInfo[];
3017
- };
3018
- };
3019
- /**
3020
- * Contains response data for the getAsyncOperationStatus operation.
3021
- */
3022
- export declare type VirtualMachinesGetAsyncOperationStatusResponse = AsyncOperationResult & {
3023
- /**
3024
- * The underlying HTTP response.
3025
- */
3026
- _response: msRest.HttpResponse & {
3027
- /**
3028
- * The response body as text (string format)
3029
- */
3030
- bodyAsText: string;
3031
- /**
3032
- * The response body as parsed JSON or XML
3033
- */
3034
- parsedBody: AsyncOperationResult;
3035
- };
3036
- };
3037
- /**
3038
- * Contains response data for the listByCluster operation.
3039
- */
3040
- export declare type PrivateEndpointConnectionsListByClusterResponse = PrivateEndpointConnectionListResult & {
3041
- /**
3042
- * The underlying HTTP response.
3043
- */
3044
- _response: msRest.HttpResponse & {
3045
- /**
3046
- * The response body as text (string format)
3047
- */
3048
- bodyAsText: string;
3049
- /**
3050
- * The response body as parsed JSON or XML
3051
- */
3052
- parsedBody: PrivateEndpointConnectionListResult;
3053
- };
3054
- };
3055
- /**
3056
- * Contains response data for the createOrUpdate operation.
3057
- */
3058
- export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection & {
3059
- /**
3060
- * The underlying HTTP response.
3061
- */
3062
- _response: msRest.HttpResponse & {
3063
- /**
3064
- * The response body as text (string format)
3065
- */
3066
- bodyAsText: string;
3067
- /**
3068
- * The response body as parsed JSON or XML
3069
- */
3070
- parsedBody: PrivateEndpointConnection;
3071
- };
3072
- };
3073
- /**
3074
- * Contains response data for the get operation.
3075
- */
3076
- export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection & {
3077
- /**
3078
- * The underlying HTTP response.
3079
- */
3080
- _response: msRest.HttpResponse & {
3081
- /**
3082
- * The response body as text (string format)
3083
- */
3084
- bodyAsText: string;
3085
- /**
3086
- * The response body as parsed JSON or XML
3087
- */
3088
- parsedBody: PrivateEndpointConnection;
3089
- };
3090
- };
3091
- /**
3092
- * Contains response data for the beginCreateOrUpdate operation.
3093
- */
3094
- export declare type PrivateEndpointConnectionsBeginCreateOrUpdateResponse = PrivateEndpointConnection & {
3095
- /**
3096
- * The underlying HTTP response.
3097
- */
3098
- _response: msRest.HttpResponse & {
3099
- /**
3100
- * The response body as text (string format)
3101
- */
3102
- bodyAsText: string;
3103
- /**
3104
- * The response body as parsed JSON or XML
3105
- */
3106
- parsedBody: PrivateEndpointConnection;
3107
- };
3108
- };
3109
- /**
3110
- * Contains response data for the listByClusterNext operation.
3111
- */
3112
- export declare type PrivateEndpointConnectionsListByClusterNextResponse = PrivateEndpointConnectionListResult & {
3113
- /**
3114
- * The underlying HTTP response.
3115
- */
3116
- _response: msRest.HttpResponse & {
3117
- /**
3118
- * The response body as text (string format)
3119
- */
3120
- bodyAsText: string;
3121
- /**
3122
- * The response body as parsed JSON or XML
3123
- */
3124
- parsedBody: PrivateEndpointConnectionListResult;
3125
- };
3126
- };
3127
- /**
3128
- * Contains response data for the listByCluster operation.
3129
- */
3130
- export declare type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult & {
3131
- /**
3132
- * The underlying HTTP response.
3133
- */
3134
- _response: msRest.HttpResponse & {
3135
- /**
3136
- * The response body as text (string format)
3137
- */
3138
- bodyAsText: string;
3139
- /**
3140
- * The response body as parsed JSON or XML
3141
- */
3142
- parsedBody: PrivateLinkResourceListResult;
3143
- };
3144
- };
3145
- /**
3146
- * Contains response data for the get operation.
3147
- */
3148
- export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource & {
3149
- /**
3150
- * The underlying HTTP response.
3151
- */
3152
- _response: msRest.HttpResponse & {
3153
- /**
3154
- * The response body as text (string format)
3155
- */
3156
- bodyAsText: string;
3157
- /**
3158
- * The response body as parsed JSON or XML
3159
- */
3160
- parsedBody: PrivateLinkResource;
3161
- };
3162
- };
3163
- //# sourceMappingURL=index.d.ts.map