@azure/arm-operationalinsights 9.0.1-alpha.20250218.1 → 9.0.1-alpha.20250220.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +445 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operationalInsightsManagementClient.d.ts +38 -0
- package/dist/browser/operationalInsightsManagementClient.d.ts.map +1 -0
- package/dist/browser/operationalInsightsManagementClient.js +91 -0
- package/dist/browser/operationalInsightsManagementClient.js.map +1 -0
- package/dist/browser/operations/availableServiceTiers.d.ts +20 -0
- package/dist/browser/operations/availableServiceTiers.d.ts.map +1 -0
- package/dist/browser/operations/availableServiceTiers.js +57 -0
- package/dist/browser/operations/availableServiceTiers.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +107 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +519 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/dataExports.d.ts +55 -0
- package/dist/browser/operations/dataExports.d.ts.map +1 -0
- package/dist/browser/operations/dataExports.js +206 -0
- package/dist/browser/operations/dataExports.js.map +1 -0
- package/dist/browser/operations/dataSources.d.ts +65 -0
- package/dist/browser/operations/dataSources.d.ts.map +1 -0
- package/dist/browser/operations/dataSources.js +238 -0
- package/dist/browser/operations/dataSources.js.map +1 -0
- package/dist/browser/operations/deletedWorkspaces.d.ts +40 -0
- package/dist/browser/operations/deletedWorkspaces.d.ts.map +1 -0
- package/dist/browser/operations/deletedWorkspaces.js +173 -0
- package/dist/browser/operations/deletedWorkspaces.js.map +1 -0
- package/dist/browser/operations/gateways.d.ts +21 -0
- package/dist/browser/operations/gateways.d.ts.map +1 -0
- package/dist/browser/operations/gateways.js +47 -0
- package/dist/browser/operations/gateways.js.map +1 -0
- package/dist/browser/operations/index.d.ts +23 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +30 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/intelligencePacks.d.ts +37 -0
- package/dist/browser/operations/intelligencePacks.d.ts.map +1 -0
- package/dist/browser/operations/intelligencePacks.js +106 -0
- package/dist/browser/operations/intelligencePacks.js.map +1 -0
- package/dist/browser/operations/linkedServices.d.ts +73 -0
- package/dist/browser/operations/linkedServices.d.ts.map +1 -0
- package/dist/browser/operations/linkedServices.js +297 -0
- package/dist/browser/operations/linkedServices.js.map +1 -0
- package/dist/browser/operations/linkedStorageAccounts.d.ts +60 -0
- package/dist/browser/operations/linkedStorageAccounts.d.ts.map +1 -0
- package/dist/browser/operations/linkedStorageAccounts.js +192 -0
- package/dist/browser/operations/linkedStorageAccounts.js.map +1 -0
- package/dist/browser/operations/managementGroups.d.ts +30 -0
- package/dist/browser/operations/managementGroups.d.ts.map +1 -0
- package/dist/browser/operations/managementGroups.js +102 -0
- package/dist/browser/operations/managementGroups.js.map +1 -0
- package/dist/browser/operations/operationStatuses.d.ts +20 -0
- package/dist/browser/operations/operationStatuses.d.ts.map +1 -0
- package/dist/browser/operations/operationStatuses.js +50 -0
- package/dist/browser/operations/operationStatuses.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/queries.d.ts +106 -0
- package/dist/browser/operations/queries.d.ts.map +1 -0
- package/dist/browser/operations/queries.js +436 -0
- package/dist/browser/operations/queries.js.map +1 -0
- package/dist/browser/operations/queryPacks.d.ts +94 -0
- package/dist/browser/operations/queryPacks.d.ts.map +1 -0
- package/dist/browser/operations/queryPacks.js +421 -0
- package/dist/browser/operations/queryPacks.js.map +1 -0
- package/dist/browser/operations/savedSearches.d.ts +45 -0
- package/dist/browser/operations/savedSearches.d.ts.map +1 -0
- package/dist/browser/operations/savedSearches.js +135 -0
- package/dist/browser/operations/savedSearches.js.map +1 -0
- package/dist/browser/operations/schemaOperations.d.ts +20 -0
- package/dist/browser/operations/schemaOperations.d.ts.map +1 -0
- package/dist/browser/operations/schemaOperations.js +50 -0
- package/dist/browser/operations/schemaOperations.js.map +1 -0
- package/dist/browser/operations/sharedKeysOperations.d.ts +28 -0
- package/dist/browser/operations/sharedKeysOperations.d.ts.map +1 -0
- package/dist/browser/operations/sharedKeysOperations.js +78 -0
- package/dist/browser/operations/sharedKeysOperations.js.map +1 -0
- package/dist/browser/operations/storageInsightConfigs.d.ts +63 -0
- package/dist/browser/operations/storageInsightConfigs.d.ts.map +1 -0
- package/dist/browser/operations/storageInsightConfigs.js +238 -0
- package/dist/browser/operations/storageInsightConfigs.js.map +1 -0
- package/dist/browser/operations/tables.d.ts +108 -0
- package/dist/browser/operations/tables.d.ts.map +1 -0
- package/dist/browser/operations/tables.js +443 -0
- package/dist/browser/operations/tables.js.map +1 -0
- package/dist/browser/operations/usages.d.ts +30 -0
- package/dist/browser/operations/usages.d.ts.map +1 -0
- package/dist/browser/operations/usages.js +102 -0
- package/dist/browser/operations/usages.js.map +1 -0
- package/dist/browser/operations/workspacePurge.d.ts +39 -0
- package/dist/browser/operations/workspacePurge.d.ts.map +1 -0
- package/dist/browser/operations/workspacePurge.js +93 -0
- package/dist/browser/operations/workspacePurge.js.map +1 -0
- package/dist/browser/operations/workspaces.d.ts +90 -0
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/dist/browser/operations/workspaces.js +392 -0
- package/dist/browser/operations/workspaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/availableServiceTiers.d.ts +12 -0
- package/dist/browser/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/availableServiceTiers.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +71 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataExports.d.ts +38 -0
- package/dist/browser/operationsInterfaces/dataExports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataExports.js.map +1 -0
- package/dist/browser/operationsInterfaces/dataSources.d.ts +39 -0
- package/dist/browser/operationsInterfaces/dataSources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataSources.js.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
- package/dist/browser/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/deletedWorkspaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/gateways.d.ts +13 -0
- package/dist/browser/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/gateways.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +23 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +30 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/intelligencePacks.d.ts +29 -0
- package/dist/browser/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/intelligencePacks.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServices.d.ts +56 -0
- package/dist/browser/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
- package/dist/browser/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
- package/dist/browser/operationsInterfaces/managementGroups.d.ts +13 -0
- package/dist/browser/operationsInterfaces/managementGroups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managementGroups.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatuses.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationStatuses.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatuses.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/queries.d.ts +59 -0
- package/dist/browser/operationsInterfaces/queries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queries.js.map +1 -0
- package/dist/browser/operationsInterfaces/queryPacks.d.ts +58 -0
- package/dist/browser/operationsInterfaces/queryPacks.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queryPacks.js.map +1 -0
- package/dist/browser/operationsInterfaces/savedSearches.d.ts +37 -0
- package/dist/browser/operationsInterfaces/savedSearches.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/savedSearches.js.map +1 -0
- package/dist/browser/operationsInterfaces/schemaOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/schemaOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/schemaOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
- package/dist/browser/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sharedKeysOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
- package/dist/browser/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageInsightConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/tables.d.ts +91 -0
- package/dist/browser/operationsInterfaces/tables.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tables.js.map +1 -0
- package/dist/browser/operationsInterfaces/usages.d.ts +13 -0
- package/dist/browser/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usages.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePurge.d.ts +31 -0
- package/dist/browser/operationsInterfaces/workspacePurge.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePurge.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.d.ts +67 -0
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.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 +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2214 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +347 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +83 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2891 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +52 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +448 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operationalInsightsManagementClient.d.ts +38 -0
- package/dist/commonjs/operationalInsightsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/operationalInsightsManagementClient.js +96 -0
- package/dist/commonjs/operationalInsightsManagementClient.js.map +1 -0
- package/dist/commonjs/operations/availableServiceTiers.d.ts +20 -0
- package/dist/commonjs/operations/availableServiceTiers.d.ts.map +1 -0
- package/dist/commonjs/operations/availableServiceTiers.js +62 -0
- package/dist/commonjs/operations/availableServiceTiers.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +107 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +523 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/dataExports.d.ts +55 -0
- package/dist/commonjs/operations/dataExports.d.ts.map +1 -0
- package/dist/commonjs/operations/dataExports.js +210 -0
- package/dist/commonjs/operations/dataExports.js.map +1 -0
- package/dist/commonjs/operations/dataSources.d.ts +65 -0
- package/dist/commonjs/operations/dataSources.d.ts.map +1 -0
- package/dist/commonjs/operations/dataSources.js +242 -0
- package/dist/commonjs/operations/dataSources.js.map +1 -0
- package/dist/commonjs/operations/deletedWorkspaces.d.ts +40 -0
- package/dist/commonjs/operations/deletedWorkspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/deletedWorkspaces.js +177 -0
- package/dist/commonjs/operations/deletedWorkspaces.js.map +1 -0
- package/dist/commonjs/operations/gateways.d.ts +21 -0
- package/dist/commonjs/operations/gateways.d.ts.map +1 -0
- package/dist/commonjs/operations/gateways.js +52 -0
- package/dist/commonjs/operations/gateways.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +23 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +33 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/intelligencePacks.d.ts +37 -0
- package/dist/commonjs/operations/intelligencePacks.d.ts.map +1 -0
- package/dist/commonjs/operations/intelligencePacks.js +111 -0
- package/dist/commonjs/operations/intelligencePacks.js.map +1 -0
- package/dist/commonjs/operations/linkedServices.d.ts +73 -0
- package/dist/commonjs/operations/linkedServices.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedServices.js +301 -0
- package/dist/commonjs/operations/linkedServices.js.map +1 -0
- package/dist/commonjs/operations/linkedStorageAccounts.d.ts +60 -0
- package/dist/commonjs/operations/linkedStorageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/linkedStorageAccounts.js +196 -0
- package/dist/commonjs/operations/linkedStorageAccounts.js.map +1 -0
- package/dist/commonjs/operations/managementGroups.d.ts +30 -0
- package/dist/commonjs/operations/managementGroups.d.ts.map +1 -0
- package/dist/commonjs/operations/managementGroups.js +106 -0
- package/dist/commonjs/operations/managementGroups.js.map +1 -0
- package/dist/commonjs/operations/operationStatuses.d.ts +20 -0
- package/dist/commonjs/operations/operationStatuses.d.ts.map +1 -0
- package/dist/commonjs/operations/operationStatuses.js +55 -0
- package/dist/commonjs/operations/operationStatuses.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/queries.d.ts +106 -0
- package/dist/commonjs/operations/queries.d.ts.map +1 -0
- package/dist/commonjs/operations/queries.js +440 -0
- package/dist/commonjs/operations/queries.js.map +1 -0
- package/dist/commonjs/operations/queryPacks.d.ts +94 -0
- package/dist/commonjs/operations/queryPacks.d.ts.map +1 -0
- package/dist/commonjs/operations/queryPacks.js +425 -0
- package/dist/commonjs/operations/queryPacks.js.map +1 -0
- package/dist/commonjs/operations/savedSearches.d.ts +45 -0
- package/dist/commonjs/operations/savedSearches.d.ts.map +1 -0
- package/dist/commonjs/operations/savedSearches.js +140 -0
- package/dist/commonjs/operations/savedSearches.js.map +1 -0
- package/dist/commonjs/operations/schemaOperations.d.ts +20 -0
- package/dist/commonjs/operations/schemaOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/schemaOperations.js +55 -0
- package/dist/commonjs/operations/schemaOperations.js.map +1 -0
- package/dist/commonjs/operations/sharedKeysOperations.d.ts +28 -0
- package/dist/commonjs/operations/sharedKeysOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sharedKeysOperations.js +83 -0
- package/dist/commonjs/operations/sharedKeysOperations.js.map +1 -0
- package/dist/commonjs/operations/storageInsightConfigs.d.ts +63 -0
- package/dist/commonjs/operations/storageInsightConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/storageInsightConfigs.js +242 -0
- package/dist/commonjs/operations/storageInsightConfigs.js.map +1 -0
- package/dist/commonjs/operations/tables.d.ts +108 -0
- package/dist/commonjs/operations/tables.d.ts.map +1 -0
- package/dist/commonjs/operations/tables.js +447 -0
- package/dist/commonjs/operations/tables.js.map +1 -0
- package/dist/commonjs/operations/usages.d.ts +30 -0
- package/dist/commonjs/operations/usages.d.ts.map +1 -0
- package/dist/commonjs/operations/usages.js +106 -0
- package/dist/commonjs/operations/usages.js.map +1 -0
- package/dist/commonjs/operations/workspacePurge.d.ts +39 -0
- package/dist/commonjs/operations/workspacePurge.d.ts.map +1 -0
- package/dist/commonjs/operations/workspacePurge.js +98 -0
- package/dist/commonjs/operations/workspacePurge.js.map +1 -0
- package/dist/commonjs/operations/workspaces.d.ts +90 -0
- package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaces.js +396 -0
- package/dist/commonjs/operations/workspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/availableServiceTiers.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/availableServiceTiers.js +10 -0
- package/dist/commonjs/operationsInterfaces/availableServiceTiers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataExports.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/dataExports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataExports.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataExports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataSources.d.ts +39 -0
- package/dist/commonjs/operationsInterfaces/dataSources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataSources.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataSources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/deletedWorkspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateways.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateways.js +10 -0
- package/dist/commonjs/operationsInterfaces/gateways.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +33 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/intelligencePacks.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/intelligencePacks.js +10 -0
- package/dist/commonjs/operationsInterfaces/intelligencePacks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkedStorageAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementGroups.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/managementGroups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managementGroups.js +10 -0
- package/dist/commonjs/operationsInterfaces/managementGroups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationStatuses.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatuses.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationStatuses.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -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/queries.d.ts +59 -0
- package/dist/commonjs/operationsInterfaces/queries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queries.js +10 -0
- package/dist/commonjs/operationsInterfaces/queries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queryPacks.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/queryPacks.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queryPacks.js +10 -0
- package/dist/commonjs/operationsInterfaces/queryPacks.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/savedSearches.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/savedSearches.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/savedSearches.js +10 -0
- package/dist/commonjs/operationsInterfaces/savedSearches.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/schemaOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/schemaOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/schemaOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/schemaOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sharedKeysOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sharedKeysOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageInsightConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageInsightConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tables.d.ts +91 -0
- package/dist/commonjs/operationsInterfaces/tables.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tables.js +10 -0
- package/dist/commonjs/operationsInterfaces/tables.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usages.js +10 -0
- package/dist/commonjs/operationsInterfaces/usages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePurge.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/workspacePurge.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePurge.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspacePurge.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +67 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaces.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 +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- 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 +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2214 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +344 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +83 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2887 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +52 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +445 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operationalInsightsManagementClient.d.ts +38 -0
- package/dist/esm/operationalInsightsManagementClient.d.ts.map +1 -0
- package/dist/esm/operationalInsightsManagementClient.js +91 -0
- package/dist/esm/operationalInsightsManagementClient.js.map +1 -0
- package/dist/esm/operations/availableServiceTiers.d.ts +20 -0
- package/dist/esm/operations/availableServiceTiers.d.ts.map +1 -0
- package/dist/esm/operations/availableServiceTiers.js +57 -0
- package/dist/esm/operations/availableServiceTiers.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +107 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +519 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/dataExports.d.ts +55 -0
- package/dist/esm/operations/dataExports.d.ts.map +1 -0
- package/dist/esm/operations/dataExports.js +206 -0
- package/dist/esm/operations/dataExports.js.map +1 -0
- package/dist/esm/operations/dataSources.d.ts +65 -0
- package/dist/esm/operations/dataSources.d.ts.map +1 -0
- package/dist/esm/operations/dataSources.js +238 -0
- package/dist/esm/operations/dataSources.js.map +1 -0
- package/dist/esm/operations/deletedWorkspaces.d.ts +40 -0
- package/dist/esm/operations/deletedWorkspaces.d.ts.map +1 -0
- package/dist/esm/operations/deletedWorkspaces.js +173 -0
- package/dist/esm/operations/deletedWorkspaces.js.map +1 -0
- package/dist/esm/operations/gateways.d.ts +21 -0
- package/dist/esm/operations/gateways.d.ts.map +1 -0
- package/dist/esm/operations/gateways.js +47 -0
- package/dist/esm/operations/gateways.js.map +1 -0
- package/dist/esm/operations/index.d.ts +23 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +30 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/intelligencePacks.d.ts +37 -0
- package/dist/esm/operations/intelligencePacks.d.ts.map +1 -0
- package/dist/esm/operations/intelligencePacks.js +106 -0
- package/dist/esm/operations/intelligencePacks.js.map +1 -0
- package/dist/esm/operations/linkedServices.d.ts +73 -0
- package/dist/esm/operations/linkedServices.d.ts.map +1 -0
- package/dist/esm/operations/linkedServices.js +297 -0
- package/dist/esm/operations/linkedServices.js.map +1 -0
- package/dist/esm/operations/linkedStorageAccounts.d.ts +60 -0
- package/dist/esm/operations/linkedStorageAccounts.d.ts.map +1 -0
- package/dist/esm/operations/linkedStorageAccounts.js +192 -0
- package/dist/esm/operations/linkedStorageAccounts.js.map +1 -0
- package/dist/esm/operations/managementGroups.d.ts +30 -0
- package/dist/esm/operations/managementGroups.d.ts.map +1 -0
- package/dist/esm/operations/managementGroups.js +102 -0
- package/dist/esm/operations/managementGroups.js.map +1 -0
- package/dist/esm/operations/operationStatuses.d.ts +20 -0
- package/dist/esm/operations/operationStatuses.d.ts.map +1 -0
- package/dist/esm/operations/operationStatuses.js +50 -0
- package/dist/esm/operations/operationStatuses.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/queries.d.ts +106 -0
- package/dist/esm/operations/queries.d.ts.map +1 -0
- package/dist/esm/operations/queries.js +436 -0
- package/dist/esm/operations/queries.js.map +1 -0
- package/dist/esm/operations/queryPacks.d.ts +94 -0
- package/dist/esm/operations/queryPacks.d.ts.map +1 -0
- package/dist/esm/operations/queryPacks.js +421 -0
- package/dist/esm/operations/queryPacks.js.map +1 -0
- package/dist/esm/operations/savedSearches.d.ts +45 -0
- package/dist/esm/operations/savedSearches.d.ts.map +1 -0
- package/dist/esm/operations/savedSearches.js +135 -0
- package/dist/esm/operations/savedSearches.js.map +1 -0
- package/dist/esm/operations/schemaOperations.d.ts +20 -0
- package/dist/esm/operations/schemaOperations.d.ts.map +1 -0
- package/dist/esm/operations/schemaOperations.js +50 -0
- package/dist/esm/operations/schemaOperations.js.map +1 -0
- package/dist/esm/operations/sharedKeysOperations.d.ts +28 -0
- package/dist/esm/operations/sharedKeysOperations.d.ts.map +1 -0
- package/dist/esm/operations/sharedKeysOperations.js +78 -0
- package/dist/esm/operations/sharedKeysOperations.js.map +1 -0
- package/dist/esm/operations/storageInsightConfigs.d.ts +63 -0
- package/dist/esm/operations/storageInsightConfigs.d.ts.map +1 -0
- package/dist/esm/operations/storageInsightConfigs.js +238 -0
- package/dist/esm/operations/storageInsightConfigs.js.map +1 -0
- package/dist/esm/operations/tables.d.ts +108 -0
- package/dist/esm/operations/tables.d.ts.map +1 -0
- package/dist/esm/operations/tables.js +443 -0
- package/dist/esm/operations/tables.js.map +1 -0
- package/dist/esm/operations/usages.d.ts +30 -0
- package/dist/esm/operations/usages.d.ts.map +1 -0
- package/dist/esm/operations/usages.js +102 -0
- package/dist/esm/operations/usages.js.map +1 -0
- package/dist/esm/operations/workspacePurge.d.ts +39 -0
- package/dist/esm/operations/workspacePurge.d.ts.map +1 -0
- package/dist/esm/operations/workspacePurge.js +93 -0
- package/dist/esm/operations/workspacePurge.js.map +1 -0
- package/dist/esm/operations/workspaces.d.ts +90 -0
- package/dist/esm/operations/workspaces.d.ts.map +1 -0
- package/dist/esm/operations/workspaces.js +392 -0
- package/dist/esm/operations/workspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/availableServiceTiers.d.ts +12 -0
- package/dist/esm/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/availableServiceTiers.js +9 -0
- package/dist/esm/operationsInterfaces/availableServiceTiers.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +71 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataExports.d.ts +38 -0
- package/dist/esm/operationsInterfaces/dataExports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataExports.js +9 -0
- package/dist/esm/operationsInterfaces/dataExports.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataSources.d.ts +39 -0
- package/dist/esm/operationsInterfaces/dataSources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataSources.js +9 -0
- package/dist/esm/operationsInterfaces/dataSources.js.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
- package/dist/esm/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/deletedWorkspaces.js +9 -0
- package/dist/esm/operationsInterfaces/deletedWorkspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/gateways.d.ts +13 -0
- package/dist/esm/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/gateways.js +9 -0
- package/dist/esm/operationsInterfaces/gateways.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +23 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +30 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/intelligencePacks.d.ts +29 -0
- package/dist/esm/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/intelligencePacks.js +9 -0
- package/dist/esm/operationsInterfaces/intelligencePacks.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServices.d.ts +56 -0
- package/dist/esm/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedServices.js +9 -0
- package/dist/esm/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
- package/dist/esm/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkedStorageAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/managementGroups.d.ts +13 -0
- package/dist/esm/operationsInterfaces/managementGroups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managementGroups.js +9 -0
- package/dist/esm/operationsInterfaces/managementGroups.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatuses.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationStatuses.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatuses.js +9 -0
- package/dist/esm/operationsInterfaces/operationStatuses.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -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/queries.d.ts +59 -0
- package/dist/esm/operationsInterfaces/queries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queries.js +9 -0
- package/dist/esm/operationsInterfaces/queries.js.map +1 -0
- package/dist/esm/operationsInterfaces/queryPacks.d.ts +58 -0
- package/dist/esm/operationsInterfaces/queryPacks.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queryPacks.js +9 -0
- package/dist/esm/operationsInterfaces/queryPacks.js.map +1 -0
- package/dist/esm/operationsInterfaces/savedSearches.d.ts +37 -0
- package/dist/esm/operationsInterfaces/savedSearches.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/savedSearches.js +9 -0
- package/dist/esm/operationsInterfaces/savedSearches.js.map +1 -0
- package/dist/esm/operationsInterfaces/schemaOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/schemaOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/schemaOperations.js +9 -0
- package/dist/esm/operationsInterfaces/schemaOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
- package/dist/esm/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sharedKeysOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sharedKeysOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
- package/dist/esm/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageInsightConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/storageInsightConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/tables.d.ts +91 -0
- package/dist/esm/operationsInterfaces/tables.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tables.js +9 -0
- package/dist/esm/operationsInterfaces/tables.js.map +1 -0
- package/dist/esm/operationsInterfaces/usages.d.ts +13 -0
- package/dist/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usages.js +9 -0
- package/dist/esm/operationsInterfaces/usages.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePurge.d.ts +31 -0
- package/dist/esm/operationsInterfaces/workspacePurge.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePurge.js +9 -0
- package/dist/esm/operationsInterfaces/workspacePurge.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts +67 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.js +9 -0
- package/dist/esm/operationsInterfaces/workspaces.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 +32 -0
- package/dist/esm/pagingHelper.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 +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2214 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +344 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +83 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2887 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +52 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +445 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operationalInsightsManagementClient.d.ts +38 -0
- package/dist/react-native/operationalInsightsManagementClient.d.ts.map +1 -0
- package/dist/react-native/operationalInsightsManagementClient.js +91 -0
- package/dist/react-native/operationalInsightsManagementClient.js.map +1 -0
- package/dist/react-native/operations/availableServiceTiers.d.ts +20 -0
- package/dist/react-native/operations/availableServiceTiers.d.ts.map +1 -0
- package/dist/react-native/operations/availableServiceTiers.js +57 -0
- package/dist/react-native/operations/availableServiceTiers.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +107 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +519 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/dataExports.d.ts +55 -0
- package/dist/react-native/operations/dataExports.d.ts.map +1 -0
- package/dist/react-native/operations/dataExports.js +206 -0
- package/dist/react-native/operations/dataExports.js.map +1 -0
- package/dist/react-native/operations/dataSources.d.ts +65 -0
- package/dist/react-native/operations/dataSources.d.ts.map +1 -0
- package/dist/react-native/operations/dataSources.js +238 -0
- package/dist/react-native/operations/dataSources.js.map +1 -0
- package/dist/react-native/operations/deletedWorkspaces.d.ts +40 -0
- package/dist/react-native/operations/deletedWorkspaces.d.ts.map +1 -0
- package/dist/react-native/operations/deletedWorkspaces.js +173 -0
- package/dist/react-native/operations/deletedWorkspaces.js.map +1 -0
- package/dist/react-native/operations/gateways.d.ts +21 -0
- package/dist/react-native/operations/gateways.d.ts.map +1 -0
- package/dist/react-native/operations/gateways.js +47 -0
- package/dist/react-native/operations/gateways.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +23 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +30 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/intelligencePacks.d.ts +37 -0
- package/dist/react-native/operations/intelligencePacks.d.ts.map +1 -0
- package/dist/react-native/operations/intelligencePacks.js +106 -0
- package/dist/react-native/operations/intelligencePacks.js.map +1 -0
- package/dist/react-native/operations/linkedServices.d.ts +73 -0
- package/dist/react-native/operations/linkedServices.d.ts.map +1 -0
- package/dist/react-native/operations/linkedServices.js +297 -0
- package/dist/react-native/operations/linkedServices.js.map +1 -0
- package/dist/react-native/operations/linkedStorageAccounts.d.ts +60 -0
- package/dist/react-native/operations/linkedStorageAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/linkedStorageAccounts.js +192 -0
- package/dist/react-native/operations/linkedStorageAccounts.js.map +1 -0
- package/dist/react-native/operations/managementGroups.d.ts +30 -0
- package/dist/react-native/operations/managementGroups.d.ts.map +1 -0
- package/dist/react-native/operations/managementGroups.js +102 -0
- package/dist/react-native/operations/managementGroups.js.map +1 -0
- package/dist/react-native/operations/operationStatuses.d.ts +20 -0
- package/dist/react-native/operations/operationStatuses.d.ts.map +1 -0
- package/dist/react-native/operations/operationStatuses.js +50 -0
- package/dist/react-native/operations/operationStatuses.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/queries.d.ts +106 -0
- package/dist/react-native/operations/queries.d.ts.map +1 -0
- package/dist/react-native/operations/queries.js +436 -0
- package/dist/react-native/operations/queries.js.map +1 -0
- package/dist/react-native/operations/queryPacks.d.ts +94 -0
- package/dist/react-native/operations/queryPacks.d.ts.map +1 -0
- package/dist/react-native/operations/queryPacks.js +421 -0
- package/dist/react-native/operations/queryPacks.js.map +1 -0
- package/dist/react-native/operations/savedSearches.d.ts +45 -0
- package/dist/react-native/operations/savedSearches.d.ts.map +1 -0
- package/dist/react-native/operations/savedSearches.js +135 -0
- package/dist/react-native/operations/savedSearches.js.map +1 -0
- package/dist/react-native/operations/schemaOperations.d.ts +20 -0
- package/dist/react-native/operations/schemaOperations.d.ts.map +1 -0
- package/dist/react-native/operations/schemaOperations.js +50 -0
- package/dist/react-native/operations/schemaOperations.js.map +1 -0
- package/dist/react-native/operations/sharedKeysOperations.d.ts +28 -0
- package/dist/react-native/operations/sharedKeysOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sharedKeysOperations.js +78 -0
- package/dist/react-native/operations/sharedKeysOperations.js.map +1 -0
- package/dist/react-native/operations/storageInsightConfigs.d.ts +63 -0
- package/dist/react-native/operations/storageInsightConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/storageInsightConfigs.js +238 -0
- package/dist/react-native/operations/storageInsightConfigs.js.map +1 -0
- package/dist/react-native/operations/tables.d.ts +108 -0
- package/dist/react-native/operations/tables.d.ts.map +1 -0
- package/dist/react-native/operations/tables.js +443 -0
- package/dist/react-native/operations/tables.js.map +1 -0
- package/dist/react-native/operations/usages.d.ts +30 -0
- package/dist/react-native/operations/usages.d.ts.map +1 -0
- package/dist/react-native/operations/usages.js +102 -0
- package/dist/react-native/operations/usages.js.map +1 -0
- package/dist/react-native/operations/workspacePurge.d.ts +39 -0
- package/dist/react-native/operations/workspacePurge.d.ts.map +1 -0
- package/dist/react-native/operations/workspacePurge.js +93 -0
- package/dist/react-native/operations/workspacePurge.js.map +1 -0
- package/dist/react-native/operations/workspaces.d.ts +90 -0
- package/dist/react-native/operations/workspaces.d.ts.map +1 -0
- package/dist/react-native/operations/workspaces.js +392 -0
- package/dist/react-native/operations/workspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/availableServiceTiers.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/availableServiceTiers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/availableServiceTiers.js +9 -0
- package/dist/react-native/operationsInterfaces/availableServiceTiers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataExports.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/dataExports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataExports.js +9 -0
- package/dist/react-native/operationsInterfaces/dataExports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataSources.d.ts +39 -0
- package/dist/react-native/operationsInterfaces/dataSources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataSources.js +9 -0
- package/dist/react-native/operationsInterfaces/dataSources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkspaces.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/deletedWorkspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/deletedWorkspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/deletedWorkspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gateways.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/gateways.js +9 -0
- package/dist/react-native/operationsInterfaces/gateways.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +30 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/intelligencePacks.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/intelligencePacks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/intelligencePacks.js +9 -0
- package/dist/react-native/operationsInterfaces/intelligencePacks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServices.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/linkedServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedServices.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedStorageAccounts.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/linkedStorageAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkedStorageAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/linkedStorageAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managementGroups.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/managementGroups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managementGroups.js +9 -0
- package/dist/react-native/operationsInterfaces/managementGroups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatuses.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationStatuses.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatuses.js +9 -0
- package/dist/react-native/operationsInterfaces/operationStatuses.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -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/queries.d.ts +59 -0
- package/dist/react-native/operationsInterfaces/queries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queries.js +9 -0
- package/dist/react-native/operationsInterfaces/queries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queryPacks.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/queryPacks.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queryPacks.js +9 -0
- package/dist/react-native/operationsInterfaces/queryPacks.js.map +1 -0
- package/dist/react-native/operationsInterfaces/savedSearches.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/savedSearches.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/savedSearches.js +9 -0
- package/dist/react-native/operationsInterfaces/savedSearches.js.map +1 -0
- package/dist/react-native/operationsInterfaces/schemaOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/schemaOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/schemaOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/schemaOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sharedKeysOperations.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/sharedKeysOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sharedKeysOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sharedKeysOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageInsightConfigs.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/storageInsightConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageInsightConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/storageInsightConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tables.d.ts +91 -0
- package/dist/react-native/operationsInterfaces/tables.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tables.js +9 -0
- package/dist/react-native/operationsInterfaces/tables.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usages.js +9 -0
- package/dist/react-native/operationsInterfaces/usages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePurge.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/workspacePurge.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePurge.js +9 -0
- package/dist/react-native/operationsInterfaces/workspacePurge.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +67 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaces.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 +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -8394
- 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/availableServiceTiersListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/availableServiceTiersListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/availableServiceTiersListByWorkspaceSample.js +0 -36
- package/dist-esm/samples-dev/availableServiceTiersListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -36
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -36
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -50
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -45
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataExportsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataExportsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataExportsCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/dataExportsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataExportsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataExportsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataExportsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/dataExportsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataExportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataExportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataExportsGetSample.js +0 -37
- package/dist-esm/samples-dev/dataExportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataExportsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataExportsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataExportsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/dataExportsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/dataSourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataSourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataSourcesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/dataSourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataSourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataSourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataSourcesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/dataSourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataSourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataSourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataSourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/dataSourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataSourcesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataSourcesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataSourcesListByWorkspaceSample.js +0 -53
- package/dist-esm/samples-dev/dataSourcesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedWorkspacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedWorkspacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedWorkspacesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/deletedWorkspacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/deletedWorkspacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/deletedWorkspacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletedWorkspacesListSample.js +0 -50
- package/dist-esm/samples-dev/deletedWorkspacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysDeleteSample.js +0 -37
- package/dist-esm/samples-dev/gatewaysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/intelligencePacksDisableSample.d.ts +0 -2
- package/dist-esm/samples-dev/intelligencePacksDisableSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/intelligencePacksDisableSample.js +0 -37
- package/dist-esm/samples-dev/intelligencePacksDisableSample.js.map +0 -1
- package/dist-esm/samples-dev/intelligencePacksEnableSample.d.ts +0 -2
- package/dist-esm/samples-dev/intelligencePacksEnableSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/intelligencePacksEnableSample.js +0 -37
- package/dist-esm/samples-dev/intelligencePacksEnableSample.js.map +0 -1
- package/dist-esm/samples-dev/intelligencePacksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/intelligencePacksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/intelligencePacksListSample.js +0 -36
- package/dist-esm/samples-dev/intelligencePacksListSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/linkedServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/linkedServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesGetSample.js +0 -37
- package/dist-esm/samples-dev/linkedServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedServicesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedServicesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedServicesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/linkedServicesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedStorageAccountsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedStorageAccountsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedStorageAccountsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/linkedStorageAccountsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedStorageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedStorageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedStorageAccountsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/linkedStorageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedStorageAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedStorageAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedStorageAccountsGetSample.js +0 -37
- package/dist-esm/samples-dev/linkedStorageAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/linkedStorageAccountsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkedStorageAccountsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkedStorageAccountsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/linkedStorageAccountsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/managementGroupsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managementGroupsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managementGroupsListSample.js +0 -52
- package/dist-esm/samples-dev/managementGroupsListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationStatusesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationStatusesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationStatusesGetSample.js +0 -36
- package/dist-esm/samples-dev/operationStatusesGetSample.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 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/queriesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queriesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queriesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/queriesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queriesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/queriesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queriesGetSample.js +0 -37
- package/dist-esm/samples-dev/queriesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queriesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/queriesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queriesListSample.js +0 -47
- package/dist-esm/samples-dev/queriesListSample.js.map +0 -1
- package/dist-esm/samples-dev/queriesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/queriesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queriesPutSample.js +0 -37
- package/dist-esm/samples-dev/queriesPutSample.js.map +0 -1
- package/dist-esm/samples-dev/queriesSearchSample.d.ts +0 -2
- package/dist-esm/samples-dev/queriesSearchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queriesSearchSample.js +0 -52
- package/dist-esm/samples-dev/queriesSearchSample.js.map +0 -1
- package/dist-esm/samples-dev/queriesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queriesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queriesUpdateSample.js +0 -37
- package/dist-esm/samples-dev/queriesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/queryPacksCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryPacksCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryPacksCreateOrUpdateSample.js +0 -54
- package/dist-esm/samples-dev/queryPacksCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/queryPacksCreateOrUpdateWithoutNameSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryPacksCreateOrUpdateWithoutNameSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryPacksCreateOrUpdateWithoutNameSample.js +0 -52
- package/dist-esm/samples-dev/queryPacksCreateOrUpdateWithoutNameSample.js.map +0 -1
- package/dist-esm/samples-dev/queryPacksDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryPacksDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryPacksDeleteSample.js +0 -36
- package/dist-esm/samples-dev/queryPacksDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queryPacksGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryPacksGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryPacksGetSample.js +0 -36
- package/dist-esm/samples-dev/queryPacksGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queryPacksListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryPacksListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryPacksListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/queryPacksListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/queryPacksListSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryPacksListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryPacksListSample.js +0 -50
- package/dist-esm/samples-dev/queryPacksListSample.js.map +0 -1
- package/dist-esm/samples-dev/queryPacksUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryPacksUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryPacksUpdateTagsSample.js +0 -32
- package/dist-esm/samples-dev/queryPacksUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/savedSearchesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/savedSearchesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/savedSearchesCreateOrUpdateSample.js +0 -39
- package/dist-esm/samples-dev/savedSearchesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/savedSearchesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/savedSearchesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/savedSearchesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/savedSearchesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/savedSearchesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/savedSearchesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/savedSearchesGetSample.js +0 -37
- package/dist-esm/samples-dev/savedSearchesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/savedSearchesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/savedSearchesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/savedSearchesListByWorkspaceSample.js +0 -36
- package/dist-esm/samples-dev/savedSearchesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/schemaGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/schemaGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/schemaGetSample.js +0 -36
- package/dist-esm/samples-dev/schemaGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedKeysGetSharedKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedKeysGetSharedKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedKeysGetSharedKeysSample.js +0 -36
- package/dist-esm/samples-dev/sharedKeysGetSharedKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/sharedKeysRegenerateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sharedKeysRegenerateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sharedKeysRegenerateSample.js +0 -36
- package/dist-esm/samples-dev/sharedKeysRegenerateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageInsightConfigsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageInsightConfigsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageInsightConfigsCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/storageInsightConfigsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/storageInsightConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageInsightConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageInsightConfigsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/storageInsightConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageInsightConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageInsightConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageInsightConfigsGetSample.js +0 -37
- package/dist-esm/samples-dev/storageInsightConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageInsightConfigsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageInsightConfigsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageInsightConfigsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/storageInsightConfigsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/tablesCancelSearchSample.d.ts +0 -2
- package/dist-esm/samples-dev/tablesCancelSearchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tablesCancelSearchSample.js +0 -37
- package/dist-esm/samples-dev/tablesCancelSearchSample.js.map +0 -1
- package/dist-esm/samples-dev/tablesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tablesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tablesCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/tablesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/tablesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/tablesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tablesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/tablesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/tablesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tablesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tablesGetSample.js +0 -37
- package/dist-esm/samples-dev/tablesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/tablesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/tablesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tablesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/tablesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/tablesMigrateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tablesMigrateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tablesMigrateSample.js +0 -37
- package/dist-esm/samples-dev/tablesMigrateSample.js.map +0 -1
- package/dist-esm/samples-dev/tablesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/tablesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tablesUpdateSample.js +0 -38
- package/dist-esm/samples-dev/tablesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -52
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePurgeGetPurgeStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePurgeGetPurgeStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePurgeGetPurgeStatusSample.js +0 -37
- package/dist-esm/samples-dev/workspacePurgeGetPurgeStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePurgeSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePurgeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePurgeSample.js +0 -73
- package/dist-esm/samples-dev/workspacePurgeSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +0 -36
- package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListSample.js +0 -50
- package/dist-esm/samples-dev/workspacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -34
- package/dist-esm/samples-dev/workspacesUpdateSample.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 +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- 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 +0 -445
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operationalInsightsManagementClient.d.ts +0 -38
- package/dist-esm/src/operationalInsightsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/operationalInsightsManagementClient.js +0 -91
- package/dist-esm/src/operationalInsightsManagementClient.js.map +0 -1
- package/dist-esm/src/operations/availableServiceTiers.d.ts +0 -20
- package/dist-esm/src/operations/availableServiceTiers.d.ts.map +0 -1
- package/dist-esm/src/operations/availableServiceTiers.js +0 -57
- package/dist-esm/src/operations/availableServiceTiers.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -107
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -531
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/dataExports.d.ts +0 -55
- package/dist-esm/src/operations/dataExports.d.ts.map +0 -1
- package/dist-esm/src/operations/dataExports.js +0 -206
- package/dist-esm/src/operations/dataExports.js.map +0 -1
- package/dist-esm/src/operations/dataSources.d.ts +0 -65
- package/dist-esm/src/operations/dataSources.d.ts.map +0 -1
- package/dist-esm/src/operations/dataSources.js +0 -238
- package/dist-esm/src/operations/dataSources.js.map +0 -1
- package/dist-esm/src/operations/deletedWorkspaces.d.ts +0 -40
- package/dist-esm/src/operations/deletedWorkspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/deletedWorkspaces.js +0 -173
- package/dist-esm/src/operations/deletedWorkspaces.js.map +0 -1
- package/dist-esm/src/operations/gateways.d.ts +0 -21
- package/dist-esm/src/operations/gateways.d.ts.map +0 -1
- package/dist-esm/src/operations/gateways.js +0 -47
- package/dist-esm/src/operations/gateways.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -23
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -30
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/intelligencePacks.d.ts +0 -37
- package/dist-esm/src/operations/intelligencePacks.d.ts.map +0 -1
- package/dist-esm/src/operations/intelligencePacks.js +0 -106
- package/dist-esm/src/operations/intelligencePacks.js.map +0 -1
- package/dist-esm/src/operations/linkedServices.d.ts +0 -73
- package/dist-esm/src/operations/linkedServices.d.ts.map +0 -1
- package/dist-esm/src/operations/linkedServices.js +0 -305
- package/dist-esm/src/operations/linkedServices.js.map +0 -1
- package/dist-esm/src/operations/linkedStorageAccounts.d.ts +0 -60
- package/dist-esm/src/operations/linkedStorageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/linkedStorageAccounts.js +0 -192
- package/dist-esm/src/operations/linkedStorageAccounts.js.map +0 -1
- package/dist-esm/src/operations/managementGroups.d.ts +0 -30
- package/dist-esm/src/operations/managementGroups.d.ts.map +0 -1
- package/dist-esm/src/operations/managementGroups.js +0 -102
- package/dist-esm/src/operations/managementGroups.js.map +0 -1
- package/dist-esm/src/operations/operationStatuses.d.ts +0 -20
- package/dist-esm/src/operations/operationStatuses.d.ts.map +0 -1
- package/dist-esm/src/operations/operationStatuses.js +0 -50
- package/dist-esm/src/operations/operationStatuses.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/queries.d.ts +0 -106
- package/dist-esm/src/operations/queries.d.ts.map +0 -1
- package/dist-esm/src/operations/queries.js +0 -436
- package/dist-esm/src/operations/queries.js.map +0 -1
- package/dist-esm/src/operations/queryPacks.d.ts +0 -94
- package/dist-esm/src/operations/queryPacks.d.ts.map +0 -1
- package/dist-esm/src/operations/queryPacks.js +0 -421
- package/dist-esm/src/operations/queryPacks.js.map +0 -1
- package/dist-esm/src/operations/savedSearches.d.ts +0 -45
- package/dist-esm/src/operations/savedSearches.d.ts.map +0 -1
- package/dist-esm/src/operations/savedSearches.js +0 -135
- package/dist-esm/src/operations/savedSearches.js.map +0 -1
- package/dist-esm/src/operations/schemaOperations.d.ts +0 -20
- package/dist-esm/src/operations/schemaOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/schemaOperations.js +0 -50
- package/dist-esm/src/operations/schemaOperations.js.map +0 -1
- package/dist-esm/src/operations/sharedKeysOperations.d.ts +0 -28
- package/dist-esm/src/operations/sharedKeysOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/sharedKeysOperations.js +0 -78
- package/dist-esm/src/operations/sharedKeysOperations.js.map +0 -1
- package/dist-esm/src/operations/storageInsightConfigs.d.ts +0 -63
- package/dist-esm/src/operations/storageInsightConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/storageInsightConfigs.js +0 -238
- package/dist-esm/src/operations/storageInsightConfigs.js.map +0 -1
- package/dist-esm/src/operations/tables.d.ts +0 -108
- package/dist-esm/src/operations/tables.d.ts.map +0 -1
- package/dist-esm/src/operations/tables.js +0 -455
- package/dist-esm/src/operations/tables.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -30
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -102
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/workspacePurge.d.ts +0 -39
- package/dist-esm/src/operations/workspacePurge.d.ts.map +0 -1
- package/dist-esm/src/operations/workspacePurge.js +0 -93
- package/dist-esm/src/operations/workspacePurge.js.map +0 -1
- package/dist-esm/src/operations/workspaces.d.ts +0 -90
- package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaces.js +0 -400
- package/dist-esm/src/operations/workspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/availableServiceTiers.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/availableServiceTiers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/availableServiceTiers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataExports.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/dataExports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataExports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataSources.d.ts +0 -39
- package/dist-esm/src/operationsInterfaces/dataSources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataSources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedWorkspaces.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/deletedWorkspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/deletedWorkspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateways.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateways.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -30
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/intelligencePacks.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/intelligencePacks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/intelligencePacks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/linkedServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkedStorageAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementGroups.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/managementGroups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managementGroups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationStatuses.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatuses.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- 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/queries.d.ts +0 -59
- package/dist-esm/src/operationsInterfaces/queries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queryPacks.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/queryPacks.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queryPacks.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/savedSearches.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/savedSearches.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/savedSearches.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/schemaOperations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/schemaOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/schemaOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sharedKeysOperations.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/sharedKeysOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sharedKeysOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageInsightConfigs.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/storageInsightConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageInsightConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tables.d.ts +0 -91
- package/dist-esm/src/operationsInterfaces/tables.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tables.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePurge.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/workspacePurge.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePurge.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +0 -67
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/operationalinsights_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/operationalinsights_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/operationalinsights_operations_test.spec.js +0 -141
- package/dist-esm/test/operationalinsights_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -2495
- package/src/models/mappers.ts +0 -3104
- package/src/models/parameters.ts +0 -517
- package/src/operationalInsightsManagementClient.ts +0 -192
- package/src/operations/availableServiceTiers.ts +0 -76
- package/src/operations/clusters.ts +0 -704
- package/src/operations/dataExports.ts +0 -278
- package/src/operations/dataSources.ts +0 -334
- package/src/operations/deletedWorkspaces.ts +0 -194
- package/src/operations/gateways.ts +0 -64
- package/src/operations/index.ts +0 -30
- package/src/operations/intelligencePacks.ts +0 -147
- package/src/operations/linkedServices.ts +0 -440
- package/src/operations/linkedStorageAccounts.ts +0 -265
- package/src/operations/managementGroups.ts +0 -130
- package/src/operations/operationStatuses.ts +0 -69
- package/src/operations/operations.ts +0 -149
- package/src/operations/queries.ts +0 -583
- package/src/operations/queryPacks.ts +0 -522
- package/src/operations/savedSearches.ts +0 -191
- package/src/operations/schemaOperations.ts +0 -66
- package/src/operations/sharedKeysOperations.ts +0 -108
- package/src/operations/storageInsightConfigs.ts +0 -326
- package/src/operations/tables.ts +0 -648
- package/src/operations/usages.ts +0 -130
- package/src/operations/workspacePurge.ts +0 -126
- package/src/operations/workspaces.ts +0 -520
- package/src/operationsInterfaces/availableServiceTiers.ts +0 -27
- package/src/operationsInterfaces/clusters.ts +0 -139
- package/src/operationsInterfaces/dataExports.ts +0 -75
- package/src/operationsInterfaces/dataSources.ts +0 -77
- package/src/operationsInterfaces/deletedWorkspaces.ts +0 -35
- package/src/operationsInterfaces/gateways.ts +0 -26
- package/src/operationsInterfaces/index.ts +0 -30
- package/src/operationsInterfaces/intelligencePacks.ts +0 -56
- package/src/operationsInterfaces/linkedServices.ts +0 -115
- package/src/operationsInterfaces/linkedStorageAccounts.ts +0 -80
- package/src/operationsInterfaces/managementGroups.ts +0 -26
- package/src/operationsInterfaces/operationStatuses.ts +0 -27
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/queries.ts +0 -111
- package/src/operationsInterfaces/queryPacks.ts +0 -108
- package/src/operationsInterfaces/savedSearches.ts +0 -74
- package/src/operationsInterfaces/schemaOperations.ts +0 -24
- package/src/operationsInterfaces/sharedKeysOperations.ts +0 -41
- package/src/operationsInterfaces/storageInsightConfigs.ts +0 -75
- package/src/operationsInterfaces/tables.ts +0 -172
- package/src/operationsInterfaces/usages.ts +0 -26
- package/src/operationsInterfaces/workspacePurge.ts +0 -55
- package/src/operationsInterfaces/workspaces.ts +0 -125
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-operationalinsights.d.ts +0 -3279
- package/types/tsdoc-metadata.json +0 -11
- /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.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.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/mappers.js +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/availableServiceTiers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataExports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataSources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/deletedWorkspaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateways.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/intelligencePacks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkedStorageAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managementGroups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationStatuses.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queryPacks.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/savedSearches.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/schemaOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sharedKeysOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageInsightConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tables.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePurge.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.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/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Tables } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { OperationalInsightsManagementClient } from "../operationalInsightsManagementClient.js";
|
|
4
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
5
|
+
import { Table, TablesListByWorkspaceOptionalParams, TablesCreateOrUpdateOptionalParams, TablesCreateOrUpdateResponse, TablesUpdateOptionalParams, TablesUpdateResponse, TablesGetOptionalParams, TablesGetResponse, TablesDeleteOptionalParams, TablesMigrateOptionalParams, TablesCancelSearchOptionalParams } from "../models/index.js";
|
|
6
|
+
/** Class containing Tables operations. */
|
|
7
|
+
export declare class TablesImpl implements Tables {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class Tables class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: OperationalInsightsManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* Gets all the tables for the specified Log Analytics workspace.
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param workspaceName The name of the workspace.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: TablesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<Table>;
|
|
21
|
+
private listByWorkspacePagingPage;
|
|
22
|
+
private listByWorkspacePagingAll;
|
|
23
|
+
/**
|
|
24
|
+
* Gets all the tables for the specified Log Analytics workspace.
|
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
+
* @param workspaceName The name of the workspace.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
private _listByWorkspace;
|
|
30
|
+
/**
|
|
31
|
+
* Update or Create a Log Analytics workspace table.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param workspaceName The name of the workspace.
|
|
34
|
+
* @param tableName The name of the table.
|
|
35
|
+
* @param parameters The parameters required to update table properties.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<TablesCreateOrUpdateResponse>, TablesCreateOrUpdateResponse>>;
|
|
39
|
+
/**
|
|
40
|
+
* Update or Create a Log Analytics workspace table.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param workspaceName The name of the workspace.
|
|
43
|
+
* @param tableName The name of the table.
|
|
44
|
+
* @param parameters The parameters required to update table properties.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams): Promise<TablesCreateOrUpdateResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Update a Log Analytics workspace table.
|
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
|
+
* @param workspaceName The name of the workspace.
|
|
52
|
+
* @param tableName The name of the table.
|
|
53
|
+
* @param parameters The parameters required to update table properties.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams): Promise<PollerLike<PollOperationState<TablesUpdateResponse>, TablesUpdateResponse>>;
|
|
57
|
+
/**
|
|
58
|
+
* Update a Log Analytics workspace table.
|
|
59
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
60
|
+
* @param workspaceName The name of the workspace.
|
|
61
|
+
* @param tableName The name of the table.
|
|
62
|
+
* @param parameters The parameters required to update table properties.
|
|
63
|
+
* @param options The options parameters.
|
|
64
|
+
*/
|
|
65
|
+
beginUpdateAndWait(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams): Promise<TablesUpdateResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* Gets a Log Analytics workspace table.
|
|
68
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
69
|
+
* @param workspaceName The name of the workspace.
|
|
70
|
+
* @param tableName The name of the table.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
get(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesGetOptionalParams): Promise<TablesGetResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Delete a Log Analytics workspace table.
|
|
76
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
77
|
+
* @param workspaceName The name of the workspace.
|
|
78
|
+
* @param tableName The name of the table.
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
beginDelete(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
82
|
+
/**
|
|
83
|
+
* Delete a Log Analytics workspace table.
|
|
84
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
85
|
+
* @param workspaceName The name of the workspace.
|
|
86
|
+
* @param tableName The name of the table.
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams): Promise<void>;
|
|
90
|
+
/**
|
|
91
|
+
* Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to
|
|
92
|
+
* support of Data Collection Rule-based Custom Logs.
|
|
93
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
94
|
+
* @param workspaceName The name of the workspace.
|
|
95
|
+
* @param tableName The name of the table.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
migrate(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesMigrateOptionalParams): Promise<void>;
|
|
99
|
+
/**
|
|
100
|
+
* Cancel a log analytics workspace search results table query run.
|
|
101
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
102
|
+
* @param workspaceName The name of the workspace.
|
|
103
|
+
* @param tableName The name of the table.
|
|
104
|
+
* @param options The options parameters.
|
|
105
|
+
*/
|
|
106
|
+
cancelSearch(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesCancelSearchOptionalParams): Promise<void>;
|
|
107
|
+
}
|
|
108
|
+
//# sourceMappingURL=tables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tables.d.ts","sourceRoot":"","sources":["../../../src/operations/tables.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,447 @@
|
|
|
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.TablesImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
const core_lro_1 = require("@azure/core-lro");
|
|
16
|
+
const lroImpl_js_1 = require("../lroImpl.js");
|
|
17
|
+
/// <reference lib="esnext.asynciterable" />
|
|
18
|
+
/** Class containing Tables operations. */
|
|
19
|
+
class TablesImpl {
|
|
20
|
+
/**
|
|
21
|
+
* Initialize a new instance of the class Tables class.
|
|
22
|
+
* @param client Reference to the service client
|
|
23
|
+
*/
|
|
24
|
+
constructor(client) {
|
|
25
|
+
this.client = client;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Gets all the tables for the specified Log Analytics workspace.
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param workspaceName The name of the workspace.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
listByWorkspace(resourceGroupName, workspaceName, options) {
|
|
34
|
+
const iter = this.listByWorkspacePagingAll(resourceGroupName, workspaceName, options);
|
|
35
|
+
return {
|
|
36
|
+
next() {
|
|
37
|
+
return iter.next();
|
|
38
|
+
},
|
|
39
|
+
[Symbol.asyncIterator]() {
|
|
40
|
+
return this;
|
|
41
|
+
},
|
|
42
|
+
byPage: (settings) => {
|
|
43
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
44
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
45
|
+
}
|
|
46
|
+
return this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings);
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
listByWorkspacePagingPage(resourceGroupName, workspaceName, options, _settings) {
|
|
51
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByWorkspacePagingPage_1() {
|
|
52
|
+
let result;
|
|
53
|
+
result = yield tslib_1.__await(this._listByWorkspace(resourceGroupName, workspaceName, options));
|
|
54
|
+
yield yield tslib_1.__await(result.value || []);
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
|
|
58
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
|
|
59
|
+
var _a, e_1, _b, _c;
|
|
60
|
+
try {
|
|
61
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
62
|
+
_c = _f.value;
|
|
63
|
+
_d = false;
|
|
64
|
+
const page = _c;
|
|
65
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
69
|
+
finally {
|
|
70
|
+
try {
|
|
71
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
72
|
+
}
|
|
73
|
+
finally { if (e_1) throw e_1.error; }
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Gets all the tables for the specified Log Analytics workspace.
|
|
79
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
80
|
+
* @param workspaceName The name of the workspace.
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
_listByWorkspace(resourceGroupName, workspaceName, options) {
|
|
84
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listByWorkspaceOperationSpec);
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Update or Create a Log Analytics workspace table.
|
|
88
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
|
+
* @param workspaceName The name of the workspace.
|
|
90
|
+
* @param tableName The name of the table.
|
|
91
|
+
* @param parameters The parameters required to update table properties.
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
async beginCreateOrUpdate(resourceGroupName, workspaceName, tableName, parameters, options) {
|
|
95
|
+
const directSendOperation = async (args, spec) => {
|
|
96
|
+
return this.client.sendOperationRequest(args, spec);
|
|
97
|
+
};
|
|
98
|
+
const sendOperation = async (args, spec) => {
|
|
99
|
+
var _a;
|
|
100
|
+
let currentRawResponse = undefined;
|
|
101
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
102
|
+
const callback = (rawResponse, flatResponse) => {
|
|
103
|
+
currentRawResponse = rawResponse;
|
|
104
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
105
|
+
};
|
|
106
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
107
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
108
|
+
return {
|
|
109
|
+
flatResponse,
|
|
110
|
+
rawResponse: {
|
|
111
|
+
statusCode: currentRawResponse.status,
|
|
112
|
+
body: currentRawResponse.parsedBody,
|
|
113
|
+
headers: currentRawResponse.headers.toJSON()
|
|
114
|
+
}
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
const lro = new lroImpl_js_1.LroImpl(sendOperation, { resourceGroupName, workspaceName, tableName, parameters, options }, createOrUpdateOperationSpec);
|
|
118
|
+
const poller = new core_lro_1.LroEngine(lro, {
|
|
119
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
120
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
121
|
+
lroResourceLocationConfig: "azure-async-operation"
|
|
122
|
+
});
|
|
123
|
+
await poller.poll();
|
|
124
|
+
return poller;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* Update or Create a Log Analytics workspace table.
|
|
128
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
129
|
+
* @param workspaceName The name of the workspace.
|
|
130
|
+
* @param tableName The name of the table.
|
|
131
|
+
* @param parameters The parameters required to update table properties.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
async beginCreateOrUpdateAndWait(resourceGroupName, workspaceName, tableName, parameters, options) {
|
|
135
|
+
const poller = await this.beginCreateOrUpdate(resourceGroupName, workspaceName, tableName, parameters, options);
|
|
136
|
+
return poller.pollUntilDone();
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Update a Log Analytics workspace table.
|
|
140
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
141
|
+
* @param workspaceName The name of the workspace.
|
|
142
|
+
* @param tableName The name of the table.
|
|
143
|
+
* @param parameters The parameters required to update table properties.
|
|
144
|
+
* @param options The options parameters.
|
|
145
|
+
*/
|
|
146
|
+
async beginUpdate(resourceGroupName, workspaceName, tableName, parameters, options) {
|
|
147
|
+
const directSendOperation = async (args, spec) => {
|
|
148
|
+
return this.client.sendOperationRequest(args, spec);
|
|
149
|
+
};
|
|
150
|
+
const sendOperation = async (args, spec) => {
|
|
151
|
+
var _a;
|
|
152
|
+
let currentRawResponse = undefined;
|
|
153
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
154
|
+
const callback = (rawResponse, flatResponse) => {
|
|
155
|
+
currentRawResponse = rawResponse;
|
|
156
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
157
|
+
};
|
|
158
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
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_js_1.LroImpl(sendOperation, { resourceGroupName, workspaceName, tableName, parameters, options }, updateOperationSpec);
|
|
170
|
+
const poller = new core_lro_1.LroEngine(lro, {
|
|
171
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
172
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
173
|
+
lroResourceLocationConfig: "azure-async-operation"
|
|
174
|
+
});
|
|
175
|
+
await poller.poll();
|
|
176
|
+
return poller;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Update a Log Analytics workspace table.
|
|
180
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
181
|
+
* @param workspaceName The name of the workspace.
|
|
182
|
+
* @param tableName The name of the table.
|
|
183
|
+
* @param parameters The parameters required to update table properties.
|
|
184
|
+
* @param options The options parameters.
|
|
185
|
+
*/
|
|
186
|
+
async beginUpdateAndWait(resourceGroupName, workspaceName, tableName, parameters, options) {
|
|
187
|
+
const poller = await this.beginUpdate(resourceGroupName, workspaceName, tableName, parameters, options);
|
|
188
|
+
return poller.pollUntilDone();
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Gets a Log Analytics workspace table.
|
|
192
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
193
|
+
* @param workspaceName The name of the workspace.
|
|
194
|
+
* @param tableName The name of the table.
|
|
195
|
+
* @param options The options parameters.
|
|
196
|
+
*/
|
|
197
|
+
get(resourceGroupName, workspaceName, tableName, options) {
|
|
198
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, tableName, options }, getOperationSpec);
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Delete a Log Analytics workspace table.
|
|
202
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
203
|
+
* @param workspaceName The name of the workspace.
|
|
204
|
+
* @param tableName The name of the table.
|
|
205
|
+
* @param options The options parameters.
|
|
206
|
+
*/
|
|
207
|
+
async beginDelete(resourceGroupName, workspaceName, tableName, options) {
|
|
208
|
+
const directSendOperation = async (args, spec) => {
|
|
209
|
+
return this.client.sendOperationRequest(args, spec);
|
|
210
|
+
};
|
|
211
|
+
const sendOperation = async (args, spec) => {
|
|
212
|
+
var _a;
|
|
213
|
+
let currentRawResponse = undefined;
|
|
214
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
215
|
+
const callback = (rawResponse, flatResponse) => {
|
|
216
|
+
currentRawResponse = rawResponse;
|
|
217
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
218
|
+
};
|
|
219
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
220
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
221
|
+
return {
|
|
222
|
+
flatResponse,
|
|
223
|
+
rawResponse: {
|
|
224
|
+
statusCode: currentRawResponse.status,
|
|
225
|
+
body: currentRawResponse.parsedBody,
|
|
226
|
+
headers: currentRawResponse.headers.toJSON()
|
|
227
|
+
}
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
const lro = new lroImpl_js_1.LroImpl(sendOperation, { resourceGroupName, workspaceName, tableName, options }, deleteOperationSpec);
|
|
231
|
+
const poller = new core_lro_1.LroEngine(lro, {
|
|
232
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
233
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
234
|
+
lroResourceLocationConfig: "azure-async-operation"
|
|
235
|
+
});
|
|
236
|
+
await poller.poll();
|
|
237
|
+
return poller;
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Delete a Log Analytics workspace table.
|
|
241
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
242
|
+
* @param workspaceName The name of the workspace.
|
|
243
|
+
* @param tableName The name of the table.
|
|
244
|
+
* @param options The options parameters.
|
|
245
|
+
*/
|
|
246
|
+
async beginDeleteAndWait(resourceGroupName, workspaceName, tableName, options) {
|
|
247
|
+
const poller = await this.beginDelete(resourceGroupName, workspaceName, tableName, options);
|
|
248
|
+
return poller.pollUntilDone();
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to
|
|
252
|
+
* support of Data Collection Rule-based Custom Logs.
|
|
253
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
254
|
+
* @param workspaceName The name of the workspace.
|
|
255
|
+
* @param tableName The name of the table.
|
|
256
|
+
* @param options The options parameters.
|
|
257
|
+
*/
|
|
258
|
+
migrate(resourceGroupName, workspaceName, tableName, options) {
|
|
259
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, tableName, options }, migrateOperationSpec);
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* Cancel a log analytics workspace search results table query run.
|
|
263
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
264
|
+
* @param workspaceName The name of the workspace.
|
|
265
|
+
* @param tableName The name of the table.
|
|
266
|
+
* @param options The options parameters.
|
|
267
|
+
*/
|
|
268
|
+
cancelSearch(resourceGroupName, workspaceName, tableName, options) {
|
|
269
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, tableName, options }, cancelSearchOperationSpec);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
exports.TablesImpl = TablesImpl;
|
|
273
|
+
// Operation Specifications
|
|
274
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
275
|
+
const listByWorkspaceOperationSpec = {
|
|
276
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables",
|
|
277
|
+
httpMethod: "GET",
|
|
278
|
+
responses: {
|
|
279
|
+
200: {
|
|
280
|
+
bodyMapper: Mappers.TablesListResult
|
|
281
|
+
},
|
|
282
|
+
default: {
|
|
283
|
+
bodyMapper: Mappers.ErrorResponse
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
queryParameters: [Parameters.apiVersion3],
|
|
287
|
+
urlParameters: [
|
|
288
|
+
Parameters.$host,
|
|
289
|
+
Parameters.subscriptionId,
|
|
290
|
+
Parameters.resourceGroupName,
|
|
291
|
+
Parameters.workspaceName
|
|
292
|
+
],
|
|
293
|
+
headerParameters: [Parameters.accept],
|
|
294
|
+
serializer
|
|
295
|
+
};
|
|
296
|
+
const createOrUpdateOperationSpec = {
|
|
297
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}",
|
|
298
|
+
httpMethod: "PUT",
|
|
299
|
+
responses: {
|
|
300
|
+
200: {
|
|
301
|
+
bodyMapper: Mappers.Table
|
|
302
|
+
},
|
|
303
|
+
201: {
|
|
304
|
+
bodyMapper: Mappers.Table
|
|
305
|
+
},
|
|
306
|
+
202: {
|
|
307
|
+
bodyMapper: Mappers.Table
|
|
308
|
+
},
|
|
309
|
+
204: {
|
|
310
|
+
bodyMapper: Mappers.Table
|
|
311
|
+
},
|
|
312
|
+
default: {
|
|
313
|
+
bodyMapper: Mappers.ErrorResponse
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
requestBody: Parameters.parameters10,
|
|
317
|
+
queryParameters: [Parameters.apiVersion3],
|
|
318
|
+
urlParameters: [
|
|
319
|
+
Parameters.$host,
|
|
320
|
+
Parameters.subscriptionId,
|
|
321
|
+
Parameters.resourceGroupName,
|
|
322
|
+
Parameters.workspaceName,
|
|
323
|
+
Parameters.tableName
|
|
324
|
+
],
|
|
325
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
326
|
+
mediaType: "json",
|
|
327
|
+
serializer
|
|
328
|
+
};
|
|
329
|
+
const updateOperationSpec = {
|
|
330
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}",
|
|
331
|
+
httpMethod: "PATCH",
|
|
332
|
+
responses: {
|
|
333
|
+
200: {
|
|
334
|
+
bodyMapper: Mappers.Table
|
|
335
|
+
},
|
|
336
|
+
201: {
|
|
337
|
+
bodyMapper: Mappers.Table
|
|
338
|
+
},
|
|
339
|
+
202: {
|
|
340
|
+
bodyMapper: Mappers.Table
|
|
341
|
+
},
|
|
342
|
+
204: {
|
|
343
|
+
bodyMapper: Mappers.Table
|
|
344
|
+
},
|
|
345
|
+
default: {
|
|
346
|
+
bodyMapper: Mappers.ErrorResponse
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
requestBody: Parameters.parameters10,
|
|
350
|
+
queryParameters: [Parameters.apiVersion3],
|
|
351
|
+
urlParameters: [
|
|
352
|
+
Parameters.$host,
|
|
353
|
+
Parameters.subscriptionId,
|
|
354
|
+
Parameters.resourceGroupName,
|
|
355
|
+
Parameters.workspaceName,
|
|
356
|
+
Parameters.tableName
|
|
357
|
+
],
|
|
358
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
359
|
+
mediaType: "json",
|
|
360
|
+
serializer
|
|
361
|
+
};
|
|
362
|
+
const getOperationSpec = {
|
|
363
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}",
|
|
364
|
+
httpMethod: "GET",
|
|
365
|
+
responses: {
|
|
366
|
+
200: {
|
|
367
|
+
bodyMapper: Mappers.Table
|
|
368
|
+
},
|
|
369
|
+
default: {
|
|
370
|
+
bodyMapper: Mappers.ErrorResponse
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
queryParameters: [Parameters.apiVersion3],
|
|
374
|
+
urlParameters: [
|
|
375
|
+
Parameters.$host,
|
|
376
|
+
Parameters.subscriptionId,
|
|
377
|
+
Parameters.resourceGroupName,
|
|
378
|
+
Parameters.workspaceName,
|
|
379
|
+
Parameters.tableName
|
|
380
|
+
],
|
|
381
|
+
headerParameters: [Parameters.accept],
|
|
382
|
+
serializer
|
|
383
|
+
};
|
|
384
|
+
const deleteOperationSpec = {
|
|
385
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}",
|
|
386
|
+
httpMethod: "DELETE",
|
|
387
|
+
responses: {
|
|
388
|
+
200: {},
|
|
389
|
+
201: {},
|
|
390
|
+
202: {},
|
|
391
|
+
204: {},
|
|
392
|
+
default: {
|
|
393
|
+
bodyMapper: Mappers.ErrorResponse
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
queryParameters: [Parameters.apiVersion3],
|
|
397
|
+
urlParameters: [
|
|
398
|
+
Parameters.$host,
|
|
399
|
+
Parameters.subscriptionId,
|
|
400
|
+
Parameters.resourceGroupName,
|
|
401
|
+
Parameters.workspaceName,
|
|
402
|
+
Parameters.tableName
|
|
403
|
+
],
|
|
404
|
+
headerParameters: [Parameters.accept],
|
|
405
|
+
serializer
|
|
406
|
+
};
|
|
407
|
+
const migrateOperationSpec = {
|
|
408
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}/migrate",
|
|
409
|
+
httpMethod: "POST",
|
|
410
|
+
responses: {
|
|
411
|
+
200: {},
|
|
412
|
+
default: {
|
|
413
|
+
bodyMapper: Mappers.ErrorResponse
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
queryParameters: [Parameters.apiVersion3],
|
|
417
|
+
urlParameters: [
|
|
418
|
+
Parameters.$host,
|
|
419
|
+
Parameters.subscriptionId,
|
|
420
|
+
Parameters.resourceGroupName,
|
|
421
|
+
Parameters.workspaceName,
|
|
422
|
+
Parameters.tableName
|
|
423
|
+
],
|
|
424
|
+
headerParameters: [Parameters.accept],
|
|
425
|
+
serializer
|
|
426
|
+
};
|
|
427
|
+
const cancelSearchOperationSpec = {
|
|
428
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}/cancelSearch",
|
|
429
|
+
httpMethod: "POST",
|
|
430
|
+
responses: {
|
|
431
|
+
200: {},
|
|
432
|
+
default: {
|
|
433
|
+
bodyMapper: Mappers.ErrorResponse
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
queryParameters: [Parameters.apiVersion3],
|
|
437
|
+
urlParameters: [
|
|
438
|
+
Parameters.$host,
|
|
439
|
+
Parameters.subscriptionId,
|
|
440
|
+
Parameters.resourceGroupName,
|
|
441
|
+
Parameters.workspaceName,
|
|
442
|
+
Parameters.tableName
|
|
443
|
+
],
|
|
444
|
+
headerParameters: [Parameters.accept],
|
|
445
|
+
serializer
|
|
446
|
+
};
|
|
447
|
+
//# sourceMappingURL=tables.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tables.js","sourceRoot":"","sources":["../../../src/operations/tables.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 { Tables } 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 { OperationalInsightsManagementClient } from \"../operationalInsightsManagementClient.js\";\nimport { PollerLike, PollOperationState, LroEngine } from \"@azure/core-lro\";\nimport { LroImpl } from \"../lroImpl.js\";\nimport {\n Table,\n TablesListByWorkspaceOptionalParams,\n TablesListByWorkspaceResponse,\n TablesCreateOrUpdateOptionalParams,\n TablesCreateOrUpdateResponse,\n TablesUpdateOptionalParams,\n TablesUpdateResponse,\n TablesGetOptionalParams,\n TablesGetResponse,\n TablesDeleteOptionalParams,\n TablesMigrateOptionalParams,\n TablesCancelSearchOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Tables operations. */\nexport class TablesImpl implements Tables {\n private readonly client: OperationalInsightsManagementClient;\n\n /**\n * Initialize a new instance of the class Tables class.\n * @param client Reference to the service client\n */\n constructor(client: OperationalInsightsManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets all the tables for the specified Log Analytics workspace.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param options The options parameters.\n */\n public listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: TablesListByWorkspaceOptionalParams\n ): PagedAsyncIterableIterator<Table> {\n const iter = this.listByWorkspacePagingAll(\n resourceGroupName,\n workspaceName,\n options\n );\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.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByWorkspacePagingPage(\n resourceGroupName: string,\n workspaceName: string,\n options?: TablesListByWorkspaceOptionalParams,\n _settings?: PageSettings\n ): AsyncIterableIterator<Table[]> {\n let result: TablesListByWorkspaceResponse;\n result = await this._listByWorkspace(\n resourceGroupName,\n workspaceName,\n options\n );\n yield result.value || [];\n }\n\n private async *listByWorkspacePagingAll(\n resourceGroupName: string,\n workspaceName: string,\n options?: TablesListByWorkspaceOptionalParams\n ): AsyncIterableIterator<Table> {\n for await (const page of this.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Gets all the tables for the specified Log Analytics workspace.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param options The options parameters.\n */\n private _listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: TablesListByWorkspaceOptionalParams\n ): Promise<TablesListByWorkspaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n listByWorkspaceOperationSpec\n );\n }\n\n /**\n * Update or Create a Log Analytics workspace table.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param parameters The parameters required to update table properties.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n parameters: Table,\n options?: TablesCreateOrUpdateOptionalParams\n ): Promise<\n PollerLike<\n PollOperationState<TablesCreateOrUpdateResponse>,\n TablesCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<TablesCreateOrUpdateResponse> => {\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, workspaceName, tableName, parameters, options },\n createOrUpdateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update or Create a Log Analytics workspace table.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param parameters The parameters required to update table properties.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n parameters: Table,\n options?: TablesCreateOrUpdateOptionalParams\n ): Promise<TablesCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n workspaceName,\n tableName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update a Log Analytics workspace table.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param parameters The parameters required to update table properties.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n parameters: Table,\n options?: TablesUpdateOptionalParams\n ): Promise<\n PollerLike<PollOperationState<TablesUpdateResponse>, TablesUpdateResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<TablesUpdateResponse> => {\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, workspaceName, tableName, parameters, options },\n updateOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update a Log Analytics workspace table.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param parameters The parameters required to update table properties.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n parameters: Table,\n options?: TablesUpdateOptionalParams\n ): Promise<TablesUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n workspaceName,\n tableName,\n parameters,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a Log Analytics workspace table.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n options?: TablesGetOptionalParams\n ): Promise<TablesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, tableName, options },\n getOperationSpec\n );\n }\n\n /**\n * Delete a Log Analytics workspace table.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n options?: TablesDeleteOptionalParams\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, workspaceName, tableName, options },\n deleteOperationSpec\n );\n const poller = new LroEngine(lro, {\n resumeFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n lroResourceLocationConfig: \"azure-async-operation\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a Log Analytics workspace table.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n options?: TablesDeleteOptionalParams\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n workspaceName,\n tableName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to\n * support of Data Collection Rule-based Custom Logs.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param options The options parameters.\n */\n migrate(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n options?: TablesMigrateOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, tableName, options },\n migrateOperationSpec\n );\n }\n\n /**\n * Cancel a log analytics workspace search results table query run.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param workspaceName The name of the workspace.\n * @param tableName The name of the table.\n * @param options The options parameters.\n */\n cancelSearch(\n resourceGroupName: string,\n workspaceName: string,\n tableName: string,\n options?: TablesCancelSearchOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, tableName, options },\n cancelSearchOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.TablesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Table\n },\n 201: {\n bodyMapper: Mappers.Table\n },\n 202: {\n bodyMapper: Mappers.Table\n },\n 204: {\n bodyMapper: Mappers.Table\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters10,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.tableName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Table\n },\n 201: {\n bodyMapper: Mappers.Table\n },\n 202: {\n bodyMapper: Mappers.Table\n },\n 204: {\n bodyMapper: Mappers.Table\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters10,\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.tableName\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.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Table\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.tableName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.tableName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst migrateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}/migrate\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.tableName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst cancelSearchOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/{tableName}/cancelSearch\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion3],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n Parameters.tableName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Usages } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { OperationalInsightsManagementClient } from "../operationalInsightsManagementClient.js";
|
|
4
|
+
import { UsageMetric, UsagesListOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing Usages operations. */
|
|
6
|
+
export declare class UsagesImpl implements Usages {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Usages class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: OperationalInsightsManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Gets a list of usage metrics for a workspace.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param workspaceName The name of the workspace.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(resourceGroupName: string, workspaceName: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<UsageMetric>;
|
|
20
|
+
private listPagingPage;
|
|
21
|
+
private listPagingAll;
|
|
22
|
+
/**
|
|
23
|
+
* Gets a list of usage metrics for a workspace.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param workspaceName The name of the workspace.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
private _list;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=usages.d.ts.map
|