@azure/arm-datalake-analytics 2.0.0-beta.4 → 2.0.0-beta.5
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 +12 -2
- package/LICENSE +4 -4
- package/README.md +30 -18
- package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.d.ts +2 -2
- package/dist/browser/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.js +36 -24
- package/dist/browser/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +42 -42
- package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +184 -87
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
- package/dist/browser/operations/accounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.js +160 -187
- package/dist/browser/operations/accounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/computePolicies.d.ts +3 -3
- package/dist/browser/operations/computePolicies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/computePolicies.js +26 -41
- package/dist/browser/operations/computePolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.d.ts +3 -3
- package/dist/browser/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.js +26 -41
- package/dist/browser/operations/dataLakeStoreAccounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/firewallRules.d.ts +3 -3
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/firewallRules.js +26 -41
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/locations.d.ts +3 -3
- package/dist/browser/operations/locations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/locations.js +3 -2
- package/dist/browser/operations/locations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageAccounts.d.ts +3 -3
- package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageAccounts.js +70 -115
- package/dist/browser/operations/storageAccounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.d.ts +1 -1
- package/dist/browser/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/computePolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.d.ts +1 -1
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
- package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js +124 -0
- package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-datalake-analytics.d.ts → dist/commonjs/models/index.d.ts} +1357 -1840
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +45 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +56 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2396 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +32 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +257 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts +120 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -0
- package/dist/commonjs/operations/accounts.js +576 -0
- package/dist/commonjs/operations/accounts.js.map +1 -0
- package/dist/commonjs/operations/computePolicies.d.ts +76 -0
- package/dist/commonjs/operations/computePolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/computePolicies.js +282 -0
- package/dist/commonjs/operations/computePolicies.js.map +1 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.js +252 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +72 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +272 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locations.d.ts +20 -0
- package/dist/commonjs/operations/locations.d.ts.map +1 -0
- package/dist/commonjs/operations/locations.js +59 -0
- package/dist/commonjs/operations/locations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +52 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/storageAccounts.d.ts +153 -0
- package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/storageAccounts.js +588 -0
- package/dist/commonjs/operations/storageAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/computePolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.js +10 -0
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
- package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist/esm/dataLakeAnalyticsAccountManagementClient.js +119 -0
- package/dist/esm/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1357 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +42 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +56 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2392 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +32 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +254 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts +120 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -0
- package/dist/esm/operations/accounts.js +571 -0
- package/dist/esm/operations/accounts.js.map +1 -0
- package/dist/esm/operations/computePolicies.d.ts +76 -0
- package/dist/esm/operations/computePolicies.d.ts.map +1 -0
- package/dist/esm/operations/computePolicies.js +277 -0
- package/dist/esm/operations/computePolicies.js.map +1 -0
- package/dist/esm/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist/esm/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/esm/operations/dataLakeStoreAccounts.js +247 -0
- package/dist/esm/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +72 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +267 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locations.d.ts +20 -0
- package/dist/esm/operations/locations.d.ts.map +1 -0
- package/dist/esm/operations/locations.js +54 -0
- package/dist/esm/operations/locations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +47 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/storageAccounts.d.ts +153 -0
- package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operations/storageAccounts.js +583 -0
- package/dist/esm/operations/storageAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts +82 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.js +9 -0
- package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist/esm/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/computePolicies.js +9 -0
- package/dist/esm/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locations.js +9 -0
- package/dist/esm/operationsInterfaces/locations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
- package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js +119 -0
- package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1357 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +42 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +56 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2392 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +32 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +254 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts +120 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -0
- package/dist/react-native/operations/accounts.js +571 -0
- package/dist/react-native/operations/accounts.js.map +1 -0
- package/dist/react-native/operations/computePolicies.d.ts +76 -0
- package/dist/react-native/operations/computePolicies.d.ts.map +1 -0
- package/dist/react-native/operations/computePolicies.js +277 -0
- package/dist/react-native/operations/computePolicies.js.map +1 -0
- package/dist/react-native/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist/react-native/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/dataLakeStoreAccounts.js +247 -0
- package/dist/react-native/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +72 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +267 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locations.d.ts +20 -0
- package/dist/react-native/operations/locations.d.ts.map +1 -0
- package/dist/react-native/operations/locations.js +54 -0
- package/dist/react-native/operations/locations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +47 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/storageAccounts.d.ts +153 -0
- package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/storageAccounts.js +583 -0
- package/dist/react-native/operations/storageAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.js +9 -0
- package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/computePolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.js +9 -0
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +85 -76
- package/dist/index.js +0 -4972
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -34
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCreateSample.js +0 -64
- package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.js +0 -31
- package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -58
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.js +0 -57
- package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +0 -55
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesDeleteSample.js +0 -32
- package/dist-esm/samples-dev/computePoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesGetSample.js +0 -32
- package/dist-esm/samples-dev/computePoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesListByAccountSample.js +0 -45
- package/dist-esm/samples-dev/computePoliciesListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesUpdateSample.js +0 -37
- package/dist-esm/samples-dev/computePoliciesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js +0 -34
- package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js +0 -32
- package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js +0 -59
- package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -32
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -32
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByAccountSample.js +0 -45
- package/dist-esm/samples-dev/firewallRulesListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesUpdateSample.js +0 -37
- package/dist-esm/samples-dev/firewallRulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsGetCapabilitySample.js +0 -30
- package/dist-esm/samples-dev/locationsGetCapabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -29
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAddSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsAddSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetSample.js +0 -32
- package/dist-esm/samples-dev/storageAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js +0 -33
- package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByAccountSample.js +0 -59
- package/dist-esm/samples-dev/storageAccountsListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js +0 -47
- package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js +0 -46
- package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -37
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accounts.d.ts.map +0 -1
- package/dist-esm/src/operations/accounts.js.map +0 -1
- package/dist-esm/src/operations/computePolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/computePolicies.js.map +0 -1
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +0 -1
- package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallRules.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locations.d.ts.map +0 -1
- package/dist-esm/src/operations/locations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/storageAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/computePolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/datalake-analytics_examples.spec.d.ts +0 -4
- package/dist-esm/test/datalake-analytics_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/datalake-analytics_examples.spec.js +0 -55
- package/dist-esm/test/datalake-analytics_examples.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/dataLakeAnalyticsAccountManagementClient.ts +0 -169
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1532
- package/src/models/mappers.ts +0 -2447
- package/src/models/parameters.ts +0 -300
- package/src/operations/accounts.ts +0 -784
- package/src/operations/computePolicies.ts +0 -395
- package/src/operations/dataLakeStoreAccounts.ts +0 -350
- package/src/operations/firewallRules.ts +0 -385
- package/src/operations/index.ts +0 -15
- package/src/operations/locations.ts +0 -71
- package/src/operations/operations.ts +0 -59
- package/src/operations/storageAccounts.ts +0 -864
- package/src/operationsInterfaces/accounts.ts +0 -155
- package/src/operationsInterfaces/computePolicies.ts +0 -95
- package/src/operationsInterfaces/dataLakeStoreAccounts.ts +0 -73
- package/src/operationsInterfaces/firewallRules.ts +0 -92
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/locations.ts +0 -26
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/storageAccounts.ts +0 -147
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-datalake-analytics.api.md → arm-datalake-analytics-node.api.md} +0 -0
|
@@ -0,0 +1,576 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.AccountsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
const core_lro_1 = require("@azure/core-lro");
|
|
17
|
+
const lroImpl_js_1 = require("../lroImpl.js");
|
|
18
|
+
/// <reference lib="esnext.asynciterable" />
|
|
19
|
+
/** Class containing Accounts operations. */
|
|
20
|
+
class AccountsImpl {
|
|
21
|
+
client;
|
|
22
|
+
/**
|
|
23
|
+
* Initialize a new instance of the class Accounts class.
|
|
24
|
+
* @param client Reference to the service client
|
|
25
|
+
*/
|
|
26
|
+
constructor(client) {
|
|
27
|
+
this.client = client;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
|
|
31
|
+
* includes a link to the next page, if any.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
list(options) {
|
|
35
|
+
const iter = this.listPagingAll(options);
|
|
36
|
+
return {
|
|
37
|
+
next() {
|
|
38
|
+
return iter.next();
|
|
39
|
+
},
|
|
40
|
+
[Symbol.asyncIterator]() {
|
|
41
|
+
return this;
|
|
42
|
+
},
|
|
43
|
+
byPage: (settings) => {
|
|
44
|
+
if (settings?.maxPageSize) {
|
|
45
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
46
|
+
}
|
|
47
|
+
return this.listPagingPage(options, settings);
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
async *listPagingPage(options, settings) {
|
|
52
|
+
let result;
|
|
53
|
+
let continuationToken = settings?.continuationToken;
|
|
54
|
+
if (!continuationToken) {
|
|
55
|
+
result = await this._list(options);
|
|
56
|
+
let page = result.value || [];
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
59
|
+
yield page;
|
|
60
|
+
}
|
|
61
|
+
while (continuationToken) {
|
|
62
|
+
result = await this._listNext(continuationToken, options);
|
|
63
|
+
continuationToken = result.nextLink;
|
|
64
|
+
let page = result.value || [];
|
|
65
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
66
|
+
yield page;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
async *listPagingAll(options) {
|
|
70
|
+
for await (const page of this.listPagingPage(options)) {
|
|
71
|
+
yield* page;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
|
|
76
|
+
* includes a link to the next page, if any.
|
|
77
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
listByResourceGroup(resourceGroupName, options) {
|
|
81
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
82
|
+
return {
|
|
83
|
+
next() {
|
|
84
|
+
return iter.next();
|
|
85
|
+
},
|
|
86
|
+
[Symbol.asyncIterator]() {
|
|
87
|
+
return this;
|
|
88
|
+
},
|
|
89
|
+
byPage: (settings) => {
|
|
90
|
+
if (settings?.maxPageSize) {
|
|
91
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
92
|
+
}
|
|
93
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
94
|
+
}
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
98
|
+
let result;
|
|
99
|
+
let continuationToken = settings?.continuationToken;
|
|
100
|
+
if (!continuationToken) {
|
|
101
|
+
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
102
|
+
let page = result.value || [];
|
|
103
|
+
continuationToken = result.nextLink;
|
|
104
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
105
|
+
yield page;
|
|
106
|
+
}
|
|
107
|
+
while (continuationToken) {
|
|
108
|
+
result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
|
|
109
|
+
continuationToken = result.nextLink;
|
|
110
|
+
let page = result.value || [];
|
|
111
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
112
|
+
yield page;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
async *listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
116
|
+
for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
|
|
117
|
+
yield* page;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
|
|
122
|
+
* includes a link to the next page, if any.
|
|
123
|
+
* @param options The options parameters.
|
|
124
|
+
*/
|
|
125
|
+
_list(options) {
|
|
126
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
|
|
130
|
+
* includes a link to the next page, if any.
|
|
131
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
_listByResourceGroup(resourceGroupName, options) {
|
|
135
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Creates the specified Data Lake Analytics account. This supplies the user with computation services
|
|
139
|
+
* for Data Lake Analytics workloads.
|
|
140
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
141
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
142
|
+
* @param parameters Parameters supplied to create a new Data Lake Analytics account.
|
|
143
|
+
* @param options The options parameters.
|
|
144
|
+
*/
|
|
145
|
+
async beginCreate(resourceGroupName, accountName, parameters, options) {
|
|
146
|
+
const directSendOperation = async (args, spec) => {
|
|
147
|
+
return this.client.sendOperationRequest(args, spec);
|
|
148
|
+
};
|
|
149
|
+
const sendOperation = async (args, spec) => {
|
|
150
|
+
let currentRawResponse = undefined;
|
|
151
|
+
const providedCallback = args.options?.onResponse;
|
|
152
|
+
const callback = (rawResponse, flatResponse) => {
|
|
153
|
+
currentRawResponse = rawResponse;
|
|
154
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
155
|
+
};
|
|
156
|
+
const updatedArgs = {
|
|
157
|
+
...args,
|
|
158
|
+
options: {
|
|
159
|
+
...args.options,
|
|
160
|
+
onResponse: callback
|
|
161
|
+
}
|
|
162
|
+
};
|
|
163
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
164
|
+
return {
|
|
165
|
+
flatResponse,
|
|
166
|
+
rawResponse: {
|
|
167
|
+
statusCode: currentRawResponse.status,
|
|
168
|
+
body: currentRawResponse.parsedBody,
|
|
169
|
+
headers: currentRawResponse.headers.toJSON()
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
const lro = new lroImpl_js_1.LroImpl(sendOperation, { resourceGroupName, accountName, parameters, options }, createOperationSpec);
|
|
174
|
+
const poller = new core_lro_1.LroEngine(lro, {
|
|
175
|
+
resumeFrom: options?.resumeFrom,
|
|
176
|
+
intervalInMs: options?.updateIntervalInMs
|
|
177
|
+
});
|
|
178
|
+
await poller.poll();
|
|
179
|
+
return poller;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Creates the specified Data Lake Analytics account. This supplies the user with computation services
|
|
183
|
+
* for Data Lake Analytics workloads.
|
|
184
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
185
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
186
|
+
* @param parameters Parameters supplied to create a new Data Lake Analytics account.
|
|
187
|
+
* @param options The options parameters.
|
|
188
|
+
*/
|
|
189
|
+
async beginCreateAndWait(resourceGroupName, accountName, parameters, options) {
|
|
190
|
+
const poller = await this.beginCreate(resourceGroupName, accountName, parameters, options);
|
|
191
|
+
return poller.pollUntilDone();
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* Gets details of the specified Data Lake Analytics account.
|
|
195
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
196
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
197
|
+
* @param options The options parameters.
|
|
198
|
+
*/
|
|
199
|
+
get(resourceGroupName, accountName, options) {
|
|
200
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, getOperationSpec);
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Updates the Data Lake Analytics account object specified by the accountName with the contents of the
|
|
204
|
+
* account object.
|
|
205
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
206
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
207
|
+
* @param options The options parameters.
|
|
208
|
+
*/
|
|
209
|
+
async beginUpdate(resourceGroupName, accountName, options) {
|
|
210
|
+
const directSendOperation = async (args, spec) => {
|
|
211
|
+
return this.client.sendOperationRequest(args, spec);
|
|
212
|
+
};
|
|
213
|
+
const sendOperation = async (args, spec) => {
|
|
214
|
+
let currentRawResponse = undefined;
|
|
215
|
+
const providedCallback = args.options?.onResponse;
|
|
216
|
+
const callback = (rawResponse, flatResponse) => {
|
|
217
|
+
currentRawResponse = rawResponse;
|
|
218
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
219
|
+
};
|
|
220
|
+
const updatedArgs = {
|
|
221
|
+
...args,
|
|
222
|
+
options: {
|
|
223
|
+
...args.options,
|
|
224
|
+
onResponse: callback
|
|
225
|
+
}
|
|
226
|
+
};
|
|
227
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
228
|
+
return {
|
|
229
|
+
flatResponse,
|
|
230
|
+
rawResponse: {
|
|
231
|
+
statusCode: currentRawResponse.status,
|
|
232
|
+
body: currentRawResponse.parsedBody,
|
|
233
|
+
headers: currentRawResponse.headers.toJSON()
|
|
234
|
+
}
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
const lro = new lroImpl_js_1.LroImpl(sendOperation, { resourceGroupName, accountName, options }, updateOperationSpec);
|
|
238
|
+
const poller = new core_lro_1.LroEngine(lro, {
|
|
239
|
+
resumeFrom: options?.resumeFrom,
|
|
240
|
+
intervalInMs: options?.updateIntervalInMs
|
|
241
|
+
});
|
|
242
|
+
await poller.poll();
|
|
243
|
+
return poller;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* Updates the Data Lake Analytics account object specified by the accountName with the contents of the
|
|
247
|
+
* account object.
|
|
248
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
249
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
250
|
+
* @param options The options parameters.
|
|
251
|
+
*/
|
|
252
|
+
async beginUpdateAndWait(resourceGroupName, accountName, options) {
|
|
253
|
+
const poller = await this.beginUpdate(resourceGroupName, accountName, options);
|
|
254
|
+
return poller.pollUntilDone();
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Begins the delete process for the Data Lake Analytics account object specified by the account name.
|
|
258
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
259
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
260
|
+
* @param options The options parameters.
|
|
261
|
+
*/
|
|
262
|
+
async beginDelete(resourceGroupName, accountName, options) {
|
|
263
|
+
const directSendOperation = async (args, spec) => {
|
|
264
|
+
return this.client.sendOperationRequest(args, spec);
|
|
265
|
+
};
|
|
266
|
+
const sendOperation = async (args, spec) => {
|
|
267
|
+
let currentRawResponse = undefined;
|
|
268
|
+
const providedCallback = args.options?.onResponse;
|
|
269
|
+
const callback = (rawResponse, flatResponse) => {
|
|
270
|
+
currentRawResponse = rawResponse;
|
|
271
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
272
|
+
};
|
|
273
|
+
const updatedArgs = {
|
|
274
|
+
...args,
|
|
275
|
+
options: {
|
|
276
|
+
...args.options,
|
|
277
|
+
onResponse: callback
|
|
278
|
+
}
|
|
279
|
+
};
|
|
280
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
281
|
+
return {
|
|
282
|
+
flatResponse,
|
|
283
|
+
rawResponse: {
|
|
284
|
+
statusCode: currentRawResponse.status,
|
|
285
|
+
body: currentRawResponse.parsedBody,
|
|
286
|
+
headers: currentRawResponse.headers.toJSON()
|
|
287
|
+
}
|
|
288
|
+
};
|
|
289
|
+
};
|
|
290
|
+
const lro = new lroImpl_js_1.LroImpl(sendOperation, { resourceGroupName, accountName, options }, deleteOperationSpec);
|
|
291
|
+
const poller = new core_lro_1.LroEngine(lro, {
|
|
292
|
+
resumeFrom: options?.resumeFrom,
|
|
293
|
+
intervalInMs: options?.updateIntervalInMs
|
|
294
|
+
});
|
|
295
|
+
await poller.poll();
|
|
296
|
+
return poller;
|
|
297
|
+
}
|
|
298
|
+
/**
|
|
299
|
+
* Begins the delete process for the Data Lake Analytics account object specified by the account name.
|
|
300
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
301
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
302
|
+
* @param options The options parameters.
|
|
303
|
+
*/
|
|
304
|
+
async beginDeleteAndWait(resourceGroupName, accountName, options) {
|
|
305
|
+
const poller = await this.beginDelete(resourceGroupName, accountName, options);
|
|
306
|
+
return poller.pollUntilDone();
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* Checks whether the specified account name is available or taken.
|
|
310
|
+
* @param location The resource location without whitespace.
|
|
311
|
+
* @param parameters Parameters supplied to check the Data Lake Analytics account name availability.
|
|
312
|
+
* @param options The options parameters.
|
|
313
|
+
*/
|
|
314
|
+
checkNameAvailability(location, parameters, options) {
|
|
315
|
+
return this.client.sendOperationRequest({ location, parameters, options }, checkNameAvailabilityOperationSpec);
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* ListNext
|
|
319
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
320
|
+
* @param options The options parameters.
|
|
321
|
+
*/
|
|
322
|
+
_listNext(nextLink, options) {
|
|
323
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* ListByResourceGroupNext
|
|
327
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
328
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
329
|
+
* @param options The options parameters.
|
|
330
|
+
*/
|
|
331
|
+
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
332
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
exports.AccountsImpl = AccountsImpl;
|
|
336
|
+
// Operation Specifications
|
|
337
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
338
|
+
const listOperationSpec = {
|
|
339
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts",
|
|
340
|
+
httpMethod: "GET",
|
|
341
|
+
responses: {
|
|
342
|
+
200: {
|
|
343
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
|
|
344
|
+
},
|
|
345
|
+
default: {
|
|
346
|
+
bodyMapper: Mappers.ErrorResponse
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
queryParameters: [
|
|
350
|
+
Parameters.filter,
|
|
351
|
+
Parameters.top,
|
|
352
|
+
Parameters.skip,
|
|
353
|
+
Parameters.select,
|
|
354
|
+
Parameters.orderby,
|
|
355
|
+
Parameters.count,
|
|
356
|
+
Parameters.apiVersion
|
|
357
|
+
],
|
|
358
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
359
|
+
headerParameters: [Parameters.accept],
|
|
360
|
+
serializer
|
|
361
|
+
};
|
|
362
|
+
const listByResourceGroupOperationSpec = {
|
|
363
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts",
|
|
364
|
+
httpMethod: "GET",
|
|
365
|
+
responses: {
|
|
366
|
+
200: {
|
|
367
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
|
|
368
|
+
},
|
|
369
|
+
default: {
|
|
370
|
+
bodyMapper: Mappers.ErrorResponse
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
queryParameters: [
|
|
374
|
+
Parameters.filter,
|
|
375
|
+
Parameters.top,
|
|
376
|
+
Parameters.skip,
|
|
377
|
+
Parameters.select,
|
|
378
|
+
Parameters.orderby,
|
|
379
|
+
Parameters.count,
|
|
380
|
+
Parameters.apiVersion
|
|
381
|
+
],
|
|
382
|
+
urlParameters: [
|
|
383
|
+
Parameters.$host,
|
|
384
|
+
Parameters.subscriptionId,
|
|
385
|
+
Parameters.resourceGroupName
|
|
386
|
+
],
|
|
387
|
+
headerParameters: [Parameters.accept],
|
|
388
|
+
serializer
|
|
389
|
+
};
|
|
390
|
+
const createOperationSpec = {
|
|
391
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
|
|
392
|
+
httpMethod: "PUT",
|
|
393
|
+
responses: {
|
|
394
|
+
200: {
|
|
395
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
396
|
+
},
|
|
397
|
+
201: {
|
|
398
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
399
|
+
},
|
|
400
|
+
202: {
|
|
401
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
402
|
+
},
|
|
403
|
+
204: {
|
|
404
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
405
|
+
},
|
|
406
|
+
default: {
|
|
407
|
+
bodyMapper: Mappers.ErrorResponse
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
requestBody: Parameters.parameters,
|
|
411
|
+
queryParameters: [Parameters.apiVersion],
|
|
412
|
+
urlParameters: [
|
|
413
|
+
Parameters.$host,
|
|
414
|
+
Parameters.subscriptionId,
|
|
415
|
+
Parameters.resourceGroupName,
|
|
416
|
+
Parameters.accountName
|
|
417
|
+
],
|
|
418
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
419
|
+
mediaType: "json",
|
|
420
|
+
serializer
|
|
421
|
+
};
|
|
422
|
+
const getOperationSpec = {
|
|
423
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
|
|
424
|
+
httpMethod: "GET",
|
|
425
|
+
responses: {
|
|
426
|
+
200: {
|
|
427
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
428
|
+
},
|
|
429
|
+
default: {
|
|
430
|
+
bodyMapper: Mappers.ErrorResponse
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
queryParameters: [Parameters.apiVersion],
|
|
434
|
+
urlParameters: [
|
|
435
|
+
Parameters.$host,
|
|
436
|
+
Parameters.subscriptionId,
|
|
437
|
+
Parameters.resourceGroupName,
|
|
438
|
+
Parameters.accountName
|
|
439
|
+
],
|
|
440
|
+
headerParameters: [Parameters.accept],
|
|
441
|
+
serializer
|
|
442
|
+
};
|
|
443
|
+
const updateOperationSpec = {
|
|
444
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
|
|
445
|
+
httpMethod: "PATCH",
|
|
446
|
+
responses: {
|
|
447
|
+
200: {
|
|
448
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
449
|
+
},
|
|
450
|
+
201: {
|
|
451
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
452
|
+
},
|
|
453
|
+
202: {
|
|
454
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
455
|
+
},
|
|
456
|
+
204: {
|
|
457
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
458
|
+
},
|
|
459
|
+
default: {
|
|
460
|
+
bodyMapper: Mappers.ErrorResponse
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
requestBody: Parameters.parameters1,
|
|
464
|
+
queryParameters: [Parameters.apiVersion],
|
|
465
|
+
urlParameters: [
|
|
466
|
+
Parameters.$host,
|
|
467
|
+
Parameters.subscriptionId,
|
|
468
|
+
Parameters.resourceGroupName,
|
|
469
|
+
Parameters.accountName
|
|
470
|
+
],
|
|
471
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
472
|
+
mediaType: "json",
|
|
473
|
+
serializer
|
|
474
|
+
};
|
|
475
|
+
const deleteOperationSpec = {
|
|
476
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
|
|
477
|
+
httpMethod: "DELETE",
|
|
478
|
+
responses: {
|
|
479
|
+
200: {},
|
|
480
|
+
201: {},
|
|
481
|
+
202: {},
|
|
482
|
+
204: {},
|
|
483
|
+
default: {
|
|
484
|
+
bodyMapper: Mappers.ErrorResponse
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
queryParameters: [Parameters.apiVersion],
|
|
488
|
+
urlParameters: [
|
|
489
|
+
Parameters.$host,
|
|
490
|
+
Parameters.subscriptionId,
|
|
491
|
+
Parameters.resourceGroupName,
|
|
492
|
+
Parameters.accountName
|
|
493
|
+
],
|
|
494
|
+
headerParameters: [Parameters.accept],
|
|
495
|
+
serializer
|
|
496
|
+
};
|
|
497
|
+
const checkNameAvailabilityOperationSpec = {
|
|
498
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability",
|
|
499
|
+
httpMethod: "POST",
|
|
500
|
+
responses: {
|
|
501
|
+
200: {
|
|
502
|
+
bodyMapper: Mappers.NameAvailabilityInformation
|
|
503
|
+
},
|
|
504
|
+
default: {
|
|
505
|
+
bodyMapper: Mappers.ErrorResponse
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
requestBody: Parameters.parameters2,
|
|
509
|
+
queryParameters: [Parameters.apiVersion],
|
|
510
|
+
urlParameters: [
|
|
511
|
+
Parameters.$host,
|
|
512
|
+
Parameters.subscriptionId,
|
|
513
|
+
Parameters.location
|
|
514
|
+
],
|
|
515
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
516
|
+
mediaType: "json",
|
|
517
|
+
serializer
|
|
518
|
+
};
|
|
519
|
+
const listNextOperationSpec = {
|
|
520
|
+
path: "{nextLink}",
|
|
521
|
+
httpMethod: "GET",
|
|
522
|
+
responses: {
|
|
523
|
+
200: {
|
|
524
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
|
|
525
|
+
},
|
|
526
|
+
default: {
|
|
527
|
+
bodyMapper: Mappers.ErrorResponse
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
queryParameters: [
|
|
531
|
+
Parameters.filter,
|
|
532
|
+
Parameters.top,
|
|
533
|
+
Parameters.skip,
|
|
534
|
+
Parameters.select,
|
|
535
|
+
Parameters.orderby,
|
|
536
|
+
Parameters.count,
|
|
537
|
+
Parameters.apiVersion
|
|
538
|
+
],
|
|
539
|
+
urlParameters: [
|
|
540
|
+
Parameters.$host,
|
|
541
|
+
Parameters.subscriptionId,
|
|
542
|
+
Parameters.nextLink
|
|
543
|
+
],
|
|
544
|
+
headerParameters: [Parameters.accept],
|
|
545
|
+
serializer
|
|
546
|
+
};
|
|
547
|
+
const listByResourceGroupNextOperationSpec = {
|
|
548
|
+
path: "{nextLink}",
|
|
549
|
+
httpMethod: "GET",
|
|
550
|
+
responses: {
|
|
551
|
+
200: {
|
|
552
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
|
|
553
|
+
},
|
|
554
|
+
default: {
|
|
555
|
+
bodyMapper: Mappers.ErrorResponse
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
queryParameters: [
|
|
559
|
+
Parameters.filter,
|
|
560
|
+
Parameters.top,
|
|
561
|
+
Parameters.skip,
|
|
562
|
+
Parameters.select,
|
|
563
|
+
Parameters.orderby,
|
|
564
|
+
Parameters.count,
|
|
565
|
+
Parameters.apiVersion
|
|
566
|
+
],
|
|
567
|
+
urlParameters: [
|
|
568
|
+
Parameters.$host,
|
|
569
|
+
Parameters.subscriptionId,
|
|
570
|
+
Parameters.resourceGroupName,
|
|
571
|
+
Parameters.nextLink
|
|
572
|
+
],
|
|
573
|
+
headerParameters: [Parameters.accept],
|
|
574
|
+
serializer
|
|
575
|
+
};
|
|
576
|
+
//# sourceMappingURL=accounts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../../src/operations/accounts.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Accounts } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataLakeAnalyticsAccountManagementClient } from \"../dataLakeAnalyticsAccountManagementClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n DataLakeAnalyticsAccountBasic,\n AccountsListNextOptionalParams,\n AccountsListOptionalParams,\n AccountsListResponse,\n AccountsListByResourceGroupNextOptionalParams,\n AccountsListByResourceGroupOptionalParams,\n AccountsListByResourceGroupResponse,\n CreateDataLakeAnalyticsAccountParameters,\n AccountsCreateOptionalParams,\n AccountsCreateResponse,\n AccountsGetOptionalParams,\n AccountsGetResponse,\n AccountsUpdateOptionalParams,\n AccountsUpdateResponse,\n AccountsDeleteOptionalParams,\n CheckNameAvailabilityParameters,\n AccountsCheckNameAvailabilityOptionalParams,\n AccountsCheckNameAvailabilityResponse,\n AccountsListNextResponse,\n AccountsListByResourceGroupNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Accounts operations. */\nexport class AccountsImpl implements Accounts {\n private readonly client: DataLakeAnalyticsAccountManagementClient;\n\n /**\n * Initialize a new instance of the class Accounts class.\n * @param client Reference to the service client\n */\n constructor(client: DataLakeAnalyticsAccountManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This\n * includes a link to the next page, if any.\n * @param options The options parameters.\n */\n public list(\n options?: AccountsListOptionalParams\n ): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: AccountsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DataLakeAnalyticsAccountBasic[]> {\n let result: AccountsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: AccountsListOptionalParams\n ): AsyncIterableIterator<DataLakeAnalyticsAccountBasic> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This\n * includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams\n ): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<DataLakeAnalyticsAccountBasic[]> {\n let result: AccountsListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams\n ): AsyncIterableIterator<DataLakeAnalyticsAccountBasic> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This\n * includes a link to the next page, if any.\n * @param options The options parameters.\n */\n private _list(\n options?: AccountsListOptionalParams\n ): Promise<AccountsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This\n * includes a link to the next page, if any.\n * @param resourceGroupName The name of the Azure resource group.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: AccountsListByResourceGroupOptionalParams\n ): Promise<AccountsListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec\n );\n }\n\n /**\n * Creates the specified Data Lake Analytics account. This supplies the user with computation services\n * for Data Lake Analytics workloads.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param parameters Parameters supplied to create a new Data Lake Analytics account.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n accountName: string,\n parameters: CreateDataLakeAnalyticsAccountParameters,\n options?: AccountsCreateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<AccountsCreateResponse>,\n AccountsCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<AccountsCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, accountName, parameters, options },\n createOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates the specified Data Lake Analytics account. This supplies the user with computation services\n * for Data Lake Analytics workloads.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param parameters Parameters supplied to create a new Data Lake Analytics account.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n accountName: string,\n parameters: CreateDataLakeAnalyticsAccountParameters,\n options?: AccountsCreateOptionalParams\n ): Promise<AccountsCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n accountName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets details of the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsGetOptionalParams\n ): Promise<AccountsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n getOperationSpec\n );\n }\n\n /**\n * Updates the Data Lake Analytics account object specified by the accountName with the contents of the\n * account object.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<AccountsUpdateResponse>,\n AccountsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<AccountsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, accountName, options },\n updateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates the Data Lake Analytics account object specified by the accountName with the contents of the\n * account object.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsUpdateOptionalParams\n ): Promise<AccountsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n accountName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Begins the delete process for the Data Lake Analytics account object specified by the account name.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams\n ): Promise<PollerLike<PollOperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = new LroImpl(\n sendOperation,\n { resourceGroupName, accountName, options },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Begins the delete process for the Data Lake Analytics account object specified by the account name.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n accountName: string,\n options?: AccountsDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n accountName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Checks whether the specified account name is available or taken.\n * @param location The resource location without whitespace.\n * @param parameters Parameters supplied to check the Data Lake Analytics account name availability.\n * @param options The options parameters.\n */\n checkNameAvailability(\n location: string,\n parameters: CheckNameAvailabilityParameters,\n options?: AccountsCheckNameAvailabilityOptionalParams\n ): Promise<AccountsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n { location, parameters, options },\n checkNameAvailabilityOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: AccountsListNextOptionalParams\n ): Promise<AccountsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the Azure resource group.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: AccountsListByResourceGroupNextOptionalParams\n ): Promise<AccountsListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 201: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 202: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 204: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 201: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 202: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n 204: {\n bodyMapper: Mappers.DataLakeAnalyticsAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.NameAvailabilityInformation\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DataLakeAnalyticsAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.filter,\n Parameters.top,\n Parameters.skip,\n Parameters.select,\n Parameters.orderby,\n Parameters.count,\n Parameters.apiVersion\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|