@azure/arm-datalake-analytics 2.0.0-beta.3 → 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 +14 -4
- package/LICENSE +4 -4
- package/README.md +31 -19
- package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.d.ts +4 -2
- package/dist/browser/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.js +64 -21
- 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 -3
- 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 +73 -62
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +11 -0
- 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 +168 -172
- 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 +30 -33
- 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 +30 -33
- 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 +30 -33
- 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 +82 -93
- 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/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- 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 -1818
- 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 -4
- 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 +86 -73
- package/review/{arm-datalake-analytics.api.md → arm-datalake-analytics-node.api.md} +68 -76
- package/dist/index.js +0 -4810
- 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 -5
- 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.d.ts.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/test/sampleTest.d.ts +0 -4
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -89
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/dataLakeAnalyticsAccountManagementClient.ts +0 -129
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1520
- package/src/models/mappers.ts +0 -2447
- package/src/models/parameters.ts +0 -300
- package/src/operations/accounts.ts +0 -755
- package/src/operations/computePolicies.ts +0 -381
- package/src/operations/dataLakeStoreAccounts.ts +0 -336
- package/src/operations/firewallRules.ts +0 -371
- 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 -824
- 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/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/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
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Accounts } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { DataLakeAnalyticsAccountManagementClient } from "../dataLakeAnalyticsAccountManagementClient.js";
|
|
4
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
5
|
+
import { DataLakeAnalyticsAccountBasic, AccountsListOptionalParams, AccountsListByResourceGroupOptionalParams, CreateDataLakeAnalyticsAccountParameters, AccountsCreateOptionalParams, AccountsCreateResponse, AccountsGetOptionalParams, AccountsGetResponse, AccountsUpdateOptionalParams, AccountsUpdateResponse, AccountsDeleteOptionalParams, CheckNameAvailabilityParameters, AccountsCheckNameAvailabilityOptionalParams, AccountsCheckNameAvailabilityResponse } from "../models/index.js";
|
|
6
|
+
/** Class containing Accounts operations. */
|
|
7
|
+
export declare class AccountsImpl implements Accounts {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class Accounts class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: DataLakeAnalyticsAccountManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
|
|
16
|
+
* includes a link to the next page, if any.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;
|
|
20
|
+
private listPagingPage;
|
|
21
|
+
private listPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
|
|
24
|
+
* includes a link to the next page, if any.
|
|
25
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;
|
|
29
|
+
private listByResourceGroupPagingPage;
|
|
30
|
+
private listByResourceGroupPagingAll;
|
|
31
|
+
/**
|
|
32
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
|
|
33
|
+
* includes a link to the next page, if any.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
private _list;
|
|
37
|
+
/**
|
|
38
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
|
|
39
|
+
* includes a link to the next page, if any.
|
|
40
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
private _listByResourceGroup;
|
|
44
|
+
/**
|
|
45
|
+
* Creates the specified Data Lake Analytics account. This supplies the user with computation services
|
|
46
|
+
* for Data Lake Analytics workloads.
|
|
47
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
48
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
49
|
+
* @param parameters Parameters supplied to create a new Data Lake Analytics account.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
beginCreate(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateResponse>, AccountsCreateResponse>>;
|
|
53
|
+
/**
|
|
54
|
+
* Creates the specified Data Lake Analytics account. This supplies the user with computation services
|
|
55
|
+
* for Data Lake Analytics workloads.
|
|
56
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
57
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
58
|
+
* @param parameters Parameters supplied to create a new Data Lake Analytics account.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<AccountsCreateResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Gets details of the specified Data Lake Analytics account.
|
|
64
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
65
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
66
|
+
* @param options The options parameters.
|
|
67
|
+
*/
|
|
68
|
+
get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Updates the Data Lake Analytics account object specified by the accountName with the contents of the
|
|
71
|
+
* account object.
|
|
72
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
73
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginUpdate(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
|
|
77
|
+
/**
|
|
78
|
+
* Updates the Data Lake Analytics account object specified by the accountName with the contents of the
|
|
79
|
+
* account object.
|
|
80
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
81
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
82
|
+
* @param options The options parameters.
|
|
83
|
+
*/
|
|
84
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
|
|
85
|
+
/**
|
|
86
|
+
* Begins the delete process for the Data Lake Analytics account object specified by the account name.
|
|
87
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
88
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
92
|
+
/**
|
|
93
|
+
* Begins the delete process for the Data Lake Analytics account object specified by the account name.
|
|
94
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
95
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
|
|
99
|
+
/**
|
|
100
|
+
* Checks whether the specified account name is available or taken.
|
|
101
|
+
* @param location The resource location without whitespace.
|
|
102
|
+
* @param parameters Parameters supplied to check the Data Lake Analytics account name availability.
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
checkNameAvailability(location: string, parameters: CheckNameAvailabilityParameters, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<AccountsCheckNameAvailabilityResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* ListNext
|
|
108
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
109
|
+
* @param options The options parameters.
|
|
110
|
+
*/
|
|
111
|
+
private _listNext;
|
|
112
|
+
/**
|
|
113
|
+
* ListByResourceGroupNext
|
|
114
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
115
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
116
|
+
* @param options The options parameters.
|
|
117
|
+
*/
|
|
118
|
+
private _listByResourceGroupNext;
|
|
119
|
+
}
|
|
120
|
+
//# sourceMappingURL=accounts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../../src/operations/accounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC1G,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,6BAA6B,EAE7B,0BAA0B,EAG1B,yCAAyC,EAEzC,wCAAwC,EACxC,4BAA4B,EAC5B,sBAAsB,EACtB,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,+BAA+B,EAC/B,2CAA2C,EAC3C,qCAAqC,EAGtC,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;OAIG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,6BAA6B,CAAC;YAkB7C,cAAc;YAsBd,aAAa;IAQ5B;;;;;OAKG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,6BAA6B,CAAC;YAsB7C,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;OAIG;IACH,OAAO,CAAC,KAAK;IAMb;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,sBAAsB,CAAC,EAC1C,sBAAsB,CACvB,CACF;IAqDD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAUlC;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAO/B;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,sBAAsB,CAAC,EAC1C,sBAAsB,CACvB,CACF;IAqDD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IASlC;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAqDtD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;OAKG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAOjD;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAUjB;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
|
|
@@ -0,0 +1,571 @@
|
|
|
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 regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
import { LroEngine } from "@azure/core-lro";
|
|
13
|
+
import { LroImpl } from "../lroImpl.js";
|
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
|
15
|
+
/** Class containing Accounts operations. */
|
|
16
|
+
export class AccountsImpl {
|
|
17
|
+
client;
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class Accounts class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
|
|
27
|
+
* includes a link to the next page, if any.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(options) {
|
|
31
|
+
const iter = this.listPagingAll(options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: (settings) => {
|
|
40
|
+
if (settings?.maxPageSize) {
|
|
41
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
+
}
|
|
43
|
+
return this.listPagingPage(options, settings);
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
async *listPagingPage(options, settings) {
|
|
48
|
+
let result;
|
|
49
|
+
let continuationToken = settings?.continuationToken;
|
|
50
|
+
if (!continuationToken) {
|
|
51
|
+
result = await this._list(options);
|
|
52
|
+
let page = result.value || [];
|
|
53
|
+
continuationToken = result.nextLink;
|
|
54
|
+
setContinuationToken(page, continuationToken);
|
|
55
|
+
yield page;
|
|
56
|
+
}
|
|
57
|
+
while (continuationToken) {
|
|
58
|
+
result = await this._listNext(continuationToken, options);
|
|
59
|
+
continuationToken = result.nextLink;
|
|
60
|
+
let page = result.value || [];
|
|
61
|
+
setContinuationToken(page, continuationToken);
|
|
62
|
+
yield page;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
async *listPagingAll(options) {
|
|
66
|
+
for await (const page of this.listPagingPage(options)) {
|
|
67
|
+
yield* page;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
|
|
72
|
+
* includes a link to the next page, if any.
|
|
73
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
listByResourceGroup(resourceGroupName, options) {
|
|
77
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
78
|
+
return {
|
|
79
|
+
next() {
|
|
80
|
+
return iter.next();
|
|
81
|
+
},
|
|
82
|
+
[Symbol.asyncIterator]() {
|
|
83
|
+
return this;
|
|
84
|
+
},
|
|
85
|
+
byPage: (settings) => {
|
|
86
|
+
if (settings?.maxPageSize) {
|
|
87
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
88
|
+
}
|
|
89
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
async *listByResourceGroupPagingPage(resourceGroupName, options, settings) {
|
|
94
|
+
let result;
|
|
95
|
+
let continuationToken = settings?.continuationToken;
|
|
96
|
+
if (!continuationToken) {
|
|
97
|
+
result = await this._listByResourceGroup(resourceGroupName, options);
|
|
98
|
+
let page = result.value || [];
|
|
99
|
+
continuationToken = result.nextLink;
|
|
100
|
+
setContinuationToken(page, continuationToken);
|
|
101
|
+
yield page;
|
|
102
|
+
}
|
|
103
|
+
while (continuationToken) {
|
|
104
|
+
result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);
|
|
105
|
+
continuationToken = result.nextLink;
|
|
106
|
+
let page = result.value || [];
|
|
107
|
+
setContinuationToken(page, continuationToken);
|
|
108
|
+
yield page;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
async *listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
112
|
+
for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {
|
|
113
|
+
yield* page;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This
|
|
118
|
+
* includes a link to the next page, if any.
|
|
119
|
+
* @param options The options parameters.
|
|
120
|
+
*/
|
|
121
|
+
_list(options) {
|
|
122
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This
|
|
126
|
+
* includes a link to the next page, if any.
|
|
127
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
128
|
+
* @param options The options parameters.
|
|
129
|
+
*/
|
|
130
|
+
_listByResourceGroup(resourceGroupName, options) {
|
|
131
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* Creates the specified Data Lake Analytics account. This supplies the user with computation services
|
|
135
|
+
* for Data Lake Analytics workloads.
|
|
136
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
137
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
138
|
+
* @param parameters Parameters supplied to create a new Data Lake Analytics account.
|
|
139
|
+
* @param options The options parameters.
|
|
140
|
+
*/
|
|
141
|
+
async beginCreate(resourceGroupName, accountName, parameters, options) {
|
|
142
|
+
const directSendOperation = async (args, spec) => {
|
|
143
|
+
return this.client.sendOperationRequest(args, spec);
|
|
144
|
+
};
|
|
145
|
+
const sendOperation = async (args, spec) => {
|
|
146
|
+
let currentRawResponse = undefined;
|
|
147
|
+
const providedCallback = args.options?.onResponse;
|
|
148
|
+
const callback = (rawResponse, flatResponse) => {
|
|
149
|
+
currentRawResponse = rawResponse;
|
|
150
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
151
|
+
};
|
|
152
|
+
const updatedArgs = {
|
|
153
|
+
...args,
|
|
154
|
+
options: {
|
|
155
|
+
...args.options,
|
|
156
|
+
onResponse: callback
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
160
|
+
return {
|
|
161
|
+
flatResponse,
|
|
162
|
+
rawResponse: {
|
|
163
|
+
statusCode: currentRawResponse.status,
|
|
164
|
+
body: currentRawResponse.parsedBody,
|
|
165
|
+
headers: currentRawResponse.headers.toJSON()
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, accountName, parameters, options }, createOperationSpec);
|
|
170
|
+
const poller = new LroEngine(lro, {
|
|
171
|
+
resumeFrom: options?.resumeFrom,
|
|
172
|
+
intervalInMs: options?.updateIntervalInMs
|
|
173
|
+
});
|
|
174
|
+
await poller.poll();
|
|
175
|
+
return poller;
|
|
176
|
+
}
|
|
177
|
+
/**
|
|
178
|
+
* Creates the specified Data Lake Analytics account. This supplies the user with computation services
|
|
179
|
+
* for Data Lake Analytics workloads.
|
|
180
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
181
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
182
|
+
* @param parameters Parameters supplied to create a new Data Lake Analytics account.
|
|
183
|
+
* @param options The options parameters.
|
|
184
|
+
*/
|
|
185
|
+
async beginCreateAndWait(resourceGroupName, accountName, parameters, options) {
|
|
186
|
+
const poller = await this.beginCreate(resourceGroupName, accountName, parameters, options);
|
|
187
|
+
return poller.pollUntilDone();
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Gets details of the specified Data Lake Analytics account.
|
|
191
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
192
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
193
|
+
* @param options The options parameters.
|
|
194
|
+
*/
|
|
195
|
+
get(resourceGroupName, accountName, options) {
|
|
196
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, getOperationSpec);
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* Updates the Data Lake Analytics account object specified by the accountName with the contents of the
|
|
200
|
+
* account object.
|
|
201
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
202
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
203
|
+
* @param options The options parameters.
|
|
204
|
+
*/
|
|
205
|
+
async beginUpdate(resourceGroupName, accountName, options) {
|
|
206
|
+
const directSendOperation = async (args, spec) => {
|
|
207
|
+
return this.client.sendOperationRequest(args, spec);
|
|
208
|
+
};
|
|
209
|
+
const sendOperation = async (args, spec) => {
|
|
210
|
+
let currentRawResponse = undefined;
|
|
211
|
+
const providedCallback = args.options?.onResponse;
|
|
212
|
+
const callback = (rawResponse, flatResponse) => {
|
|
213
|
+
currentRawResponse = rawResponse;
|
|
214
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
215
|
+
};
|
|
216
|
+
const updatedArgs = {
|
|
217
|
+
...args,
|
|
218
|
+
options: {
|
|
219
|
+
...args.options,
|
|
220
|
+
onResponse: callback
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
224
|
+
return {
|
|
225
|
+
flatResponse,
|
|
226
|
+
rawResponse: {
|
|
227
|
+
statusCode: currentRawResponse.status,
|
|
228
|
+
body: currentRawResponse.parsedBody,
|
|
229
|
+
headers: currentRawResponse.headers.toJSON()
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, accountName, options }, updateOperationSpec);
|
|
234
|
+
const poller = new LroEngine(lro, {
|
|
235
|
+
resumeFrom: options?.resumeFrom,
|
|
236
|
+
intervalInMs: options?.updateIntervalInMs
|
|
237
|
+
});
|
|
238
|
+
await poller.poll();
|
|
239
|
+
return poller;
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Updates the Data Lake Analytics account object specified by the accountName with the contents of the
|
|
243
|
+
* account object.
|
|
244
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
245
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
246
|
+
* @param options The options parameters.
|
|
247
|
+
*/
|
|
248
|
+
async beginUpdateAndWait(resourceGroupName, accountName, options) {
|
|
249
|
+
const poller = await this.beginUpdate(resourceGroupName, accountName, options);
|
|
250
|
+
return poller.pollUntilDone();
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* Begins the delete process for the Data Lake Analytics account object specified by the account name.
|
|
254
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
255
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
256
|
+
* @param options The options parameters.
|
|
257
|
+
*/
|
|
258
|
+
async beginDelete(resourceGroupName, accountName, options) {
|
|
259
|
+
const directSendOperation = async (args, spec) => {
|
|
260
|
+
return this.client.sendOperationRequest(args, spec);
|
|
261
|
+
};
|
|
262
|
+
const sendOperation = async (args, spec) => {
|
|
263
|
+
let currentRawResponse = undefined;
|
|
264
|
+
const providedCallback = args.options?.onResponse;
|
|
265
|
+
const callback = (rawResponse, flatResponse) => {
|
|
266
|
+
currentRawResponse = rawResponse;
|
|
267
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
268
|
+
};
|
|
269
|
+
const updatedArgs = {
|
|
270
|
+
...args,
|
|
271
|
+
options: {
|
|
272
|
+
...args.options,
|
|
273
|
+
onResponse: callback
|
|
274
|
+
}
|
|
275
|
+
};
|
|
276
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
277
|
+
return {
|
|
278
|
+
flatResponse,
|
|
279
|
+
rawResponse: {
|
|
280
|
+
statusCode: currentRawResponse.status,
|
|
281
|
+
body: currentRawResponse.parsedBody,
|
|
282
|
+
headers: currentRawResponse.headers.toJSON()
|
|
283
|
+
}
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, accountName, options }, deleteOperationSpec);
|
|
287
|
+
const poller = new LroEngine(lro, {
|
|
288
|
+
resumeFrom: options?.resumeFrom,
|
|
289
|
+
intervalInMs: options?.updateIntervalInMs
|
|
290
|
+
});
|
|
291
|
+
await poller.poll();
|
|
292
|
+
return poller;
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* Begins the delete process for the Data Lake Analytics account object specified by the account name.
|
|
296
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
297
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
298
|
+
* @param options The options parameters.
|
|
299
|
+
*/
|
|
300
|
+
async beginDeleteAndWait(resourceGroupName, accountName, options) {
|
|
301
|
+
const poller = await this.beginDelete(resourceGroupName, accountName, options);
|
|
302
|
+
return poller.pollUntilDone();
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* Checks whether the specified account name is available or taken.
|
|
306
|
+
* @param location The resource location without whitespace.
|
|
307
|
+
* @param parameters Parameters supplied to check the Data Lake Analytics account name availability.
|
|
308
|
+
* @param options The options parameters.
|
|
309
|
+
*/
|
|
310
|
+
checkNameAvailability(location, parameters, options) {
|
|
311
|
+
return this.client.sendOperationRequest({ location, parameters, options }, checkNameAvailabilityOperationSpec);
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* ListNext
|
|
315
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
316
|
+
* @param options The options parameters.
|
|
317
|
+
*/
|
|
318
|
+
_listNext(nextLink, options) {
|
|
319
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* ListByResourceGroupNext
|
|
323
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
324
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
|
325
|
+
* @param options The options parameters.
|
|
326
|
+
*/
|
|
327
|
+
_listByResourceGroupNext(resourceGroupName, nextLink, options) {
|
|
328
|
+
return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listByResourceGroupNextOperationSpec);
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
// Operation Specifications
|
|
332
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
333
|
+
const listOperationSpec = {
|
|
334
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts",
|
|
335
|
+
httpMethod: "GET",
|
|
336
|
+
responses: {
|
|
337
|
+
200: {
|
|
338
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
|
|
339
|
+
},
|
|
340
|
+
default: {
|
|
341
|
+
bodyMapper: Mappers.ErrorResponse
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
queryParameters: [
|
|
345
|
+
Parameters.filter,
|
|
346
|
+
Parameters.top,
|
|
347
|
+
Parameters.skip,
|
|
348
|
+
Parameters.select,
|
|
349
|
+
Parameters.orderby,
|
|
350
|
+
Parameters.count,
|
|
351
|
+
Parameters.apiVersion
|
|
352
|
+
],
|
|
353
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
354
|
+
headerParameters: [Parameters.accept],
|
|
355
|
+
serializer
|
|
356
|
+
};
|
|
357
|
+
const listByResourceGroupOperationSpec = {
|
|
358
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts",
|
|
359
|
+
httpMethod: "GET",
|
|
360
|
+
responses: {
|
|
361
|
+
200: {
|
|
362
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
|
|
363
|
+
},
|
|
364
|
+
default: {
|
|
365
|
+
bodyMapper: Mappers.ErrorResponse
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
queryParameters: [
|
|
369
|
+
Parameters.filter,
|
|
370
|
+
Parameters.top,
|
|
371
|
+
Parameters.skip,
|
|
372
|
+
Parameters.select,
|
|
373
|
+
Parameters.orderby,
|
|
374
|
+
Parameters.count,
|
|
375
|
+
Parameters.apiVersion
|
|
376
|
+
],
|
|
377
|
+
urlParameters: [
|
|
378
|
+
Parameters.$host,
|
|
379
|
+
Parameters.subscriptionId,
|
|
380
|
+
Parameters.resourceGroupName
|
|
381
|
+
],
|
|
382
|
+
headerParameters: [Parameters.accept],
|
|
383
|
+
serializer
|
|
384
|
+
};
|
|
385
|
+
const createOperationSpec = {
|
|
386
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
|
|
387
|
+
httpMethod: "PUT",
|
|
388
|
+
responses: {
|
|
389
|
+
200: {
|
|
390
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
391
|
+
},
|
|
392
|
+
201: {
|
|
393
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
394
|
+
},
|
|
395
|
+
202: {
|
|
396
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
397
|
+
},
|
|
398
|
+
204: {
|
|
399
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
400
|
+
},
|
|
401
|
+
default: {
|
|
402
|
+
bodyMapper: Mappers.ErrorResponse
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
requestBody: Parameters.parameters,
|
|
406
|
+
queryParameters: [Parameters.apiVersion],
|
|
407
|
+
urlParameters: [
|
|
408
|
+
Parameters.$host,
|
|
409
|
+
Parameters.subscriptionId,
|
|
410
|
+
Parameters.resourceGroupName,
|
|
411
|
+
Parameters.accountName
|
|
412
|
+
],
|
|
413
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
414
|
+
mediaType: "json",
|
|
415
|
+
serializer
|
|
416
|
+
};
|
|
417
|
+
const getOperationSpec = {
|
|
418
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
|
|
419
|
+
httpMethod: "GET",
|
|
420
|
+
responses: {
|
|
421
|
+
200: {
|
|
422
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
423
|
+
},
|
|
424
|
+
default: {
|
|
425
|
+
bodyMapper: Mappers.ErrorResponse
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
queryParameters: [Parameters.apiVersion],
|
|
429
|
+
urlParameters: [
|
|
430
|
+
Parameters.$host,
|
|
431
|
+
Parameters.subscriptionId,
|
|
432
|
+
Parameters.resourceGroupName,
|
|
433
|
+
Parameters.accountName
|
|
434
|
+
],
|
|
435
|
+
headerParameters: [Parameters.accept],
|
|
436
|
+
serializer
|
|
437
|
+
};
|
|
438
|
+
const updateOperationSpec = {
|
|
439
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
|
|
440
|
+
httpMethod: "PATCH",
|
|
441
|
+
responses: {
|
|
442
|
+
200: {
|
|
443
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
444
|
+
},
|
|
445
|
+
201: {
|
|
446
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
447
|
+
},
|
|
448
|
+
202: {
|
|
449
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
450
|
+
},
|
|
451
|
+
204: {
|
|
452
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccount
|
|
453
|
+
},
|
|
454
|
+
default: {
|
|
455
|
+
bodyMapper: Mappers.ErrorResponse
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
requestBody: Parameters.parameters1,
|
|
459
|
+
queryParameters: [Parameters.apiVersion],
|
|
460
|
+
urlParameters: [
|
|
461
|
+
Parameters.$host,
|
|
462
|
+
Parameters.subscriptionId,
|
|
463
|
+
Parameters.resourceGroupName,
|
|
464
|
+
Parameters.accountName
|
|
465
|
+
],
|
|
466
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
467
|
+
mediaType: "json",
|
|
468
|
+
serializer
|
|
469
|
+
};
|
|
470
|
+
const deleteOperationSpec = {
|
|
471
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}",
|
|
472
|
+
httpMethod: "DELETE",
|
|
473
|
+
responses: {
|
|
474
|
+
200: {},
|
|
475
|
+
201: {},
|
|
476
|
+
202: {},
|
|
477
|
+
204: {},
|
|
478
|
+
default: {
|
|
479
|
+
bodyMapper: Mappers.ErrorResponse
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
queryParameters: [Parameters.apiVersion],
|
|
483
|
+
urlParameters: [
|
|
484
|
+
Parameters.$host,
|
|
485
|
+
Parameters.subscriptionId,
|
|
486
|
+
Parameters.resourceGroupName,
|
|
487
|
+
Parameters.accountName
|
|
488
|
+
],
|
|
489
|
+
headerParameters: [Parameters.accept],
|
|
490
|
+
serializer
|
|
491
|
+
};
|
|
492
|
+
const checkNameAvailabilityOperationSpec = {
|
|
493
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability",
|
|
494
|
+
httpMethod: "POST",
|
|
495
|
+
responses: {
|
|
496
|
+
200: {
|
|
497
|
+
bodyMapper: Mappers.NameAvailabilityInformation
|
|
498
|
+
},
|
|
499
|
+
default: {
|
|
500
|
+
bodyMapper: Mappers.ErrorResponse
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
requestBody: Parameters.parameters2,
|
|
504
|
+
queryParameters: [Parameters.apiVersion],
|
|
505
|
+
urlParameters: [
|
|
506
|
+
Parameters.$host,
|
|
507
|
+
Parameters.subscriptionId,
|
|
508
|
+
Parameters.location
|
|
509
|
+
],
|
|
510
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
511
|
+
mediaType: "json",
|
|
512
|
+
serializer
|
|
513
|
+
};
|
|
514
|
+
const listNextOperationSpec = {
|
|
515
|
+
path: "{nextLink}",
|
|
516
|
+
httpMethod: "GET",
|
|
517
|
+
responses: {
|
|
518
|
+
200: {
|
|
519
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
|
|
520
|
+
},
|
|
521
|
+
default: {
|
|
522
|
+
bodyMapper: Mappers.ErrorResponse
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
queryParameters: [
|
|
526
|
+
Parameters.filter,
|
|
527
|
+
Parameters.top,
|
|
528
|
+
Parameters.skip,
|
|
529
|
+
Parameters.select,
|
|
530
|
+
Parameters.orderby,
|
|
531
|
+
Parameters.count,
|
|
532
|
+
Parameters.apiVersion
|
|
533
|
+
],
|
|
534
|
+
urlParameters: [
|
|
535
|
+
Parameters.$host,
|
|
536
|
+
Parameters.subscriptionId,
|
|
537
|
+
Parameters.nextLink
|
|
538
|
+
],
|
|
539
|
+
headerParameters: [Parameters.accept],
|
|
540
|
+
serializer
|
|
541
|
+
};
|
|
542
|
+
const listByResourceGroupNextOperationSpec = {
|
|
543
|
+
path: "{nextLink}",
|
|
544
|
+
httpMethod: "GET",
|
|
545
|
+
responses: {
|
|
546
|
+
200: {
|
|
547
|
+
bodyMapper: Mappers.DataLakeAnalyticsAccountListResult
|
|
548
|
+
},
|
|
549
|
+
default: {
|
|
550
|
+
bodyMapper: Mappers.ErrorResponse
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
queryParameters: [
|
|
554
|
+
Parameters.filter,
|
|
555
|
+
Parameters.top,
|
|
556
|
+
Parameters.skip,
|
|
557
|
+
Parameters.select,
|
|
558
|
+
Parameters.orderby,
|
|
559
|
+
Parameters.count,
|
|
560
|
+
Parameters.apiVersion
|
|
561
|
+
],
|
|
562
|
+
urlParameters: [
|
|
563
|
+
Parameters.$host,
|
|
564
|
+
Parameters.subscriptionId,
|
|
565
|
+
Parameters.resourceGroupName,
|
|
566
|
+
Parameters.nextLink
|
|
567
|
+
],
|
|
568
|
+
headerParameters: [Parameters.accept],
|
|
569
|
+
serializer
|
|
570
|
+
};
|
|
571
|
+
//# sourceMappingURL=accounts.js.map
|