@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,56 +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 * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/locationsMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a Locations. */
|
|
13
|
-
var Locations = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a Locations.
|
|
16
|
-
* @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function Locations(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
Locations.prototype.getCapability = function (location, options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
location: location,
|
|
24
|
-
options: options
|
|
25
|
-
}, getCapabilityOperationSpec, callback);
|
|
26
|
-
};
|
|
27
|
-
return Locations;
|
|
28
|
-
}());
|
|
29
|
-
export { Locations };
|
|
30
|
-
// Operation Specifications
|
|
31
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
32
|
-
var getCapabilityOperationSpec = {
|
|
33
|
-
httpMethod: "GET",
|
|
34
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability",
|
|
35
|
-
urlParameters: [
|
|
36
|
-
Parameters.subscriptionId,
|
|
37
|
-
Parameters.location
|
|
38
|
-
],
|
|
39
|
-
queryParameters: [
|
|
40
|
-
Parameters.apiVersion
|
|
41
|
-
],
|
|
42
|
-
headerParameters: [
|
|
43
|
-
Parameters.acceptLanguage
|
|
44
|
-
],
|
|
45
|
-
responses: {
|
|
46
|
-
200: {
|
|
47
|
-
bodyMapper: Mappers.CapabilityInformation
|
|
48
|
-
},
|
|
49
|
-
404: {},
|
|
50
|
-
default: {
|
|
51
|
-
bodyMapper: Mappers.ErrorResponse
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
serializer: serializer
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=locations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"locations.js","sourceRoot":"","sources":["../../src/operations/locations.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,sCAAsC;AACtC;IAGE;;;OAGG;IACH,mBAAY,MAAuD;QACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAqBD,iCAAa,GAAb,UAAc,QAAgB,EAAE,OAA0F,EAAE,QAA+D;QACzL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,QAAQ,UAAA;YACR,OAAO,SAAA;SACR,EACD,0BAA0B,EAC1B,QAAQ,CAAmD,CAAC;IAChE,CAAC;IACH,gBAAC;AAAD,CAAC,AAvCD,IAuCC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,0BAA0B,GAAyB;IACvD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,sGAAsG;IAC5G,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,QAAQ;KACpB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,28 +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 Operations. */
|
|
5
|
-
export declare class Operations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Operations.
|
|
9
|
-
* @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: DataLakeAnalyticsAccountManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists all of the available Data Lake Analytics REST API operations.
|
|
14
|
-
* @param [options] The optional parameters
|
|
15
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
16
|
-
*/
|
|
17
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;
|
|
18
|
-
/**
|
|
19
|
-
* @param callback The callback
|
|
20
|
-
*/
|
|
21
|
-
list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
22
|
-
/**
|
|
23
|
-
* @param options The optional parameters
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
27
|
-
}
|
|
28
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,+CAA+C,EAAE,MAAM,oDAAoD,CAAC;AAErH,uCAAuC;AACvC,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkD;IAEzE;;;OAGG;gBACS,MAAM,EAAE,+CAA+C;IAInE;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACjF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACxE;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;CAS7G"}
|
|
@@ -1,50 +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 * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/operationsMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a Operations. */
|
|
13
|
-
var Operations = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a Operations.
|
|
16
|
-
* @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function Operations(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
Operations.prototype.list = function (options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
options: options
|
|
24
|
-
}, listOperationSpec, callback);
|
|
25
|
-
};
|
|
26
|
-
return Operations;
|
|
27
|
-
}());
|
|
28
|
-
export { Operations };
|
|
29
|
-
// Operation Specifications
|
|
30
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
31
|
-
var listOperationSpec = {
|
|
32
|
-
httpMethod: "GET",
|
|
33
|
-
path: "providers/Microsoft.DataLakeAnalytics/operations",
|
|
34
|
-
queryParameters: [
|
|
35
|
-
Parameters.apiVersion
|
|
36
|
-
],
|
|
37
|
-
headerParameters: [
|
|
38
|
-
Parameters.acceptLanguage
|
|
39
|
-
],
|
|
40
|
-
responses: {
|
|
41
|
-
200: {
|
|
42
|
-
bodyMapper: Mappers.OperationListResult
|
|
43
|
-
},
|
|
44
|
-
default: {
|
|
45
|
-
bodyMapper: Mappers.ErrorResponse
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
serializer: serializer
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operations/operations.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,6BAA6B,CAAC;AACvD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,uCAAuC;AACvC;IAGE;;;OAGG;IACH,oBAAY,MAAuD;QACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAiBD,yBAAI,GAAJ,UAAK,OAAwF,EAAE,QAA6D;QAC1J,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IACH,iBAAC;AAAD,CAAC,AAlCD,IAkCC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,kDAAkD;IACxD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,293 +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 StorageAccounts. */
|
|
5
|
-
export declare class StorageAccounts {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a StorageAccounts.
|
|
9
|
-
* @param {DataLakeAnalyticsAccountManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: DataLakeAnalyticsAccountManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake
|
|
14
|
-
* Analytics 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.StorageAccountsListByAccountResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByAccount(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsListByAccountOptionalParams): Promise<Models.StorageAccountsListByAccountResponse>;
|
|
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.StorageAccountInformationListResult>): 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.StorageAccountsListByAccountOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
|
36
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
37
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
38
|
-
* @param storageAccountName The name of the Azure Storage account to add
|
|
39
|
-
* @param parameters The parameters containing the access key and optional suffix for the Azure
|
|
40
|
-
* Storage Account.
|
|
41
|
-
* @param [options] The optional parameters
|
|
42
|
-
* @returns Promise<msRest.RestResponse>
|
|
43
|
-
*/
|
|
44
|
-
add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: Models.AddStorageAccountParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
45
|
-
/**
|
|
46
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
47
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
48
|
-
* @param storageAccountName The name of the Azure Storage account to add
|
|
49
|
-
* @param parameters The parameters containing the access key and optional suffix for the Azure
|
|
50
|
-
* Storage Account.
|
|
51
|
-
* @param callback The callback
|
|
52
|
-
*/
|
|
53
|
-
add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: Models.AddStorageAccountParameters, callback: msRest.ServiceCallback<void>): void;
|
|
54
|
-
/**
|
|
55
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
56
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
57
|
-
* @param storageAccountName The name of the Azure Storage account to add
|
|
58
|
-
* @param parameters The parameters containing the access key and optional suffix for the Azure
|
|
59
|
-
* Storage Account.
|
|
60
|
-
* @param options The optional parameters
|
|
61
|
-
* @param callback The callback
|
|
62
|
-
*/
|
|
63
|
-
add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: Models.AddStorageAccountParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
64
|
-
/**
|
|
65
|
-
* Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
|
66
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
67
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
68
|
-
* @param storageAccountName The name of the Azure Storage account for which to retrieve the
|
|
69
|
-
* details.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<Models.StorageAccountsGetResponse>
|
|
72
|
-
*/
|
|
73
|
-
get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsGetResponse>;
|
|
74
|
-
/**
|
|
75
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
76
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
77
|
-
* @param storageAccountName The name of the Azure Storage account for which to retrieve the
|
|
78
|
-
* details.
|
|
79
|
-
* @param callback The callback
|
|
80
|
-
*/
|
|
81
|
-
get(resourceGroupName: string, accountName: string, storageAccountName: string, callback: msRest.ServiceCallback<Models.StorageAccountInformation>): 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 storageAccountName The name of the Azure Storage account for which to retrieve the
|
|
86
|
-
* details.
|
|
87
|
-
* @param options The optional parameters
|
|
88
|
-
* @param callback The callback
|
|
89
|
-
*/
|
|
90
|
-
get(resourceGroupName: string, accountName: string, storageAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountInformation>): void;
|
|
91
|
-
/**
|
|
92
|
-
* Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as
|
|
93
|
-
* the access key and/or suffix.
|
|
94
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
95
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
96
|
-
* @param storageAccountName The Azure Storage account to modify
|
|
97
|
-
* @param [options] The optional parameters
|
|
98
|
-
* @returns Promise<msRest.RestResponse>
|
|
99
|
-
*/
|
|
100
|
-
update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: Models.StorageAccountsUpdateOptionalParams): Promise<msRest.RestResponse>;
|
|
101
|
-
/**
|
|
102
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
103
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
104
|
-
* @param storageAccountName The Azure Storage account to modify
|
|
105
|
-
* @param callback The callback
|
|
106
|
-
*/
|
|
107
|
-
update(resourceGroupName: string, accountName: string, storageAccountName: string, callback: msRest.ServiceCallback<void>): void;
|
|
108
|
-
/**
|
|
109
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
110
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
111
|
-
* @param storageAccountName The Azure Storage account to modify
|
|
112
|
-
* @param options The optional parameters
|
|
113
|
-
* @param callback The callback
|
|
114
|
-
*/
|
|
115
|
-
update(resourceGroupName: string, accountName: string, storageAccountName: string, options: Models.StorageAccountsUpdateOptionalParams, callback: msRest.ServiceCallback<void>): void;
|
|
116
|
-
/**
|
|
117
|
-
* Updates the specified Data Lake Analytics account to remove an Azure Storage account.
|
|
118
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
119
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
120
|
-
* @param storageAccountName The name of the Azure Storage account to remove
|
|
121
|
-
* @param [options] The optional parameters
|
|
122
|
-
* @returns Promise<msRest.RestResponse>
|
|
123
|
-
*/
|
|
124
|
-
deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
125
|
-
/**
|
|
126
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
127
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
128
|
-
* @param storageAccountName The name of the Azure Storage account to remove
|
|
129
|
-
* @param callback The callback
|
|
130
|
-
*/
|
|
131
|
-
deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, callback: msRest.ServiceCallback<void>): void;
|
|
132
|
-
/**
|
|
133
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
134
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
135
|
-
* @param storageAccountName The name of the Azure Storage account to remove
|
|
136
|
-
* @param options The optional parameters
|
|
137
|
-
* @param callback The callback
|
|
138
|
-
*/
|
|
139
|
-
deleteMethod(resourceGroupName: string, accountName: string, storageAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
140
|
-
/**
|
|
141
|
-
* Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics
|
|
142
|
-
* and Azure Storage account combination. The response includes a link to the next page of results,
|
|
143
|
-
* if any.
|
|
144
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
145
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
146
|
-
* @param storageAccountName The name of the Azure storage account from which to list blob
|
|
147
|
-
* containers.
|
|
148
|
-
* @param [options] The optional parameters
|
|
149
|
-
* @returns Promise<Models.StorageAccountsListStorageContainersResponse>
|
|
150
|
-
*/
|
|
151
|
-
listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListStorageContainersResponse>;
|
|
152
|
-
/**
|
|
153
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
154
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
155
|
-
* @param storageAccountName The name of the Azure storage account from which to list blob
|
|
156
|
-
* containers.
|
|
157
|
-
* @param callback The callback
|
|
158
|
-
*/
|
|
159
|
-
listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, callback: msRest.ServiceCallback<Models.StorageContainerListResult>): void;
|
|
160
|
-
/**
|
|
161
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
162
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
163
|
-
* @param storageAccountName The name of the Azure storage account from which to list blob
|
|
164
|
-
* containers.
|
|
165
|
-
* @param options The optional parameters
|
|
166
|
-
* @param callback The callback
|
|
167
|
-
*/
|
|
168
|
-
listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageContainerListResult>): void;
|
|
169
|
-
/**
|
|
170
|
-
* Gets the specified Azure Storage container associated with the given Data Lake Analytics and
|
|
171
|
-
* Azure Storage accounts.
|
|
172
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
173
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
174
|
-
* @param storageAccountName The name of the Azure storage account from which to retrieve the blob
|
|
175
|
-
* container.
|
|
176
|
-
* @param containerName The name of the Azure storage container to retrieve
|
|
177
|
-
* @param [options] The optional parameters
|
|
178
|
-
* @returns Promise<Models.StorageAccountsGetStorageContainerResponse>
|
|
179
|
-
*/
|
|
180
|
-
getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsGetStorageContainerResponse>;
|
|
181
|
-
/**
|
|
182
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
183
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
184
|
-
* @param storageAccountName The name of the Azure storage account from which to retrieve the blob
|
|
185
|
-
* container.
|
|
186
|
-
* @param containerName The name of the Azure storage container to retrieve
|
|
187
|
-
* @param callback The callback
|
|
188
|
-
*/
|
|
189
|
-
getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, callback: msRest.ServiceCallback<Models.StorageContainer>): void;
|
|
190
|
-
/**
|
|
191
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
192
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
193
|
-
* @param storageAccountName The name of the Azure storage account from which to retrieve the blob
|
|
194
|
-
* container.
|
|
195
|
-
* @param containerName The name of the Azure storage container to retrieve
|
|
196
|
-
* @param options The optional parameters
|
|
197
|
-
* @param callback The callback
|
|
198
|
-
*/
|
|
199
|
-
getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageContainer>): void;
|
|
200
|
-
/**
|
|
201
|
-
* Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account
|
|
202
|
-
* and container combination.
|
|
203
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
204
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
205
|
-
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
206
|
-
* requested.
|
|
207
|
-
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
208
|
-
* requested.
|
|
209
|
-
* @param [options] The optional parameters
|
|
210
|
-
* @returns Promise<Models.StorageAccountsListSasTokensResponse>
|
|
211
|
-
*/
|
|
212
|
-
listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListSasTokensResponse>;
|
|
213
|
-
/**
|
|
214
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
215
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
216
|
-
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
217
|
-
* requested.
|
|
218
|
-
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
219
|
-
* requested.
|
|
220
|
-
* @param callback The callback
|
|
221
|
-
*/
|
|
222
|
-
listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, callback: msRest.ServiceCallback<Models.SasTokenInformationListResult>): void;
|
|
223
|
-
/**
|
|
224
|
-
* @param resourceGroupName The name of the Azure resource group.
|
|
225
|
-
* @param accountName The name of the Data Lake Analytics account.
|
|
226
|
-
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
227
|
-
* requested.
|
|
228
|
-
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
229
|
-
* requested.
|
|
230
|
-
* @param options The optional parameters
|
|
231
|
-
* @param callback The callback
|
|
232
|
-
*/
|
|
233
|
-
listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SasTokenInformationListResult>): void;
|
|
234
|
-
/**
|
|
235
|
-
* Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake
|
|
236
|
-
* Analytics account. The response includes a link to the next page, if any.
|
|
237
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
238
|
-
* @param [options] The optional parameters
|
|
239
|
-
* @returns Promise<Models.StorageAccountsListByAccountNextResponse>
|
|
240
|
-
*/
|
|
241
|
-
listByAccountNext(nextPageLink: string, options?: Models.StorageAccountsListByAccountNextOptionalParams): Promise<Models.StorageAccountsListByAccountNextResponse>;
|
|
242
|
-
/**
|
|
243
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
244
|
-
* @param callback The callback
|
|
245
|
-
*/
|
|
246
|
-
listByAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): void;
|
|
247
|
-
/**
|
|
248
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
249
|
-
* @param options The optional parameters
|
|
250
|
-
* @param callback The callback
|
|
251
|
-
*/
|
|
252
|
-
listByAccountNext(nextPageLink: string, options: Models.StorageAccountsListByAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccountInformationListResult>): void;
|
|
253
|
-
/**
|
|
254
|
-
* Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics
|
|
255
|
-
* and Azure Storage account combination. The response includes a link to the next page of results,
|
|
256
|
-
* if any.
|
|
257
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
258
|
-
* @param [options] The optional parameters
|
|
259
|
-
* @returns Promise<Models.StorageAccountsListStorageContainersNextResponse>
|
|
260
|
-
*/
|
|
261
|
-
listStorageContainersNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListStorageContainersNextResponse>;
|
|
262
|
-
/**
|
|
263
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
264
|
-
* @param callback The callback
|
|
265
|
-
*/
|
|
266
|
-
listStorageContainersNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageContainerListResult>): void;
|
|
267
|
-
/**
|
|
268
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
269
|
-
* @param options The optional parameters
|
|
270
|
-
* @param callback The callback
|
|
271
|
-
*/
|
|
272
|
-
listStorageContainersNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageContainerListResult>): void;
|
|
273
|
-
/**
|
|
274
|
-
* Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account
|
|
275
|
-
* and container combination.
|
|
276
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
277
|
-
* @param [options] The optional parameters
|
|
278
|
-
* @returns Promise<Models.StorageAccountsListSasTokensNextResponse>
|
|
279
|
-
*/
|
|
280
|
-
listSasTokensNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListSasTokensNextResponse>;
|
|
281
|
-
/**
|
|
282
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
283
|
-
* @param callback The callback
|
|
284
|
-
*/
|
|
285
|
-
listSasTokensNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.SasTokenInformationListResult>): void;
|
|
286
|
-
/**
|
|
287
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
288
|
-
* @param options The optional parameters
|
|
289
|
-
* @param callback The callback
|
|
290
|
-
*/
|
|
291
|
-
listSasTokensNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SasTokenInformationListResult>): void;
|
|
292
|
-
}
|
|
293
|
-
//# sourceMappingURL=storageAccounts.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storageAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/storageAccounts.ts"],"names":[],"mappings":"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"}
|