@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
@@ -1,188 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as msRestAzure from "@azure/ms-rest-azure-js";
3
- import * as Models from "../models";
4
- import { DataLakeAnalyticsAccountManagementClientContext } from "../dataLakeAnalyticsAccountManagementClientContext";
5
- /** Class representing a Accounts. */
6
- export declare class Accounts {
7
- private readonly client;
8
- /**
9
- * Create a Accounts.
10
- * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: DataLakeAnalyticsAccountManagementClientContext);
13
- /**
14
- * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
15
- * This includes a link to the next page, if any.
16
- * @param [options] The optional parameters
17
- * @returns Promise<Models.AccountsListResponse>
18
- */
19
- list(options?: Models.AccountsListOptionalParams): Promise<Models.AccountsListResponse>;
20
- /**
21
- * @param callback The callback
22
- */
23
- list(callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;
24
- /**
25
- * @param options The optional parameters
26
- * @param callback The callback
27
- */
28
- list(options: Models.AccountsListOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;
29
- /**
30
- * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
31
- * This includes a link to the next page, if any.
32
- * @param resourceGroupName The name of the Azure resource group.
33
- * @param [options] The optional parameters
34
- * @returns Promise<Models.AccountsListByResourceGroupResponse>
35
- */
36
- listByResourceGroup(resourceGroupName: string, options?: Models.AccountsListByResourceGroupOptionalParams): Promise<Models.AccountsListByResourceGroupResponse>;
37
- /**
38
- * @param resourceGroupName The name of the Azure resource group.
39
- * @param callback The callback
40
- */
41
- listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;
42
- /**
43
- * @param resourceGroupName The name of the Azure resource group.
44
- * @param options The optional parameters
45
- * @param callback The callback
46
- */
47
- listByResourceGroup(resourceGroupName: string, options: Models.AccountsListByResourceGroupOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;
48
- /**
49
- * Creates the specified Data Lake Analytics account. This supplies the user with computation
50
- * services for Data Lake Analytics workloads.
51
- * @param resourceGroupName The name of the Azure resource group.
52
- * @param accountName The name of the Data Lake Analytics account.
53
- * @param parameters Parameters supplied to create a new Data Lake Analytics account.
54
- * @param [options] The optional parameters
55
- * @returns Promise<Models.AccountsCreateResponse>
56
- */
57
- create(resourceGroupName: string, accountName: string, parameters: Models.CreateDataLakeAnalyticsAccountParameters, options?: msRest.RequestOptionsBase): Promise<Models.AccountsCreateResponse>;
58
- /**
59
- * Gets details of the specified Data Lake Analytics account.
60
- * @param resourceGroupName The name of the Azure resource group.
61
- * @param accountName The name of the Data Lake Analytics account.
62
- * @param [options] The optional parameters
63
- * @returns Promise<Models.AccountsGetResponse>
64
- */
65
- get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsGetResponse>;
66
- /**
67
- * @param resourceGroupName The name of the Azure resource group.
68
- * @param accountName The name of the Data Lake Analytics account.
69
- * @param callback The callback
70
- */
71
- get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccount>): void;
72
- /**
73
- * @param resourceGroupName The name of the Azure resource group.
74
- * @param accountName The name of the Data Lake Analytics account.
75
- * @param options The optional parameters
76
- * @param callback The callback
77
- */
78
- get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccount>): void;
79
- /**
80
- * Updates the Data Lake Analytics account object specified by the accountName with the contents of
81
- * the account object.
82
- * @param resourceGroupName The name of the Azure resource group.
83
- * @param accountName The name of the Data Lake Analytics account.
84
- * @param [options] The optional parameters
85
- * @returns Promise<Models.AccountsUpdateResponse>
86
- */
87
- update(resourceGroupName: string, accountName: string, options?: Models.AccountsUpdateOptionalParams): Promise<Models.AccountsUpdateResponse>;
88
- /**
89
- * Begins the delete process for the Data Lake Analytics account object specified by the account
90
- * name.
91
- * @param resourceGroupName The name of the Azure resource group.
92
- * @param accountName The name of the Data Lake Analytics account.
93
- * @param [options] The optional parameters
94
- * @returns Promise<msRest.RestResponse>
95
- */
96
- deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
97
- /**
98
- * Checks whether the specified account name is available or taken.
99
- * @param location The resource location without whitespace.
100
- * @param parameters Parameters supplied to check the Data Lake Analytics account name
101
- * availability.
102
- * @param [options] The optional parameters
103
- * @returns Promise<Models.AccountsCheckNameAvailabilityResponse>
104
- */
105
- checkNameAvailability(location: string, parameters: Models.CheckNameAvailabilityParameters, options?: msRest.RequestOptionsBase): Promise<Models.AccountsCheckNameAvailabilityResponse>;
106
- /**
107
- * @param location The resource location without whitespace.
108
- * @param parameters Parameters supplied to check the Data Lake Analytics account name
109
- * availability.
110
- * @param callback The callback
111
- */
112
- checkNameAvailability(location: string, parameters: Models.CheckNameAvailabilityParameters, callback: msRest.ServiceCallback<Models.NameAvailabilityInformation>): void;
113
- /**
114
- * @param location The resource location without whitespace.
115
- * @param parameters Parameters supplied to check the Data Lake Analytics account name
116
- * availability.
117
- * @param options The optional parameters
118
- * @param callback The callback
119
- */
120
- checkNameAvailability(location: string, parameters: Models.CheckNameAvailabilityParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.NameAvailabilityInformation>): void;
121
- /**
122
- * Creates the specified Data Lake Analytics account. This supplies the user with computation
123
- * services for Data Lake Analytics workloads.
124
- * @param resourceGroupName The name of the Azure resource group.
125
- * @param accountName The name of the Data Lake Analytics account.
126
- * @param parameters Parameters supplied to create a new Data Lake Analytics account.
127
- * @param [options] The optional parameters
128
- * @returns Promise<msRestAzure.LROPoller>
129
- */
130
- beginCreate(resourceGroupName: string, accountName: string, parameters: Models.CreateDataLakeAnalyticsAccountParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
131
- /**
132
- * Updates the Data Lake Analytics account object specified by the accountName with the contents of
133
- * the account object.
134
- * @param resourceGroupName The name of the Azure resource group.
135
- * @param accountName The name of the Data Lake Analytics account.
136
- * @param [options] The optional parameters
137
- * @returns Promise<msRestAzure.LROPoller>
138
- */
139
- beginUpdate(resourceGroupName: string, accountName: string, options?: Models.AccountsBeginUpdateOptionalParams): Promise<msRestAzure.LROPoller>;
140
- /**
141
- * Begins the delete process for the Data Lake Analytics account object specified by the account
142
- * name.
143
- * @param resourceGroupName The name of the Azure resource group.
144
- * @param accountName The name of the Data Lake Analytics account.
145
- * @param [options] The optional parameters
146
- * @returns Promise<msRestAzure.LROPoller>
147
- */
148
- beginDeleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
149
- /**
150
- * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription.
151
- * This includes a link to the next page, if any.
152
- * @param nextPageLink The NextLink from the previous successful call to List operation.
153
- * @param [options] The optional parameters
154
- * @returns Promise<Models.AccountsListNextResponse>
155
- */
156
- listNext(nextPageLink: string, options?: Models.AccountsListNextOptionalParams): Promise<Models.AccountsListNextResponse>;
157
- /**
158
- * @param nextPageLink The NextLink from the previous successful call to List operation.
159
- * @param callback The callback
160
- */
161
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;
162
- /**
163
- * @param nextPageLink The NextLink from the previous successful call to List operation.
164
- * @param options The optional parameters
165
- * @param callback The callback
166
- */
167
- listNext(nextPageLink: string, options: Models.AccountsListNextOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;
168
- /**
169
- * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group.
170
- * This includes a link to the next page, if any.
171
- * @param nextPageLink The NextLink from the previous successful call to List operation.
172
- * @param [options] The optional parameters
173
- * @returns Promise<Models.AccountsListByResourceGroupNextResponse>
174
- */
175
- listByResourceGroupNext(nextPageLink: string, options?: Models.AccountsListByResourceGroupNextOptionalParams): Promise<Models.AccountsListByResourceGroupNextResponse>;
176
- /**
177
- * @param nextPageLink The NextLink from the previous successful call to List operation.
178
- * @param callback The callback
179
- */
180
- listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;
181
- /**
182
- * @param nextPageLink The NextLink from the previous successful call to List operation.
183
- * @param options The optional parameters
184
- * @param callback The callback
185
- */
186
- listByResourceGroupNext(nextPageLink: string, options: Models.AccountsListByResourceGroupNextOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeAnalyticsAccountListResult>): void;
187
- }
188
- //# sourceMappingURL=accounts.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../src/operations/accounts.ts"],"names":[],"mappings":"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"}
@@ -1,406 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is
7
- * regenerated.
8
- */
9
- import { __assign } from "tslib";
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/accountsMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a Accounts. */
14
- var Accounts = /** @class */ (function () {
15
- /**
16
- * Create a Accounts.
17
- * @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
18
- */
19
- function Accounts(client) {
20
- this.client = client;
21
- }
22
- Accounts.prototype.list = function (options, callback) {
23
- return this.client.sendOperationRequest({
24
- options: options
25
- }, listOperationSpec, callback);
26
- };
27
- Accounts.prototype.listByResourceGroup = function (resourceGroupName, options, callback) {
28
- return this.client.sendOperationRequest({
29
- resourceGroupName: resourceGroupName,
30
- options: options
31
- }, listByResourceGroupOperationSpec, callback);
32
- };
33
- /**
34
- * Creates the specified Data Lake Analytics account. This supplies the user with computation
35
- * services for Data Lake Analytics workloads.
36
- * @param resourceGroupName The name of the Azure resource group.
37
- * @param accountName The name of the Data Lake Analytics account.
38
- * @param parameters Parameters supplied to create a new Data Lake Analytics account.
39
- * @param [options] The optional parameters
40
- * @returns Promise<Models.AccountsCreateResponse>
41
- */
42
- Accounts.prototype.create = function (resourceGroupName, accountName, parameters, options) {
43
- return this.beginCreate(resourceGroupName, accountName, parameters, options)
44
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
45
- };
46
- Accounts.prototype.get = function (resourceGroupName, accountName, options, callback) {
47
- return this.client.sendOperationRequest({
48
- resourceGroupName: resourceGroupName,
49
- accountName: accountName,
50
- options: options
51
- }, getOperationSpec, callback);
52
- };
53
- /**
54
- * Updates the Data Lake Analytics account object specified by the accountName with the contents of
55
- * the account object.
56
- * @param resourceGroupName The name of the Azure resource group.
57
- * @param accountName The name of the Data Lake Analytics account.
58
- * @param [options] The optional parameters
59
- * @returns Promise<Models.AccountsUpdateResponse>
60
- */
61
- Accounts.prototype.update = function (resourceGroupName, accountName, options) {
62
- return this.beginUpdate(resourceGroupName, accountName, options)
63
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
64
- };
65
- /**
66
- * Begins the delete process for the Data Lake Analytics account object specified by the account
67
- * name.
68
- * @param resourceGroupName The name of the Azure resource group.
69
- * @param accountName The name of the Data Lake Analytics account.
70
- * @param [options] The optional parameters
71
- * @returns Promise<msRest.RestResponse>
72
- */
73
- Accounts.prototype.deleteMethod = function (resourceGroupName, accountName, options) {
74
- return this.beginDeleteMethod(resourceGroupName, accountName, options)
75
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
76
- };
77
- Accounts.prototype.checkNameAvailability = function (location, parameters, options, callback) {
78
- return this.client.sendOperationRequest({
79
- location: location,
80
- parameters: parameters,
81
- options: options
82
- }, checkNameAvailabilityOperationSpec, callback);
83
- };
84
- /**
85
- * Creates the specified Data Lake Analytics account. This supplies the user with computation
86
- * services for Data Lake Analytics workloads.
87
- * @param resourceGroupName The name of the Azure resource group.
88
- * @param accountName The name of the Data Lake Analytics account.
89
- * @param parameters Parameters supplied to create a new Data Lake Analytics account.
90
- * @param [options] The optional parameters
91
- * @returns Promise<msRestAzure.LROPoller>
92
- */
93
- Accounts.prototype.beginCreate = function (resourceGroupName, accountName, parameters, options) {
94
- return this.client.sendLRORequest({
95
- resourceGroupName: resourceGroupName,
96
- accountName: accountName,
97
- parameters: parameters,
98
- options: options
99
- }, beginCreateOperationSpec, options);
100
- };
101
- /**
102
- * Updates the Data Lake Analytics account object specified by the accountName with the contents of
103
- * the account object.
104
- * @param resourceGroupName The name of the Azure resource group.
105
- * @param accountName The name of the Data Lake Analytics account.
106
- * @param [options] The optional parameters
107
- * @returns Promise<msRestAzure.LROPoller>
108
- */
109
- Accounts.prototype.beginUpdate = function (resourceGroupName, accountName, options) {
110
- return this.client.sendLRORequest({
111
- resourceGroupName: resourceGroupName,
112
- accountName: accountName,
113
- options: options
114
- }, beginUpdateOperationSpec, options);
115
- };
116
- /**
117
- * Begins the delete process for the Data Lake Analytics account object specified by the account
118
- * name.
119
- * @param resourceGroupName The name of the Azure resource group.
120
- * @param accountName The name of the Data Lake Analytics account.
121
- * @param [options] The optional parameters
122
- * @returns Promise<msRestAzure.LROPoller>
123
- */
124
- Accounts.prototype.beginDeleteMethod = function (resourceGroupName, accountName, options) {
125
- return this.client.sendLRORequest({
126
- resourceGroupName: resourceGroupName,
127
- accountName: accountName,
128
- options: options
129
- }, beginDeleteMethodOperationSpec, options);
130
- };
131
- Accounts.prototype.listNext = function (nextPageLink, options, callback) {
132
- return this.client.sendOperationRequest({
133
- nextPageLink: nextPageLink,
134
- options: options
135
- }, listNextOperationSpec, callback);
136
- };
137
- Accounts.prototype.listByResourceGroupNext = function (nextPageLink, options, callback) {
138
- return this.client.sendOperationRequest({
139
- nextPageLink: nextPageLink,
140
- options: options
141
- }, listByResourceGroupNextOperationSpec, callback);
142
- };
143
- return Accounts;
144
- }());
145
- export { Accounts };
146
- // Operation Specifications
147
- var serializer = new msRest.Serializer(Mappers);
148
- var listOperationSpec = {
149
- httpMethod: "GET",
150
- path: "subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts",
151
- urlParameters: [
152
- Parameters.subscriptionId
153
- ],
154
- queryParameters: [
155
- Parameters.filter,
156
- Parameters.top,
157
- Parameters.skip,
158
- Parameters.select,
159
- Parameters.orderby,
160
- Parameters.count,
161
- Parameters.apiVersion
162
- ],
163
- headerParameters: [
164
- Parameters.acceptLanguage
165
- ],
166
- responses: {
167
- 200: {
168
- bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
169
- },
170
- default: {
171
- bodyMapper: Mappers.ErrorResponse
172
- }
173
- },
174
- serializer: serializer
175
- };
176
- var listByResourceGroupOperationSpec = {
177
- httpMethod: "GET",
178
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts",
179
- urlParameters: [
180
- Parameters.subscriptionId,
181
- Parameters.resourceGroupName
182
- ],
183
- queryParameters: [
184
- Parameters.filter,
185
- Parameters.top,
186
- Parameters.skip,
187
- Parameters.select,
188
- Parameters.orderby,
189
- Parameters.count,
190
- Parameters.apiVersion
191
- ],
192
- headerParameters: [
193
- Parameters.acceptLanguage
194
- ],
195
- responses: {
196
- 200: {
197
- bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
198
- },
199
- default: {
200
- bodyMapper: Mappers.ErrorResponse
201
- }
202
- },
203
- serializer: serializer
204
- };
205
- var getOperationSpec = {
206
- httpMethod: "GET",
207
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
208
- urlParameters: [
209
- Parameters.subscriptionId,
210
- Parameters.resourceGroupName,
211
- Parameters.accountName
212
- ],
213
- queryParameters: [
214
- Parameters.apiVersion
215
- ],
216
- headerParameters: [
217
- Parameters.acceptLanguage
218
- ],
219
- responses: {
220
- 200: {
221
- bodyMapper: Mappers.DataLakeAnalyticsAccount
222
- },
223
- default: {
224
- bodyMapper: Mappers.ErrorResponse
225
- }
226
- },
227
- serializer: serializer
228
- };
229
- var checkNameAvailabilityOperationSpec = {
230
- httpMethod: "POST",
231
- path: "subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability",
232
- urlParameters: [
233
- Parameters.subscriptionId,
234
- Parameters.location
235
- ],
236
- queryParameters: [
237
- Parameters.apiVersion
238
- ],
239
- headerParameters: [
240
- Parameters.acceptLanguage
241
- ],
242
- requestBody: {
243
- parameterPath: "parameters",
244
- mapper: __assign(__assign({}, Mappers.CheckNameAvailabilityParameters), { required: true })
245
- },
246
- responses: {
247
- 200: {
248
- bodyMapper: Mappers.NameAvailabilityInformation
249
- },
250
- default: {
251
- bodyMapper: Mappers.ErrorResponse
252
- }
253
- },
254
- serializer: serializer
255
- };
256
- var beginCreateOperationSpec = {
257
- httpMethod: "PUT",
258
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
259
- urlParameters: [
260
- Parameters.subscriptionId,
261
- Parameters.resourceGroupName,
262
- Parameters.accountName
263
- ],
264
- queryParameters: [
265
- Parameters.apiVersion
266
- ],
267
- headerParameters: [
268
- Parameters.acceptLanguage
269
- ],
270
- requestBody: {
271
- parameterPath: "parameters",
272
- mapper: __assign(__assign({}, Mappers.CreateDataLakeAnalyticsAccountParameters), { required: true })
273
- },
274
- responses: {
275
- 200: {
276
- bodyMapper: Mappers.DataLakeAnalyticsAccount
277
- },
278
- 201: {
279
- bodyMapper: Mappers.DataLakeAnalyticsAccount
280
- },
281
- default: {
282
- bodyMapper: Mappers.ErrorResponse
283
- }
284
- },
285
- serializer: serializer
286
- };
287
- var beginUpdateOperationSpec = {
288
- httpMethod: "PATCH",
289
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
290
- urlParameters: [
291
- Parameters.subscriptionId,
292
- Parameters.resourceGroupName,
293
- Parameters.accountName
294
- ],
295
- queryParameters: [
296
- Parameters.apiVersion
297
- ],
298
- headerParameters: [
299
- Parameters.acceptLanguage
300
- ],
301
- requestBody: {
302
- parameterPath: [
303
- "options",
304
- "parameters"
305
- ],
306
- mapper: Mappers.UpdateDataLakeAnalyticsAccountParameters
307
- },
308
- responses: {
309
- 200: {
310
- bodyMapper: Mappers.DataLakeAnalyticsAccount
311
- },
312
- 201: {
313
- bodyMapper: Mappers.DataLakeAnalyticsAccount
314
- },
315
- 202: {
316
- bodyMapper: Mappers.DataLakeAnalyticsAccount
317
- },
318
- default: {
319
- bodyMapper: Mappers.ErrorResponse
320
- }
321
- },
322
- serializer: serializer
323
- };
324
- var beginDeleteMethodOperationSpec = {
325
- httpMethod: "DELETE",
326
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
327
- urlParameters: [
328
- Parameters.subscriptionId,
329
- Parameters.resourceGroupName,
330
- Parameters.accountName
331
- ],
332
- queryParameters: [
333
- Parameters.apiVersion
334
- ],
335
- headerParameters: [
336
- Parameters.acceptLanguage
337
- ],
338
- responses: {
339
- 200: {},
340
- 202: {},
341
- 204: {},
342
- default: {
343
- bodyMapper: Mappers.ErrorResponse
344
- }
345
- },
346
- serializer: serializer
347
- };
348
- var listNextOperationSpec = {
349
- httpMethod: "GET",
350
- baseUrl: "https://management.azure.com",
351
- path: "{nextLink}",
352
- urlParameters: [
353
- Parameters.nextPageLink
354
- ],
355
- queryParameters: [
356
- Parameters.filter,
357
- Parameters.top,
358
- Parameters.skip,
359
- Parameters.select,
360
- Parameters.orderby,
361
- Parameters.count,
362
- Parameters.apiVersion
363
- ],
364
- headerParameters: [
365
- Parameters.acceptLanguage
366
- ],
367
- responses: {
368
- 200: {
369
- bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
370
- },
371
- default: {
372
- bodyMapper: Mappers.ErrorResponse
373
- }
374
- },
375
- serializer: serializer
376
- };
377
- var listByResourceGroupNextOperationSpec = {
378
- httpMethod: "GET",
379
- baseUrl: "https://management.azure.com",
380
- path: "{nextLink}",
381
- urlParameters: [
382
- Parameters.nextPageLink
383
- ],
384
- queryParameters: [
385
- Parameters.filter,
386
- Parameters.top,
387
- Parameters.skip,
388
- Parameters.select,
389
- Parameters.orderby,
390
- Parameters.count,
391
- Parameters.apiVersion
392
- ],
393
- headerParameters: [
394
- Parameters.acceptLanguage
395
- ],
396
- responses: {
397
- 200: {
398
- bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
399
- },
400
- default: {
401
- bodyMapper: Mappers.ErrorResponse
402
- }
403
- },
404
- serializer: serializer
405
- };
406
- //# sourceMappingURL=accounts.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../src/operations/accounts.ts"],"names":[],"mappings":"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"}