@azure/arm-datalake-analytics 1.1.1 → 2.0.0-alpha.20211220.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +69 -91
  4. package/dist/index.js +4780 -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/dataLakeAnalyticsAccountManagementClient.d.ts +22 -0
  9. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js +29 -0
  11. package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
  12. package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts +17 -0
  13. package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js +50 -0
  15. package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +1346 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +31 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +56 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/mappers.js +1439 -1205
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +32 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +254 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/accounts.d.ts +120 -0
  37. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  38. package/dist-esm/src/operations/accounts.js +569 -0
  39. package/dist-esm/src/operations/accounts.js.map +1 -0
  40. package/dist-esm/src/operations/computePolicies.d.ts +76 -0
  41. package/dist-esm/src/operations/computePolicies.d.ts.map +1 -0
  42. package/dist-esm/src/operations/computePolicies.js +280 -0
  43. package/dist-esm/src/operations/computePolicies.js.map +1 -0
  44. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts +64 -0
  45. package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +1 -0
  46. package/dist-esm/src/operations/dataLakeStoreAccounts.js +250 -0
  47. package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +1 -0
  48. package/dist-esm/src/operations/firewallRules.d.ts +72 -0
  49. package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
  50. package/dist-esm/src/operations/firewallRules.js +270 -0
  51. package/dist-esm/src/operations/firewallRules.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/locations.d.ts +20 -0
  57. package/dist-esm/src/operations/locations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/locations.js +53 -0
  59. package/dist-esm/src/operations/locations.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +18 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +46 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/storageAccounts.d.ts +153 -0
  65. package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
  66. package/dist-esm/src/operations/storageAccounts.js +594 -0
  67. package/dist-esm/src/operations/storageAccounts.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/accounts.d.ts +82 -0
  69. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  70. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
  71. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts +50 -0
  73. package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +1 -0
  74. package/{src/models/locationsMappers.ts → dist-esm/src/operationsInterfaces/computePolicies.js} +2 -7
  75. package/dist-esm/src/operationsInterfaces/computePolicies.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
  77. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
  78. package/{esm/models/locationsMappers.js → dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js} +2 -2
  79. package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +47 -0
  81. package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
  85. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/index.js +15 -0
  87. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/locations.d.ts +12 -0
  89. package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/locations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +81 -0
  97. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
  100. package/dist-esm/test/sampleTest.d.ts +4 -0
  101. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  102. package/dist-esm/test/sampleTest.js +89 -0
  103. package/dist-esm/test/sampleTest.js.map +1 -0
  104. package/package.json +65 -22
  105. package/review/arm-datalake-analytics.api.md +935 -0
  106. package/rollup.config.js +181 -30
  107. package/src/dataLakeAnalyticsAccountManagementClient.ts +45 -44
  108. package/src/dataLakeAnalyticsAccountManagementClientContext.ts +46 -43
  109. package/src/index.ts +13 -0
  110. package/src/lroImpl.ts +34 -0
  111. package/src/models/index.ts +1160 -1948
  112. package/src/models/mappers.ts +1446 -1179
  113. package/src/models/parameters.ts +183 -93
  114. package/src/operations/accounts.ts +540 -372
  115. package/src/operations/computePolicies.ts +225 -254
  116. package/src/operations/dataLakeStoreAccounts.ts +213 -220
  117. package/src/operations/firewallRules.ts +222 -255
  118. package/src/operations/index.ts +1 -2
  119. package/src/operations/locations.ts +32 -44
  120. package/src/operations/operations.ts +24 -38
  121. package/src/operations/storageAccounts.ts +562 -476
  122. package/src/operationsInterfaces/accounts.ts +155 -0
  123. package/src/operationsInterfaces/computePolicies.ts +95 -0
  124. package/src/operationsInterfaces/dataLakeStoreAccounts.ts +73 -0
  125. package/src/operationsInterfaces/firewallRules.ts +92 -0
  126. package/src/operationsInterfaces/index.ts +15 -0
  127. package/src/operationsInterfaces/locations.ts +26 -0
  128. package/src/operationsInterfaces/operations.ts +21 -0
  129. package/src/operationsInterfaces/storageAccounts.ts +147 -0
  130. package/tsconfig.json +3 -3
  131. package/types/arm-datalake-analytics.d.ts +1829 -0
  132. package/types/tsdoc-metadata.json +11 -0
  133. package/dist/arm-datalake-analytics.js +0 -4239
  134. package/dist/arm-datalake-analytics.js.map +0 -1
  135. package/dist/arm-datalake-analytics.min.js +0 -1
  136. package/dist/arm-datalake-analytics.min.js.map +0 -1
  137. package/esm/dataLakeAnalyticsAccountManagementClient.d.ts +0 -31
  138. package/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
  139. package/esm/dataLakeAnalyticsAccountManagementClient.js +0 -44
  140. package/esm/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
  141. package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts +0 -23
  142. package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +0 -1
  143. package/esm/dataLakeAnalyticsAccountManagementClientContext.js +0 -61
  144. package/esm/dataLakeAnalyticsAccountManagementClientContext.js.map +0 -1
  145. package/esm/models/accountsMappers.d.ts +0 -2
  146. package/esm/models/accountsMappers.d.ts.map +0 -1
  147. package/esm/models/accountsMappers.js +0 -9
  148. package/esm/models/accountsMappers.js.map +0 -1
  149. package/esm/models/computePoliciesMappers.d.ts +0 -2
  150. package/esm/models/computePoliciesMappers.d.ts.map +0 -1
  151. package/esm/models/computePoliciesMappers.js +0 -9
  152. package/esm/models/computePoliciesMappers.js.map +0 -1
  153. package/esm/models/dataLakeStoreAccountsMappers.d.ts +0 -2
  154. package/esm/models/dataLakeStoreAccountsMappers.d.ts.map +0 -1
  155. package/esm/models/dataLakeStoreAccountsMappers.js +0 -9
  156. package/esm/models/dataLakeStoreAccountsMappers.js.map +0 -1
  157. package/esm/models/firewallRulesMappers.d.ts +0 -2
  158. package/esm/models/firewallRulesMappers.d.ts.map +0 -1
  159. package/esm/models/firewallRulesMappers.js +0 -9
  160. package/esm/models/firewallRulesMappers.js.map +0 -1
  161. package/esm/models/index.d.ts +0 -2162
  162. package/esm/models/index.d.ts.map +0 -1
  163. package/esm/models/index.js.map +0 -1
  164. package/esm/models/locationsMappers.d.ts +0 -2
  165. package/esm/models/locationsMappers.d.ts.map +0 -1
  166. package/esm/models/locationsMappers.js.map +0 -1
  167. package/esm/models/mappers.d.ts +0 -56
  168. package/esm/models/mappers.d.ts.map +0 -1
  169. package/esm/models/mappers.js.map +0 -1
  170. package/esm/models/operationsMappers.d.ts +0 -2
  171. package/esm/models/operationsMappers.d.ts.map +0 -1
  172. package/esm/models/operationsMappers.js +0 -9
  173. package/esm/models/operationsMappers.js.map +0 -1
  174. package/esm/models/parameters.d.ts +0 -20
  175. package/esm/models/parameters.d.ts.map +0 -1
  176. package/esm/models/parameters.js +0 -208
  177. package/esm/models/parameters.js.map +0 -1
  178. package/esm/models/storageAccountsMappers.d.ts +0 -2
  179. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  180. package/esm/models/storageAccountsMappers.js +0 -9
  181. package/esm/models/storageAccountsMappers.js.map +0 -1
  182. package/esm/operations/accounts.d.ts +0 -188
  183. package/esm/operations/accounts.d.ts.map +0 -1
  184. package/esm/operations/accounts.js +0 -406
  185. package/esm/operations/accounts.js.map +0 -1
  186. package/esm/operations/computePolicies.d.ts +0 -158
  187. package/esm/operations/computePolicies.d.ts.map +0 -1
  188. package/esm/operations/computePolicies.js +0 -230
  189. package/esm/operations/computePolicies.js.map +0 -1
  190. package/esm/operations/dataLakeStoreAccounts.d.ts +0 -128
  191. package/esm/operations/dataLakeStoreAccounts.d.ts.map +0 -1
  192. package/esm/operations/dataLakeStoreAccounts.js +0 -200
  193. package/esm/operations/dataLakeStoreAccounts.js.map +0 -1
  194. package/esm/operations/firewallRules.d.ts +0 -152
  195. package/esm/operations/firewallRules.d.ts.map +0 -1
  196. package/esm/operations/firewallRules.js +0 -230
  197. package/esm/operations/firewallRules.js.map +0 -1
  198. package/esm/operations/index.d.ts.map +0 -1
  199. package/esm/operations/index.js.map +0 -1
  200. package/esm/operations/locations.d.ts +0 -32
  201. package/esm/operations/locations.d.ts.map +0 -1
  202. package/esm/operations/locations.js +0 -56
  203. package/esm/operations/locations.js.map +0 -1
  204. package/esm/operations/operations.d.ts +0 -28
  205. package/esm/operations/operations.d.ts.map +0 -1
  206. package/esm/operations/operations.js +0 -50
  207. package/esm/operations/operations.js.map +0 -1
  208. package/esm/operations/storageAccounts.d.ts +0 -293
  209. package/esm/operations/storageAccounts.d.ts.map +0 -1
  210. package/esm/operations/storageAccounts.js +0 -398
  211. package/esm/operations/storageAccounts.js.map +0 -1
  212. package/src/models/accountsMappers.ts +0 -38
  213. package/src/models/computePoliciesMappers.ts +0 -28
  214. package/src/models/dataLakeStoreAccountsMappers.ts +0 -27
  215. package/src/models/firewallRulesMappers.ts +0 -28
  216. package/src/models/operationsMappers.ts +0 -21
  217. package/src/models/storageAccountsMappers.ts +0 -31
@@ -6,2303 +6,1515 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export { BaseResource, CloudError };
11
+ /** Data Lake Analytics account list information. */
12
+ export interface DataLakeAnalyticsAccountListResult {
13
+ /**
14
+ * The results of the list operation.
15
+ * NOTE: This property will not be serialized. It can only be populated by the server.
16
+ */
17
+ readonly value?: DataLakeAnalyticsAccountBasic[];
18
+ /**
19
+ * The current number of data lake analytics accounts under this subscription.
20
+ * NOTE: This property will not be serialized. It can only be populated by the server.
21
+ */
22
+ readonly count?: number;
23
+ /**
24
+ * The link (url) to the next page of results.
25
+ * NOTE: This property will not be serialized. It can only be populated by the server.
26
+ */
27
+ readonly nextLink?: string;
28
+ }
13
29
 
