@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.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +69 -91
- package/dist/index.js +4780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts +22 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js +29 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts +17 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js +50 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1346 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +31 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +56 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1439 -1205
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +32 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +254 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +120 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +569 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/computePolicies.d.ts +76 -0
- package/dist-esm/src/operations/computePolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/computePolicies.js +280 -0
- package/dist-esm/src/operations/computePolicies.js.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js +250 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +72 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +270 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +20 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +53 -0
- package/dist-esm/src/operations/locations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +153 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +594 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/{src/models/locationsMappers.ts → dist-esm/src/operationsInterfaces/computePolicies.js} +2 -7
- package/dist-esm/src/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/{esm/models/locationsMappers.js → dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js} +2 -2
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +89 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-datalake-analytics.api.md +935 -0
- package/rollup.config.js +181 -30
- package/src/dataLakeAnalyticsAccountManagementClient.ts +45 -44
- package/src/dataLakeAnalyticsAccountManagementClientContext.ts +46 -43
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1160 -1948
- package/src/models/mappers.ts +1446 -1179
- package/src/models/parameters.ts +183 -93
- package/src/operations/accounts.ts +540 -372
- package/src/operations/computePolicies.ts +225 -254
- package/src/operations/dataLakeStoreAccounts.ts +213 -220
- package/src/operations/firewallRules.ts +222 -255
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +32 -44
- package/src/operations/operations.ts +24 -38
- package/src/operations/storageAccounts.ts +562 -476
- package/src/operationsInterfaces/accounts.ts +155 -0
- package/src/operationsInterfaces/computePolicies.ts +95 -0
- package/src/operationsInterfaces/dataLakeStoreAccounts.ts +73 -0
- package/src/operationsInterfaces/firewallRules.ts +92 -0
- package/src/operationsInterfaces/index.ts +15 -0
- package/src/operationsInterfaces/locations.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/storageAccounts.ts +147 -0
- package/tsconfig.json +3 -3
- package/types/arm-datalake-analytics.d.ts +1829 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datalake-analytics.js +0 -4239
- package/dist/arm-datalake-analytics.js.map +0 -1
- package/dist/arm-datalake-analytics.min.js +0 -1
- package/dist/arm-datalake-analytics.min.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts +0 -31
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.js +0 -44
- package/esm/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts +0 -23
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js +0 -61
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/computePoliciesMappers.d.ts +0 -2
- package/esm/models/computePoliciesMappers.d.ts.map +0 -1
- package/esm/models/computePoliciesMappers.js +0 -9
- package/esm/models/computePoliciesMappers.js.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.d.ts +0 -2
- package/esm/models/dataLakeStoreAccountsMappers.d.ts.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.js +0 -9
- package/esm/models/dataLakeStoreAccountsMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2162
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -56
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -20
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -208
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -188
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -406
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/computePolicies.d.ts +0 -158
- package/esm/operations/computePolicies.d.ts.map +0 -1
- package/esm/operations/computePolicies.js +0 -230
- package/esm/operations/computePolicies.js.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.d.ts +0 -128
- package/esm/operations/dataLakeStoreAccounts.d.ts.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.js +0 -200
- package/esm/operations/dataLakeStoreAccounts.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -152
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -230
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -32
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -56
- package/esm/operations/locations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -293
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -398
- package/esm/operations/storageAccounts.js.map +0 -1
- package/src/models/accountsMappers.ts +0 -38
- package/src/models/computePoliciesMappers.ts +0 -28
- package/src/models/dataLakeStoreAccountsMappers.ts +0 -27
- package/src/models/firewallRulesMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -21
- package/src/models/storageAccountsMappers.ts +0 -31
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { DataLakeAnalyticsAccountManagementClientContext } from "../dataLakeAnalyticsAccountManagementClientContext";
|
|
4
|
-
/** Class representing a ComputePolicies. */
|
|
5
|
-
export declare class ComputePolicies {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a ComputePolicies.
|
|
9
|
-
* @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: DataLakeAnalyticsAccountManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
|
14
|
-
* An account supports, at most, 50 policies
|
|
15
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
16
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.ComputePoliciesListByAccountResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComputePoliciesListByAccountResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
23
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
listByAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ComputePolicyListResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
29
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
30
|
-
* @param options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
listByAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComputePolicyListResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Creates or updates the specified compute policy. During update, the compute policy with the
|
|
36
|
-
* specified name will be replaced with this new compute policy. An account supports, at most, 50
|
|
37
|
-
* policies
|
|
38
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
39
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
40
|
-
* @param computePolicyName The name of the compute policy to create or update.
|
|
41
|
-
* @param parameters Parameters supplied to create or update the compute policy. The max degree of
|
|
42
|
-
* parallelism per job property, min priority per job property, or both must be present.
|
|
43
|
-
* @param [options] The optional parameters
|
|
44
|
-
* @returns Promise<Models.ComputePoliciesCreateOrUpdateResponse>
|
|
45
|
-
*/
|
|
46
|
-
createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: Models.CreateOrUpdateComputePolicyParameters, options?: msRest.RequestOptionsBase): Promise<Models.ComputePoliciesCreateOrUpdateResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
49
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
50
|
-
* @param computePolicyName The name of the compute policy to create or update.
|
|
51
|
-
* @param parameters Parameters supplied to create or update the compute policy. The max degree of
|
|
52
|
-
* parallelism per job property, min priority per job property, or both must be present.
|
|
53
|
-
* @param callback The callback
|
|
54
|
-
*/
|
|
55
|
-
createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: Models.CreateOrUpdateComputePolicyParameters, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;
|
|
56
|
-
/**
|
|
57
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
58
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
59
|
-
* @param computePolicyName The name of the compute policy to create or update.
|
|
60
|
-
* @param parameters Parameters supplied to create or update the compute policy. The max degree of
|
|
61
|
-
* parallelism per job property, min priority per job property, or both must be present.
|
|
62
|
-
* @param options The optional parameters
|
|
63
|
-
* @param callback The callback
|
|
64
|
-
*/
|
|
65
|
-
createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: Models.CreateOrUpdateComputePolicyParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;
|
|
66
|
-
/**
|
|
67
|
-
* Gets the specified Data Lake Analytics compute policy.
|
|
68
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
69
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
70
|
-
* @param computePolicyName The name of the compute policy to retrieve.
|
|
71
|
-
* @param [options] The optional parameters
|
|
72
|
-
* @returns Promise<Models.ComputePoliciesGetResponse>
|
|
73
|
-
*/
|
|
74
|
-
get(resourceGroupName: string, accountName: string, computePolicyName: string, options?: msRest.RequestOptionsBase): Promise<Models.ComputePoliciesGetResponse>;
|
|
75
|
-
/**
|
|
76
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
77
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
78
|
-
* @param computePolicyName The name of the compute policy to retrieve.
|
|
79
|
-
* @param callback The callback
|
|
80
|
-
*/
|
|
81
|
-
get(resourceGroupName: string, accountName: string, computePolicyName: string, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;
|
|
82
|
-
/**
|
|
83
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
84
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
85
|
-
* @param computePolicyName The name of the compute policy to retrieve.
|
|
86
|
-
* @param options The optional parameters
|
|
87
|
-
* @param callback The callback
|
|
88
|
-
*/
|
|
89
|
-
get(resourceGroupName: string, accountName: string, computePolicyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;
|
|
90
|
-
/**
|
|
91
|
-
* Updates the specified compute policy.
|
|
92
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
93
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
94
|
-
* @param computePolicyName The name of the compute policy to update.
|
|
95
|
-
* @param [options] The optional parameters
|
|
96
|
-
* @returns Promise<Models.ComputePoliciesUpdateResponse>
|
|
97
|
-
*/
|
|
98
|
-
update(resourceGroupName: string, accountName: string, computePolicyName: string, options?: Models.ComputePoliciesUpdateOptionalParams): Promise<Models.ComputePoliciesUpdateResponse>;
|
|
99
|
-
/**
|
|
100
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
101
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
102
|
-
* @param computePolicyName The name of the compute policy to update.
|
|
103
|
-
* @param callback The callback
|
|
104
|
-
*/
|
|
105
|
-
update(resourceGroupName: string, accountName: string, computePolicyName: string, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;
|
|
106
|
-
/**
|
|
107
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
108
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
109
|
-
* @param computePolicyName The name of the compute policy to update.
|
|
110
|
-
* @param options The optional parameters
|
|
111
|
-
* @param callback The callback
|
|
112
|
-
*/
|
|
113
|
-
update(resourceGroupName: string, accountName: string, computePolicyName: string, options: Models.ComputePoliciesUpdateOptionalParams, callback: msRest.ServiceCallback<Models.ComputePolicy>): void;
|
|
114
|
-
/**
|
|
115
|
-
* Deletes the specified compute policy from the specified Data Lake Analytics account
|
|
116
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
117
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
118
|
-
* @param computePolicyName The name of the compute policy to delete.
|
|
119
|
-
* @param [options] The optional parameters
|
|
120
|
-
* @returns Promise<msRest.RestResponse>
|
|
121
|
-
*/
|
|
122
|
-
deleteMethod(resourceGroupName: string, accountName: string, computePolicyName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
123
|
-
/**
|
|
124
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
125
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
126
|
-
* @param computePolicyName The name of the compute policy to delete.
|
|
127
|
-
* @param callback The callback
|
|
128
|
-
*/
|
|
129
|
-
deleteMethod(resourceGroupName: string, accountName: string, computePolicyName: string, callback: msRest.ServiceCallback<void>): void;
|
|
130
|
-
/**
|
|
131
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
132
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
133
|
-
* @param computePolicyName The name of the compute policy to delete.
|
|
134
|
-
* @param options The optional parameters
|
|
135
|
-
* @param callback The callback
|
|
136
|
-
*/
|
|
137
|
-
deleteMethod(resourceGroupName: string, accountName: string, computePolicyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
138
|
-
/**
|
|
139
|
-
* Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account.
|
|
140
|
-
* An account supports, at most, 50 policies
|
|
141
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
142
|
-
* @param [options] The optional parameters
|
|
143
|
-
* @returns Promise<Models.ComputePoliciesListByAccountNextResponse>
|
|
144
|
-
*/
|
|
145
|
-
listByAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ComputePoliciesListByAccountNextResponse>;
|
|
146
|
-
/**
|
|
147
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
148
|
-
* @param callback The callback
|
|
149
|
-
*/
|
|
150
|
-
listByAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ComputePolicyListResult>): void;
|
|
151
|
-
/**
|
|
152
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
153
|
-
* @param options The optional parameters
|
|
154
|
-
* @param callback The callback
|
|
155
|
-
*/
|
|
156
|
-
listByAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ComputePolicyListResult>): void;
|
|
157
|
-
}
|
|
158
|
-
//# sourceMappingURL=computePolicies.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computePolicies.d.ts","sourceRoot":"","sources":["../../src/operations/computePolicies.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,230 +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/computePoliciesMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a ComputePolicies. */
|
|
14
|
-
var ComputePolicies = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a ComputePolicies.
|
|
17
|
-
* @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function ComputePolicies(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
ComputePolicies.prototype.listByAccount = function (resourceGroupName, accountName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
accountName: accountName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listByAccountOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
ComputePolicies.prototype.createOrUpdate = function (resourceGroupName, accountName, computePolicyName, parameters, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
accountName: accountName,
|
|
33
|
-
computePolicyName: computePolicyName,
|
|
34
|
-
parameters: parameters,
|
|
35
|
-
options: options
|
|
36
|
-
}, createOrUpdateOperationSpec, callback);
|
|
37
|
-
};
|
|
38
|
-
ComputePolicies.prototype.get = function (resourceGroupName, accountName, computePolicyName, options, callback) {
|
|
39
|
-
return this.client.sendOperationRequest({
|
|
40
|
-
resourceGroupName: resourceGroupName,
|
|
41
|
-
accountName: accountName,
|
|
42
|
-
computePolicyName: computePolicyName,
|
|
43
|
-
options: options
|
|
44
|
-
}, getOperationSpec, callback);
|
|
45
|
-
};
|
|
46
|
-
ComputePolicies.prototype.update = function (resourceGroupName, accountName, computePolicyName, options, callback) {
|
|
47
|
-
return this.client.sendOperationRequest({
|
|
48
|
-
resourceGroupName: resourceGroupName,
|
|
49
|
-
accountName: accountName,
|
|
50
|
-
computePolicyName: computePolicyName,
|
|
51
|
-
options: options
|
|
52
|
-
}, updateOperationSpec, callback);
|
|
53
|
-
};
|
|
54
|
-
ComputePolicies.prototype.deleteMethod = function (resourceGroupName, accountName, computePolicyName, options, callback) {
|
|
55
|
-
return this.client.sendOperationRequest({
|
|
56
|
-
resourceGroupName: resourceGroupName,
|
|
57
|
-
accountName: accountName,
|
|
58
|
-
computePolicyName: computePolicyName,
|
|
59
|
-
options: options
|
|
60
|
-
}, deleteMethodOperationSpec, callback);
|
|
61
|
-
};
|
|
62
|
-
ComputePolicies.prototype.listByAccountNext = function (nextPageLink, options, callback) {
|
|
63
|
-
return this.client.sendOperationRequest({
|
|
64
|
-
nextPageLink: nextPageLink,
|
|
65
|
-
options: options
|
|
66
|
-
}, listByAccountNextOperationSpec, callback);
|
|
67
|
-
};
|
|
68
|
-
return ComputePolicies;
|
|
69
|
-
}());
|
|
70
|
-
export { ComputePolicies };
|
|
71
|
-
// Operation Specifications
|
|
72
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
73
|
-
var listByAccountOperationSpec = {
|
|
74
|
-
httpMethod: "GET",
|
|
75
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies",
|
|
76
|
-
urlParameters: [
|
|
77
|
-
Parameters.subscriptionId,
|
|
78
|
-
Parameters.resourceGroupName,
|
|
79
|
-
Parameters.accountName
|
|
80
|
-
],
|
|
81
|
-
queryParameters: [
|
|
82
|
-
Parameters.apiVersion
|
|
83
|
-
],
|
|
84
|
-
headerParameters: [
|
|
85
|
-
Parameters.acceptLanguage
|
|
86
|
-
],
|
|
87
|
-
responses: {
|
|
88
|
-
200: {
|
|
89
|
-
bodyMapper: Mappers.ComputePolicyListResult
|
|
90
|
-
},
|
|
91
|
-
default: {
|
|
92
|
-
bodyMapper: Mappers.ErrorResponse
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
serializer: serializer
|
|
96
|
-
};
|
|
97
|
-
var createOrUpdateOperationSpec = {
|
|
98
|
-
httpMethod: "PUT",
|
|
99
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}",
|
|
100
|
-
urlParameters: [
|
|
101
|
-
Parameters.subscriptionId,
|
|
102
|
-
Parameters.resourceGroupName,
|
|
103
|
-
Parameters.accountName,
|
|
104
|
-
Parameters.computePolicyName
|
|
105
|
-
],
|
|
106
|
-
queryParameters: [
|
|
107
|
-
Parameters.apiVersion
|
|
108
|
-
],
|
|
109
|
-
headerParameters: [
|
|
110
|
-
Parameters.acceptLanguage
|
|
111
|
-
],
|
|
112
|
-
requestBody: {
|
|
113
|
-
parameterPath: "parameters",
|
|
114
|
-
mapper: __assign(__assign({}, Mappers.CreateOrUpdateComputePolicyParameters), { required: true })
|
|
115
|
-
},
|
|
116
|
-
responses: {
|
|
117
|
-
200: {
|
|
118
|
-
bodyMapper: Mappers.ComputePolicy
|
|
119
|
-
},
|
|
120
|
-
default: {
|
|
121
|
-
bodyMapper: Mappers.ErrorResponse
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
serializer: serializer
|
|
125
|
-
};
|
|
126
|
-
var getOperationSpec = {
|
|
127
|
-
httpMethod: "GET",
|
|
128
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}",
|
|
129
|
-
urlParameters: [
|
|
130
|
-
Parameters.subscriptionId,
|
|
131
|
-
Parameters.resourceGroupName,
|
|
132
|
-
Parameters.accountName,
|
|
133
|
-
Parameters.computePolicyName
|
|
134
|
-
],
|
|
135
|
-
queryParameters: [
|
|
136
|
-
Parameters.apiVersion
|
|
137
|
-
],
|
|
138
|
-
headerParameters: [
|
|
139
|
-
Parameters.acceptLanguage
|
|
140
|
-
],
|
|
141
|
-
responses: {
|
|
142
|
-
200: {
|
|
143
|
-
bodyMapper: Mappers.ComputePolicy
|
|
144
|
-
},
|
|
145
|
-
default: {
|
|
146
|
-
bodyMapper: Mappers.ErrorResponse
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
serializer: serializer
|
|
150
|
-
};
|
|
151
|
-
var updateOperationSpec = {
|
|
152
|
-
httpMethod: "PATCH",
|
|
153
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}",
|
|
154
|
-
urlParameters: [
|
|
155
|
-
Parameters.subscriptionId,
|
|
156
|
-
Parameters.resourceGroupName,
|
|
157
|
-
Parameters.accountName,
|
|
158
|
-
Parameters.computePolicyName
|
|
159
|
-
],
|
|
160
|
-
queryParameters: [
|
|
161
|
-
Parameters.apiVersion
|
|
162
|
-
],
|
|
163
|
-
headerParameters: [
|
|
164
|
-
Parameters.acceptLanguage
|
|
165
|
-
],
|
|
166
|
-
requestBody: {
|
|
167
|
-
parameterPath: [
|
|
168
|
-
"options",
|
|
169
|
-
"parameters"
|
|
170
|
-
],
|
|
171
|
-
mapper: Mappers.UpdateComputePolicyParameters
|
|
172
|
-
},
|
|
173
|
-
responses: {
|
|
174
|
-
200: {
|
|
175
|
-
bodyMapper: Mappers.ComputePolicy
|
|
176
|
-
},
|
|
177
|
-
default: {
|
|
178
|
-
bodyMapper: Mappers.ErrorResponse
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
serializer: serializer
|
|
182
|
-
};
|
|
183
|
-
var deleteMethodOperationSpec = {
|
|
184
|
-
httpMethod: "DELETE",
|
|
185
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}",
|
|
186
|
-
urlParameters: [
|
|
187
|
-
Parameters.subscriptionId,
|
|
188
|
-
Parameters.resourceGroupName,
|
|
189
|
-
Parameters.accountName,
|
|
190
|
-
Parameters.computePolicyName
|
|
191
|
-
],
|
|
192
|
-
queryParameters: [
|
|
193
|
-
Parameters.apiVersion
|
|
194
|
-
],
|
|
195
|
-
headerParameters: [
|
|
196
|
-
Parameters.acceptLanguage
|
|
197
|
-
],
|
|
198
|
-
responses: {
|
|
199
|
-
200: {},
|
|
200
|
-
204: {},
|
|
201
|
-
default: {
|
|
202
|
-
bodyMapper: Mappers.ErrorResponse
|
|
203
|
-
}
|
|
204
|
-
},
|
|
205
|
-
serializer: serializer
|
|
206
|
-
};
|
|
207
|
-
var listByAccountNextOperationSpec = {
|
|
208
|
-
httpMethod: "GET",
|
|
209
|
-
baseUrl: "https://management.azure.com",
|
|
210
|
-
path: "{nextLink}",
|
|
211
|
-
urlParameters: [
|
|
212
|
-
Parameters.nextPageLink
|
|
213
|
-
],
|
|
214
|
-
queryParameters: [
|
|
215
|
-
Parameters.apiVersion
|
|
216
|
-
],
|
|
217
|
-
headerParameters: [
|
|
218
|
-
Parameters.acceptLanguage
|
|
219
|
-
],
|
|
220
|
-
responses: {
|
|
221
|
-
200: {
|
|
222
|
-
bodyMapper: Mappers.ComputePolicyListResult
|
|
223
|
-
},
|
|
224
|
-
default: {
|
|
225
|
-
bodyMapper: Mappers.ErrorResponse
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
serializer: serializer
|
|
229
|
-
};
|
|
230
|
-
//# sourceMappingURL=computePolicies.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computePolicies.js","sourceRoot":"","sources":["../../src/operations/computePolicies.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { DataLakeAnalyticsAccountManagementClientContext } from "../dataLakeAnalyticsAccountManagementClientContext";
|
|
4
|
-
/** Class representing a DataLakeStoreAccounts. */
|
|
5
|
-
export declare class DataLakeStoreAccounts {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a DataLakeStoreAccounts.
|
|
9
|
-
* @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: DataLakeAnalyticsAccountManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics
|
|
14
|
-
* account. The response includes a link to the next page, if any.
|
|
15
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
16
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.DataLakeStoreAccountsListByAccountResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByAccount(resourceGroupName: string, accountName: string, options?: Models.DataLakeStoreAccountsListByAccountOptionalParams): Promise<Models.DataLakeStoreAccountsListByAccountResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
23
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
listByAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
29
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
30
|
-
* @param options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
listByAccount(resourceGroupName: string, accountName: string, options: Models.DataLakeStoreAccountsListByAccountOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Updates the specified Data Lake Analytics account to include the additional Data Lake Store
|
|
36
|
-
* account.
|
|
37
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
38
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
39
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to add.
|
|
40
|
-
* @param [options] The optional parameters
|
|
41
|
-
* @returns Promise<msRest.RestResponse>
|
|
42
|
-
*/
|
|
43
|
-
add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: Models.DataLakeStoreAccountsAddOptionalParams): Promise<msRest.RestResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
46
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
47
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to add.
|
|
48
|
-
* @param callback The callback
|
|
49
|
-
*/
|
|
50
|
-
add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: msRest.ServiceCallback<void>): void;
|
|
51
|
-
/**
|
|
52
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
53
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
54
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to add.
|
|
55
|
-
* @param options The optional parameters
|
|
56
|
-
* @param callback The callback
|
|
57
|
-
*/
|
|
58
|
-
add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: Models.DataLakeStoreAccountsAddOptionalParams, callback: msRest.ServiceCallback<void>): void;
|
|
59
|
-
/**
|
|
60
|
-
* Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
|
61
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
62
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
63
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to retrieve
|
|
64
|
-
* @param [options] The optional parameters
|
|
65
|
-
* @returns Promise<Models.DataLakeStoreAccountsGetResponse>
|
|
66
|
-
*/
|
|
67
|
-
get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.DataLakeStoreAccountsGetResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
70
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
71
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to retrieve
|
|
72
|
-
* @param callback The callback
|
|
73
|
-
*/
|
|
74
|
-
get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformation>): void;
|
|
75
|
-
/**
|
|
76
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
77
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
78
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to retrieve
|
|
79
|
-
* @param options The optional parameters
|
|
80
|
-
* @param callback The callback
|
|
81
|
-
*/
|
|
82
|
-
get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformation>): void;
|
|
83
|
-
/**
|
|
84
|
-
* Updates the Data Lake Analytics account specified to remove the specified Data Lake Store
|
|
85
|
-
* account.
|
|
86
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
87
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
88
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to remove
|
|
89
|
-
* @param [options] The optional parameters
|
|
90
|
-
* @returns Promise<msRest.RestResponse>
|
|
91
|
-
*/
|
|
92
|
-
deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
93
|
-
/**
|
|
94
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
95
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
96
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to remove
|
|
97
|
-
* @param callback The callback
|
|
98
|
-
*/
|
|
99
|
-
deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, callback: msRest.ServiceCallback<void>): void;
|
|
100
|
-
/**
|
|
101
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
102
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
103
|
-
* @param dataLakeStoreAccountName The name of the Data Lake Store account to remove
|
|
104
|
-
* @param options The optional parameters
|
|
105
|
-
* @param callback The callback
|
|
106
|
-
*/
|
|
107
|
-
deleteMethod(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
108
|
-
/**
|
|
109
|
-
* Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics
|
|
110
|
-
* account. The response includes a link to the next page, if any.
|
|
111
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
112
|
-
* @param [options] The optional parameters
|
|
113
|
-
* @returns Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>
|
|
114
|
-
*/
|
|
115
|
-
listByAccountNext(nextPageLink: string, options?: Models.DataLakeStoreAccountsListByAccountNextOptionalParams): Promise<Models.DataLakeStoreAccountsListByAccountNextResponse>;
|
|
116
|
-
/**
|
|
117
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
118
|
-
* @param callback The callback
|
|
119
|
-
*/
|
|
120
|
-
listByAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): void;
|
|
121
|
-
/**
|
|
122
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
123
|
-
* @param options The optional parameters
|
|
124
|
-
* @param callback The callback
|
|
125
|
-
*/
|
|
126
|
-
listByAccountNext(nextPageLink: string, options: Models.DataLakeStoreAccountsListByAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.DataLakeStoreAccountInformationListResult>): void;
|
|
127
|
-
}
|
|
128
|
-
//# sourceMappingURL=dataLakeStoreAccounts.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dataLakeStoreAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/dataLakeStoreAccounts.ts"],"names":[],"mappings":"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"}
|