14
- /**
15
- * The resource model definition.
16
- */
17
- export interface Resource extends BaseResource {
30
+ /** The basic account specific properties that are associated with an underlying Data Lake Analytics account. */
31
+ export interface DataLakeAnalyticsAccountPropertiesBasic {
18
32
  /**
19
- * The resource identifer.
20
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
33
+ * The unique identifier associated with this Data Lake Analytics account.
34
+ * NOTE: This property will not be serialized. It can only be populated by the server.
21
35
  */
22
- readonly id?: string;
36
+ readonly accountId?: string;
23
37
  /**
24
- * The resource name.
25
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
38
+ * The provisioning status of the Data Lake Analytics account.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
26
40
  */
27
- readonly name?: string;
41
+ readonly provisioningState?: DataLakeAnalyticsAccountStatus;
28
42
  /**
29
- * The resource type.
30
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
43
+ * The state of the Data Lake Analytics account.
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
31
45
  */
32
- readonly type?: string;
46
+ readonly state?: DataLakeAnalyticsAccountState;
33
47
  /**
34
- * The resource location.
35
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
48
+ * The account creation time.
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
36
50
  */
37
- readonly location?: string;
51
+ readonly creationTime?: Date;
38
52
  /**
39
- * The resource tags.
40
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
53
+ * The account last modified time.
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
41
55
  */
42
- readonly tags?: { [propertyName: string]: string };
56
+ readonly lastModifiedTime?: Date;
57
+ /**
58
+ * The full CName endpoint for this account.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly endpoint?: string;
43
62
  }
44
63
 
45
- /**
46
- * The resource model definition for a nested resource.
47
- */
48
- export interface SubResource extends BaseResource {
64
+ /** The resource model definition. */
65
+ export interface Resource {
49
66
  /**
50
67
  * The resource identifier.
51
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
68
+ * NOTE: This property will not be serialized. It can only be populated by the server.
52
69
  */
53
70
  readonly id?: string;
54
71
  /**
55
72
  * The resource name.
56
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
73
+ * NOTE: This property will not be serialized. It can only be populated by the server.
57
74
  */
58
75
  readonly name?: string;
59
76
  /**
60
77
  * The resource type.
61
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
78
+ * NOTE: This property will not be serialized. It can only be populated by the server.
62
79
  */
63
80
  readonly type?: string;
64
- }
65
-
66
- /**
67
- * Data Lake Store account information.
68
- */
69
- export interface DataLakeStoreAccountInformation extends SubResource {
70
81
  /**
71
- * The optional suffix for the Data Lake Store account.
72
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
82
+ * The resource location.
83
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
84
  */
74
- readonly suffix?: string;
75
- }
76
-
77
- /**
78
- * Azure Storage account information.
79
- */
80
- export interface StorageAccountInformation extends SubResource {
85
+ readonly location?: string;
81
86
  /**
82
- * The optional suffix for the storage account.
83
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
87
+ * The resource tags.
88
+ * NOTE: This property will not be serialized. It can only be populated by the server.
84
89
  */
85
- readonly suffix?: string;
90
+ readonly tags?: { [propertyName: string]: string };
86
91
  }
87
92
 
88
- /**
89
- * Data Lake Analytics compute policy information.
90
- */
91
- export interface ComputePolicy extends SubResource {
93
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
94
+ export interface ErrorResponse {
95
+ /** The error object. */
96
+ error?: ErrorDetail;
97
+ }
98
+
99
+ /** The error detail. */
100
+ export interface ErrorDetail {
92
101
  /**
93
- * The AAD object identifier for the entity to create a policy for.
94
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
102
+ * The error code.
103
+ * NOTE: This property will not be serialized. It can only be populated by the server.
95
104
  */
96
- readonly objectId?: string;
105
+ readonly code?: string;
97
106
  /**
98
- * The type of AAD object the object identifier refers to. Possible values include: 'User',
99
- * 'Group', 'ServicePrincipal'
100
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
107
+ * The error message.
108
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
109
  */
102
- readonly objectType?: AADObjectType;
110
+ readonly message?: string;
103
111
  /**
104
- * The maximum degree of parallelism per job this user can use to submit jobs.
105
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
112
+ * The error target.
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
106
114
  */
107
- readonly maxDegreeOfParallelismPerJob?: number;
115
+ readonly target?: string;
108
116
  /**
109
- * The minimum priority per job this user can use to submit jobs.
110
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
117
+ * The error details.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
111
119
  */
112
- readonly minPriorityPerJob?: number;
113
- }
114
-
115
- /**
116
- * An interface representing HiveMetastore.
117
- */
118
- export interface HiveMetastore extends SubResource {
120
+ readonly details?: ErrorDetail[];
119
121
  /**
120
- * The serverUri for the Hive MetaStore
121
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
122
+ * The error additional info.
123
+ * NOTE: This property will not be serialized. It can only be populated by the server.
122
124
  */
123
- readonly serverUri?: string;
125
+ readonly additionalInfo?: ErrorAdditionalInfo[];
126
+ }
127
+
128
+ /** The resource management error additional info. */
129
+ export interface ErrorAdditionalInfo {
124
130
  /**
125
- * The databaseName for the Hive MetaStore
126
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
131
+ * The additional info type.
132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
133
  */
128
- readonly databaseName?: string;
134
+ readonly type?: string;
129
135
  /**
130
- * The runtimeVersion for the Hive MetaStore
131
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
136
+ * The additional info.
137
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
138
  */
133
- readonly runtimeVersion?: string;
139
+ readonly info?: Record<string, unknown>;
140
+ }
141
+
142
+ /** The parameters to use for creating a Data Lake Analytics account. */
143
+ export interface CreateDataLakeAnalyticsAccountParameters {
144
+ /** The resource location. */
145
+ location: string;
146
+ /** The resource tags. */
147
+ tags?: { [propertyName: string]: string };
148
+ /** The default Data Lake Store account associated with this account. */
149
+ defaultDataLakeStoreAccount: string;
150
+ /** The list of Data Lake Store accounts associated with this account. */
151
+ dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[];
152
+ /** The list of Azure Blob Storage accounts associated with this account. */
153
+ storageAccounts?: AddStorageAccountWithAccountParameters[];
154
+ /** The list of compute policies associated with this account. */
155
+ computePolicies?: CreateComputePolicyWithAccountParameters[];
156
+ /** The list of firewall rules associated with this account. */
157
+ firewallRules?: CreateFirewallRuleWithAccountParameters[];
158
+ /** The current state of the IP address firewall for this account. */
159
+ firewallState?: FirewallState;
160
+ /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
161
+ firewallAllowAzureIps?: FirewallAllowAzureIpsState;
162
+ /** The commitment tier for the next month. */
163
+ newTier?: TierType;
164
+ /** The maximum supported jobs running under the account at the same time. */
165
+ maxJobCount?: number;
166
+ /** The maximum supported degree of parallelism for this account. */
167
+ maxDegreeOfParallelism?: number;
168
+ /** The maximum supported degree of parallelism per job for this account. */
169
+ maxDegreeOfParallelismPerJob?: number;
170
+ /** The minimum supported priority per job for this account. */
171
+ minPriorityPerJob?: number;
172
+ /** The number of days that job metadata is retained. */
173
+ queryStoreRetention?: number;
174
+ }
175
+
176
+ /** The parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account. */
177
+ export interface AddDataLakeStoreWithAccountParameters {
178
+ /** The unique name of the Data Lake Store account to add. */
179
+ name: string;
180
+ /** The optional suffix for the Data Lake Store account. */
181
+ suffix?: string;
182
+ }
183
+
184
+ /** The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics account. */
185
+ export interface AddStorageAccountWithAccountParameters {
186
+ /** The unique name of the Azure Storage account to add. */
187
+ name: string;
188
+ /** The access key associated with this Azure Storage account that will be used to connect to it. */
189
+ accessKey: string;
190
+ /** The optional suffix for the storage account. */
191
+ suffix?: string;
192
+ }
193
+
194
+ /** The parameters used to create a new compute policy while creating a new Data Lake Analytics account. */
195
+ export interface CreateComputePolicyWithAccountParameters {
196
+ /** The unique name of the compute policy to create. */
197
+ name: string;
198
+ /** The AAD object identifier for the entity to create a policy for. */
199
+ objectId: string;
200
+ /** The type of AAD object the object identifier refers to. */
201
+ objectType: AADObjectType;
202
+ /** The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. */
203
+ maxDegreeOfParallelismPerJob?: number;
204
+ /** The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. */
205
+ minPriorityPerJob?: number;
206
+ }
207
+
208
+ /** The parameters used to create a new firewall rule while creating a new Data Lake Analytics account. */
209
+ export interface CreateFirewallRuleWithAccountParameters {
210
+ /** The unique name of the firewall rule to create. */
211
+ name: string;
212
+ /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
213
+ startIpAddress: string;
214
+ /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
215
+ endIpAddress: string;
216
+ }
217
+
218
+ /** The resource model definition for a nested resource. */
219
+ export interface SubResource {
134
220
  /**
135
- * The userName for the Hive MetaStore
136
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
221
+ * The resource identifier.
222
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
223
  */
138
- readonly userName?: string;
224
+ readonly id?: string;
139
225
  /**
140
- * The password for the Hive MetaStore
141
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
226
+ * The resource name.
227
+ * NOTE: This property will not be serialized. It can only be populated by the server.
142
228
  */
143
- readonly password?: string;
229
+ readonly name?: string;
144
230
  /**
145
- * The current state of the NestedResource. Possible values include: 'Succeeded', 'Canceled',
146
- * 'Failed'
147
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
231
+ * The resource type.
232
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
233
  */
149
- readonly nestedResourceProvisioningState?: NestedResourceProvisioningState;
234
+ readonly type?: string;
150
235
  }
151
236
 
152
- /**
153
- * Data Lake Analytics VirtualNetwork Rule information.
154
- */
155
- export interface VirtualNetworkRule extends SubResource {
156
- /**
157
- * The resource identifier for the subnet
158
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
159
- */
160
- readonly subnetId?: string;
161
- /**
162
- * The current state of the VirtualNetwork Rule. Possible values include: 'Active',
163
- * 'NetworkSourceDeleted', 'Failed'
164
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
165
- */
166
- readonly virtualNetworkRuleState?: VirtualNetworkRuleState;
237
+ /** The parameters that can be used to update an existing Data Lake Analytics account. */
238
+ export interface UpdateDataLakeAnalyticsAccountParameters {
239
+ /** The resource tags. */
240
+ tags?: { [propertyName: string]: string };
241
+ /** The list of Data Lake Store accounts associated with this account. */
242
+ dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[];
243
+ /** The list of Azure Blob storage accounts associated with this account. */
244
+ storageAccounts?: UpdateStorageAccountWithAccountParameters[];
245
+ /** The list of compute policies associated with this account. */
246
+ computePolicies?: UpdateComputePolicyWithAccountParameters[];
247
+ /** The list of firewall rules associated with this account. */
248
+ firewallRules?: UpdateFirewallRuleWithAccountParameters[];
249
+ /** The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled. */
250
+ firewallState?: FirewallState;
251
+ /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
252
+ firewallAllowAzureIps?: FirewallAllowAzureIpsState;
253
+ /** The commitment tier to use for next month. */
254
+ newTier?: TierType;
255
+ /** The maximum supported jobs running under the account at the same time. */
256
+ maxJobCount?: number;
257
+ /** The maximum supported degree of parallelism for this account. */
258
+ maxDegreeOfParallelism?: number;
259
+ /** The maximum supported degree of parallelism per job for this account. */
260
+ maxDegreeOfParallelismPerJob?: number;
261
+ /** The minimum supported priority per job for this account. */
262
+ minPriorityPerJob?: number;
263
+ /** The number of days that job metadata is retained. */
264
+ queryStoreRetention?: number;
167
265
  }
168
266
 
169
- /**
170
- * Data Lake Analytics firewall rule information.
171
- */
172
- export interface FirewallRule extends SubResource {
267
+ /** The parameters used to update a Data Lake Store account while updating a Data Lake Analytics account. */
268
+ export interface UpdateDataLakeStoreWithAccountParameters {
269
+ /** The unique name of the Data Lake Store account to update. */
270
+ name: string;
271
+ /** The optional suffix for the Data Lake Store account. */
272
+ suffix?: string;
273
+ }
274
+
275
+ /** The parameters used to update an Azure Storage account while updating a Data Lake Analytics account. */
276
+ export interface UpdateStorageAccountWithAccountParameters {
277
+ /** The unique name of the Azure Storage account to update. */
278
+ name: string;
279
+ /** The updated access key associated with this Azure Storage account that will be used to connect to it. */
280
+ accessKey?: string;
281
+ /** The optional suffix for the storage account. */
282
+ suffix?: string;
283
+ }
284
+
285
+ /** The parameters used to update a compute policy while updating a Data Lake Analytics account. */
286
+ export interface UpdateComputePolicyWithAccountParameters {
287
+ /** The unique name of the compute policy to update. */
288
+ name: string;
289
+ /** The AAD object identifier for the entity to create a policy for. */
290
+ objectId?: string;
291
+ /** The type of AAD object the object identifier refers to. */
292
+ objectType?: AADObjectType;
293
+ /** The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. */
294
+ maxDegreeOfParallelismPerJob?: number;
295
+ /** The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. */
296
+ minPriorityPerJob?: number;
297
+ }
298
+
299
+ /** The parameters used to update a firewall rule while updating a Data Lake Analytics account. */
300
+ export interface UpdateFirewallRuleWithAccountParameters {
301
+ /** The unique name of the firewall rule to update. */
302
+ name: string;
303
+ /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
304
+ startIpAddress?: string;
305
+ /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
306
+ endIpAddress?: string;
307
+ }
308
+
309
+ /** Data Lake Store account list information. */
310
+ export interface DataLakeStoreAccountInformationListResult {
173
311
  /**
174
- * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
175
- * should be in the same protocol.
176
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
312
+ * The results of the list operation.
313
+ * NOTE: This property will not be serialized. It can only be populated by the server.
177
314
  */
178
- readonly startIpAddress?: string;
315
+ readonly value?: DataLakeStoreAccountInformation[];
179
316
  /**
180
- * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
181
- * should be in the same protocol.
182
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
317
+ * The link (url) to the next page of results.
318
+ * NOTE: This property will not be serialized. It can only be populated by the server.
183
319
  */
184
- readonly endIpAddress?: string;
320
+ readonly nextLink?: string;
185
321
  }
186
322
 
187
- /**
188
- * A Data Lake Analytics account object, containing all information associated with the named Data
189
- * Lake Analytics account.
190
- */
191
- export interface DataLakeAnalyticsAccount extends Resource {
323
+ /** The parameters used to add a new Data Lake Store account. */
324
+ export interface AddDataLakeStoreParameters {
325
+ /** The optional suffix for the Data Lake Store account. */
326
+ suffix?: string;
327
+ }
328
+
329
+ /** Azure Storage account list information. */
330
+ export interface StorageAccountInformationListResult {
192
331
  /**
193
- * The unique identifier associated with this Data Lake Analytics account.
194
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
332
+ * The results of the list operation.
333
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
334
  */
196
- readonly accountId?: string;
335
+ readonly value?: StorageAccountInformation[];
197
336
  /**
198
- * The provisioning status of the Data Lake Analytics account. Possible values include: 'Failed',
199
- * 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting',
200
- * 'Deleted', 'Undeleting', 'Canceled'
201
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
337
+ * The link (url) to the next page of results.
338
+ * NOTE: This property will not be serialized. It can only be populated by the server.
202
339
  */
203
- readonly provisioningState?: DataLakeAnalyticsAccountStatus;
340
+ readonly nextLink?: string;
341
+ }
342
+
343
+ /** The parameters used to add a new Azure Storage account. */
344
+ export interface AddStorageAccountParameters {
345
+ /** The access key associated with this Azure Storage account that will be used to connect to it. */
346
+ accessKey: string;
347
+ /** The optional suffix for the storage account. */
348
+ suffix?: string;
349
+ }
350
+
351
+ /** The parameters used to update an Azure Storage account. */
352
+ export interface UpdateStorageAccountParameters {
353
+ /** The updated access key associated with this Azure Storage account that will be used to connect to it. */
354
+ accessKey?: string;
355
+ /** The optional suffix for the storage account. */
356
+ suffix?: string;
357
+ }
358
+
359
+ /** The list of blob containers associated with the storage account attached to the Data Lake Analytics account. */
360
+ export interface StorageContainerListResult {
204
361
  /**
205
- * The state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'
206
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
362
+ * The results of the list operation.
363
+ * NOTE: This property will not be serialized. It can only be populated by the server.
207
364
  */
208
- readonly state?: DataLakeAnalyticsAccountState;
365
+ readonly value?: StorageContainer[];
209
366
  /**
210
- * The account creation time.
211
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
367
+ * The link (url) to the next page of results.
368
+ * NOTE: This property will not be serialized. It can only be populated by the server.
212
369
  */
213
- readonly creationTime?: Date;
370
+ readonly nextLink?: string;
371
+ }
372
+
373
+ /** The SAS response that contains the storage account, container and associated SAS token for connection use. */
374
+ export interface SasTokenInformationListResult {
214
375
  /**
215
- * The account last modified time.
216
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
376
+ * The results of the list operation.
377
+ * NOTE: This property will not be serialized. It can only be populated by the server.
217
378
  */
218
- readonly lastModifiedTime?: Date;
379
+ readonly value?: SasTokenInformation[];
219
380
  /**
220
- * The full CName endpoint for this account.
221
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
381
+ * The link (url) to the next page of results.
382
+ * NOTE: This property will not be serialized. It can only be populated by the server.
222
383
  */
223
- readonly endpoint?: string;
384
+ readonly nextLink?: string;
385
+ }
386
+
387
+ /** SAS token information. */
388
+ export interface SasTokenInformation {
224
389
  /**
225
- * The default Data Lake Store account associated with this account.
226
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
390
+ * The access token for the associated Azure Storage Container.
391
+ * NOTE: This property will not be serialized. It can only be populated by the server.
227
392
  */
228
- readonly defaultDataLakeStoreAccount?: string;
393
+ readonly accessToken?: string;
394
+ }
395
+
396
+ /** The list of compute policies in the account. */
397
+ export interface ComputePolicyListResult {
229
398
  /**
230
- * The list of Data Lake Store accounts associated with this account.
231
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
399
+ * The results of the list operation.
400
+ * NOTE: This property will not be serialized. It can only be populated by the server.
232
401
  */
233
- readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
402
+ readonly value?: ComputePolicy[];
234
403
  /**
235
- * The list of Azure Blob Storage accounts associated with this account.
236
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
404
+ * The link (url) to the next page of results.
405
+ * NOTE: This property will not be serialized. It can only be populated by the server.
237
406
  */
238
- readonly storageAccounts?: StorageAccountInformation[];
239
- /**
240
- * The list of compute policies associated with this account.
241
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
242
- */
243
- readonly computePolicies?: ComputePolicy[];
244
- /**
245
- * The list of hiveMetastores associated with this account.
246
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
247
- */
248
- readonly hiveMetastores?: HiveMetastore[];
249
- /**
250
- * The list of virtualNetwork rules associated with this account.
251
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
252
- */
253
- readonly virtualNetworkRules?: VirtualNetworkRule[];
254
- /**
255
- * The list of firewall rules associated with this account.
256
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
257
- */
258
- readonly firewallRules?: FirewallRule[];
407
+ readonly nextLink?: string;
408
+ }
409
+
410
+ /** The parameters used to create a new compute policy. */
411
+ export interface CreateOrUpdateComputePolicyParameters {
412
+ /** The AAD object identifier for the entity to create a policy for. */
413
+ objectId: string;
414
+ /** The type of AAD object the object identifier refers to. */
415
+ objectType: AADObjectType;
416
+ /** The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. */
417
+ maxDegreeOfParallelismPerJob?: number;
418
+ /** The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. */
419
+ minPriorityPerJob?: number;
420
+ }
421
+
422
+ /** The parameters used to update a compute policy. */
423
+ export interface UpdateComputePolicyParameters {
424
+ /** The AAD object identifier for the entity to create a policy for. */
425
+ objectId?: string;
426
+ /** The type of AAD object the object identifier refers to. */
427
+ objectType?: AADObjectType;
428
+ /** The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed. */
429
+ maxDegreeOfParallelismPerJob?: number;
430
+ /** The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed. */
431
+ minPriorityPerJob?: number;
432
+ }
433
+
434
+ /** Data Lake Analytics firewall rule list information. */
435
+ export interface FirewallRuleListResult {
259
436
  /**
260
- * The current state of the IP address firewall for this account. Possible values include:
261
- * 'Enabled', 'Disabled'
262
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
437
+ * The results of the list operation.
438
+ * NOTE: This property will not be serialized. It can only be populated by the server.
263
439
  */
264
- readonly firewallState?: FirewallState;
440
+ readonly value?: FirewallRule[];
265
441
  /**
266
- * The current state of allowing or disallowing IPs originating within Azure through the
267
- * firewall. If the firewall is disabled, this is not enforced. Possible values include:
268
- * 'Enabled', 'Disabled'
269
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
442
+ * The link (url) to the next page of results.
443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
270
444
  */
271
- readonly firewallAllowAzureIps?: FirewallAllowAzureIpsState;
445
+ readonly nextLink?: string;
446
+ }
447
+
448
+ /** The parameters used to create a new firewall rule. */
449
+ export interface CreateOrUpdateFirewallRuleParameters {
450
+ /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
451
+ startIpAddress: string;
452
+ /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
453
+ endIpAddress: string;
454
+ }
455
+
456
+ /** The parameters used to update a firewall rule. */
457
+ export interface UpdateFirewallRuleParameters {
458
+ /** The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
459
+ startIpAddress?: string;
460
+ /** The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. */
461
+ endIpAddress?: string;
462
+ }
463
+
464
+ /** The list of available operations for Data Lake Analytics. */
465
+ export interface OperationListResult {
272
466
  /**
273
- * The commitment tier for the next month. Possible values include: 'Consumption',
274
- * 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',
275
- * 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',
276
- * 'Commitment_100000AUHours', 'Commitment_500000AUHours'
277
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
467
+ * The results of the list operation.
468
+ * NOTE: This property will not be serialized. It can only be populated by the server.
278
469
  */
279
- readonly newTier?: TierType;
470
+ readonly value?: Operation[];
280
471
  /**
281
- * The commitment tier in use for the current month. Possible values include: 'Consumption',
282
- * 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',
283
- * 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',
284
- * 'Commitment_100000AUHours', 'Commitment_500000AUHours'
285
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
472
+ * The link (url) to the next page of results.
473
+ * NOTE: This property will not be serialized. It can only be populated by the server.
286
474
  */
287
- readonly currentTier?: TierType;
475
+ readonly nextLink?: string;
476
+ }
477
+
478
+ /** An available operation for Data Lake Analytics. */
479
+ export interface Operation {
288
480
  /**
289
- * The maximum supported jobs running under the account at the same time. Default value: 3.
481
+ * The name of the operation.
482
+ * NOTE: This property will not be serialized. It can only be populated by the server.
290
483
  */
291
- maxJobCount?: number;
484
+ readonly name?: string;
292
485
  /**
293
- * The system defined maximum supported jobs running under the account at the same time, which
294
- * restricts the maximum number of running jobs the user can set for the account.
295
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
486
+ * The display information for the operation.
487
+ * NOTE: This property will not be serialized. It can only be populated by the server.
296
488
  */
297
- readonly systemMaxJobCount?: number;
489
+ readonly display?: OperationDisplay;
298
490
  /**
299
- * The maximum supported degree of parallelism for this account. Default value: 30.
491
+ * The OperationMetaPropertyInfo for the operation.
492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
300
493
  */
301
- maxDegreeOfParallelism?: number;
494
+ readonly properties?: OperationMetaPropertyInfo;
302
495
  /**
303
- * The system defined maximum supported degree of parallelism for this account, which restricts
304
- * the maximum value of parallelism the user can set for the account.
305
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
496
+ * The intended executor of the operation.
497
+ * NOTE: This property will not be serialized. It can only be populated by the server.
306
498
  */
307
- readonly systemMaxDegreeOfParallelism?: number;
499
+ readonly origin?: OperationOrigin;
500
+ }
501
+
502
+ /** The display information for a particular operation. */
503
+ export interface OperationDisplay {
308
504
  /**
309
- * The maximum supported degree of parallelism per job for this account.
310
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
505
+ * The resource provider of the operation.
506
+ * NOTE: This property will not be serialized. It can only be populated by the server.
311
507
  */
312
- readonly maxDegreeOfParallelismPerJob?: number;
508
+ readonly provider?: string;
313
509
  /**
314
- * The minimum supported priority per job for this account.
315
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
510
+ * The resource type of the operation.
511
+ * NOTE: This property will not be serialized. It can only be populated by the server.
316
512
  */
317
- readonly minPriorityPerJob?: number;
513
+ readonly resource?: string;
318
514
  /**
319
- * The number of days that job metadata is retained. Default value: 30.
515
+ * A friendly name of the operation.
516
+ * NOTE: This property will not be serialized. It can only be populated by the server.
320
517
  */
321
- queryStoreRetention?: number;
518
+ readonly operation?: string;
322
519
  /**
323
- * The current state of the DebugDataAccessLevel for this account. Possible values include:
324
- * 'All', 'Customer', 'None'
325
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
520
+ * A friendly description of the operation.
521
+ * NOTE: This property will not be serialized. It can only be populated by the server.
326
522
  */
327
- readonly debugDataAccessLevel?: DebugDataAccessLevel;
523
+ readonly description?: string;
328
524
  }
329
525
 
330
- /**
331
- * A Data Lake Analytics account object, containing all information associated with the named Data
332
- * Lake Analytics account.
333
- */
334
- export interface DataLakeAnalyticsAccountBasic extends Resource {
335
- /**
336
- * The unique identifier associated with this Data Lake Analytics account.
337
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
338
- */
339
- readonly accountId?: string;
526
+ export interface OperationMetaPropertyInfo {
527
+ /** The operations OperationMetaServiceSpecification. */
528
+ serviceSpecification?: OperationMetaServiceSpecification;
529
+ }
530
+
531
+ export interface OperationMetaServiceSpecification {
532
+ /** The metricSpecifications for OperationMetaServiceSpecification. */
533
+ metricSpecifications?: OperationMetaMetricSpecification[];
534
+ /** The logSpecifications for OperationMetaServiceSpecification. */
535
+ logSpecifications?: OperationMetaLogSpecification[];
536
+ }
537
+
538
+ export interface OperationMetaMetricSpecification {
539
+ /** The name for OperationMetaMetricSpecification. */
540
+ name?: string;
541
+ /** The displayName for OperationMetaMetricSpecification. */
542
+ displayDescription?: string;
543
+ /** The displayName for OperationMetaMetricSpecification. */
544
+ displayName?: string;
545
+ /** The unit for OperationMetaMetricSpecification. */
546
+ unit?: string;
547
+ /** The aggregationType for OperationMetaMetricSpecification. */
548
+ aggregationType?: string;
549
+ /** The availabilities for OperationMetaMetricSpecification. */
550
+ availabilities?: OperationMetaMetricAvailabilitiesSpecification[];
551
+ }
552
+
553
+ export interface OperationMetaMetricAvailabilitiesSpecification {
554
+ /** The timegrain for OperationMetaMetricAvailabilitiesSpecification. */
555
+ timeGrain?: string;
556
+ /** The blobDuration for OperationMetaMetricAvailabilitiesSpecification. */
557
+ blobDuration?: string;
558
+ }
559
+
560
+ export interface OperationMetaLogSpecification {
561
+ /** The name for OperationMetaLogSpecification. */
562
+ name?: string;
563
+ /** The displayName for OperationMetaLogSpecification. */
564
+ displayName?: string;
565
+ /** The blobDuration for OperationMetaLogSpecification. */
566
+ blobDuration?: string;
567
+ }
568
+
569
+ /** Subscription-level properties and limits for Data Lake Analytics. */
570
+ export interface CapabilityInformation {
340
571
  /**
341
- * The provisioning status of the Data Lake Analytics account. Possible values include: 'Failed',
342
- * 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting',
343
- * 'Deleted', 'Undeleting', 'Canceled'
344
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
572
+ * The subscription credentials that uniquely identifies the subscription.
573
+ * NOTE: This property will not be serialized. It can only be populated by the server.
345
574
  */
346
- readonly provisioningState?: DataLakeAnalyticsAccountStatus;
575
+ readonly subscriptionId?: string;
347
576
  /**
348
- * The state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'
349
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
577
+ * The subscription state.
578
+ * NOTE: This property will not be serialized. It can only be populated by the server.
350
579
  */
351
- readonly state?: DataLakeAnalyticsAccountState;
580
+ readonly state?: SubscriptionState;
352
581
  /**
353
- * The account creation time.
354
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
582
+ * The maximum supported number of accounts under this subscription.
583
+ * NOTE: This property will not be serialized. It can only be populated by the server.
355
584
  */
356
- readonly creationTime?: Date;
585
+ readonly maxAccountCount?: number;
357
586
  /**
358
- * The account last modified time.
359
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
587
+ * The current number of accounts under this subscription.
588
+ * NOTE: This property will not be serialized. It can only be populated by the server.
360
589
  */
361
- readonly lastModifiedTime?: Date;
590
+ readonly accountCount?: number;
362
591
  /**
363
- * The full CName endpoint for this account.
364
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
592
+ * The Boolean value of true or false to indicate the maintenance state.
593
+ * NOTE: This property will not be serialized. It can only be populated by the server.
365
594
  */
366
- readonly endpoint?: string;
595
+ readonly migrationState?: boolean;
367
596
  }
368
597
 
369
- /**
370
- * Azure Storage blob container information.
371
- */
372
- export interface StorageContainer extends SubResource {
373
- /**
374
- * The last modified time of the blob container.
375
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
376
- */
377
- readonly lastModifiedTime?: Date;
598
+ /** Data Lake Analytics account name availability check parameters. */
599
+ export interface CheckNameAvailabilityParameters {
600
+ /** The Data Lake Analytics name to check availability for. */
601
+ name: string;
602
+ /** The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts */
603
+ type: "Microsoft.DataLakeAnalytics/accounts";
378
604
  }
379
605
 
380
- /**
381
- * SAS token information.
382
- */
383
- export interface SasTokenInformation {
606
+ /** Data Lake Analytics account name availability result information. */
607
+ export interface NameAvailabilityInformation {
384
608
  /**
385
- * The access token for the associated Azure Storage Container.
386
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
609
+ * The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.
610
+ * NOTE: This property will not be serialized. It can only be populated by the server.
387
611
  */
388
- readonly accessToken?: string;
612
+ readonly nameAvailable?: boolean;
613
+ /**
614
+ * The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.
615
+ * NOTE: This property will not be serialized. It can only be populated by the server.
616
+ */
617
+ readonly reason?: string;
618
+ /**
619
+ * The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.
620
+ * NOTE: This property will not be serialized. It can only be populated by the server.
621
+ */
622
+ readonly message?: string;
389
623
  }
390
624
 
391
- /**
392
- * Data Lake Analytics VirtualNetwork rule list information.
393
- */
625
+ /** Data Lake Analytics VirtualNetwork rule list information. */
394
626
  export interface VirtualNetworkRuleListResult {
395
627
  /**
396
628
  * The results of the list operation.
397
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
629
+ * NOTE: This property will not be serialized. It can only be populated by the server.
398
630
  */
399
631
  readonly value?: VirtualNetworkRule[];
400
632
  /**
401
633
  * The link (url) to the next page of results.
402
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
634
+ * NOTE: This property will not be serialized. It can only be populated by the server.
403
635
  */
404
636
  readonly nextLink?: string;
405
637
  }
406
638
 
407
- /**
408
- * Data Lake Analytics HiveMetastore list information.
409
- */
639
+ /** Data Lake Analytics HiveMetastore list information. */
410
640
  export interface HiveMetastoreListResult {
411
641
  /**
412
642
  * The results of the list operation.
413
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
643
+ * NOTE: This property will not be serialized. It can only be populated by the server.
414
644
  */
415
645
  readonly value?: HiveMetastore[];
416
646
  /**
417
647
  * The link (url) to the next page of results.
418
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
648
+ * NOTE: This property will not be serialized. It can only be populated by the server.
419
649
  */
420
650
  readonly nextLink?: string;
421
651
  }
422
652
 
423
- /**
424
- * The display information for a particular operation.
425
- */
426
- export interface OperationDisplay {
653
+ /** The account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account. */
654
+ export type DataLakeAnalyticsAccountProperties = DataLakeAnalyticsAccountPropertiesBasic & {
427
655
  /**
428
- * The resource provider of the operation.
429
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
656
+ * The type of the default Data Lake Store account associated with this account.
657
+ * NOTE: This property will not be serialized. It can only be populated by the server.
430
658
  */
431
- readonly provider?: string;
659
+ readonly defaultDataLakeStoreAccountType?: string;
432
660
  /**
433
- * The resource type of the operation.
434
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
661
+ * The default Data Lake Store account associated with this account.
662
+ * NOTE: This property will not be serialized. It can only be populated by the server.
435
663
  */
436
- readonly resource?: string;
664
+ readonly defaultDataLakeStoreAccount?: string;
437
665
  /**
438
- * A friendly name of the operation.
439
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
666
+ * The list of Data Lake Store accounts associated with this account.
667
+ * NOTE: This property will not be serialized. It can only be populated by the server.
440
668
  */
441
- readonly operation?: string;
669
+ readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
670
+ /** The list of Data Lake Store accounts associated with this account. */
671
+ publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
442
672
  /**
443
- * A friendly description of the operation.
444
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
673
+ * The list of Azure Blob Storage accounts associated with this account.
674
+ * NOTE: This property will not be serialized. It can only be populated by the server.
445
675
  */
446
- readonly description?: string;
447
- }
448
-
449
- /**
450
- * An interface representing OperationMetaMetricAvailabilitiesSpecification.
451
- */
452
- export interface OperationMetaMetricAvailabilitiesSpecification {
676
+ readonly storageAccounts?: StorageAccountInformation[];
453
677
  /**
454
- * The timegrain for OperationMetaMetricAvailabilitiesSpecification.
678
+ * The list of compute policies associated with this account.
679
+ * NOTE: This property will not be serialized. It can only be populated by the server.
455
680
  */
456
- timeGrain?: string;
681
+ readonly computePolicies?: ComputePolicy[];
457
682
  /**
458
- * The blobDuration for OperationMetaMetricAvailabilitiesSpecification.
683
+ * The list of hiveMetastores associated with this account.
684
+ * NOTE: This property will not be serialized. It can only be populated by the server.
459
685
  */
460
- blobDuration?: string;
461
- }
462
-
463
- /**
464
- * An interface representing OperationMetaMetricSpecification.
465
- */
466
- export interface OperationMetaMetricSpecification {
686
+ readonly hiveMetastores?: HiveMetastore[];
467
687
  /**
468
- * The name for OperationMetaMetricSpecification.
688
+ * The list of virtualNetwork rules associated with this account.
689
+ * NOTE: This property will not be serialized. It can only be populated by the server.
469
690
  */
470
- name?: string;
691
+ readonly virtualNetworkRules?: VirtualNetworkRule[];
471
692
  /**
472
- * The displayName for OperationMetaMetricSpecification.
693
+ * The list of firewall rules associated with this account.
694
+ * NOTE: This property will not be serialized. It can only be populated by the server.
473
695
  */
474
- displayName?: string;
696
+ readonly firewallRules?: FirewallRule[];
697
+ /** The current state of the IP address firewall for this account. */
698
+ firewallState?: FirewallState;
699
+ /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
700
+ firewallAllowAzureIps?: FirewallAllowAzureIpsState;
701
+ /** The commitment tier for the next month. */
702
+ newTier?: TierType;
475
703
  /**
476
- * The unit for OperationMetaMetricSpecification.
704
+ * The commitment tier in use for the current month.
705
+ * NOTE: This property will not be serialized. It can only be populated by the server.
477
706
  */
478
- unit?: string;
707
+ readonly currentTier?: TierType;
708
+ /** The maximum supported jobs running under the account at the same time. */
709
+ maxJobCount?: number;
479
710
  /**
480
- * The aggregationType for OperationMetaMetricSpecification.
711
+ * The maximum supported active jobs under the account at the same time.
712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
481
713
  */
482
- aggregationType?: string;
714
+ readonly maxActiveJobCountPerUser?: number;
483
715
  /**
484
- * The availabilities for OperationMetaMetricSpecification.
716
+ * The maximum supported jobs queued under the account at the same time.
717
+ * NOTE: This property will not be serialized. It can only be populated by the server.
485
718
  */
486
- availabilities?: OperationMetaMetricAvailabilitiesSpecification[];
487
- }
488
-
489
- /**
490
- * An interface representing OperationMetaLogSpecification.
491
- */
492
- export interface OperationMetaLogSpecification {
719
+ readonly maxQueuedJobCountPerUser?: number;
493
720
  /**
494
- * The name for OperationMetaLogSpecification.
721
+ * The maximum supported active jobs under the account at the same time.
722
+ * NOTE: This property will not be serialized. It can only be populated by the server.
495
723
  */
496
- name?: string;
724
+ readonly maxJobRunningTimeInMin?: number;
497
725
  /**
498
- * The displayName for OperationMetaLogSpecification.
726
+ * The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
727
+ * NOTE: This property will not be serialized. It can only be populated by the server.
499
728
  */
500
- displayName?: string;
729
+ readonly systemMaxJobCount?: number;
730
+ /** The maximum supported degree of parallelism for this account. */
731
+ maxDegreeOfParallelism?: number;
501
732
  /**
502
- * The blobDuration for OperationMetaLogSpecification.
733
+ * The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
734
+ * NOTE: This property will not be serialized. It can only be populated by the server.
503
735
  */
504
- blobDuration?: string;
505
- }
506
-
507
- /**
508
- * An interface representing OperationMetaServiceSpecification.
509
- */
510
- export interface OperationMetaServiceSpecification {
736
+ readonly systemMaxDegreeOfParallelism?: number;
737
+ /** The maximum supported degree of parallelism per job for this account. */
738
+ maxDegreeOfParallelismPerJob?: number;
511
739
  /**
512
- * The metricSpecifications for OperationMetaServiceSpecification.
740
+ * The minimum supported priority per job for this account.
741
+ * NOTE: This property will not be serialized. It can only be populated by the server.
513
742
  */
514
- metricSpecifications?: OperationMetaMetricSpecification[];
743
+ readonly minPriorityPerJob?: number;
744
+ /** The number of days that job metadata is retained. */
745
+ queryStoreRetention?: number;
515
746
  /**
516
- * The logSpecifications for OperationMetaServiceSpecification.
747
+ * The current state of the DebugDataAccessLevel for this account.
748
+ * NOTE: This property will not be serialized. It can only be populated by the server.
517
749
  */
518
- logSpecifications?: OperationMetaLogSpecification[];
519
- }
750
+ readonly debugDataAccessLevel?: DebugDataAccessLevel;
751
+ };
520
752
 
521
- /**
522
- * An interface representing OperationMetaPropertyInfo.
523
- */
524
- export interface OperationMetaPropertyInfo {
753
+ /** A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. */
754
+ export type DataLakeAnalyticsAccountBasic = Resource & {
525
755
  /**
526
- * The operations OperationMetaServiceSpecification.
756
+ * The unique identifier associated with this Data Lake Analytics account.
757
+ * NOTE: This property will not be serialized. It can only be populated by the server.
527
758
  */
528
- serviceSpecification?: OperationMetaServiceSpecification;
529
- }
530
-
531
- /**
532
- * An available operation for Data Lake Analytics.
533
- */
534
- export interface Operation {
759
+ readonly accountId?: string;
535
760
  /**
536
- * The name of the operation.
537
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
761
+ * The provisioning status of the Data Lake Analytics account.
762
+ * NOTE: This property will not be serialized. It can only be populated by the server.
538
763
  */
539
- readonly name?: string;
764
+ readonly provisioningState?: DataLakeAnalyticsAccountStatus;
540
765
  /**
541
- * The display information for the operation.
542
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
766
+ * The state of the Data Lake Analytics account.
767
+ * NOTE: This property will not be serialized. It can only be populated by the server.
543
768
  */
544
- readonly display?: OperationDisplay;
769
+ readonly state?: DataLakeAnalyticsAccountState;
545
770
  /**
546
- * The OperationMetaPropertyInfo for the operation.
547
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
771
+ * The account creation time.
772
+ * NOTE: This property will not be serialized. It can only be populated by the server.
548
773
  */
549
- readonly properties?: OperationMetaPropertyInfo;
774
+ readonly creationTime?: Date;
550
775
  /**
551
- * The intended executor of the operation. Possible values include: 'user', 'system',
552
- * 'user,system'
553
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
776
+ * The account last modified time.
777
+ * NOTE: This property will not be serialized. It can only be populated by the server.
554
778
  */
555
- readonly origin?: OperationOrigin;
556
- }
557
-
558
- /**
559
- * The list of available operations for Data Lake Analytics.
560
- */
561
- export interface OperationListResult {
562
- /**
563
- * The results of the list operation.
564
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
565
- */
566
- readonly value?: Operation[];
567
- /**
568
- * The link (url) to the next page of results.
569
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
570
- */
571
- readonly nextLink?: string;
572
- }
573
-
574
- /**
575
- * Subscription-level properties and limits for Data Lake Analytics.
576
- */
577
- export interface CapabilityInformation {
578
- /**
579
- * The subscription credentials that uniquely identifies the subscription.
580
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
581
- */
582
- readonly subscriptionId?: string;
583
- /**
584
- * The subscription state. Possible values include: 'Registered', 'Suspended', 'Deleted',
585
- * 'Unregistered', 'Warned'
586
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
587
- */
588
- readonly state?: SubscriptionState;
589
- /**
590
- * The maximum supported number of accounts under this subscription.
591
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
592
- */
593
- readonly maxAccountCount?: number;
594
- /**
595
- * The current number of accounts under this subscription.
596
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
597
- */
598
- readonly accountCount?: number;
599
- /**
600
- * The Boolean value of true or false to indicate the maintenance state.
601
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
602
- */
603
- readonly migrationState?: boolean;
604
- }
605
-
606
- /**
607
- * Data Lake Analytics account name availability result information.
608
- */
609
- export interface NameAvailabilityInformation {
610
- /**
611
- * The Boolean value of true or false to indicate whether the Data Lake Analytics account name is
612
- * available or not.
613
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
614
- */
615
- readonly nameAvailable?: boolean;
616
- /**
617
- * The reason why the Data Lake Analytics account name is not available, if nameAvailable is
618
- * false.
619
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
620
- */
621
- readonly reason?: string;
622
- /**
623
- * The message describing why the Data Lake Analytics account name is not available, if
624
- * nameAvailable is false.
625
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
626
- */
627
- readonly message?: string;
628
- }
629
-
630
- /**
631
- * The parameters used to add a new Data Lake Store account while creating a new Data Lake
632
- * Analytics account.
633
- */
634
- export interface AddDataLakeStoreWithAccountParameters {
635
- /**
636
- * The unique name of the Data Lake Store account to add.
637
- */
638
- name: string;
639
- /**
640
- * The optional suffix for the Data Lake Store account.
641
- */
642
- suffix?: string;
643
- }
644
-
645
- /**
646
- * The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics
647
- * account.
648
- */
649
- export interface AddStorageAccountWithAccountParameters {
650
- /**
651
- * The unique name of the Azure Storage account to add.
652
- */
653
- name: string;
654
- /**
655
- * The access key associated with this Azure Storage account that will be used to connect to it.
656
- */
657
- accessKey: string;
779
+ readonly lastModifiedTime?: Date;
658
780
  /**
659
- * The optional suffix for the storage account.
781
+ * The full CName endpoint for this account.
782
+ * NOTE: This property will not be serialized. It can only be populated by the server.
660
783
  */
661
- suffix?: string;
662
- }
784
+ readonly endpoint?: string;
785
+ };
663
786
 
664
- /**
665
- * The parameters used to create a new compute policy while creating a new Data Lake Analytics
666
- * account.
667
- */
668
- export interface CreateComputePolicyWithAccountParameters {
669
- /**
670
- * The unique name of the compute policy to create.
671
- */
672
- name: string;
673
- /**
674
- * The AAD object identifier for the entity to create a policy for.
675
- */
676
- objectId: string;
677
- /**
678
- * The type of AAD object the object identifier refers to. Possible values include: 'User',
679
- * 'Group', 'ServicePrincipal'
680
- */
681
- objectType: AADObjectType;
787
+ /** A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. */
788
+ export type DataLakeAnalyticsAccount = Resource & {
682
789
  /**
683
- * The maximum degree of parallelism per job this user can use to submit jobs. This property, the
684
- * min priority per job property, or both must be passed.
790
+ * The unique identifier associated with this Data Lake Analytics account.
791
+ * NOTE: This property will not be serialized. It can only be populated by the server.
685
792
  */
686
- maxDegreeOfParallelismPerJob?: number;
793
+ readonly accountId?: string;
687
794
  /**
688
- * The minimum priority per job this user can use to submit jobs. This property, the max degree
689
- * of parallelism per job property, or both must be passed.
795
+ * The provisioning status of the Data Lake Analytics account.
796
+ * NOTE: This property will not be serialized. It can only be populated by the server.
690
797
  */
691
- minPriorityPerJob?: number;
692
- }
693
-
694
- /**
695
- * The parameters used to create a new firewall rule while creating a new Data Lake Analytics
696
- * account.
697
- */
698
- export interface CreateFirewallRuleWithAccountParameters {
798
+ readonly provisioningState?: DataLakeAnalyticsAccountStatus;
699
799
  /**
700
- * The unique name of the firewall rule to create.
800
+ * The state of the Data Lake Analytics account.
801
+ * NOTE: This property will not be serialized. It can only be populated by the server.
701
802
  */
702
- name: string;
803
+ readonly state?: DataLakeAnalyticsAccountState;
703
804
  /**
704
- * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
705
- * should be in the same protocol.
805
+ * The account creation time.
806
+ * NOTE: This property will not be serialized. It can only be populated by the server.
706
807
  */
707
- startIpAddress: string;
808
+ readonly creationTime?: Date;
708
809
  /**
709
- * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
710
- * should be in the same protocol.
810
+ * The account last modified time.
811
+ * NOTE: This property will not be serialized. It can only be populated by the server.
711
812
  */
712
- endIpAddress: string;
713
- }
714
-
715
- /**
716
- * The parameters to use for creating a Data Lake Analytics account.
717
- */
718
- export interface CreateDataLakeAnalyticsAccountParameters {
813
+ readonly lastModifiedTime?: Date;
719
814
  /**
720
- * The resource location.
815
+ * The full CName endpoint for this account.
816
+ * NOTE: This property will not be serialized. It can only be populated by the server.
721
817
  */
722
- location: string;
818
+ readonly endpoint?: string;
723
819
  /**
724
- * The resource tags.
820
+ * The type of the default Data Lake Store account associated with this account.
821
+ * NOTE: This property will not be serialized. It can only be populated by the server.
725
822
  */
726
- tags?: { [propertyName: string]: string };
823
+ readonly defaultDataLakeStoreAccountType?: string;
727
824
  /**
728
825
  * The default Data Lake Store account associated with this account.
826
+ * NOTE: This property will not be serialized. It can only be populated by the server.
729
827
  */
730
- defaultDataLakeStoreAccount: string;
828
+ readonly defaultDataLakeStoreAccount?: string;
731
829
  /**
732
830
  * The list of Data Lake Store accounts associated with this account.
831
+ * NOTE: This property will not be serialized. It can only be populated by the server.
733
832
  */
734
- dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[];
833
+ readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
834
+ /** The list of Data Lake Store accounts associated with this account. */
835
+ publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
735
836
  /**
736
837
  * The list of Azure Blob Storage accounts associated with this account.
838
+ * NOTE: This property will not be serialized. It can only be populated by the server.
737
839
  */
738
- storageAccounts?: AddStorageAccountWithAccountParameters[];
840
+ readonly storageAccounts?: StorageAccountInformation[];
739
841
  /**
740
842
  * The list of compute policies associated with this account.
843
+ * NOTE: This property will not be serialized. It can only be populated by the server.
741
844
  */
742
- computePolicies?: CreateComputePolicyWithAccountParameters[];
845
+ readonly computePolicies?: ComputePolicy[];
743
846
  /**
744
- * The list of firewall rules associated with this account.
847
+ * The list of hiveMetastores associated with this account.
848
+ * NOTE: This property will not be serialized. It can only be populated by the server.
745
849
  */
746
- firewallRules?: CreateFirewallRuleWithAccountParameters[];
850
+ readonly hiveMetastores?: HiveMetastore[];
747
851
  /**
748
- * The current state of the IP address firewall for this account. Possible values include:
749
- * 'Enabled', 'Disabled'
852
+ * The list of virtualNetwork rules associated with this account.
853
+ * NOTE: This property will not be serialized. It can only be populated by the server.
750
854
  */
751
- firewallState?: FirewallState;
855
+ readonly virtualNetworkRules?: VirtualNetworkRule[];
752
856
  /**
753
- * The current state of allowing or disallowing IPs originating within Azure through the
754
- * firewall. If the firewall is disabled, this is not enforced. Possible values include:
755
- * 'Enabled', 'Disabled'
857
+ * The list of firewall rules associated with this account.
858
+ * NOTE: This property will not be serialized. It can only be populated by the server.
756
859
  */
860
+ readonly firewallRules?: FirewallRule[];
861
+ /** The current state of the IP address firewall for this account. */
862
+ firewallState?: FirewallState;
863
+ /** The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. */
757
864
  firewallAllowAzureIps?: FirewallAllowAzureIpsState;
758
- /**
759
- * The commitment tier for the next month. Possible values include: 'Consumption',
760
- * 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',
761
- * 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',
762
- * 'Commitment_100000AUHours', 'Commitment_500000AUHours'
763
- */
865
+ /** The commitment tier for the next month. */
764
866
  newTier?: TierType;
765
867
  /**
766
- * The maximum supported jobs running under the account at the same time. Default value: 3.
868
+ * The commitment tier in use for the current month.
869
+ * NOTE: This property will not be serialized. It can only be populated by the server.
767
870
  */
871
+ readonly currentTier?: TierType;
872
+ /** The maximum supported jobs running under the account at the same time. */
768
873
  maxJobCount?: number;
769
874
  /**
770
- * The maximum supported degree of parallelism for this account. Default value: 30.
875
+ * The maximum supported active jobs under the account at the same time.
876
+ * NOTE: This property will not be serialized. It can only be populated by the server.
771
877
  */
772
- maxDegreeOfParallelism?: number;
878
+ readonly maxActiveJobCountPerUser?: number;
773
879
  /**
774
- * The maximum supported degree of parallelism per job for this account.
880
+ * The maximum supported jobs queued under the account at the same time.
881
+ * NOTE: This property will not be serialized. It can only be populated by the server.
775
882
  */
776
- maxDegreeOfParallelismPerJob?: number;
883
+ readonly maxQueuedJobCountPerUser?: number;
777
884
  /**
778
- * The minimum supported priority per job for this account.
885
+ * The maximum supported active jobs under the account at the same time.
886
+ * NOTE: This property will not be serialized. It can only be populated by the server.
779
887
  */
780
- minPriorityPerJob?: number;
888
+ readonly maxJobRunningTimeInMin?: number;
781
889
  /**
782
- * The number of days that job metadata is retained. Default value: 30.
890
+ * The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
891
+ * NOTE: This property will not be serialized. It can only be populated by the server.
783
892
  */
784
- queryStoreRetention?: number;
785
- }
786
-
787
- /**
788
- * The parameters used to update a Data Lake Store account while updating a Data Lake Analytics
789
- * account.
790
- */
791
- export interface UpdateDataLakeStoreWithAccountParameters {
893
+ readonly systemMaxJobCount?: number;
894
+ /** The maximum supported degree of parallelism for this account. */
895
+ maxDegreeOfParallelism?: number;
792
896
  /**
793
- * The unique name of the Data Lake Store account to update.
897
+ * The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
898
+ * NOTE: This property will not be serialized. It can only be populated by the server.
794
899
  */
795
- name: string;
900
+ readonly systemMaxDegreeOfParallelism?: number;
901
+ /** The maximum supported degree of parallelism per job for this account. */
902
+ maxDegreeOfParallelismPerJob?: number;
796
903
  /**
797
- * The optional suffix for the Data Lake Store account.
904
+ * The minimum supported priority per job for this account.
905
+ * NOTE: This property will not be serialized. It can only be populated by the server.
798
906
  */
799
- suffix?: string;
800
- }
801
-
802
- /**
803
- * The parameters used to update an Azure Storage account while updating a Data Lake Analytics
804
- * account.
805
- */
806
- export interface UpdateStorageAccountWithAccountParameters {
907
+ readonly minPriorityPerJob?: number;
908
+ /** The number of days that job metadata is retained. */
909
+ queryStoreRetention?: number;
807
910
  /**
808
- * The unique name of the Azure Storage account to update.
911
+ * The current state of the DebugDataAccessLevel for this account.
912
+ * NOTE: This property will not be serialized. It can only be populated by the server.
809
913
  */
810
- name: string;
914
+ readonly debugDataAccessLevel?: DebugDataAccessLevel;
915
+ };
916
+
917
+ /** Data Lake Store account information. */
918
+ export type DataLakeStoreAccountInformation = SubResource & {
811
919
  /**
812
- * The updated access key associated with this Azure Storage account that will be used to connect
813
- * to it.
920
+ * The optional suffix for the Data Lake Store account.
921
+ * NOTE: This property will not be serialized. It can only be populated by the server.
814
922
  */
815
- accessKey?: string;
923
+ readonly suffix?: string;
924
+ };
925
+
926
+ /** Azure Storage account information. */
927
+ export type StorageAccountInformation = SubResource & {
816
928
  /**
817
929
  * The optional suffix for the storage account.
930
+ * NOTE: This property will not be serialized. It can only be populated by the server.
818
931
  */
819
- suffix?: string;
820
- }
932
+ readonly suffix?: string;
933
+ };
821
934
 
822
- /**
823
- * The parameters used to update a compute policy while updating a Data Lake Analytics account.
824
- */
825
- export interface UpdateComputePolicyWithAccountParameters {
826
- /**
827
- * The unique name of the compute policy to update.
828
- */
829
- name: string;
935
+ /** Data Lake Analytics compute policy information. */
936
+ export type ComputePolicy = SubResource & {
830
937
  /**
831
938
  * The AAD object identifier for the entity to create a policy for.
939
+ * NOTE: This property will not be serialized. It can only be populated by the server.
832
940
  */
833
- objectId?: string;
834
- /**
835
- * The type of AAD object the object identifier refers to. Possible values include: 'User',
836
- * 'Group', 'ServicePrincipal'
837
- */
838
- objectType?: AADObjectType;
839
- /**
840
- * The maximum degree of parallelism per job this user can use to submit jobs. This property, the
841
- * min priority per job property, or both must be passed.
842
- */
843
- maxDegreeOfParallelismPerJob?: number;
844
- /**
845
- * The minimum priority per job this user can use to submit jobs. This property, the max degree
846
- * of parallelism per job property, or both must be passed.
847
- */
848
- minPriorityPerJob?: number;
849
- }
850
-
851
- /**
852
- * The parameters used to update a firewall rule while updating a Data Lake Analytics account.
853
- */
854
- export interface UpdateFirewallRuleWithAccountParameters {
941
+ readonly objectId?: string;
855
942
  /**
856
- * The unique name of the firewall rule to update.
943
+ * The type of AAD object the object identifier refers to.
944
+ * NOTE: This property will not be serialized. It can only be populated by the server.
857
945
  */
858
- name: string;
946
+ readonly objectType?: AADObjectType;
859
947
  /**
860
- * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
861
- * should be in the same protocol.
948
+ * The maximum degree of parallelism per job this user can use to submit jobs.
949
+ * NOTE: This property will not be serialized. It can only be populated by the server.
862
950
  */
863
- startIpAddress?: string;
951
+ readonly maxDegreeOfParallelismPerJob?: number;
864
952
  /**
865
- * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
866
- * should be in the same protocol.
953
+ * The minimum priority per job this user can use to submit jobs.
954
+ * NOTE: This property will not be serialized. It can only be populated by the server.
867
955
  */
868
- endIpAddress?: string;
869
- }
956
+ readonly minPriorityPerJob?: number;
957
+ };
870
958
 
871
- /**
872
- * The parameters that can be used to update an existing Data Lake Analytics account.
873
- */
874
- export interface UpdateDataLakeAnalyticsAccountParameters {
959
+ export type HiveMetastore = SubResource & {
875
960
  /**
876
- * The resource tags.
961
+ * The serverUri for the Hive MetaStore
962
+ * NOTE: This property will not be serialized. It can only be populated by the server.
877
963
  */
878
- tags?: { [propertyName: string]: string };
964
+ readonly serverUri?: string;
879
965
  /**
880
- * The list of Data Lake Store accounts associated with this account.
966
+ * The databaseName for the Hive MetaStore
967
+ * NOTE: This property will not be serialized. It can only be populated by the server.
881
968
  */
882
- dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[];
969
+ readonly databaseName?: string;
883
970
  /**
884
- * The list of Azure Blob storage accounts associated with this account.
971
+ * The runtimeVersion for the Hive MetaStore
972
+ * NOTE: This property will not be serialized. It can only be populated by the server.
885
973
  */
886
- storageAccounts?: UpdateStorageAccountWithAccountParameters[];
974
+ readonly runtimeVersion?: string;
887
975
  /**
888
- * The list of compute policies associated with this account.
976
+ * The userName for the Hive MetaStore
977
+ * NOTE: This property will not be serialized. It can only be populated by the server.
889
978
  */
890
- computePolicies?: UpdateComputePolicyWithAccountParameters[];
979
+ readonly userName?: string;
891
980
  /**
892
- * The list of firewall rules associated with this account.
981
+ * The password for the Hive MetaStore
982
+ * NOTE: This property will not be serialized. It can only be populated by the server.
893
983
  */
894
- firewallRules?: UpdateFirewallRuleWithAccountParameters[];
984
+ readonly password?: string;
895
985
  /**
896
- * The current state of the IP address firewall for this account. Disabling the firewall does not
897
- * remove existing rules, they will just be ignored until the firewall is re-enabled. Possible
898
- * values include: 'Enabled', 'Disabled'
986
+ * The current state of the NestedResource
987
+ * NOTE: This property will not be serialized. It can only be populated by the server.
899
988
  */
900
- firewallState?: FirewallState;
989
+ readonly nestedResourceProvisioningState?: NestedResourceProvisioningState;
990
+ };
991
+
992
+ /** Data Lake Analytics VirtualNetwork Rule information. */
993
+ export type VirtualNetworkRule = SubResource & {
901
994
  /**
902
- * The current state of allowing or disallowing IPs originating within Azure through the
903
- * firewall. If the firewall is disabled, this is not enforced. Possible values include:
904
- * 'Enabled', 'Disabled'
995
+ * The resource identifier for the subnet
996
+ * NOTE: This property will not be serialized. It can only be populated by the server.
905
997
  */
906
- firewallAllowAzureIps?: FirewallAllowAzureIpsState;
998
+ readonly subnetId?: string;
907
999
  /**
908
- * The commitment tier to use for next month. Possible values include: 'Consumption',
909
- * 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',
910
- * 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',
911
- * 'Commitment_100000AUHours', 'Commitment_500000AUHours'
1000
+ * The current state of the VirtualNetwork Rule
1001
+ * NOTE: This property will not be serialized. It can only be populated by the server.
912
1002
  */
913
- newTier?: TierType;
1003
+ readonly virtualNetworkRuleState?: VirtualNetworkRuleState;
1004
+ };
1005
+
1006
+ /** Data Lake Analytics firewall rule information. */
1007
+ export type FirewallRule = SubResource & {
914
1008
  /**
915
- * The maximum supported jobs running under the account at the same time.
1009
+ * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
1010
+ * NOTE: This property will not be serialized. It can only be populated by the server.
916
1011
  */
917
- maxJobCount?: number;
1012
+ readonly startIpAddress?: string;
918
1013
  /**
919
- * The maximum supported degree of parallelism for this account.
1014
+ * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
1015
+ * NOTE: This property will not be serialized. It can only be populated by the server.
920
1016
  */
921
- maxDegreeOfParallelism?: number;
1017
+ readonly endIpAddress?: string;
1018
+ };
1019
+
1020
+ /** Azure Storage blob container information. */
1021
+ export type StorageContainer = SubResource & {
922
1022
  /**
923
- * The maximum supported degree of parallelism per job for this account.
1023
+ * The last modified time of the blob container.
1024
+ * NOTE: This property will not be serialized. It can only be populated by the server.
924
1025
  */
925
- maxDegreeOfParallelismPerJob?: number;
926
- /**
927
- * The minimum supported priority per job for this account.
928
- */
929
- minPriorityPerJob?: number;
930
- /**
931
- * The number of days that job metadata is retained.
932
- */
933
- queryStoreRetention?: number;
934
- }
935
-
936
- /**
937
- * The parameters used to add a new Data Lake Store account.
938
- */
939
- export interface AddDataLakeStoreParameters {
940
- /**
941
- * The optional suffix for the Data Lake Store account.
942
- */
943
- suffix?: string;
944
- }
945
-
946
- /**
947
- * The parameters used to add a new Azure Storage account.
948
- */
949
- export interface AddStorageAccountParameters {
950
- /**
951
- * The access key associated with this Azure Storage account that will be used to connect to it.
952
- */
953
- accessKey: string;
954
- /**
955
- * The optional suffix for the storage account.
956
- */
957
- suffix?: string;
958
- }
959
-
960
- /**
961
- * The parameters used to update an Azure Storage account.
962
- */
963
- export interface UpdateStorageAccountParameters {
964
- /**
965
- * The updated access key associated with this Azure Storage account that will be used to connect
966
- * to it.
967
- */
968
- accessKey?: string;
969
- /**
970
- * The optional suffix for the storage account.
971
- */
972
- suffix?: string;
973
- }
974
-
975
- /**
976
- * The parameters used to create a new compute policy.
977
- */
978
- export interface CreateOrUpdateComputePolicyParameters {
979
- /**
980
- * The AAD object identifier for the entity to create a policy for.
981
- */
982
- objectId: string;
983
- /**
984
- * The type of AAD object the object identifier refers to. Possible values include: 'User',
985
- * 'Group', 'ServicePrincipal'
986
- */
987
- objectType: AADObjectType;
988
- /**
989
- * The maximum degree of parallelism per job this user can use to submit jobs. This property, the
990
- * min priority per job property, or both must be passed.
991
- */
992
- maxDegreeOfParallelismPerJob?: number;
993
- /**
994
- * The minimum priority per job this user can use to submit jobs. This property, the max degree
995
- * of parallelism per job property, or both must be passed.
996
- */
997
- minPriorityPerJob?: number;
998
- }
999
-
1000
- /**
1001
- * The parameters used to update a compute policy.
1002
- */
1003
- export interface UpdateComputePolicyParameters {
1004
- /**
1005
- * The AAD object identifier for the entity to create a policy for.
1006
- */
1007
- objectId?: string;
1008
- /**
1009
- * The type of AAD object the object identifier refers to. Possible values include: 'User',
1010
- * 'Group', 'ServicePrincipal'
1011
- */
1012
- objectType?: AADObjectType;
1013
- /**
1014
- * The maximum degree of parallelism per job this user can use to submit jobs. This property, the
1015
- * min priority per job property, or both must be passed.
1016
- */
1017
- maxDegreeOfParallelismPerJob?: number;
1018
- /**
1019
- * The minimum priority per job this user can use to submit jobs. This property, the max degree
1020
- * of parallelism per job property, or both must be passed.
1021
- */
1022
- minPriorityPerJob?: number;
1023
- }
1024
-
1025
- /**
1026
- * The parameters used to create a new firewall rule.
1027
- */
1028
- export interface CreateOrUpdateFirewallRuleParameters {
1029
- /**
1030
- * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
1031
- * should be in the same protocol.
1032
- */
1033
- startIpAddress: string;
1034
- /**
1035
- * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
1036
- * should be in the same protocol.
1037
- */
1038
- endIpAddress: string;
1039
- }
1040
-
1041
- /**
1042
- * The parameters used to update a firewall rule.
1043
- */
1044
- export interface UpdateFirewallRuleParameters {
1045
- /**
1046
- * The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
1047
- * should be in the same protocol.
1048
- */
1049
- startIpAddress?: string;
1050
- /**
1051
- * The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
1052
- * should be in the same protocol.
1053
- */
1054
- endIpAddress?: string;
1055
- }
1056
-
1057
- /**
1058
- * Data Lake Analytics account name availability check parameters.
1059
- */
1060
- export interface CheckNameAvailabilityParameters {
1061
- /**
1062
- * The Data Lake Analytics name to check availability for.
1063
- */
1064
- name: string;
1065
- }
1066
-
1067
- /**
1068
- * The resource management error additional info.
1069
- */
1070
- export interface ErrorAdditionalInfo {
1071
- /**
1072
- * The additional info type.
1073
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1074
- */
1075
- readonly type?: string;
1076
- /**
1077
- * The additional info.
1078
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1079
- */
1080
- readonly info?: any;
1081
- }
1082
-
1083
- /**
1084
- * The error detail.
1085
- */
1086
- export interface ErrorDetail {
1087
- /**
1088
- * The error code.
1089
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1090
- */
1091
- readonly code?: string;
1092
- /**
1093
- * The error message.
1094
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1095
- */
1096
- readonly message?: string;
1097
- /**
1098
- * The error target.
1099
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1100
- */
1101
- readonly target?: string;
1102
- /**
1103
- * The error details.
1104
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1105
- */
1106
- readonly details?: ErrorDetail[];
1107
- /**
1108
- * The error additional info.
1109
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1110
- */
1111
- readonly additionalInfo?: ErrorAdditionalInfo[];
1112
- }
1113
-
1114
- /**
1115
- * Common error response for all Azure Resource Manager APIs to return error details for failed
1116
- * operations. (This also follows the OData error response format.).
1117
- * @summary Error response
1118
- */
1119
- export interface ErrorResponse {
1120
- /**
1121
- * The error object.
1122
- */
1123
- error?: ErrorDetail;
1124
- }
1125
-
1126
- /**
1127
- * Optional Parameters.
1128
- */
1129
- export interface AccountsListOptionalParams extends msRest.RequestOptionsBase {
1130
- /**
1131
- * OData filter. Optional.
1132
- */
1133
- filter?: string;
1134
- /**
1135
- * The number of items to return. Optional.
1136
- */
1137
- top?: number;
1138
- /**
1139
- * The number of items to skip over before returning elements. Optional.
1140
- */
1141
- skip?: number;
1142
- /**
1143
- * OData Select statement. Limits the properties on each entry to just those requested, e.g.
1144
- * Categories?$select=CategoryName,Description. Optional.
1145
- */
1146
- select?: string;
1147
- /**
1148
- * OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
1149
- * or "desc" depending on the order you'd like the values sorted, e.g.
1150
- * Categories?$orderby=CategoryName desc. Optional.
1151
- */
1152
- orderby?: string;
1153
- /**
1154
- * The Boolean value of true or false to request a count of the matching resources included with
1155
- * the resources in the response, e.g. Categories?$count=true. Optional.
1156
- */
1157
- count?: boolean;
1158
- }
1159
-
1160
- /**
1161
- * Optional Parameters.
1162
- */
1163
- export interface AccountsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
1164
- /**
1165
- * OData filter. Optional.
1166
- */
1167
- filter?: string;
1168
- /**
1169
- * The number of items to return. Optional.
1170
- */
1171
- top?: number;
1172
- /**
1173
- * The number of items to skip over before returning elements. Optional.
1174
- */
1175
- skip?: number;
1176
- /**
1177
- * OData Select statement. Limits the properties on each entry to just those requested, e.g.
1178
- * Categories?$select=CategoryName,Description. Optional.
1179
- */
1180
- select?: string;
1181
- /**
1182
- * OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
1183
- * or "desc" depending on the order you'd like the values sorted, e.g.
1184
- * Categories?$orderby=CategoryName desc. Optional.
1185
- */
1186
- orderby?: string;
1187
- /**
1188
- * The Boolean value of true or false to request a count of the matching resources included with
1189
- * the resources in the response, e.g. Categories?$count=true. Optional.
1190
- */
1191
- count?: boolean;
1192
- }
1193
-
1194
- /**
1195
- * Optional Parameters.
1196
- */
1197
- export interface AccountsUpdateOptionalParams extends msRest.RequestOptionsBase {
1198
- /**
1199
- * Parameters supplied to the update Data Lake Analytics account operation.
1200
- */
1201
- parameters?: UpdateDataLakeAnalyticsAccountParameters;
1202
- }
1203
-
1204
- /**
1205
- * Optional Parameters.
1206
- */
1207
- export interface AccountsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
1208
- /**
1209
- * Parameters supplied to the update Data Lake Analytics account operation.
1210
- */
1211
- parameters?: UpdateDataLakeAnalyticsAccountParameters;
1212
- }
1213
-
1214
- /**
1215
- * Optional Parameters.
1216
- */
1217
- export interface AccountsListNextOptionalParams extends msRest.RequestOptionsBase {
1218
- /**
1219
- * OData filter. Optional.
1220
- */
1221
- filter?: string;
1222
- /**
1223
- * The number of items to return. Optional.
1224
- */
1225
- top?: number;
1226
- /**
1227
- * The number of items to skip over before returning elements. Optional.
1228
- */
1229
- skip?: number;
1230
- /**
1231
- * OData Select statement. Limits the properties on each entry to just those requested, e.g.
1232
- * Categories?$select=CategoryName,Description. Optional.
1233
- */
1234
- select?: string;
1235
- /**
1236
- * OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
1237
- * or "desc" depending on the order you'd like the values sorted, e.g.
1238
- * Categories?$orderby=CategoryName desc. Optional.
1239
- */
1240
- orderby?: string;
1241
- /**
1242
- * The Boolean value of true or false to request a count of the matching resources included with
1243
- * the resources in the response, e.g. Categories?$count=true. Optional.
1244
- */
1245
- count?: boolean;
1246
- }
1247
-
1248
- /**
1249
- * Optional Parameters.
1250
- */
1251
- export interface AccountsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
1252
- /**
1253
- * OData filter. Optional.
1254
- */
1255
- filter?: string;
1256
- /**
1257
- * The number of items to return. Optional.
1258
- */
1259
- top?: number;
1260
- /**
1261
- * The number of items to skip over before returning elements. Optional.
1262
- */
1263
- skip?: number;
1264
- /**
1265
- * OData Select statement. Limits the properties on each entry to just those requested, e.g.
1266
- * Categories?$select=CategoryName,Description. Optional.
1267
- */
1268
- select?: string;
1269
- /**
1270
- * OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
1271
- * or "desc" depending on the order you'd like the values sorted, e.g.
1272
- * Categories?$orderby=CategoryName desc. Optional.
1273
- */
1274
- orderby?: string;
1275
- /**
1276
- * The Boolean value of true or false to request a count of the matching resources included with
1277
- * the resources in the response, e.g. Categories?$count=true. Optional.
1278
- */
1279
- count?: boolean;
1280
- }
1281
-
1282
- /**
1283
- * Optional Parameters.
1284
- */
1285
- export interface DataLakeStoreAccountsListByAccountOptionalParams extends msRest.RequestOptionsBase {
1286
- /**
1287
- * OData filter. Optional.
1288
- */
1289
- filter?: string;
1290
- /**
1291
- * The number of items to return. Optional.
1292
- */
1293
- top?: number;
1294
- /**
1295
- * The number of items to skip over before returning elements. Optional.
1296
- */
1297
- skip?: number;
1298
- /**
1299
- * OData Select statement. Limits the properties on each entry to just those requested, e.g.
1300
- * Categories?$select=CategoryName,Description. Optional.
1301
- */
1302
- select?: string;
1303
- /**
1304
- * OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
1305
- * or "desc" depending on the order you'd like the values sorted, e.g.
1306
- * Categories?$orderby=CategoryName desc. Optional.
1307
- */
1308
- orderby?: string;
1309
- /**
1310
- * The Boolean value of true or false to request a count of the matching resources included with
1311
- * the resources in the response, e.g. Categories?$count=true. Optional.
1312
- */
1313
- count?: boolean;
1314
- }
1315
-
1316
- /**
1317
- * Optional Parameters.
1318
- */
1319
- export interface DataLakeStoreAccountsAddOptionalParams extends msRest.RequestOptionsBase {
1320
- /**
1321
- * The details of the Data Lake Store account.
1322
- */
1323
- parameters?: AddDataLakeStoreParameters;
1324
- }
1325
-
1326
- /**
1327
- * Optional Parameters.
1328
- */
1329
- export interface DataLakeStoreAccountsListByAccountNextOptionalParams extends msRest.RequestOptionsBase {
1330
- /**
1331
- * OData filter. Optional.
1332
- */
1333
- filter?: string;
1334
- /**
1335
- * The number of items to return. Optional.
1336
- */
1337
- top?: number;
1338
- /**
1339
- * The number of items to skip over before returning elements. Optional.
1340
- */
1341
- skip?: number;
1342
- /**
1343
- * OData Select statement. Limits the properties on each entry to just those requested, e.g.
1344
- * Categories?$select=CategoryName,Description. Optional.
1345
- */
1346
- select?: string;
1347
- /**
1348
- * OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
1349
- * or "desc" depending on the order you'd like the values sorted, e.g.
1350
- * Categories?$orderby=CategoryName desc. Optional.
1351
- */
1352
- orderby?: string;
1353
- /**
1354
- * The Boolean value of true or false to request a count of the matching resources included with
1355
- * the resources in the response, e.g. Categories?$count=true. Optional.
1356
- */
1357
- count?: boolean;
1358
- }
1359
-
1360
- /**
1361
- * Optional Parameters.
1362
- */
1363
- export interface StorageAccountsListByAccountOptionalParams extends msRest.RequestOptionsBase {
1364
- /**
1365
- * The OData filter. Optional.
1366
- */
1367
- filter?: string;
1368
- /**
1369
- * The number of items to return. Optional.
1370
- */
1371
- top?: number;
1372
- /**
1373
- * The number of items to skip over before returning elements. Optional.
1374
- */
1375
- skip?: number;
1376
- /**
1377
- * OData Select statement. Limits the properties on each entry to just those requested, e.g.
1378
- * Categories?$select=CategoryName,Description. Optional.
1379
- */
1380
- select?: string;
1381
- /**
1382
- * OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
1383
- * or "desc" depending on the order you'd like the values sorted, e.g.
1384
- * Categories?$orderby=CategoryName desc. Optional.
1385
- */
1386
- orderby?: string;
1387
- /**
1388
- * The Boolean value of true or false to request a count of the matching resources included with
1389
- * the resources in the response, e.g. Categories?$count=true. Optional.
1390
- */
1391
- count?: boolean;
1392
- }
1393
-
1394
- /**
1395
- * Optional Parameters.
1396
- */
1397
- export interface StorageAccountsUpdateOptionalParams extends msRest.RequestOptionsBase {
1398
- /**
1399
- * The parameters containing the access key and suffix to update the storage account with, if
1400
- * any. Passing nothing results in no change.
1401
- */
1402
- parameters?: UpdateStorageAccountParameters;
1403
- }
1404
-
1405
- /**
1406
- * Optional Parameters.
1407
- */
1408
- export interface StorageAccountsListByAccountNextOptionalParams extends msRest.RequestOptionsBase {
1409
- /**
1410
- * The OData filter. Optional.
1411
- */
1412
- filter?: string;
1413
- /**
1414
- * The number of items to return. Optional.
1415
- */
1416
- top?: number;
1417
- /**
1418
- * The number of items to skip over before returning elements. Optional.
1419
- */
1420
- skip?: number;
1421
- /**
1422
- * OData Select statement. Limits the properties on each entry to just those requested, e.g.
1423
- * Categories?$select=CategoryName,Description. Optional.
1424
- */
1425
- select?: string;
1426
- /**
1427
- * OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
1428
- * or "desc" depending on the order you'd like the values sorted, e.g.
1429
- * Categories?$orderby=CategoryName desc. Optional.
1430
- */
1431
- orderby?: string;
1432
- /**
1433
- * The Boolean value of true or false to request a count of the matching resources included with
1434
- * the resources in the response, e.g. Categories?$count=true. Optional.
1435
- */
1436
- count?: boolean;
1437
- }
1438
-
1439
- /**
1440
- * Optional Parameters.
1441
- */
1442
- export interface ComputePoliciesUpdateOptionalParams extends msRest.RequestOptionsBase {
1443
- /**
1444
- * Parameters supplied to update the compute policy.
1445
- */
1446
- parameters?: UpdateComputePolicyParameters;
1447
- }
1448
-
1449
- /**
1450
- * Optional Parameters.
1451
- */
1452
- export interface FirewallRulesUpdateOptionalParams extends msRest.RequestOptionsBase {
1453
- /**
1454
- * Parameters supplied to update the firewall rule.
1455
- */
1456
- parameters?: UpdateFirewallRuleParameters;
1457
- }
1458
-
1459
- /**
1460
- * An interface representing DataLakeAnalyticsAccountManagementClientOptions.
1461
- */
1462
- export interface DataLakeAnalyticsAccountManagementClientOptions extends AzureServiceClientOptions {
1463
- baseUri?: string;
1464
- }
1465
-
1466
- /**
1467
- * @interface
1468
- * Data Lake Analytics account list information.
1469
- * @extends Array<DataLakeAnalyticsAccountBasic>
1470
- */
1471
- export interface DataLakeAnalyticsAccountListResult extends Array<DataLakeAnalyticsAccountBasic> {
1472
- /**
1473
- * The link (url) to the next page of results.
1474
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1475
- */
1476
- readonly nextLink?: string;
1477
- }
1478
-
1479
- /**
1480
- * @interface
1481
- * Data Lake Store account list information.
1482
- * @extends Array<DataLakeStoreAccountInformation>
1483
- */
1484
- export interface DataLakeStoreAccountInformationListResult extends Array<DataLakeStoreAccountInformation> {
1485
- /**
1486
- * The link (url) to the next page of results.
1487
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1488
- */
1489
- readonly nextLink?: string;
1490
- }
1491
-
1492
- /**
1493
- * @interface
1494
- * Azure Storage account list information.
1495
- * @extends Array<StorageAccountInformation>
1496
- */
1497
- export interface StorageAccountInformationListResult extends Array<StorageAccountInformation> {
1498
- /**
1499
- * The link (url) to the next page of results.
1500
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1501
- */
1502
- readonly nextLink?: string;
1503
- }
1504
-
1505
- /**
1506
- * @interface
1507
- * The list of blob containers associated with the storage account attached to the Data Lake
1508
- * Analytics account.
1509
- * @extends Array<StorageContainer>
1510
- */
1511
- export interface StorageContainerListResult extends Array<StorageContainer> {
1512
- /**
1513
- * The link (url) to the next page of results.
1514
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1515
- */
1516
- readonly nextLink?: string;
1517
- }
1518
-
1519
- /**
1520
- * @interface
1521
- * The SAS response that contains the storage account, container and associated SAS token for
1522
- * connection use.
1523
- * @extends Array<SasTokenInformation>
1524
- */
1525
- export interface SasTokenInformationListResult extends Array<SasTokenInformation> {
1526
- /**
1527
- * The link (url) to the next page of results.
1528
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1529
- */
1530
- readonly nextLink?: string;
1531
- }
1532
-
1533
- /**
1534
- * @interface
1535
- * The list of compute policies in the account.
1536
- * @extends Array<ComputePolicy>
1537
- */
1538
- export interface ComputePolicyListResult extends Array<ComputePolicy> {
1539
- /**
1540
- * The link (url) to the next page of results.
1541
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1542
- */
1543
- readonly nextLink?: string;
1544
- }
1545
-
1546
- /**
1547
- * @interface
1548
- * Data Lake Analytics firewall rule list information.
1549
- * @extends Array<FirewallRule>
1550
- */
1551
- export interface FirewallRuleListResult extends Array<FirewallRule> {
1552
- /**
1553
- * The link (url) to the next page of results.
1554
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
1555
- */
1556
- readonly nextLink?: string;
1557
- }
1558
-
1559
- /**
1560
- * Defines values for AADObjectType.
1561
- * Possible values include: 'User', 'Group', 'ServicePrincipal'
1562
- * @readonly
1563
- * @enum {string}
1564
- */
1565
- export type AADObjectType = 'User' | 'Group' | 'ServicePrincipal';
1566
-
1567
- /**
1568
- * Defines values for NestedResourceProvisioningState.
1569
- * Possible values include: 'Succeeded', 'Canceled', 'Failed'
1570
- * @readonly
1571
- * @enum {string}
1572
- */
1573
- export type NestedResourceProvisioningState = 'Succeeded' | 'Canceled' | 'Failed';
1574
-
1575
- /**
1576
- * Defines values for VirtualNetworkRuleState.
1577
- * Possible values include: 'Active', 'NetworkSourceDeleted', 'Failed'
1578
- * @readonly
1579
- * @enum {string}
1580
- */
1581
- export type VirtualNetworkRuleState = 'Active' | 'NetworkSourceDeleted' | 'Failed';
1582
-
1583
- /**
1584
- * Defines values for FirewallState.
1585
- * Possible values include: 'Enabled', 'Disabled'
1586
- * @readonly
1587
- * @enum {string}
1588
- */
1589
- export type FirewallState = 'Enabled' | 'Disabled';
1590
-
1591
- /**
1592
- * Defines values for FirewallAllowAzureIpsState.
1593
- * Possible values include: 'Enabled', 'Disabled'
1594
- * @readonly
1595
- * @enum {string}
1596
- */
1597
- export type FirewallAllowAzureIpsState = 'Enabled' | 'Disabled';
1598
-
1599
- /**
1600
- * Defines values for TierType.
1601
- * Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours',
1602
- * 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours',
1603
- * 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
1604
- * @readonly
1605
- * @enum {string}
1606
- */
1607
- export type TierType = 'Consumption' | 'Commitment_100AUHours' | 'Commitment_500AUHours' | 'Commitment_1000AUHours' | 'Commitment_5000AUHours' | 'Commitment_10000AUHours' | 'Commitment_50000AUHours' | 'Commitment_100000AUHours' | 'Commitment_500000AUHours';
1026
+ readonly lastModifiedTime?: Date;
1027
+ };
1608
1028
 
1609
- /**
1610
- * Defines values for DebugDataAccessLevel.
1611
- * Possible values include: 'All', 'Customer', 'None'
1612
- * @readonly
1613
- * @enum {string}
1614
- */
1615
- export type DebugDataAccessLevel = 'All' | 'Customer' | 'None';
1029
+ /** Known values of {@link AADObjectType} that the service accepts. */
1030
+ export enum KnownAADObjectType {
1031
+ User = "User",
1032
+ Group = "Group",
1033
+ ServicePrincipal = "ServicePrincipal"
1034
+ }
1035
+
1036
+ /**
1037
+ * Defines values for AADObjectType. \
1038
+ * {@link KnownAADObjectType} can be used interchangeably with AADObjectType,
1039
+ * this enum contains the known values that the service supports.
1040
+ * ### Known values supported by the service
1041
+ * **User** \
1042
+ * **Group** \
1043
+ * **ServicePrincipal**
1044
+ */
1045
+ export type AADObjectType = string;
1046
+
1047
+ /** Known values of {@link OperationOrigin} that the service accepts. */
1048
+ export enum KnownOperationOrigin {
1049
+ User = "user",
1050
+ System = "system",
1051
+ UserSystem = "user,system"
1052
+ }
1053
+
1054
+ /**
1055
+ * Defines values for OperationOrigin. \
1056
+ * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
1057
+ * this enum contains the known values that the service supports.
1058
+ * ### Known values supported by the service
1059
+ * **user** \
1060
+ * **system** \
1061
+ * **user,system**
1062
+ */
1063
+ export type OperationOrigin = string;
1064
+
1065
+ /** Known values of {@link SubscriptionState} that the service accepts. */
1066
+ export enum KnownSubscriptionState {
1067
+ Registered = "Registered",
1068
+ Suspended = "Suspended",
1069
+ Deleted = "Deleted",
1070
+ Unregistered = "Unregistered",
1071
+ Warned = "Warned"
1072
+ }
1073
+
1074
+ /**
1075
+ * Defines values for SubscriptionState. \
1076
+ * {@link KnownSubscriptionState} can be used interchangeably with SubscriptionState,
1077
+ * this enum contains the known values that the service supports.
1078
+ * ### Known values supported by the service
1079
+ * **Registered** \
1080
+ * **Suspended** \
1081
+ * **Deleted** \
1082
+ * **Unregistered** \
1083
+ * **Warned**
1084
+ */
1085
+ export type SubscriptionState = string;
1086
+ /** Defines values for DataLakeAnalyticsAccountStatus. */
1087
+ export type DataLakeAnalyticsAccountStatus =
1088
+ | "Failed"
1089
+ | "Creating"
1090
+ | "Running"
1091
+ | "Succeeded"
1092
+ | "Patching"
1093
+ | "Suspending"
1094
+ | "Resuming"
1095
+ | "Deleting"
1096
+ | "Deleted"
1097
+ | "Undeleting"
1098
+ | "Canceled";
1099
+ /** Defines values for DataLakeAnalyticsAccountState. */
1100
+ export type DataLakeAnalyticsAccountState = "Active" | "Suspended";
1101
+ /** Defines values for FirewallState. */
1102
+ export type FirewallState = "Enabled" | "Disabled";
1103
+ /** Defines values for FirewallAllowAzureIpsState. */
1104
+ export type FirewallAllowAzureIpsState = "Enabled" | "Disabled";
1105
+ /** Defines values for TierType. */
1106
+ export type TierType =
1107
+ | "Consumption"
1108
+ | "Commitment_100AUHours"
1109
+ | "Commitment_500AUHours"
1110
+ | "Commitment_1000AUHours"
1111
+ | "Commitment_5000AUHours"
1112
+ | "Commitment_10000AUHours"
1113
+ | "Commitment_50000AUHours"
1114
+ | "Commitment_100000AUHours"
1115
+ | "Commitment_500000AUHours";
1116
+ /** Defines values for NestedResourceProvisioningState. */
1117
+ export type NestedResourceProvisioningState =
1118
+ | "Succeeded"
1119
+ | "Canceled"
1120
+ | "Failed";
1121
+ /** Defines values for VirtualNetworkRuleState. */
1122
+ export type VirtualNetworkRuleState =
1123
+ | "Active"
1124
+ | "NetworkSourceDeleted"
1125
+ | "Failed";
1126
+ /** Defines values for DebugDataAccessLevel. */
1127
+ export type DebugDataAccessLevel = "All" | "Customer" | "None";
1128
+
1129
+ /** Optional parameters. */
1130
+ export interface AccountsListOptionalParams
1131
+ extends coreClient.OperationOptions {
1132
+ /** OData filter. Optional. */
1133
+ filter?: string;
1134
+ /** The number of items to return. Optional. */
1135
+ top?: number;
1136
+ /** The number of items to skip over before returning elements. Optional. */
1137
+ skip?: number;
1138
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1139
+ select?: string;
1140
+ /** OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */
1141
+ orderby?: string;
1142
+ /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */
1143
+ count?: boolean;
1144
+ }
1616
1145
 
1617
- /**
1618
- * Defines values for DataLakeAnalyticsAccountStatus.
1619
- * Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending',
1620
- * 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
1621
- * @readonly
1622
- * @enum {string}
1623
- */
1624
- export type DataLakeAnalyticsAccountStatus = 'Failed' | 'Creating' | 'Running' | 'Succeeded' | 'Patching' | 'Suspending' | 'Resuming' | 'Deleting' | 'Deleted' | 'Undeleting' | 'Canceled';
1146
+ /** Contains response data for the list operation. */
1147
+ export type AccountsListResponse = DataLakeAnalyticsAccountListResult;
1625
1148
 
1626
- /**
1627
- * Defines values for DataLakeAnalyticsAccountState.
1628
- * Possible values include: 'Active', 'Suspended'
1629
- * @readonly
1630
- * @enum {string}
1631
- */
1632
- export type DataLakeAnalyticsAccountState = 'Active' | 'Suspended';
1149
+ /** Optional parameters. */
1150
+ export interface AccountsListByResourceGroupOptionalParams
1151
+ extends coreClient.OperationOptions {
1152
+ /** OData filter. Optional. */
1153
+ filter?: string;
1154
+ /** The number of items to return. Optional. */
1155
+ top?: number;
1156
+ /** The number of items to skip over before returning elements. Optional. */
1157
+ skip?: number;
1158
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1159
+ select?: string;
1160
+ /** OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */
1161
+ orderby?: string;
1162
+ /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */
1163
+ count?: boolean;
1164
+ }
1633
1165
 
1634
- /**
1635
- * Defines values for OperationOrigin.
1636
- * Possible values include: 'user', 'system', 'user,system'
1637
- * @readonly
1638
- * @enum {string}
1639
- */
1640
- export type OperationOrigin = 'user' | 'system' | 'user,system';
1166
+ /** Contains response data for the listByResourceGroup operation. */
1167
+ export type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult;
1641
1168
 
1642
- /**
1643
- * Defines values for SubscriptionState.
1644
- * Possible values include: 'Registered', 'Suspended', 'Deleted', 'Unregistered', 'Warned'
1645
- * @readonly
1646
- * @enum {string}
1647
- */
1648
- export type SubscriptionState = 'Registered' | 'Suspended' | 'Deleted' | 'Unregistered' | 'Warned';
1169
+ /** Optional parameters. */
1170
+ export interface AccountsCreateOptionalParams
1171
+ extends coreClient.OperationOptions {
1172
+ /** Delay to wait until next poll, in milliseconds. */
1173
+ updateIntervalInMs?: number;
1174
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1175
+ resumeFrom?: string;
1176
+ }
1649
1177
 
1650
- /**
1651
- * Contains response data for the list operation.
1652
- */
1653
- export type AccountsListResponse = DataLakeAnalyticsAccountListResult & {
1654
- /**
1655
- * The underlying HTTP response.
1656
- */
1657
- _response: msRest.HttpResponse & {
1658
- /**
1659
- * The response body as text (string format)
1660
- */
1661
- bodyAsText: string;
1178
+ /** Contains response data for the create operation. */
1179
+ export type AccountsCreateResponse = DataLakeAnalyticsAccount;
1662
1180
 
1663
- /**
1664
- * The response body as parsed JSON or XML
1665
- */
1666
- parsedBody: DataLakeAnalyticsAccountListResult;
1667
- };
1668
- };
1181
+ /** Optional parameters. */
1182
+ export interface AccountsGetOptionalParams
1183
+ extends coreClient.OperationOptions {}
1669
1184
 
1670
- /**
1671
- * Contains response data for the listByResourceGroup operation.
1672
- */
1673
- export type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult & {
1674
- /**
1675
- * The underlying HTTP response.
1676
- */
1677
- _response: msRest.HttpResponse & {
1678
- /**
1679
- * The response body as text (string format)
1680
- */
1681
- bodyAsText: string;
1185
+ /** Contains response data for the get operation. */
1186
+ export type AccountsGetResponse = DataLakeAnalyticsAccount;
1682
1187
 
1683
- /**
1684
- * The response body as parsed JSON or XML
1685
- */
1686
- parsedBody: DataLakeAnalyticsAccountListResult;
1687
- };
1688
- };
1188
+ /** Optional parameters. */
1189
+ export interface AccountsUpdateOptionalParams
1190
+ extends coreClient.OperationOptions {
1191
+ /** Parameters supplied to the update Data Lake Analytics account operation. */
1192
+ parameters?: UpdateDataLakeAnalyticsAccountParameters;
1193
+ /** Delay to wait until next poll, in milliseconds. */
1194
+ updateIntervalInMs?: number;
1195
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1196
+ resumeFrom?: string;
1197
+ }
1689
1198
 
1690
- /**
1691
- * Contains response data for the create operation.
1692
- */
1693
- export type AccountsCreateResponse = DataLakeAnalyticsAccount & {
1694
- /**
1695
- * The underlying HTTP response.
1696
- */
1697
- _response: msRest.HttpResponse & {
1698
- /**
1699
- * The response body as text (string format)
1700
- */
1701
- bodyAsText: string;
1199
+ /** Contains response data for the update operation. */
1200
+ export type AccountsUpdateResponse = DataLakeAnalyticsAccount;
1702
1201
 
1703
- /**
1704
- * The response body as parsed JSON or XML
1705
- */
1706
- parsedBody: DataLakeAnalyticsAccount;
1707
- };
1708
- };
1202
+ /** Optional parameters. */
1203
+ export interface AccountsDeleteOptionalParams
1204
+ extends coreClient.OperationOptions {
1205
+ /** Delay to wait until next poll, in milliseconds. */
1206
+ updateIntervalInMs?: number;
1207
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1208
+ resumeFrom?: string;
1209
+ }
1709
1210
 
1710
- /**
1711
- * Contains response data for the get operation.
1712
- */
1713
- export type AccountsGetResponse = DataLakeAnalyticsAccount & {
1714
- /**
1715
- * The underlying HTTP response.
1716
- */
1717
- _response: msRest.HttpResponse & {
1718
- /**
1719
- * The response body as text (string format)
1720
- */
1721
- bodyAsText: string;
1211
+ /** Optional parameters. */
1212
+ export interface AccountsCheckNameAvailabilityOptionalParams
1213
+ extends coreClient.OperationOptions {}
1722
1214
 
1723
- /**
1724
- * The response body as parsed JSON or XML
1725
- */
1726
- parsedBody: DataLakeAnalyticsAccount;
1727
- };
1728
- };
1215
+ /** Contains response data for the checkNameAvailability operation. */
1216
+ export type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation;
1729
1217
 
1730
- /**
1731
- * Contains response data for the update operation.
1732
- */
1733
- export type AccountsUpdateResponse = DataLakeAnalyticsAccount & {
1734
- /**
1735
- * The underlying HTTP response.
1736
- */
1737
- _response: msRest.HttpResponse & {
1738
- /**
1739
- * The response body as text (string format)
1740
- */
1741
- bodyAsText: string;
1218
+ /** Optional parameters. */
1219
+ export interface AccountsListNextOptionalParams
1220
+ extends coreClient.OperationOptions {
1221
+ /** OData filter. Optional. */
1222
+ filter?: string;
1223
+ /** The number of items to return. Optional. */
1224
+ top?: number;
1225
+ /** The number of items to skip over before returning elements. Optional. */
1226
+ skip?: number;
1227
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1228
+ select?: string;
1229
+ /** OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */
1230
+ orderby?: string;
1231
+ /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */
1232
+ count?: boolean;
1233
+ }
1742
1234
 
1743
- /**
1744
- * The response body as parsed JSON or XML
1745
- */
1746
- parsedBody: DataLakeAnalyticsAccount;
1747
- };
1748
- };
1235
+ /** Contains response data for the listNext operation. */
1236
+ export type AccountsListNextResponse = DataLakeAnalyticsAccountListResult;
1749
1237
 
1750
- /**
1751
- * Contains response data for the checkNameAvailability operation.
1752
- */
1753
- export type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation & {
1754
- /**
1755
- * The underlying HTTP response.
1756
- */
1757
- _response: msRest.HttpResponse & {
1758
- /**
1759
- * The response body as text (string format)
1760
- */
1761
- bodyAsText: string;
1238
+ /** Optional parameters. */
1239
+ export interface AccountsListByResourceGroupNextOptionalParams
1240
+ extends coreClient.OperationOptions {
1241
+ /** OData filter. Optional. */
1242
+ filter?: string;
1243
+ /** The number of items to return. Optional. */
1244
+ top?: number;
1245
+ /** The number of items to skip over before returning elements. Optional. */
1246
+ skip?: number;
1247
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1248
+ select?: string;
1249
+ /** OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */
1250
+ orderby?: string;
1251
+ /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */
1252
+ count?: boolean;
1253
+ }
1762
1254
 
1763
- /**
1764
- * The response body as parsed JSON or XML
1765
- */
1766
- parsedBody: NameAvailabilityInformation;
1767
- };
1768
- };
1255
+ /** Contains response data for the listByResourceGroupNext operation. */
1256
+ export type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult;
1769
1257
 
1770
- /**
1771
- * Contains response data for the beginCreate operation.
1772
- */
1773
- export type AccountsBeginCreateResponse = DataLakeAnalyticsAccount & {
1774
- /**
1775
- * The underlying HTTP response.
1776
- */
1777
- _response: msRest.HttpResponse & {
1778
- /**
1779
- * The response body as text (string format)
1780
- */
1781
- bodyAsText: string;
1258
+ /** Optional parameters. */
1259
+ export interface DataLakeStoreAccountsListByAccountOptionalParams
1260
+ extends coreClient.OperationOptions {
1261
+ /** OData filter. Optional. */
1262
+ filter?: string;
1263
+ /** The number of items to return. Optional. */
1264
+ top?: number;
1265
+ /** The number of items to skip over before returning elements. Optional. */
1266
+ skip?: number;
1267
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1268
+ select?: string;
1269
+ /** OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */
1270
+ orderby?: string;
1271
+ /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */
1272
+ count?: boolean;
1273
+ }
1782
1274
 
1783
- /**
1784
- * The response body as parsed JSON or XML
1785
- */
1786
- parsedBody: DataLakeAnalyticsAccount;
1787
- };
1788
- };
1275
+ /** Contains response data for the listByAccount operation. */
1276
+ export type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult;
1789
1277
 
1790
- /**
1791
- * Contains response data for the beginUpdate operation.
1792
- */
1793
- export type AccountsBeginUpdateResponse = DataLakeAnalyticsAccount & {
1794
- /**
1795
- * The underlying HTTP response.
1796
- */
1797
- _response: msRest.HttpResponse & {
1798
- /**
1799
- * The response body as text (string format)
1800
- */
1801
- bodyAsText: string;
1278
+ /** Optional parameters. */
1279
+ export interface DataLakeStoreAccountsAddOptionalParams
1280
+ extends coreClient.OperationOptions {
1281
+ /** The details of the Data Lake Store account. */
1282
+ parameters?: AddDataLakeStoreParameters;
1283
+ }
1802
1284
 
1803
- /**
1804
- * The response body as parsed JSON or XML
1805
- */
1806
- parsedBody: DataLakeAnalyticsAccount;
1807
- };
1808
- };
1285
+ /** Optional parameters. */
1286
+ export interface DataLakeStoreAccountsGetOptionalParams
1287
+ extends coreClient.OperationOptions {}
1809
1288
 
1810
- /**
1811
- * Contains response data for the listNext operation.
1812
- */
1813
- export type AccountsListNextResponse = DataLakeAnalyticsAccountListResult & {
1814
- /**
1815
- * The underlying HTTP response.
1816
- */
1817
- _response: msRest.HttpResponse & {
1818
- /**
1819
- * The response body as text (string format)
1820
- */
1821
- bodyAsText: string;
1289
+ /** Contains response data for the get operation. */
1290
+ export type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation;
1822
1291
 
1823
- /**
1824
- * The response body as parsed JSON or XML
1825
- */
1826
- parsedBody: DataLakeAnalyticsAccountListResult;
1827
- };
1828
- };
1292
+ /** Optional parameters. */
1293
+ export interface DataLakeStoreAccountsDeleteOptionalParams
1294
+ extends coreClient.OperationOptions {}
1829
1295
 
1830
- /**
1831
- * Contains response data for the listByResourceGroupNext operation.
1832
- */
1833
- export type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult & {
1834
- /**
1835
- * The underlying HTTP response.
1836
- */
1837
- _response: msRest.HttpResponse & {
1838
- /**
1839
- * The response body as text (string format)
1840
- */
1841
- bodyAsText: string;
1296
+ /** Optional parameters. */
1297
+ export interface DataLakeStoreAccountsListByAccountNextOptionalParams
1298
+ extends coreClient.OperationOptions {
1299
+ /** OData filter. Optional. */
1300
+ filter?: string;
1301
+ /** The number of items to return. Optional. */
1302
+ top?: number;
1303
+ /** The number of items to skip over before returning elements. Optional. */
1304
+ skip?: number;
1305
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1306
+ select?: string;
1307
+ /** OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */
1308
+ orderby?: string;
1309
+ /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */
1310
+ count?: boolean;
1311
+ }
1842
1312
 
1843
- /**
1844
- * The response body as parsed JSON or XML
1845
- */
1846
- parsedBody: DataLakeAnalyticsAccountListResult;
1847
- };
1848
- };
1313
+ /** Contains response data for the listByAccountNext operation. */
1314
+ export type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult;
1849
1315
 
1850
- /**
1851
- * Contains response data for the listByAccount operation.
1852
- */
1853
- export type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult & {
1854
- /**
1855
- * The underlying HTTP response.
1856
- */
1857
- _response: msRest.HttpResponse & {
1858
- /**
1859
- * The response body as text (string format)
1860
- */
1861
- bodyAsText: string;
1316
+ /** Optional parameters. */
1317
+ export interface StorageAccountsListByAccountOptionalParams
1318
+ extends coreClient.OperationOptions {
1319
+ /** The OData filter. Optional. */
1320
+ filter?: string;
1321
+ /** The number of items to return. Optional. */
1322
+ top?: number;
1323
+ /** The number of items to skip over before returning elements. Optional. */
1324
+ skip?: number;
1325
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1326
+ select?: string;
1327
+ /** OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */
1328
+ orderby?: string;
1329
+ /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */
1330
+ count?: boolean;
1331
+ }
1862
1332
 
1863
- /**
1864
- * The response body as parsed JSON or XML
1865
- */
1866
- parsedBody: DataLakeStoreAccountInformationListResult;
1867
- };
1868
- };
1333
+ /** Contains response data for the listByAccount operation. */
1334
+ export type StorageAccountsListByAccountResponse = StorageAccountInformationListResult;
1869
1335
 
1870
- /**
1871
- * Contains response data for the get operation.
1872
- */
1873
- export type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation & {
1874
- /**
1875
- * The underlying HTTP response.
1876
- */
1877
- _response: msRest.HttpResponse & {
1878
- /**
1879
- * The response body as text (string format)
1880
- */
1881
- bodyAsText: string;
1336
+ /** Optional parameters. */
1337
+ export interface StorageAccountsAddOptionalParams
1338
+ extends coreClient.OperationOptions {}
1882
1339
 
1883
- /**
1884
- * The response body as parsed JSON or XML
1885
- */
1886
- parsedBody: DataLakeStoreAccountInformation;
1887
- };
1888
- };
1340
+ /** Optional parameters. */
1341
+ export interface StorageAccountsGetOptionalParams
1342
+ extends coreClient.OperationOptions {}
1889
1343
 
1890
- /**
1891
- * Contains response data for the listByAccountNext operation.
1892
- */
1893
- export type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult & {
1894
- /**
1895
- * The underlying HTTP response.
1896
- */
1897
- _response: msRest.HttpResponse & {
1898
- /**
1899
- * The response body as text (string format)
1900
- */
1901
- bodyAsText: string;
1344
+ /** Contains response data for the get operation. */
1345
+ export type StorageAccountsGetResponse = StorageAccountInformation;
1902
1346
 
1903
- /**
1904
- * The response body as parsed JSON or XML
1905
- */
1906
- parsedBody: DataLakeStoreAccountInformationListResult;
1907
- };
1908
- };
1347
+ /** Optional parameters. */
1348
+ export interface StorageAccountsUpdateOptionalParams
1349
+ extends coreClient.OperationOptions {
1350
+ /** The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. */
1351
+ parameters?: UpdateStorageAccountParameters;
1352
+ }
1909
1353
 
1910
- /**
1911
- * Contains response data for the listByAccount operation.
1912
- */
1913
- export type StorageAccountsListByAccountResponse = StorageAccountInformationListResult & {
1914
- /**
1915
- * The underlying HTTP response.
1916
- */
1917
- _response: msRest.HttpResponse & {
1918
- /**
1919
- * The response body as text (string format)
1920
- */
1921
- bodyAsText: string;
1354
+ /** Optional parameters. */
1355
+ export interface StorageAccountsDeleteOptionalParams
1356
+ extends coreClient.OperationOptions {}
1922
1357
 
1923
- /**
1924
- * The response body as parsed JSON or XML
1925
- */
1926
- parsedBody: StorageAccountInformationListResult;
1927
- };
1928
- };
1358
+ /** Optional parameters. */
1359
+ export interface StorageAccountsListStorageContainersOptionalParams
1360
+ extends coreClient.OperationOptions {}
1929
1361
 
1930
- /**
1931
- * Contains response data for the get operation.
1932
- */
1933
- export type StorageAccountsGetResponse = StorageAccountInformation & {
1934
- /**
1935
- * The underlying HTTP response.
1936
- */
1937
- _response: msRest.HttpResponse & {
1938
- /**
1939
- * The response body as text (string format)
1940
- */
1941
- bodyAsText: string;
1362
+ /** Contains response data for the listStorageContainers operation. */
1363
+ export type StorageAccountsListStorageContainersResponse = StorageContainerListResult;
1942
1364
 
1943
- /**
1944
- * The response body as parsed JSON or XML
1945
- */
1946
- parsedBody: StorageAccountInformation;
1947
- };
1948
- };
1365
+ /** Optional parameters. */
1366
+ export interface StorageAccountsGetStorageContainerOptionalParams
1367
+ extends coreClient.OperationOptions {}
1949
1368
 
1950
- /**
1951
- * Contains response data for the listStorageContainers operation.
1952
- */
1953
- export type StorageAccountsListStorageContainersResponse = StorageContainerListResult & {
1954
- /**
1955
- * The underlying HTTP response.
1956
- */
1957
- _response: msRest.HttpResponse & {
1958
- /**
1959
- * The response body as text (string format)
1960
- */
1961
- bodyAsText: string;
1369
+ /** Contains response data for the getStorageContainer operation. */
1370
+ export type StorageAccountsGetStorageContainerResponse = StorageContainer;
1962
1371
 
1963
- /**
1964
- * The response body as parsed JSON or XML
1965
- */
1966
- parsedBody: StorageContainerListResult;
1967
- };
1968
- };
1372
+ /** Optional parameters. */
1373
+ export interface StorageAccountsListSasTokensOptionalParams
1374
+ extends coreClient.OperationOptions {}
1969
1375
 
1970
- /**
1971
- * Contains response data for the getStorageContainer operation.
1972
- */
1973
- export type StorageAccountsGetStorageContainerResponse = StorageContainer & {
1974
- /**
1975
- * The underlying HTTP response.
1976
- */
1977
- _response: msRest.HttpResponse & {
1978
- /**
1979
- * The response body as text (string format)
1980
- */
1981
- bodyAsText: string;
1376
+ /** Contains response data for the listSasTokens operation. */
1377
+ export type StorageAccountsListSasTokensResponse = SasTokenInformationListResult;
1982
1378
 
1983
- /**
1984
- * The response body as parsed JSON or XML
1985
- */
1986
- parsedBody: StorageContainer;
1987
- };
1988
- };
1379
+ /** Optional parameters. */
1380
+ export interface StorageAccountsListByAccountNextOptionalParams
1381
+ extends coreClient.OperationOptions {
1382
+ /** The OData filter. Optional. */
1383
+ filter?: string;
1384
+ /** The number of items to return. Optional. */
1385
+ top?: number;
1386
+ /** The number of items to skip over before returning elements. Optional. */
1387
+ skip?: number;
1388
+ /** OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. */
1389
+ select?: string;
1390
+ /** OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional. */
1391
+ orderby?: string;
1392
+ /** The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. */
1393
+ count?: boolean;
1394
+ }
1989
1395
 
1990
- /**
1991
- * Contains response data for the listSasTokens operation.
1992
- */
1993
- export type StorageAccountsListSasTokensResponse = SasTokenInformationListResult & {
1994
- /**
1995
- * The underlying HTTP response.
1996
- */
1997
- _response: msRest.HttpResponse & {
1998
- /**
1999
- * The response body as text (string format)
2000
- */
2001
- bodyAsText: string;
1396
+ /** Contains response data for the listByAccountNext operation. */
1397
+ export type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult;
2002
1398
 
2003
- /**
2004
- * The response body as parsed JSON or XML
2005
- */
2006
- parsedBody: SasTokenInformationListResult;
2007
- };
2008
- };
1399
+ /** Optional parameters. */
1400
+ export interface StorageAccountsListStorageContainersNextOptionalParams
1401
+ extends coreClient.OperationOptions {}
2009
1402
 
2010
- /**
2011
- * Contains response data for the listByAccountNext operation.
2012
- */
2013
- export type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult & {
2014
- /**
2015
- * The underlying HTTP response.
2016
- */
2017
- _response: msRest.HttpResponse & {
2018
- /**
2019
- * The response body as text (string format)
2020
- */
2021
- bodyAsText: string;
1403
+ /** Contains response data for the listStorageContainersNext operation. */
1404
+ export type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult;
2022
1405
 
2023
- /**
2024
- * The response body as parsed JSON or XML
2025
- */
2026
- parsedBody: StorageAccountInformationListResult;
2027
- };
2028
- };
1406
+ /** Optional parameters. */
1407
+ export interface StorageAccountsListSasTokensNextOptionalParams
1408
+ extends coreClient.OperationOptions {}
2029
1409
 
2030
- /**
2031
- * Contains response data for the listStorageContainersNext operation.
2032
- */
2033
- export type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult & {
2034
- /**
2035
- * The underlying HTTP response.
2036
- */
2037
- _response: msRest.HttpResponse & {
2038
- /**
2039
- * The response body as text (string format)
2040
- */
2041
- bodyAsText: string;
1410
+ /** Contains response data for the listSasTokensNext operation. */
1411
+ export type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult;
2042
1412
 
2043
- /**
2044
- * The response body as parsed JSON or XML
2045
- */
2046
- parsedBody: StorageContainerListResult;
2047
- };
2048
- };
1413
+ /** Optional parameters. */
1414
+ export interface ComputePoliciesListByAccountOptionalParams
1415
+ extends coreClient.OperationOptions {}
2049
1416
 
2050
- /**
2051
- * Contains response data for the listSasTokensNext operation.
2052
- */
2053
- export type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult & {
2054
- /**
2055
- * The underlying HTTP response.
2056
- */
2057
- _response: msRest.HttpResponse & {
2058
- /**
2059
- * The response body as text (string format)
2060
- */
2061
- bodyAsText: string;
1417
+ /** Contains response data for the listByAccount operation. */
1418
+ export type ComputePoliciesListByAccountResponse = ComputePolicyListResult;
2062
1419
 
2063
- /**
2064
- * The response body as parsed JSON or XML
2065
- */
2066
- parsedBody: SasTokenInformationListResult;
2067
- };
2068
- };
1420
+ /** Optional parameters. */
1421
+ export interface ComputePoliciesCreateOrUpdateOptionalParams
1422
+ extends coreClient.OperationOptions {}
2069
1423
 
2070
- /**
2071
- * Contains response data for the listByAccount operation.
2072
- */
2073
- export type ComputePoliciesListByAccountResponse = ComputePolicyListResult & {
2074
- /**
2075
- * The underlying HTTP response.
2076
- */
2077
- _response: msRest.HttpResponse & {
2078
- /**
2079
- * The response body as text (string format)
2080
- */
2081
- bodyAsText: string;
1424
+ /** Contains response data for the createOrUpdate operation. */
1425
+ export type ComputePoliciesCreateOrUpdateResponse = ComputePolicy;
2082
1426
 
2083
- /**
2084
- * The response body as parsed JSON or XML
2085
- */
2086
- parsedBody: ComputePolicyListResult;
2087
- };
2088
- };
1427
+ /** Optional parameters. */
1428
+ export interface ComputePoliciesGetOptionalParams
1429
+ extends coreClient.OperationOptions {}
2089
1430
 
2090
- /**
2091
- * Contains response data for the createOrUpdate operation.
2092
- */
2093
- export type ComputePoliciesCreateOrUpdateResponse = ComputePolicy & {
2094
- /**
2095
- * The underlying HTTP response.
2096
- */
2097
- _response: msRest.HttpResponse & {
2098
- /**
2099
- * The response body as text (string format)
2100
- */
2101
- bodyAsText: string;
1431
+ /** Contains response data for the get operation. */
1432
+ export type ComputePoliciesGetResponse = ComputePolicy;
2102
1433
 
2103
- /**
2104
- * The response body as parsed JSON or XML
2105
- */
2106
- parsedBody: ComputePolicy;
2107
- };
2108
- };
1434
+ /** Optional parameters. */
1435
+ export interface ComputePoliciesUpdateOptionalParams
1436
+ extends coreClient.OperationOptions {
1437
+ /** Parameters supplied to update the compute policy. */
1438
+ parameters?: UpdateComputePolicyParameters;
1439
+ }
2109
1440
 
2110
- /**
2111
- * Contains response data for the get operation.
2112
- */
2113
- export type ComputePoliciesGetResponse = ComputePolicy & {
2114
- /**
2115
- * The underlying HTTP response.
2116
- */
2117
- _response: msRest.HttpResponse & {
2118
- /**
2119
- * The response body as text (string format)
2120
- */
2121
- bodyAsText: string;
1441
+ /** Contains response data for the update operation. */
1442
+ export type ComputePoliciesUpdateResponse = ComputePolicy;
2122
1443
 
2123
- /**
2124
- * The response body as parsed JSON or XML
2125
- */
2126
- parsedBody: ComputePolicy;
2127
- };
2128
- };
1444
+ /** Optional parameters. */
1445
+ export interface ComputePoliciesDeleteOptionalParams
1446
+ extends coreClient.OperationOptions {}
2129
1447
 
2130
- /**
2131
- * Contains response data for the update operation.
2132
- */
2133
- export type ComputePoliciesUpdateResponse = ComputePolicy & {
2134
- /**
2135
- * The underlying HTTP response.
2136
- */
2137
- _response: msRest.HttpResponse & {
2138
- /**
2139
- * The response body as text (string format)
2140
- */
2141
- bodyAsText: string;
1448
+ /** Optional parameters. */
1449
+ export interface ComputePoliciesListByAccountNextOptionalParams
1450
+ extends coreClient.OperationOptions {}
2142
1451
 
2143
- /**
2144
- * The response body as parsed JSON or XML
2145
- */
2146
- parsedBody: ComputePolicy;
2147
- };
2148
- };
1452
+ /** Contains response data for the listByAccountNext operation. */
1453
+ export type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult;
2149
1454
 
2150
- /**
2151
- * Contains response data for the listByAccountNext operation.
2152
- */
2153
- export type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult & {
2154
- /**
2155
- * The underlying HTTP response.
2156
- */
2157
- _response: msRest.HttpResponse & {
2158
- /**
2159
- * The response body as text (string format)
2160
- */
2161
- bodyAsText: string;
1455
+ /** Optional parameters. */
1456
+ export interface FirewallRulesListByAccountOptionalParams
1457
+ extends coreClient.OperationOptions {}
2162
1458
 
2163
- /**
2164
- * The response body as parsed JSON or XML
2165
- */
2166
- parsedBody: ComputePolicyListResult;
2167
- };
2168
- };
1459
+ /** Contains response data for the listByAccount operation. */
1460
+ export type FirewallRulesListByAccountResponse = FirewallRuleListResult;
2169
1461
 
2170
- /**
2171
- * Contains response data for the listByAccount operation.
2172
- */
2173
- export type FirewallRulesListByAccountResponse = FirewallRuleListResult & {
2174
- /**
2175
- * The underlying HTTP response.
2176
- */
2177
- _response: msRest.HttpResponse & {
2178
- /**
2179
- * The response body as text (string format)
2180
- */
2181
- bodyAsText: string;
1462
+ /** Optional parameters. */
1463
+ export interface FirewallRulesCreateOrUpdateOptionalParams
1464
+ extends coreClient.OperationOptions {}
2182
1465
 
2183
- /**
2184
- * The response body as parsed JSON or XML
2185
- */
2186
- parsedBody: FirewallRuleListResult;
2187
- };
2188
- };
1466
+ /** Contains response data for the createOrUpdate operation. */
1467
+ export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
2189
1468
 
2190
- /**
2191
- * Contains response data for the createOrUpdate operation.
2192
- */
2193
- export type FirewallRulesCreateOrUpdateResponse = FirewallRule & {
2194
- /**
2195
- * The underlying HTTP response.
2196
- */
2197
- _response: msRest.HttpResponse & {
2198
- /**
2199
- * The response body as text (string format)
2200
- */
2201
- bodyAsText: string;
1469
+ /** Optional parameters. */
1470
+ export interface FirewallRulesGetOptionalParams
1471
+ extends coreClient.OperationOptions {}
2202
1472
 
2203
- /**
2204
- * The response body as parsed JSON or XML
2205
- */
2206
- parsedBody: FirewallRule;
2207
- };
2208
- };
1473
+ /** Contains response data for the get operation. */
1474
+ export type FirewallRulesGetResponse = FirewallRule;
2209
1475
 
2210
- /**
2211
- * Contains response data for the get operation.
2212
- */
2213
- export type FirewallRulesGetResponse = FirewallRule & {
2214
- /**
2215
- * The underlying HTTP response.
2216
- */
2217
- _response: msRest.HttpResponse & {
2218
- /**
2219
- * The response body as text (string format)
2220
- */
2221
- bodyAsText: string;
1476
+ /** Optional parameters. */
1477
+ export interface FirewallRulesUpdateOptionalParams
1478
+ extends coreClient.OperationOptions {
1479
+ /** Parameters supplied to update the firewall rule. */
1480
+ parameters?: UpdateFirewallRuleParameters;
1481
+ }
2222
1482
 
2223
- /**
2224
- * The response body as parsed JSON or XML
2225
- */
2226
- parsedBody: FirewallRule;
2227
- };
2228
- };
1483
+ /** Contains response data for the update operation. */
1484
+ export type FirewallRulesUpdateResponse = FirewallRule;
2229
1485
 
2230
- /**
2231
- * Contains response data for the update operation.
2232
- */
2233
- export type FirewallRulesUpdateResponse = FirewallRule & {
2234
- /**
2235
- * The underlying HTTP response.
2236
- */
2237
- _response: msRest.HttpResponse & {
2238
- /**
2239
- * The response body as text (string format)
2240
- */
2241
- bodyAsText: string;
1486
+ /** Optional parameters. */
1487
+ export interface FirewallRulesDeleteOptionalParams
1488
+ extends coreClient.OperationOptions {}
2242
1489
 
2243
- /**
2244
- * The response body as parsed JSON or XML
2245
- */
2246
- parsedBody: FirewallRule;
2247
- };
2248
- };
1490
+ /** Optional parameters. */
1491
+ export interface FirewallRulesListByAccountNextOptionalParams
1492
+ extends coreClient.OperationOptions {}
2249
1493
 
2250
- /**
2251
- * Contains response data for the listByAccountNext operation.
2252
- */
2253
- export type FirewallRulesListByAccountNextResponse = FirewallRuleListResult & {
2254
- /**
2255
- * The underlying HTTP response.
2256
- */
2257
- _response: msRest.HttpResponse & {
2258
- /**
2259
- * The response body as text (string format)
2260
- */
2261
- bodyAsText: string;
1494
+ /** Contains response data for the listByAccountNext operation. */
1495
+ export type FirewallRulesListByAccountNextResponse = FirewallRuleListResult;
2262
1496
 
2263
- /**
2264
- * The response body as parsed JSON or XML
2265
- */
2266
- parsedBody: FirewallRuleListResult;
2267
- };
2268
- };
1497
+ /** Optional parameters. */
1498
+ export interface OperationsListOptionalParams
1499
+ extends coreClient.OperationOptions {}
2269
1500
 
2270
- /**
2271
- * Contains response data for the list operation.
2272
- */
2273
- export type OperationsListResponse = OperationListResult & {
2274
- /**
2275
- * The underlying HTTP response.
2276
- */
2277
- _response: msRest.HttpResponse & {
2278
- /**
2279
- * The response body as text (string format)
2280
- */
2281
- bodyAsText: string;
1501
+ /** Contains response data for the list operation. */
1502
+ export type OperationsListResponse = OperationListResult;
2282
1503
 
2283
- /**
2284
- * The response body as parsed JSON or XML
2285
- */
2286
- parsedBody: OperationListResult;
2287
- };
2288
- };
1504
+ /** Optional parameters. */
1505
+ export interface LocationsGetCapabilityOptionalParams
1506
+ extends coreClient.OperationOptions {}
2289
1507
 
2290
- /**
2291
- * Contains response data for the getCapability operation.
2292
- */
2293
- export type LocationsGetCapabilityResponse = CapabilityInformation & {
2294
- /**
2295
- * The underlying HTTP response.
2296
- */
2297
- _response: msRest.HttpResponse & {
2298
- /**
2299
- * The response body as text (string format)
2300
- */
2301
- bodyAsText: string;
1508
+ /** Contains response data for the getCapability operation. */
1509
+ export type LocationsGetCapabilityResponse = CapabilityInformation;
2302
1510
 
2303
- /**
2304
- * The response body as parsed JSON or XML
2305
- */
2306
- parsedBody: CapabilityInformation;
2307
- };
2308
- };
1511
+ /** Optional parameters. */
1512
+ export interface DataLakeAnalyticsAccountManagementClientOptionalParams
1513
+ extends coreClient.ServiceClientOptions {
1514
+ /** server parameter */
1515
+ $host?: string;
1516
+ /** Api Version */
1517
+ apiVersion?: string;
1518
+ /** Overrides client endpoint. */
1519
+ endpoint?: string;
1520
+ }