@azure/arm-operationalinsights 9.0.1-alpha.20250218.1 → 9.0.1-alpha.20250219.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
|
@@ -1,3279 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
import { PollerLike } from '@azure/core-lro';
|
|
5
|
-
import { PollOperationState } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/** The list of Log Analytics workspaces associated with the cluster. */
|
|
8
|
-
export declare interface AssociatedWorkspace {
|
|
9
|
-
/**
|
|
10
|
-
* The id of the assigned workspace.
|
|
11
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
-
*/
|
|
13
|
-
readonly workspaceId?: string;
|
|
14
|
-
/**
|
|
15
|
-
* The name id the assigned workspace.
|
|
16
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
-
*/
|
|
18
|
-
readonly workspaceName?: string;
|
|
19
|
-
/**
|
|
20
|
-
* The ResourceId id the assigned workspace.
|
|
21
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
-
*/
|
|
23
|
-
readonly resourceId?: string;
|
|
24
|
-
/**
|
|
25
|
-
* The time of workspace association.
|
|
26
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
-
*/
|
|
28
|
-
readonly associateDate?: string;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/** Service Tier details. */
|
|
32
|
-
export declare interface AvailableServiceTier {
|
|
33
|
-
/**
|
|
34
|
-
* The name of the Service Tier.
|
|
35
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
36
|
-
*/
|
|
37
|
-
readonly serviceTier?: SkuNameEnum;
|
|
38
|
-
/**
|
|
39
|
-
* True if the Service Tier is enabled for the workspace.
|
|
40
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
41
|
-
*/
|
|
42
|
-
readonly enabled?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* The minimum retention for the Service Tier, in days.
|
|
45
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
46
|
-
*/
|
|
47
|
-
readonly minimumRetention?: number;
|
|
48
|
-
/**
|
|
49
|
-
* The maximum retention for the Service Tier, in days.
|
|
50
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
51
|
-
*/
|
|
52
|
-
readonly maximumRetention?: number;
|
|
53
|
-
/**
|
|
54
|
-
* The default retention for the Service Tier, in days.
|
|
55
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
56
|
-
*/
|
|
57
|
-
readonly defaultRetention?: number;
|
|
58
|
-
/**
|
|
59
|
-
* The capacity reservation level in GB per day. Returned for the Capacity Reservation Service Tier.
|
|
60
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
-
*/
|
|
62
|
-
readonly capacityReservationLevel?: number;
|
|
63
|
-
/**
|
|
64
|
-
* Time when the sku was last updated for the workspace. Returned for the Capacity Reservation Service Tier.
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly lastSkuUpdate?: string;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/** Interface representing a AvailableServiceTiers. */
|
|
71
|
-
export declare interface AvailableServiceTiers {
|
|
72
|
-
/**
|
|
73
|
-
* Gets the available service tiers for the workspace.
|
|
74
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
-
* @param workspaceName The name of the workspace.
|
|
76
|
-
* @param options The options parameters.
|
|
77
|
-
*/
|
|
78
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: AvailableServiceTiersListByWorkspaceOptionalParams): Promise<AvailableServiceTiersListByWorkspaceResponse>;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/** Optional parameters. */
|
|
82
|
-
export declare interface AvailableServiceTiersListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
86
|
-
export declare type AvailableServiceTiersListByWorkspaceResponse = AvailableServiceTier[];
|
|
87
|
-
|
|
88
|
-
/** The resource model definition for an Azure Resource Manager resource with an etag. */
|
|
89
|
-
export declare interface AzureEntityResource extends Resource {
|
|
90
|
-
/**
|
|
91
|
-
* Resource Etag.
|
|
92
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
-
*/
|
|
94
|
-
readonly etag?: string;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/** An Azure resource QueryPack-Query object */
|
|
98
|
-
export declare interface AzureResourceProperties {
|
|
99
|
-
/**
|
|
100
|
-
* Azure resource Id
|
|
101
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
102
|
-
*/
|
|
103
|
-
readonly id?: string;
|
|
104
|
-
/**
|
|
105
|
-
* Azure resource name
|
|
106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
-
*/
|
|
108
|
-
readonly name?: string;
|
|
109
|
-
/**
|
|
110
|
-
* Azure resource type
|
|
111
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
112
|
-
*/
|
|
113
|
-
readonly type?: string;
|
|
114
|
-
/**
|
|
115
|
-
* Read only system data
|
|
116
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
117
|
-
*/
|
|
118
|
-
readonly systemData?: SystemData;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/**
|
|
122
|
-
* Defines values for BillingType. \
|
|
123
|
-
* {@link KnownBillingType} can be used interchangeably with BillingType,
|
|
124
|
-
* this enum contains the known values that the service supports.
|
|
125
|
-
* ### Known values supported by the service
|
|
126
|
-
* **Cluster** \
|
|
127
|
-
* **Workspaces**
|
|
128
|
-
*/
|
|
129
|
-
export declare type BillingType = string;
|
|
130
|
-
|
|
131
|
-
/** Defines values for Capacity. */
|
|
132
|
-
export declare type Capacity = 500 | 1000 | 2000 | 5000;
|
|
133
|
-
|
|
134
|
-
/** Defines values for CapacityReservationLevel. */
|
|
135
|
-
export declare type CapacityReservationLevel = 100 | 200 | 300 | 400 | 500 | 1000 | 2000 | 5000;
|
|
136
|
-
|
|
137
|
-
/** The Capacity Reservation properties. */
|
|
138
|
-
export declare interface CapacityReservationProperties {
|
|
139
|
-
/**
|
|
140
|
-
* The last time Sku was updated.
|
|
141
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
-
*/
|
|
143
|
-
readonly lastSkuUpdate?: string;
|
|
144
|
-
/**
|
|
145
|
-
* Minimum CapacityReservation value in GB.
|
|
146
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
-
*/
|
|
148
|
-
readonly minCapacity?: number;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/** The top level Log Analytics cluster resource container. */
|
|
152
|
-
export declare interface Cluster extends TrackedResource {
|
|
153
|
-
/** The identity of the resource. */
|
|
154
|
-
identity?: Identity;
|
|
155
|
-
/** The sku properties. */
|
|
156
|
-
sku?: ClusterSku;
|
|
157
|
-
/**
|
|
158
|
-
* The ID associated with the cluster.
|
|
159
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
160
|
-
*/
|
|
161
|
-
readonly clusterId?: string;
|
|
162
|
-
/**
|
|
163
|
-
* The provisioning state of the cluster.
|
|
164
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
165
|
-
*/
|
|
166
|
-
readonly provisioningState?: ClusterEntityStatus;
|
|
167
|
-
/** Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true' */
|
|
168
|
-
isDoubleEncryptionEnabled?: boolean;
|
|
169
|
-
/** Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones. */
|
|
170
|
-
isAvailabilityZonesEnabled?: boolean;
|
|
171
|
-
/** The cluster's billing type. */
|
|
172
|
-
billingType?: BillingType;
|
|
173
|
-
/** The associated key properties. */
|
|
174
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
175
|
-
/**
|
|
176
|
-
* The last time the cluster was updated.
|
|
177
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
178
|
-
*/
|
|
179
|
-
readonly lastModifiedDate?: string;
|
|
180
|
-
/**
|
|
181
|
-
* The cluster creation time
|
|
182
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
183
|
-
*/
|
|
184
|
-
readonly createdDate?: string;
|
|
185
|
-
/** The list of Log Analytics workspaces associated with the cluster */
|
|
186
|
-
associatedWorkspaces?: AssociatedWorkspace[];
|
|
187
|
-
/** Additional properties for capacity reservation */
|
|
188
|
-
capacityReservationProperties?: CapacityReservationProperties;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* Defines values for ClusterEntityStatus. \
|
|
193
|
-
* {@link KnownClusterEntityStatus} can be used interchangeably with ClusterEntityStatus,
|
|
194
|
-
* this enum contains the known values that the service supports.
|
|
195
|
-
* ### Known values supported by the service
|
|
196
|
-
* **Creating** \
|
|
197
|
-
* **Succeeded** \
|
|
198
|
-
* **Failed** \
|
|
199
|
-
* **Canceled** \
|
|
200
|
-
* **Deleting** \
|
|
201
|
-
* **ProvisioningAccount** \
|
|
202
|
-
* **Updating**
|
|
203
|
-
*/
|
|
204
|
-
export declare type ClusterEntityStatus = string;
|
|
205
|
-
|
|
206
|
-
/** The list clusters operation response. */
|
|
207
|
-
export declare interface ClusterListResult {
|
|
208
|
-
/** The link used to get the next page of recommendations. */
|
|
209
|
-
nextLink?: string;
|
|
210
|
-
/** A list of Log Analytics clusters. */
|
|
211
|
-
value?: Cluster[];
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
/** The top level Log Analytics cluster resource container. */
|
|
215
|
-
export declare interface ClusterPatch {
|
|
216
|
-
/** The identity of the resource. */
|
|
217
|
-
identity?: Identity;
|
|
218
|
-
/** The sku properties. */
|
|
219
|
-
sku?: ClusterSku;
|
|
220
|
-
/** Resource tags. */
|
|
221
|
-
tags?: {
|
|
222
|
-
[propertyName: string]: string;
|
|
223
|
-
};
|
|
224
|
-
/** The associated key properties. */
|
|
225
|
-
keyVaultProperties?: KeyVaultProperties;
|
|
226
|
-
/** The cluster's billing type. */
|
|
227
|
-
billingType?: BillingType;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/** Interface representing a Clusters. */
|
|
231
|
-
export declare interface Clusters {
|
|
232
|
-
/**
|
|
233
|
-
* Gets Log Analytics clusters in a resource group.
|
|
234
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
235
|
-
* @param options The options parameters.
|
|
236
|
-
*/
|
|
237
|
-
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
238
|
-
/**
|
|
239
|
-
* Gets the Log Analytics clusters in a subscription.
|
|
240
|
-
* @param options The options parameters.
|
|
241
|
-
*/
|
|
242
|
-
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
243
|
-
/**
|
|
244
|
-
* Create or update a Log Analytics cluster.
|
|
245
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
246
|
-
* @param clusterName The name of the Log Analytics cluster.
|
|
247
|
-
* @param parameters The parameters required to create or update a Log Analytics cluster.
|
|
248
|
-
* @param options The options parameters.
|
|
249
|
-
*/
|
|
250
|
-
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
251
|
-
/**
|
|
252
|
-
* Create or update a Log Analytics cluster.
|
|
253
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
254
|
-
* @param clusterName The name of the Log Analytics cluster.
|
|
255
|
-
* @param parameters The parameters required to create or update a Log Analytics cluster.
|
|
256
|
-
* @param options The options parameters.
|
|
257
|
-
*/
|
|
258
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
259
|
-
/**
|
|
260
|
-
* Deletes a cluster instance.
|
|
261
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
262
|
-
* @param clusterName Name of the Log Analytics Cluster.
|
|
263
|
-
* @param options The options parameters.
|
|
264
|
-
*/
|
|
265
|
-
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
266
|
-
/**
|
|
267
|
-
* Deletes a cluster instance.
|
|
268
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
269
|
-
* @param clusterName Name of the Log Analytics Cluster.
|
|
270
|
-
* @param options The options parameters.
|
|
271
|
-
*/
|
|
272
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
273
|
-
/**
|
|
274
|
-
* Gets a Log Analytics cluster instance.
|
|
275
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
276
|
-
* @param clusterName Name of the Log Analytics Cluster.
|
|
277
|
-
* @param options The options parameters.
|
|
278
|
-
*/
|
|
279
|
-
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
280
|
-
/**
|
|
281
|
-
* Updates a Log Analytics cluster.
|
|
282
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
283
|
-
* @param clusterName Name of the Log Analytics Cluster.
|
|
284
|
-
* @param parameters The parameters required to patch a Log Analytics cluster.
|
|
285
|
-
* @param options The options parameters.
|
|
286
|
-
*/
|
|
287
|
-
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterPatch, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
288
|
-
/**
|
|
289
|
-
* Updates a Log Analytics cluster.
|
|
290
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
291
|
-
* @param clusterName Name of the Log Analytics Cluster.
|
|
292
|
-
* @param parameters The parameters required to patch a Log Analytics cluster.
|
|
293
|
-
* @param options The options parameters.
|
|
294
|
-
*/
|
|
295
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterPatch, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/** Optional parameters. */
|
|
299
|
-
export declare interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
300
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
301
|
-
updateIntervalInMs?: number;
|
|
302
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
303
|
-
resumeFrom?: string;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
307
|
-
export declare type ClustersCreateOrUpdateResponse = Cluster;
|
|
308
|
-
|
|
309
|
-
/** Optional parameters. */
|
|
310
|
-
export declare interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
311
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
312
|
-
updateIntervalInMs?: number;
|
|
313
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
314
|
-
resumeFrom?: string;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/** Optional parameters. */
|
|
318
|
-
export declare interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
/** Contains response data for the get operation. */
|
|
322
|
-
export declare type ClustersGetResponse = Cluster;
|
|
323
|
-
|
|
324
|
-
/** The cluster sku definition. */
|
|
325
|
-
export declare interface ClusterSku {
|
|
326
|
-
/** The capacity value */
|
|
327
|
-
capacity?: Capacity;
|
|
328
|
-
/** The name of the SKU. */
|
|
329
|
-
name?: ClusterSkuNameEnum;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* Defines values for ClusterSkuNameEnum. \
|
|
334
|
-
* {@link KnownClusterSkuNameEnum} can be used interchangeably with ClusterSkuNameEnum,
|
|
335
|
-
* this enum contains the known values that the service supports.
|
|
336
|
-
* ### Known values supported by the service
|
|
337
|
-
* **CapacityReservation**
|
|
338
|
-
*/
|
|
339
|
-
export declare type ClusterSkuNameEnum = string;
|
|
340
|
-
|
|
341
|
-
/** Optional parameters. */
|
|
342
|
-
export declare interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
346
|
-
export declare type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
347
|
-
|
|
348
|
-
/** Optional parameters. */
|
|
349
|
-
export declare interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
353
|
-
export declare type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
354
|
-
|
|
355
|
-
/** Optional parameters. */
|
|
356
|
-
export declare interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
/** Contains response data for the listNext operation. */
|
|
360
|
-
export declare type ClustersListNextResponse = ClusterListResult;
|
|
361
|
-
|
|
362
|
-
/** Optional parameters. */
|
|
363
|
-
export declare interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
/** Contains response data for the list operation. */
|
|
367
|
-
export declare type ClustersListResponse = ClusterListResult;
|
|
368
|
-
|
|
369
|
-
/** Optional parameters. */
|
|
370
|
-
export declare interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
371
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
372
|
-
updateIntervalInMs?: number;
|
|
373
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
374
|
-
resumeFrom?: string;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
/** Contains response data for the update operation. */
|
|
378
|
-
export declare type ClustersUpdateResponse = Cluster;
|
|
379
|
-
|
|
380
|
-
/** Table column. */
|
|
381
|
-
export declare interface Column {
|
|
382
|
-
/** Column name. */
|
|
383
|
-
name?: string;
|
|
384
|
-
/** Column data type. */
|
|
385
|
-
type?: ColumnTypeEnum;
|
|
386
|
-
/** Column data type logical hint. */
|
|
387
|
-
dataTypeHint?: ColumnDataTypeHintEnum;
|
|
388
|
-
/** Column display name. */
|
|
389
|
-
displayName?: string;
|
|
390
|
-
/** Column description. */
|
|
391
|
-
description?: string;
|
|
392
|
-
/**
|
|
393
|
-
* Is displayed by default.
|
|
394
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
395
|
-
*/
|
|
396
|
-
readonly isDefaultDisplay?: boolean;
|
|
397
|
-
/**
|
|
398
|
-
* Is column hidden.
|
|
399
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
400
|
-
*/
|
|
401
|
-
readonly isHidden?: boolean;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
/**
|
|
405
|
-
* Defines values for ColumnDataTypeHintEnum. \
|
|
406
|
-
* {@link KnownColumnDataTypeHintEnum} can be used interchangeably with ColumnDataTypeHintEnum,
|
|
407
|
-
* this enum contains the known values that the service supports.
|
|
408
|
-
* ### Known values supported by the service
|
|
409
|
-
* **uri**: A string that matches the pattern of a URI, for example, scheme:\/\/username:password@host:1234\/this\/is\/a\/path?k1=v1&k2=v2#fragment \
|
|
410
|
-
* **guid**: A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
|
|
411
|
-
* **armPath**: An Azure Resource Model (ARM) path: \/subscriptions\/{...}\/resourceGroups\/{...}\/providers\/Microsoft.{...}\/{...}\/{...}\/{...}... \
|
|
412
|
-
* **ip**: A standard V4\/V6 ip address following the standard shape, x.x.x.x\/y:y:y:y:y:y:y:y
|
|
413
|
-
*/
|
|
414
|
-
export declare type ColumnDataTypeHintEnum = string;
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* Defines values for ColumnTypeEnum. \
|
|
418
|
-
* {@link KnownColumnTypeEnum} can be used interchangeably with ColumnTypeEnum,
|
|
419
|
-
* this enum contains the known values that the service supports.
|
|
420
|
-
* ### Known values supported by the service
|
|
421
|
-
* **string** \
|
|
422
|
-
* **int** \
|
|
423
|
-
* **long** \
|
|
424
|
-
* **real** \
|
|
425
|
-
* **boolean** \
|
|
426
|
-
* **dateTime** \
|
|
427
|
-
* **guid** \
|
|
428
|
-
* **dynamic**
|
|
429
|
-
*/
|
|
430
|
-
export declare type ColumnTypeEnum = string;
|
|
431
|
-
|
|
432
|
-
/** The core summary of a search. */
|
|
433
|
-
export declare interface CoreSummary {
|
|
434
|
-
/** The status of a core summary. */
|
|
435
|
-
status?: string;
|
|
436
|
-
/** The number of documents of a core summary. */
|
|
437
|
-
numberOfDocuments: number;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
/**
|
|
441
|
-
* Defines values for CreatedByType. \
|
|
442
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
443
|
-
* this enum contains the known values that the service supports.
|
|
444
|
-
* ### Known values supported by the service
|
|
445
|
-
* **User** \
|
|
446
|
-
* **Application** \
|
|
447
|
-
* **ManagedIdentity** \
|
|
448
|
-
* **Key**
|
|
449
|
-
*/
|
|
450
|
-
export declare type CreatedByType = string;
|
|
451
|
-
|
|
452
|
-
/** The top level data export resource container. */
|
|
453
|
-
export declare interface DataExport extends ProxyResource {
|
|
454
|
-
/** The data export rule ID. */
|
|
455
|
-
dataExportId?: string;
|
|
456
|
-
/** An array of tables to export, for example: [“Heartbeat, SecurityEvent”]. */
|
|
457
|
-
tableNames?: string[];
|
|
458
|
-
/** Active when enabled. */
|
|
459
|
-
enable?: boolean;
|
|
460
|
-
/** The latest data export rule modification time. */
|
|
461
|
-
createdDate?: string;
|
|
462
|
-
/** Date and time when the export was last modified. */
|
|
463
|
-
lastModifiedDate?: string;
|
|
464
|
-
/** The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure. */
|
|
465
|
-
resourceId?: string;
|
|
466
|
-
/**
|
|
467
|
-
* The type of the destination resource
|
|
468
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
469
|
-
*/
|
|
470
|
-
readonly typePropertiesDestinationType?: Type;
|
|
471
|
-
/** Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account. */
|
|
472
|
-
eventHubName?: string;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
/** Result of the request to list data exports. */
|
|
476
|
-
export declare interface DataExportListResult {
|
|
477
|
-
/** List of data export instances within a workspace.. */
|
|
478
|
-
value?: DataExport[];
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
/** Interface representing a DataExports. */
|
|
482
|
-
export declare interface DataExports {
|
|
483
|
-
/**
|
|
484
|
-
* Lists the data export instances within a workspace.
|
|
485
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
486
|
-
* @param workspaceName The name of the workspace.
|
|
487
|
-
* @param options The options parameters.
|
|
488
|
-
*/
|
|
489
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: DataExportsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataExport>;
|
|
490
|
-
/**
|
|
491
|
-
* Create or update a data export.
|
|
492
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
493
|
-
* @param workspaceName The name of the workspace.
|
|
494
|
-
* @param dataExportName The data export rule name.
|
|
495
|
-
* @param parameters The parameters required to create or update a data export.
|
|
496
|
-
* @param options The options parameters.
|
|
497
|
-
*/
|
|
498
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, dataExportName: string, parameters: DataExport, options?: DataExportsCreateOrUpdateOptionalParams): Promise<DataExportsCreateOrUpdateResponse>;
|
|
499
|
-
/**
|
|
500
|
-
* Gets a data export instance.
|
|
501
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
502
|
-
* @param workspaceName The name of the workspace.
|
|
503
|
-
* @param dataExportName The data export rule name.
|
|
504
|
-
* @param options The options parameters.
|
|
505
|
-
*/
|
|
506
|
-
get(resourceGroupName: string, workspaceName: string, dataExportName: string, options?: DataExportsGetOptionalParams): Promise<DataExportsGetResponse>;
|
|
507
|
-
/**
|
|
508
|
-
* Deletes the specified data export in a given workspace..
|
|
509
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
510
|
-
* @param workspaceName The name of the workspace.
|
|
511
|
-
* @param dataExportName The data export rule name.
|
|
512
|
-
* @param options The options parameters.
|
|
513
|
-
*/
|
|
514
|
-
delete(resourceGroupName: string, workspaceName: string, dataExportName: string, options?: DataExportsDeleteOptionalParams): Promise<void>;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
/** Optional parameters. */
|
|
518
|
-
export declare interface DataExportsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
522
|
-
export declare type DataExportsCreateOrUpdateResponse = DataExport;
|
|
523
|
-
|
|
524
|
-
/** Optional parameters. */
|
|
525
|
-
export declare interface DataExportsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
/** Optional parameters. */
|
|
529
|
-
export declare interface DataExportsGetOptionalParams extends coreClient.OperationOptions {
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
/** Contains response data for the get operation. */
|
|
533
|
-
export declare type DataExportsGetResponse = DataExport;
|
|
534
|
-
|
|
535
|
-
/** Optional parameters. */
|
|
536
|
-
export declare interface DataExportsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
537
|
-
}
|
|
538
|
-
|
|
539
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
540
|
-
export declare type DataExportsListByWorkspaceResponse = DataExportListResult;
|
|
541
|
-
|
|
542
|
-
/**
|
|
543
|
-
* Defines values for DataIngestionStatus. \
|
|
544
|
-
* {@link KnownDataIngestionStatus} can be used interchangeably with DataIngestionStatus,
|
|
545
|
-
* this enum contains the known values that the service supports.
|
|
546
|
-
* ### Known values supported by the service
|
|
547
|
-
* **RespectQuota**: Ingestion enabled following daily cap quota reset, or subscription enablement. \
|
|
548
|
-
* **ForceOn**: Ingestion started following service setting change. \
|
|
549
|
-
* **ForceOff**: Ingestion stopped following service setting change. \
|
|
550
|
-
* **OverQuota**: Reached daily cap quota, ingestion stopped. \
|
|
551
|
-
* **SubscriptionSuspended**: Ingestion stopped following suspended subscription. \
|
|
552
|
-
* **ApproachingQuota**: 80% of daily cap quota reached.
|
|
553
|
-
*/
|
|
554
|
-
export declare type DataIngestionStatus = string;
|
|
555
|
-
|
|
556
|
-
/** Datasources under OMS Workspace. */
|
|
557
|
-
export declare interface DataSource extends ProxyResource {
|
|
558
|
-
/** The data source properties in raw json format, each kind of data source have it's own schema. */
|
|
559
|
-
properties: Record<string, unknown>;
|
|
560
|
-
/** The ETag of the data source. */
|
|
561
|
-
etag?: string;
|
|
562
|
-
/** The kind of the DataSource. */
|
|
563
|
-
kind: DataSourceKind;
|
|
564
|
-
/** Resource tags. */
|
|
565
|
-
tags?: {
|
|
566
|
-
[propertyName: string]: string;
|
|
567
|
-
};
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
/** DataSource filter. Right now, only filter by kind is supported. */
|
|
571
|
-
export declare interface DataSourceFilter {
|
|
572
|
-
/** The kind of the DataSource. */
|
|
573
|
-
kind?: DataSourceKind;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
/**
|
|
577
|
-
* Defines values for DataSourceKind. \
|
|
578
|
-
* {@link KnownDataSourceKind} can be used interchangeably with DataSourceKind,
|
|
579
|
-
* this enum contains the known values that the service supports.
|
|
580
|
-
* ### Known values supported by the service
|
|
581
|
-
* **WindowsEvent** \
|
|
582
|
-
* **WindowsPerformanceCounter** \
|
|
583
|
-
* **IISLogs** \
|
|
584
|
-
* **LinuxSyslog** \
|
|
585
|
-
* **LinuxSyslogCollection** \
|
|
586
|
-
* **LinuxPerformanceObject** \
|
|
587
|
-
* **LinuxPerformanceCollection** \
|
|
588
|
-
* **CustomLog** \
|
|
589
|
-
* **CustomLogCollection** \
|
|
590
|
-
* **AzureAuditLog** \
|
|
591
|
-
* **AzureActivityLog** \
|
|
592
|
-
* **GenericDataSource** \
|
|
593
|
-
* **ChangeTrackingCustomPath** \
|
|
594
|
-
* **ChangeTrackingPath** \
|
|
595
|
-
* **ChangeTrackingServices** \
|
|
596
|
-
* **ChangeTrackingDataTypeConfiguration** \
|
|
597
|
-
* **ChangeTrackingDefaultRegistry** \
|
|
598
|
-
* **ChangeTrackingRegistry** \
|
|
599
|
-
* **ChangeTrackingLinuxPath** \
|
|
600
|
-
* **LinuxChangeTrackingPath** \
|
|
601
|
-
* **ChangeTrackingContentLocation** \
|
|
602
|
-
* **WindowsTelemetry** \
|
|
603
|
-
* **Office365** \
|
|
604
|
-
* **SecurityWindowsBaselineConfiguration** \
|
|
605
|
-
* **SecurityCenterSecurityWindowsBaselineConfiguration** \
|
|
606
|
-
* **SecurityEventCollectionConfiguration** \
|
|
607
|
-
* **SecurityInsightsSecurityEventCollectionConfiguration** \
|
|
608
|
-
* **ImportComputerGroup** \
|
|
609
|
-
* **NetworkMonitoring** \
|
|
610
|
-
* **Itsm** \
|
|
611
|
-
* **DnsAnalytics** \
|
|
612
|
-
* **ApplicationInsights** \
|
|
613
|
-
* **SqlDataClassification**
|
|
614
|
-
*/
|
|
615
|
-
export declare type DataSourceKind = string;
|
|
616
|
-
|
|
617
|
-
/** The list data source by workspace operation response. */
|
|
618
|
-
export declare interface DataSourceListResult {
|
|
619
|
-
/** A list of datasources. */
|
|
620
|
-
value?: DataSource[];
|
|
621
|
-
/** The link (url) to the next page of datasources. */
|
|
622
|
-
nextLink?: string;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
/** Interface representing a DataSources. */
|
|
626
|
-
export declare interface DataSources {
|
|
627
|
-
/**
|
|
628
|
-
* Gets the first page of data source instances in a workspace with the link to the next page.
|
|
629
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
630
|
-
* @param workspaceName The name of the workspace.
|
|
631
|
-
* @param filter The filter to apply on the operation.
|
|
632
|
-
* @param options The options parameters.
|
|
633
|
-
*/
|
|
634
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, filter: string, options?: DataSourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<DataSource>;
|
|
635
|
-
/**
|
|
636
|
-
* Create or update a data source.
|
|
637
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
638
|
-
* @param workspaceName The name of the workspace.
|
|
639
|
-
* @param dataSourceName The name of the datasource resource.
|
|
640
|
-
* @param parameters The parameters required to create or update a datasource.
|
|
641
|
-
* @param options The options parameters.
|
|
642
|
-
*/
|
|
643
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, dataSourceName: string, parameters: DataSource, options?: DataSourcesCreateOrUpdateOptionalParams): Promise<DataSourcesCreateOrUpdateResponse>;
|
|
644
|
-
/**
|
|
645
|
-
* Deletes a data source instance.
|
|
646
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
647
|
-
* @param workspaceName The name of the workspace.
|
|
648
|
-
* @param dataSourceName Name of the datasource.
|
|
649
|
-
* @param options The options parameters.
|
|
650
|
-
*/
|
|
651
|
-
delete(resourceGroupName: string, workspaceName: string, dataSourceName: string, options?: DataSourcesDeleteOptionalParams): Promise<void>;
|
|
652
|
-
/**
|
|
653
|
-
* Gets a datasource instance.
|
|
654
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
655
|
-
* @param workspaceName The name of the workspace.
|
|
656
|
-
* @param dataSourceName Name of the datasource
|
|
657
|
-
* @param options The options parameters.
|
|
658
|
-
*/
|
|
659
|
-
get(resourceGroupName: string, workspaceName: string, dataSourceName: string, options?: DataSourcesGetOptionalParams): Promise<DataSourcesGetResponse>;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
/** Optional parameters. */
|
|
663
|
-
export declare interface DataSourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
667
|
-
export declare type DataSourcesCreateOrUpdateResponse = DataSource;
|
|
668
|
-
|
|
669
|
-
/** Optional parameters. */
|
|
670
|
-
export declare interface DataSourcesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
/** Optional parameters. */
|
|
674
|
-
export declare interface DataSourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
/** Contains response data for the get operation. */
|
|
678
|
-
export declare type DataSourcesGetResponse = DataSource;
|
|
679
|
-
|
|
680
|
-
/** Optional parameters. */
|
|
681
|
-
export declare interface DataSourcesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
685
|
-
export declare type DataSourcesListByWorkspaceNextResponse = DataSourceListResult;
|
|
686
|
-
|
|
687
|
-
/** Optional parameters. */
|
|
688
|
-
export declare interface DataSourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
689
|
-
/** Starting point of the collection of data source instances. */
|
|
690
|
-
skiptoken?: string;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
694
|
-
export declare type DataSourcesListByWorkspaceResponse = DataSourceListResult;
|
|
695
|
-
|
|
696
|
-
/** Defines values for DataSourceType. */
|
|
697
|
-
export declare type DataSourceType = "CustomLogs" | "AzureWatson" | "Query" | "Ingestion" | "Alerts";
|
|
698
|
-
|
|
699
|
-
/** Interface representing a DeletedWorkspaces. */
|
|
700
|
-
export declare interface DeletedWorkspaces {
|
|
701
|
-
/**
|
|
702
|
-
* Gets recently deleted workspaces in a subscription, available for recovery.
|
|
703
|
-
* @param options The options parameters.
|
|
704
|
-
*/
|
|
705
|
-
list(options?: DeletedWorkspacesListOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
|
706
|
-
/**
|
|
707
|
-
* Gets recently deleted workspaces in a resource group, available for recovery.
|
|
708
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
709
|
-
* @param options The options parameters.
|
|
710
|
-
*/
|
|
711
|
-
listByResourceGroup(resourceGroupName: string, options?: DeletedWorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
/** Optional parameters. */
|
|
715
|
-
export declare interface DeletedWorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
719
|
-
export declare type DeletedWorkspacesListByResourceGroupResponse = WorkspaceListResult;
|
|
720
|
-
|
|
721
|
-
/** Optional parameters. */
|
|
722
|
-
export declare interface DeletedWorkspacesListOptionalParams extends coreClient.OperationOptions {
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
/** Contains response data for the list operation. */
|
|
726
|
-
export declare type DeletedWorkspacesListResponse = WorkspaceListResult;
|
|
727
|
-
|
|
728
|
-
/** The resource management error additional info. */
|
|
729
|
-
export declare interface ErrorAdditionalInfo {
|
|
730
|
-
/**
|
|
731
|
-
* The additional info type.
|
|
732
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
733
|
-
*/
|
|
734
|
-
readonly type?: string;
|
|
735
|
-
/**
|
|
736
|
-
* The additional info.
|
|
737
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
738
|
-
*/
|
|
739
|
-
readonly info?: Record<string, unknown>;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
/** The error detail. */
|
|
743
|
-
export declare interface ErrorDetail {
|
|
744
|
-
/**
|
|
745
|
-
* The error code.
|
|
746
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
747
|
-
*/
|
|
748
|
-
readonly code?: string;
|
|
749
|
-
/**
|
|
750
|
-
* The error message.
|
|
751
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
752
|
-
*/
|
|
753
|
-
readonly message?: string;
|
|
754
|
-
/**
|
|
755
|
-
* The error target.
|
|
756
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
757
|
-
*/
|
|
758
|
-
readonly target?: string;
|
|
759
|
-
/**
|
|
760
|
-
* The error details.
|
|
761
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
762
|
-
*/
|
|
763
|
-
readonly details?: ErrorDetail[];
|
|
764
|
-
/**
|
|
765
|
-
* The error additional info.
|
|
766
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
767
|
-
*/
|
|
768
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
772
|
-
export declare interface ErrorResponse {
|
|
773
|
-
/** The error object. */
|
|
774
|
-
error?: ErrorDetail;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
/** Interface representing a Gateways. */
|
|
778
|
-
export declare interface Gateways {
|
|
779
|
-
/**
|
|
780
|
-
* Delete a Log Analytics gateway.
|
|
781
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
782
|
-
* @param workspaceName The name of the workspace.
|
|
783
|
-
* @param gatewayId The Log Analytics gateway Id.
|
|
784
|
-
* @param options The options parameters.
|
|
785
|
-
*/
|
|
786
|
-
delete(resourceGroupName: string, workspaceName: string, gatewayId: string, options?: GatewaysDeleteOptionalParams): Promise<void>;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/** Optional parameters. */
|
|
790
|
-
export declare interface GatewaysDeleteOptionalParams extends coreClient.OperationOptions {
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
/**
|
|
794
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
795
|
-
* returns a continuation token that can be used to begin paging from
|
|
796
|
-
* that point later.
|
|
797
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
798
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
799
|
-
*/
|
|
800
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
801
|
-
|
|
802
|
-
/** Identity for the resource. */
|
|
803
|
-
export declare interface Identity {
|
|
804
|
-
/**
|
|
805
|
-
* The principal ID of resource identity.
|
|
806
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
807
|
-
*/
|
|
808
|
-
readonly principalId?: string;
|
|
809
|
-
/**
|
|
810
|
-
* The tenant ID of resource.
|
|
811
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
812
|
-
*/
|
|
813
|
-
readonly tenantId?: string;
|
|
814
|
-
/** Type of managed service identity. */
|
|
815
|
-
type: IdentityType;
|
|
816
|
-
/** The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
817
|
-
userAssignedIdentities?: {
|
|
818
|
-
[propertyName: string]: UserIdentityProperties;
|
|
819
|
-
};
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
/**
|
|
823
|
-
* Defines values for IdentityType. \
|
|
824
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
825
|
-
* this enum contains the known values that the service supports.
|
|
826
|
-
* ### Known values supported by the service
|
|
827
|
-
* **user** \
|
|
828
|
-
* **application** \
|
|
829
|
-
* **managedIdentity** \
|
|
830
|
-
* **key** \
|
|
831
|
-
* **SystemAssigned** \
|
|
832
|
-
* **UserAssigned** \
|
|
833
|
-
* **None**
|
|
834
|
-
*/
|
|
835
|
-
export declare type IdentityType = string;
|
|
836
|
-
|
|
837
|
-
/** Intelligence Pack containing a string name and boolean indicating if it's enabled. */
|
|
838
|
-
export declare interface IntelligencePack {
|
|
839
|
-
/** The name of the intelligence pack. */
|
|
840
|
-
name?: string;
|
|
841
|
-
/** The enabled boolean for the intelligence pack. */
|
|
842
|
-
enabled?: boolean;
|
|
843
|
-
/** The display name of the intelligence pack. */
|
|
844
|
-
displayName?: string;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
/** Interface representing a IntelligencePacks. */
|
|
848
|
-
export declare interface IntelligencePacks {
|
|
849
|
-
/**
|
|
850
|
-
* Disables an intelligence pack for a given workspace.
|
|
851
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
852
|
-
* @param workspaceName The name of the workspace.
|
|
853
|
-
* @param intelligencePackName The name of the intelligence pack to be disabled.
|
|
854
|
-
* @param options The options parameters.
|
|
855
|
-
*/
|
|
856
|
-
disable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksDisableOptionalParams): Promise<void>;
|
|
857
|
-
/**
|
|
858
|
-
* Enables an intelligence pack for a given workspace.
|
|
859
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
860
|
-
* @param workspaceName The name of the workspace.
|
|
861
|
-
* @param intelligencePackName The name of the intelligence pack to be enabled.
|
|
862
|
-
* @param options The options parameters.
|
|
863
|
-
*/
|
|
864
|
-
enable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksEnableOptionalParams): Promise<void>;
|
|
865
|
-
/**
|
|
866
|
-
* Lists all the intelligence packs possible and whether they are enabled or disabled for a given
|
|
867
|
-
* workspace.
|
|
868
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
869
|
-
* @param workspaceName The name of the workspace.
|
|
870
|
-
* @param options The options parameters.
|
|
871
|
-
*/
|
|
872
|
-
list(resourceGroupName: string, workspaceName: string, options?: IntelligencePacksListOptionalParams): Promise<IntelligencePacksListResponse>;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
/** Optional parameters. */
|
|
876
|
-
export declare interface IntelligencePacksDisableOptionalParams extends coreClient.OperationOptions {
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
/** Optional parameters. */
|
|
880
|
-
export declare interface IntelligencePacksEnableOptionalParams extends coreClient.OperationOptions {
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
/** Optional parameters. */
|
|
884
|
-
export declare interface IntelligencePacksListOptionalParams extends coreClient.OperationOptions {
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
/** Contains response data for the list operation. */
|
|
888
|
-
export declare type IntelligencePacksListResponse = IntelligencePack[];
|
|
889
|
-
|
|
890
|
-
/** The key vault properties. */
|
|
891
|
-
export declare interface KeyVaultProperties {
|
|
892
|
-
/** The Key Vault uri which holds they key associated with the Log Analytics cluster. */
|
|
893
|
-
keyVaultUri?: string;
|
|
894
|
-
/** The name of the key associated with the Log Analytics cluster. */
|
|
895
|
-
keyName?: string;
|
|
896
|
-
/** The version of the key associated with the Log Analytics cluster. */
|
|
897
|
-
keyVersion?: string;
|
|
898
|
-
/** Selected key minimum required size. */
|
|
899
|
-
keyRsaSize?: number;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
/** Known values of {@link BillingType} that the service accepts. */
|
|
903
|
-
export declare enum KnownBillingType {
|
|
904
|
-
/** Cluster */
|
|
905
|
-
Cluster = "Cluster",
|
|
906
|
-
/** Workspaces */
|
|
907
|
-
Workspaces = "Workspaces"
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
/** Known values of {@link ClusterEntityStatus} that the service accepts. */
|
|
911
|
-
export declare enum KnownClusterEntityStatus {
|
|
912
|
-
/** Creating */
|
|
913
|
-
Creating = "Creating",
|
|
914
|
-
/** Succeeded */
|
|
915
|
-
Succeeded = "Succeeded",
|
|
916
|
-
/** Failed */
|
|
917
|
-
Failed = "Failed",
|
|
918
|
-
/** Canceled */
|
|
919
|
-
Canceled = "Canceled",
|
|
920
|
-
/** Deleting */
|
|
921
|
-
Deleting = "Deleting",
|
|
922
|
-
/** ProvisioningAccount */
|
|
923
|
-
ProvisioningAccount = "ProvisioningAccount",
|
|
924
|
-
/** Updating */
|
|
925
|
-
Updating = "Updating"
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
/** Known values of {@link ClusterSkuNameEnum} that the service accepts. */
|
|
929
|
-
export declare enum KnownClusterSkuNameEnum {
|
|
930
|
-
/** CapacityReservation */
|
|
931
|
-
CapacityReservation = "CapacityReservation"
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
/** Known values of {@link ColumnDataTypeHintEnum} that the service accepts. */
|
|
935
|
-
export declare enum KnownColumnDataTypeHintEnum {
|
|
936
|
-
/** A string that matches the pattern of a URI, for example, scheme://username:password@host:1234/this/is/a/path?k1=v1&k2=v2#fragment */
|
|
937
|
-
Uri = "uri",
|
|
938
|
-
/** A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx */
|
|
939
|
-
Guid = "guid",
|
|
940
|
-
/** An Azure Resource Model (ARM) path: /subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.{...}/{...}/{...}/{...}... */
|
|
941
|
-
ArmPath = "armPath",
|
|
942
|
-
/** A standard V4/V6 ip address following the standard shape, x.x.x.x/y:y:y:y:y:y:y:y */
|
|
943
|
-
Ip = "ip"
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
/** Known values of {@link ColumnTypeEnum} that the service accepts. */
|
|
947
|
-
export declare enum KnownColumnTypeEnum {
|
|
948
|
-
/** String */
|
|
949
|
-
String = "string",
|
|
950
|
-
/** Int */
|
|
951
|
-
Int = "int",
|
|
952
|
-
/** Long */
|
|
953
|
-
Long = "long",
|
|
954
|
-
/** Real */
|
|
955
|
-
Real = "real",
|
|
956
|
-
/** Boolean */
|
|
957
|
-
Boolean = "boolean",
|
|
958
|
-
/** DateTime */
|
|
959
|
-
DateTime = "dateTime",
|
|
960
|
-
/** Guid */
|
|
961
|
-
Guid = "guid",
|
|
962
|
-
/** Dynamic */
|
|
963
|
-
Dynamic = "dynamic"
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
967
|
-
export declare enum KnownCreatedByType {
|
|
968
|
-
/** User */
|
|
969
|
-
User = "User",
|
|
970
|
-
/** Application */
|
|
971
|
-
Application = "Application",
|
|
972
|
-
/** ManagedIdentity */
|
|
973
|
-
ManagedIdentity = "ManagedIdentity",
|
|
974
|
-
/** Key */
|
|
975
|
-
Key = "Key"
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
/** Known values of {@link DataIngestionStatus} that the service accepts. */
|
|
979
|
-
export declare enum KnownDataIngestionStatus {
|
|
980
|
-
/** Ingestion enabled following daily cap quota reset, or subscription enablement. */
|
|
981
|
-
RespectQuota = "RespectQuota",
|
|
982
|
-
/** Ingestion started following service setting change. */
|
|
983
|
-
ForceOn = "ForceOn",
|
|
984
|
-
/** Ingestion stopped following service setting change. */
|
|
985
|
-
ForceOff = "ForceOff",
|
|
986
|
-
/** Reached daily cap quota, ingestion stopped. */
|
|
987
|
-
OverQuota = "OverQuota",
|
|
988
|
-
/** Ingestion stopped following suspended subscription. */
|
|
989
|
-
SubscriptionSuspended = "SubscriptionSuspended",
|
|
990
|
-
/** 80% of daily cap quota reached. */
|
|
991
|
-
ApproachingQuota = "ApproachingQuota"
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
/** Known values of {@link DataSourceKind} that the service accepts. */
|
|
995
|
-
export declare enum KnownDataSourceKind {
|
|
996
|
-
/** WindowsEvent */
|
|
997
|
-
WindowsEvent = "WindowsEvent",
|
|
998
|
-
/** WindowsPerformanceCounter */
|
|
999
|
-
WindowsPerformanceCounter = "WindowsPerformanceCounter",
|
|
1000
|
-
/** IISLogs */
|
|
1001
|
-
IISLogs = "IISLogs",
|
|
1002
|
-
/** LinuxSyslog */
|
|
1003
|
-
LinuxSyslog = "LinuxSyslog",
|
|
1004
|
-
/** LinuxSyslogCollection */
|
|
1005
|
-
LinuxSyslogCollection = "LinuxSyslogCollection",
|
|
1006
|
-
/** LinuxPerformanceObject */
|
|
1007
|
-
LinuxPerformanceObject = "LinuxPerformanceObject",
|
|
1008
|
-
/** LinuxPerformanceCollection */
|
|
1009
|
-
LinuxPerformanceCollection = "LinuxPerformanceCollection",
|
|
1010
|
-
/** CustomLog */
|
|
1011
|
-
CustomLog = "CustomLog",
|
|
1012
|
-
/** CustomLogCollection */
|
|
1013
|
-
CustomLogCollection = "CustomLogCollection",
|
|
1014
|
-
/** AzureAuditLog */
|
|
1015
|
-
AzureAuditLog = "AzureAuditLog",
|
|
1016
|
-
/** AzureActivityLog */
|
|
1017
|
-
AzureActivityLog = "AzureActivityLog",
|
|
1018
|
-
/** GenericDataSource */
|
|
1019
|
-
GenericDataSource = "GenericDataSource",
|
|
1020
|
-
/** ChangeTrackingCustomPath */
|
|
1021
|
-
ChangeTrackingCustomPath = "ChangeTrackingCustomPath",
|
|
1022
|
-
/** ChangeTrackingPath */
|
|
1023
|
-
ChangeTrackingPath = "ChangeTrackingPath",
|
|
1024
|
-
/** ChangeTrackingServices */
|
|
1025
|
-
ChangeTrackingServices = "ChangeTrackingServices",
|
|
1026
|
-
/** ChangeTrackingDataTypeConfiguration */
|
|
1027
|
-
ChangeTrackingDataTypeConfiguration = "ChangeTrackingDataTypeConfiguration",
|
|
1028
|
-
/** ChangeTrackingDefaultRegistry */
|
|
1029
|
-
ChangeTrackingDefaultRegistry = "ChangeTrackingDefaultRegistry",
|
|
1030
|
-
/** ChangeTrackingRegistry */
|
|
1031
|
-
ChangeTrackingRegistry = "ChangeTrackingRegistry",
|
|
1032
|
-
/** ChangeTrackingLinuxPath */
|
|
1033
|
-
ChangeTrackingLinuxPath = "ChangeTrackingLinuxPath",
|
|
1034
|
-
/** LinuxChangeTrackingPath */
|
|
1035
|
-
LinuxChangeTrackingPath = "LinuxChangeTrackingPath",
|
|
1036
|
-
/** ChangeTrackingContentLocation */
|
|
1037
|
-
ChangeTrackingContentLocation = "ChangeTrackingContentLocation",
|
|
1038
|
-
/** WindowsTelemetry */
|
|
1039
|
-
WindowsTelemetry = "WindowsTelemetry",
|
|
1040
|
-
/** Office365 */
|
|
1041
|
-
Office365 = "Office365",
|
|
1042
|
-
/** SecurityWindowsBaselineConfiguration */
|
|
1043
|
-
SecurityWindowsBaselineConfiguration = "SecurityWindowsBaselineConfiguration",
|
|
1044
|
-
/** SecurityCenterSecurityWindowsBaselineConfiguration */
|
|
1045
|
-
SecurityCenterSecurityWindowsBaselineConfiguration = "SecurityCenterSecurityWindowsBaselineConfiguration",
|
|
1046
|
-
/** SecurityEventCollectionConfiguration */
|
|
1047
|
-
SecurityEventCollectionConfiguration = "SecurityEventCollectionConfiguration",
|
|
1048
|
-
/** SecurityInsightsSecurityEventCollectionConfiguration */
|
|
1049
|
-
SecurityInsightsSecurityEventCollectionConfiguration = "SecurityInsightsSecurityEventCollectionConfiguration",
|
|
1050
|
-
/** ImportComputerGroup */
|
|
1051
|
-
ImportComputerGroup = "ImportComputerGroup",
|
|
1052
|
-
/** NetworkMonitoring */
|
|
1053
|
-
NetworkMonitoring = "NetworkMonitoring",
|
|
1054
|
-
/** Itsm */
|
|
1055
|
-
Itsm = "Itsm",
|
|
1056
|
-
/** DnsAnalytics */
|
|
1057
|
-
DnsAnalytics = "DnsAnalytics",
|
|
1058
|
-
/** ApplicationInsights */
|
|
1059
|
-
ApplicationInsights = "ApplicationInsights",
|
|
1060
|
-
/** SqlDataClassification */
|
|
1061
|
-
SqlDataClassification = "SqlDataClassification"
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
1065
|
-
export declare enum KnownIdentityType {
|
|
1066
|
-
/** User */
|
|
1067
|
-
User = "user",
|
|
1068
|
-
/** Application */
|
|
1069
|
-
Application = "application",
|
|
1070
|
-
/** ManagedIdentity */
|
|
1071
|
-
ManagedIdentity = "managedIdentity",
|
|
1072
|
-
/** Key */
|
|
1073
|
-
Key = "key",
|
|
1074
|
-
/** SystemAssigned */
|
|
1075
|
-
SystemAssigned = "SystemAssigned",
|
|
1076
|
-
/** UserAssigned */
|
|
1077
|
-
UserAssigned = "UserAssigned",
|
|
1078
|
-
/** None */
|
|
1079
|
-
None = "None"
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
/** Known values of {@link LinkedServiceEntityStatus} that the service accepts. */
|
|
1083
|
-
export declare enum KnownLinkedServiceEntityStatus {
|
|
1084
|
-
/** Succeeded */
|
|
1085
|
-
Succeeded = "Succeeded",
|
|
1086
|
-
/** Deleting */
|
|
1087
|
-
Deleting = "Deleting",
|
|
1088
|
-
/** ProvisioningAccount */
|
|
1089
|
-
ProvisioningAccount = "ProvisioningAccount",
|
|
1090
|
-
/** Updating */
|
|
1091
|
-
Updating = "Updating"
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
/** Known values of {@link ProvisioningStateEnum} that the service accepts. */
|
|
1095
|
-
export declare enum KnownProvisioningStateEnum {
|
|
1096
|
-
/** Table schema is still being built and updated, table is currently locked for any changes till the procedure is done. */
|
|
1097
|
-
Updating = "Updating",
|
|
1098
|
-
/** Table schema is stable and without changes, table data is being updated. */
|
|
1099
|
-
InProgress = "InProgress",
|
|
1100
|
-
/** Table state is stable and without changes, table is unlocked and open for new updates. */
|
|
1101
|
-
Succeeded = "Succeeded"
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
|
1105
|
-
export declare enum KnownPublicNetworkAccessType {
|
|
1106
|
-
/** Enables connectivity to Log Analytics through public DNS. */
|
|
1107
|
-
Enabled = "Enabled",
|
|
1108
|
-
/** Disables public connectivity to Log Analytics through public DNS. */
|
|
1109
|
-
Disabled = "Disabled"
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
/** Known values of {@link PurgeState} that the service accepts. */
|
|
1113
|
-
export declare enum KnownPurgeState {
|
|
1114
|
-
/** Pending */
|
|
1115
|
-
Pending = "pending",
|
|
1116
|
-
/** Completed */
|
|
1117
|
-
Completed = "completed"
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
/** Known values of {@link SearchSortEnum} that the service accepts. */
|
|
1121
|
-
export declare enum KnownSearchSortEnum {
|
|
1122
|
-
/** Asc */
|
|
1123
|
-
Asc = "asc",
|
|
1124
|
-
/** Desc */
|
|
1125
|
-
Desc = "desc"
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
/** Known values of {@link SkuNameEnum} that the service accepts. */
|
|
1129
|
-
export declare enum KnownSkuNameEnum {
|
|
1130
|
-
/** Free */
|
|
1131
|
-
Free = "Free",
|
|
1132
|
-
/** Standard */
|
|
1133
|
-
Standard = "Standard",
|
|
1134
|
-
/** Premium */
|
|
1135
|
-
Premium = "Premium",
|
|
1136
|
-
/** PerNode */
|
|
1137
|
-
PerNode = "PerNode",
|
|
1138
|
-
/** PerGB2018 */
|
|
1139
|
-
PerGB2018 = "PerGB2018",
|
|
1140
|
-
/** Standalone */
|
|
1141
|
-
Standalone = "Standalone",
|
|
1142
|
-
/** CapacityReservation */
|
|
1143
|
-
CapacityReservation = "CapacityReservation"
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
/** Known values of {@link SourceEnum} that the service accepts. */
|
|
1147
|
-
export declare enum KnownSourceEnum {
|
|
1148
|
-
/** Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means. */
|
|
1149
|
-
Microsoft = "microsoft",
|
|
1150
|
-
/** Tables created by the owner of the Workspace, and only found in this Workspace. */
|
|
1151
|
-
Customer = "customer"
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
/** Known values of {@link StorageInsightState} that the service accepts. */
|
|
1155
|
-
export declare enum KnownStorageInsightState {
|
|
1156
|
-
/** OK */
|
|
1157
|
-
OK = "OK",
|
|
1158
|
-
/** Error */
|
|
1159
|
-
Error = "ERROR"
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
/** Known values of {@link TablePlanEnum} that the service accepts. */
|
|
1163
|
-
export declare enum KnownTablePlanEnum {
|
|
1164
|
-
/** Logs that are adjusted to support high volume low value verbose logs. */
|
|
1165
|
-
Basic = "Basic",
|
|
1166
|
-
/** Logs that allow monitoring and analytics. */
|
|
1167
|
-
Analytics = "Analytics"
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
/** Known values of {@link TableSubTypeEnum} that the service accepts. */
|
|
1171
|
-
export declare enum KnownTableSubTypeEnum {
|
|
1172
|
-
/** The default subtype with which built-in tables are created. */
|
|
1173
|
-
Any = "Any",
|
|
1174
|
-
/** Indicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created. */
|
|
1175
|
-
Classic = "Classic",
|
|
1176
|
-
/** A table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules */
|
|
1177
|
-
DataCollectionRuleBased = "DataCollectionRuleBased"
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
/** Known values of {@link TableTypeEnum} that the service accepts. */
|
|
1181
|
-
export declare enum KnownTableTypeEnum {
|
|
1182
|
-
/** Standard data collected by Azure Monitor. */
|
|
1183
|
-
Microsoft = "Microsoft",
|
|
1184
|
-
/** Custom log table. */
|
|
1185
|
-
CustomLog = "CustomLog",
|
|
1186
|
-
/** Restored data. */
|
|
1187
|
-
RestoredLogs = "RestoredLogs",
|
|
1188
|
-
/** Data collected by a search job. */
|
|
1189
|
-
SearchResults = "SearchResults"
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
/** Known values of {@link Type} that the service accepts. */
|
|
1193
|
-
export declare enum KnownType {
|
|
1194
|
-
/** StorageAccount */
|
|
1195
|
-
StorageAccount = "StorageAccount",
|
|
1196
|
-
/** EventHub */
|
|
1197
|
-
EventHub = "EventHub"
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
/** Known values of {@link WorkspaceEntityStatus} that the service accepts. */
|
|
1201
|
-
export declare enum KnownWorkspaceEntityStatus {
|
|
1202
|
-
/** Creating */
|
|
1203
|
-
Creating = "Creating",
|
|
1204
|
-
/** Succeeded */
|
|
1205
|
-
Succeeded = "Succeeded",
|
|
1206
|
-
/** Failed */
|
|
1207
|
-
Failed = "Failed",
|
|
1208
|
-
/** Canceled */
|
|
1209
|
-
Canceled = "Canceled",
|
|
1210
|
-
/** Deleting */
|
|
1211
|
-
Deleting = "Deleting",
|
|
1212
|
-
/** ProvisioningAccount */
|
|
1213
|
-
ProvisioningAccount = "ProvisioningAccount",
|
|
1214
|
-
/** Updating */
|
|
1215
|
-
Updating = "Updating"
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
/** Known values of {@link WorkspaceSkuNameEnum} that the service accepts. */
|
|
1219
|
-
export declare enum KnownWorkspaceSkuNameEnum {
|
|
1220
|
-
/** Free */
|
|
1221
|
-
Free = "Free",
|
|
1222
|
-
/** Standard */
|
|
1223
|
-
Standard = "Standard",
|
|
1224
|
-
/** Premium */
|
|
1225
|
-
Premium = "Premium",
|
|
1226
|
-
/** PerNode */
|
|
1227
|
-
PerNode = "PerNode",
|
|
1228
|
-
/** PerGB2018 */
|
|
1229
|
-
PerGB2018 = "PerGB2018",
|
|
1230
|
-
/** Standalone */
|
|
1231
|
-
Standalone = "Standalone",
|
|
1232
|
-
/** CapacityReservation */
|
|
1233
|
-
CapacityReservation = "CapacityReservation",
|
|
1234
|
-
/** LACluster */
|
|
1235
|
-
LACluster = "LACluster"
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
/** The top level Linked service resource container. */
|
|
1239
|
-
export declare interface LinkedService extends ProxyResource {
|
|
1240
|
-
/** Resource tags. */
|
|
1241
|
-
tags?: {
|
|
1242
|
-
[propertyName: string]: string;
|
|
1243
|
-
};
|
|
1244
|
-
/** The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require read access */
|
|
1245
|
-
resourceId?: string;
|
|
1246
|
-
/** The resource id of the resource that will be linked to the workspace. This should be used for linking resources which require write access */
|
|
1247
|
-
writeAccessResourceId?: string;
|
|
1248
|
-
/** The provisioning state of the linked service. */
|
|
1249
|
-
provisioningState?: LinkedServiceEntityStatus;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
/**
|
|
1253
|
-
* Defines values for LinkedServiceEntityStatus. \
|
|
1254
|
-
* {@link KnownLinkedServiceEntityStatus} can be used interchangeably with LinkedServiceEntityStatus,
|
|
1255
|
-
* this enum contains the known values that the service supports.
|
|
1256
|
-
* ### Known values supported by the service
|
|
1257
|
-
* **Succeeded** \
|
|
1258
|
-
* **Deleting** \
|
|
1259
|
-
* **ProvisioningAccount** \
|
|
1260
|
-
* **Updating**
|
|
1261
|
-
*/
|
|
1262
|
-
export declare type LinkedServiceEntityStatus = string;
|
|
1263
|
-
|
|
1264
|
-
/** The list linked service operation response. */
|
|
1265
|
-
export declare interface LinkedServiceListResult {
|
|
1266
|
-
/** The list of linked service instances */
|
|
1267
|
-
value?: LinkedService[];
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
/** Interface representing a LinkedServices. */
|
|
1271
|
-
export declare interface LinkedServices {
|
|
1272
|
-
/**
|
|
1273
|
-
* Gets the linked services instances in a workspace.
|
|
1274
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1275
|
-
* @param workspaceName The name of the workspace.
|
|
1276
|
-
* @param options The options parameters.
|
|
1277
|
-
*/
|
|
1278
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: LinkedServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedService>;
|
|
1279
|
-
/**
|
|
1280
|
-
* Create or update a linked service.
|
|
1281
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1282
|
-
* @param workspaceName The name of the workspace.
|
|
1283
|
-
* @param linkedServiceName Name of the linkedServices resource
|
|
1284
|
-
* @param parameters The parameters required to create or update a linked service.
|
|
1285
|
-
* @param options The options parameters.
|
|
1286
|
-
*/
|
|
1287
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LinkedServicesCreateOrUpdateResponse>, LinkedServicesCreateOrUpdateResponse>>;
|
|
1288
|
-
/**
|
|
1289
|
-
* Create or update a linked service.
|
|
1290
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1291
|
-
* @param workspaceName The name of the workspace.
|
|
1292
|
-
* @param linkedServiceName Name of the linkedServices resource
|
|
1293
|
-
* @param parameters The parameters required to create or update a linked service.
|
|
1294
|
-
* @param options The options parameters.
|
|
1295
|
-
*/
|
|
1296
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, linkedServiceName: string, parameters: LinkedService, options?: LinkedServicesCreateOrUpdateOptionalParams): Promise<LinkedServicesCreateOrUpdateResponse>;
|
|
1297
|
-
/**
|
|
1298
|
-
* Deletes a linked service instance.
|
|
1299
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1300
|
-
* @param workspaceName The name of the workspace.
|
|
1301
|
-
* @param linkedServiceName Name of the linked service.
|
|
1302
|
-
* @param options The options parameters.
|
|
1303
|
-
*/
|
|
1304
|
-
beginDelete(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<LinkedServicesDeleteResponse>, LinkedServicesDeleteResponse>>;
|
|
1305
|
-
/**
|
|
1306
|
-
* Deletes a linked service instance.
|
|
1307
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1308
|
-
* @param workspaceName The name of the workspace.
|
|
1309
|
-
* @param linkedServiceName Name of the linked service.
|
|
1310
|
-
* @param options The options parameters.
|
|
1311
|
-
*/
|
|
1312
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesDeleteOptionalParams): Promise<LinkedServicesDeleteResponse>;
|
|
1313
|
-
/**
|
|
1314
|
-
* Gets a linked service instance.
|
|
1315
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1316
|
-
* @param workspaceName The name of the workspace.
|
|
1317
|
-
* @param linkedServiceName Name of the linked service.
|
|
1318
|
-
* @param options The options parameters.
|
|
1319
|
-
*/
|
|
1320
|
-
get(resourceGroupName: string, workspaceName: string, linkedServiceName: string, options?: LinkedServicesGetOptionalParams): Promise<LinkedServicesGetResponse>;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
/** Optional parameters. */
|
|
1324
|
-
export declare interface LinkedServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1325
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1326
|
-
updateIntervalInMs?: number;
|
|
1327
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1328
|
-
resumeFrom?: string;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1332
|
-
export declare type LinkedServicesCreateOrUpdateResponse = LinkedService;
|
|
1333
|
-
|
|
1334
|
-
/** Optional parameters. */
|
|
1335
|
-
export declare interface LinkedServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1336
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1337
|
-
updateIntervalInMs?: number;
|
|
1338
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1339
|
-
resumeFrom?: string;
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
/** Contains response data for the delete operation. */
|
|
1343
|
-
export declare type LinkedServicesDeleteResponse = LinkedService;
|
|
1344
|
-
|
|
1345
|
-
/** Optional parameters. */
|
|
1346
|
-
export declare interface LinkedServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
/** Contains response data for the get operation. */
|
|
1350
|
-
export declare type LinkedServicesGetResponse = LinkedService;
|
|
1351
|
-
|
|
1352
|
-
/** Optional parameters. */
|
|
1353
|
-
export declare interface LinkedServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
1357
|
-
export declare type LinkedServicesListByWorkspaceResponse = LinkedServiceListResult;
|
|
1358
|
-
|
|
1359
|
-
/** Interface representing a LinkedStorageAccounts. */
|
|
1360
|
-
export declare interface LinkedStorageAccounts {
|
|
1361
|
-
/**
|
|
1362
|
-
* Gets all linked storage accounts associated with the specified workspace, storage accounts will be
|
|
1363
|
-
* sorted by their data source type.
|
|
1364
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1365
|
-
* @param workspaceName The name of the workspace.
|
|
1366
|
-
* @param options The options parameters.
|
|
1367
|
-
*/
|
|
1368
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: LinkedStorageAccountsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkedStorageAccountsResource>;
|
|
1369
|
-
/**
|
|
1370
|
-
* Create or Update a link relation between current workspace and a group of storage accounts of a
|
|
1371
|
-
* specific data source type.
|
|
1372
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1373
|
-
* @param workspaceName The name of the workspace.
|
|
1374
|
-
* @param dataSourceType Linked storage accounts type.
|
|
1375
|
-
* @param parameters The parameters required to create or update linked storage accounts.
|
|
1376
|
-
* @param options The options parameters.
|
|
1377
|
-
*/
|
|
1378
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, parameters: LinkedStorageAccountsResource, options?: LinkedStorageAccountsCreateOrUpdateOptionalParams): Promise<LinkedStorageAccountsCreateOrUpdateResponse>;
|
|
1379
|
-
/**
|
|
1380
|
-
* Deletes all linked storage accounts of a specific data source type associated with the specified
|
|
1381
|
-
* workspace.
|
|
1382
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1383
|
-
* @param workspaceName The name of the workspace.
|
|
1384
|
-
* @param dataSourceType Linked storage accounts type.
|
|
1385
|
-
* @param options The options parameters.
|
|
1386
|
-
*/
|
|
1387
|
-
delete(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, options?: LinkedStorageAccountsDeleteOptionalParams): Promise<void>;
|
|
1388
|
-
/**
|
|
1389
|
-
* Gets all linked storage account of a specific data source type associated with the specified
|
|
1390
|
-
* workspace.
|
|
1391
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1392
|
-
* @param workspaceName The name of the workspace.
|
|
1393
|
-
* @param dataSourceType Linked storage accounts type.
|
|
1394
|
-
* @param options The options parameters.
|
|
1395
|
-
*/
|
|
1396
|
-
get(resourceGroupName: string, workspaceName: string, dataSourceType: DataSourceType, options?: LinkedStorageAccountsGetOptionalParams): Promise<LinkedStorageAccountsGetResponse>;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
/** Optional parameters. */
|
|
1400
|
-
export declare interface LinkedStorageAccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1404
|
-
export declare type LinkedStorageAccountsCreateOrUpdateResponse = LinkedStorageAccountsResource;
|
|
1405
|
-
|
|
1406
|
-
/** Optional parameters. */
|
|
1407
|
-
export declare interface LinkedStorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
/** Optional parameters. */
|
|
1411
|
-
export declare interface LinkedStorageAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
/** Contains response data for the get operation. */
|
|
1415
|
-
export declare type LinkedStorageAccountsGetResponse = LinkedStorageAccountsResource;
|
|
1416
|
-
|
|
1417
|
-
/** Optional parameters. */
|
|
1418
|
-
export declare interface LinkedStorageAccountsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
1422
|
-
export declare type LinkedStorageAccountsListByWorkspaceResponse = LinkedStorageAccountsListResult;
|
|
1423
|
-
|
|
1424
|
-
/** The list linked storage accounts service operation response. */
|
|
1425
|
-
export declare interface LinkedStorageAccountsListResult {
|
|
1426
|
-
/** A list of linked storage accounts instances. */
|
|
1427
|
-
value?: LinkedStorageAccountsResource[];
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
/** Linked storage accounts top level resource container. */
|
|
1431
|
-
export declare interface LinkedStorageAccountsResource extends ProxyResource {
|
|
1432
|
-
/**
|
|
1433
|
-
* Linked storage accounts type.
|
|
1434
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1435
|
-
*/
|
|
1436
|
-
readonly dataSourceType?: DataSourceType;
|
|
1437
|
-
/** Linked storage accounts resources ids. */
|
|
1438
|
-
storageAccountIds?: string[];
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
/** An Log Analytics QueryPack definition. */
|
|
1442
|
-
export declare interface LogAnalyticsQueryPack extends QueryPacksResource {
|
|
1443
|
-
/**
|
|
1444
|
-
* The unique ID of your application. This field cannot be changed.
|
|
1445
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1446
|
-
*/
|
|
1447
|
-
readonly queryPackId?: string;
|
|
1448
|
-
/**
|
|
1449
|
-
* Creation Date for the Log Analytics QueryPack, in ISO 8601 format.
|
|
1450
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1451
|
-
*/
|
|
1452
|
-
readonly timeCreated?: Date;
|
|
1453
|
-
/**
|
|
1454
|
-
* Last modified date of the Log Analytics QueryPack, in ISO 8601 format.
|
|
1455
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1456
|
-
*/
|
|
1457
|
-
readonly timeModified?: Date;
|
|
1458
|
-
/**
|
|
1459
|
-
* Current state of this QueryPack: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.
|
|
1460
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1461
|
-
*/
|
|
1462
|
-
readonly provisioningState?: string;
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
/** Describes the list of Log Analytics QueryPack resources. */
|
|
1466
|
-
export declare interface LogAnalyticsQueryPackListResult {
|
|
1467
|
-
/** List of Log Analytics QueryPack definitions. */
|
|
1468
|
-
value: LogAnalyticsQueryPack[];
|
|
1469
|
-
/** The URI to get the next set of Log Analytics QueryPack definitions if too many QueryPacks where returned in the result set. */
|
|
1470
|
-
nextLink?: string;
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
/** A Log Analytics QueryPack-Query definition. */
|
|
1474
|
-
export declare interface LogAnalyticsQueryPackQuery extends AzureResourceProperties {
|
|
1475
|
-
/**
|
|
1476
|
-
* The unique ID of your application. This field cannot be changed.
|
|
1477
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1478
|
-
*/
|
|
1479
|
-
readonly idPropertiesId?: string;
|
|
1480
|
-
/** Unique display name for your query within the Query Pack. */
|
|
1481
|
-
displayName?: string;
|
|
1482
|
-
/**
|
|
1483
|
-
* Creation Date for the Log Analytics Query, in ISO 8601 format.
|
|
1484
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1485
|
-
*/
|
|
1486
|
-
readonly timeCreated?: Date;
|
|
1487
|
-
/**
|
|
1488
|
-
* Last modified date of the Log Analytics Query, in ISO 8601 format.
|
|
1489
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1490
|
-
*/
|
|
1491
|
-
readonly timeModified?: Date;
|
|
1492
|
-
/**
|
|
1493
|
-
* Object Id of user creating the query.
|
|
1494
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1495
|
-
*/
|
|
1496
|
-
readonly author?: string;
|
|
1497
|
-
/** Description of the query. */
|
|
1498
|
-
description?: string;
|
|
1499
|
-
/** Body of the query. */
|
|
1500
|
-
body?: string;
|
|
1501
|
-
/** The related metadata items for the function. */
|
|
1502
|
-
related?: LogAnalyticsQueryPackQueryPropertiesRelated;
|
|
1503
|
-
/** Tags associated with the query. */
|
|
1504
|
-
tags?: {
|
|
1505
|
-
[propertyName: string]: string[];
|
|
1506
|
-
};
|
|
1507
|
-
/** Additional properties that can be set for the query. */
|
|
1508
|
-
properties?: Record<string, unknown>;
|
|
1509
|
-
}
|
|
1510
|
-
|
|
1511
|
-
/** Describes the list of Log Analytics QueryPack-Query resources. */
|
|
1512
|
-
export declare interface LogAnalyticsQueryPackQueryListResult {
|
|
1513
|
-
/** List of Log Analytics QueryPack Query definitions. */
|
|
1514
|
-
value: LogAnalyticsQueryPackQuery[];
|
|
1515
|
-
/** The URI to get the next set of Log Analytics QueryPack definitions if too many QueryPack-Queries where returned in the result set. */
|
|
1516
|
-
nextLink?: string;
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
/** The related metadata items for the function. */
|
|
1520
|
-
export declare interface LogAnalyticsQueryPackQueryPropertiesRelated {
|
|
1521
|
-
/** The related categories for the function. */
|
|
1522
|
-
categories?: string[];
|
|
1523
|
-
/** The related resource types for the function. */
|
|
1524
|
-
resourceTypes?: string[];
|
|
1525
|
-
/** The related Log Analytics solutions for the function. */
|
|
1526
|
-
solutions?: string[];
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
/** Properties that define an Log Analytics QueryPack-Query search properties. */
|
|
1530
|
-
export declare interface LogAnalyticsQueryPackQuerySearchProperties {
|
|
1531
|
-
/** The related metadata items for the function. */
|
|
1532
|
-
related?: LogAnalyticsQueryPackQuerySearchPropertiesRelated;
|
|
1533
|
-
/** Tags associated with the query. */
|
|
1534
|
-
tags?: {
|
|
1535
|
-
[propertyName: string]: string[];
|
|
1536
|
-
};
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
/** The related metadata items for the function. */
|
|
1540
|
-
export declare interface LogAnalyticsQueryPackQuerySearchPropertiesRelated {
|
|
1541
|
-
/** The related categories for the function. */
|
|
1542
|
-
categories?: string[];
|
|
1543
|
-
/** The related resource types for the function. */
|
|
1544
|
-
resourceTypes?: string[];
|
|
1545
|
-
/** The related Log Analytics solutions for the function. */
|
|
1546
|
-
solutions?: string[];
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
/** A management group that is connected to a workspace */
|
|
1550
|
-
export declare interface ManagementGroup {
|
|
1551
|
-
/** The number of servers connected to the management group. */
|
|
1552
|
-
serverCount?: number;
|
|
1553
|
-
/** Gets or sets a value indicating whether the management group is a gateway. */
|
|
1554
|
-
isGateway?: boolean;
|
|
1555
|
-
/** The name of the management group. */
|
|
1556
|
-
name?: string;
|
|
1557
|
-
/** The unique ID of the management group. */
|
|
1558
|
-
id?: string;
|
|
1559
|
-
/** The datetime that the management group was created. */
|
|
1560
|
-
created?: Date;
|
|
1561
|
-
/** The last datetime that the management group received data. */
|
|
1562
|
-
dataReceived?: Date;
|
|
1563
|
-
/** The version of System Center that is managing the management group. */
|
|
1564
|
-
version?: string;
|
|
1565
|
-
/** The SKU of System Center that is managing the management group. */
|
|
1566
|
-
sku?: string;
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
/** Interface representing a ManagementGroups. */
|
|
1570
|
-
export declare interface ManagementGroups {
|
|
1571
|
-
/**
|
|
1572
|
-
* Gets a list of management groups connected to a workspace.
|
|
1573
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1574
|
-
* @param workspaceName The name of the workspace.
|
|
1575
|
-
* @param options The options parameters.
|
|
1576
|
-
*/
|
|
1577
|
-
list(resourceGroupName: string, workspaceName: string, options?: ManagementGroupsListOptionalParams): PagedAsyncIterableIterator<ManagementGroup>;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
/** Optional parameters. */
|
|
1581
|
-
export declare interface ManagementGroupsListOptionalParams extends coreClient.OperationOptions {
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
/** Contains response data for the list operation. */
|
|
1585
|
-
export declare type ManagementGroupsListResponse = WorkspaceListManagementGroupsResult;
|
|
1586
|
-
|
|
1587
|
-
/** The name of a metric. */
|
|
1588
|
-
export declare interface MetricName {
|
|
1589
|
-
/** The system name of the metric. */
|
|
1590
|
-
value?: string;
|
|
1591
|
-
/** The localized name of the metric. */
|
|
1592
|
-
localizedValue?: string;
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
/** Supported operation of OperationalInsights resource provider. */
|
|
1596
|
-
export declare interface Operation {
|
|
1597
|
-
/** Operation name: {provider}/{resource}/{operation} */
|
|
1598
|
-
name?: string;
|
|
1599
|
-
/** Display metadata associated with the operation. */
|
|
1600
|
-
display?: OperationDisplay;
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
export declare class OperationalInsightsManagementClient extends coreClient.ServiceClient {
|
|
1604
|
-
$host: string;
|
|
1605
|
-
subscriptionId: string;
|
|
1606
|
-
/**
|
|
1607
|
-
* Initializes a new instance of the OperationalInsightsManagementClient class.
|
|
1608
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1609
|
-
* @param subscriptionId The ID of the target subscription.
|
|
1610
|
-
* @param options The parameter options
|
|
1611
|
-
*/
|
|
1612
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: OperationalInsightsManagementClientOptionalParams);
|
|
1613
|
-
queryPacks: QueryPacks;
|
|
1614
|
-
queries: Queries;
|
|
1615
|
-
dataExports: DataExports;
|
|
1616
|
-
dataSources: DataSources;
|
|
1617
|
-
intelligencePacks: IntelligencePacks;
|
|
1618
|
-
linkedServices: LinkedServices;
|
|
1619
|
-
linkedStorageAccounts: LinkedStorageAccounts;
|
|
1620
|
-
managementGroups: ManagementGroups;
|
|
1621
|
-
operationStatuses: OperationStatuses;
|
|
1622
|
-
sharedKeysOperations: SharedKeysOperations;
|
|
1623
|
-
usages: Usages;
|
|
1624
|
-
storageInsightConfigs: StorageInsightConfigs;
|
|
1625
|
-
savedSearches: SavedSearches;
|
|
1626
|
-
availableServiceTiers: AvailableServiceTiers;
|
|
1627
|
-
gateways: Gateways;
|
|
1628
|
-
schemaOperations: SchemaOperations;
|
|
1629
|
-
workspacePurge: WorkspacePurge;
|
|
1630
|
-
clusters: Clusters;
|
|
1631
|
-
operations: Operations;
|
|
1632
|
-
workspaces: Workspaces;
|
|
1633
|
-
deletedWorkspaces: DeletedWorkspaces;
|
|
1634
|
-
tables: Tables;
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
/** Optional parameters. */
|
|
1638
|
-
export declare interface OperationalInsightsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1639
|
-
/** server parameter */
|
|
1640
|
-
$host?: string;
|
|
1641
|
-
/** Overrides client endpoint. */
|
|
1642
|
-
endpoint?: string;
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
/** Display metadata associated with the operation. */
|
|
1646
|
-
export declare interface OperationDisplay {
|
|
1647
|
-
/** Service provider: Microsoft OperationsManagement. */
|
|
1648
|
-
provider?: string;
|
|
1649
|
-
/** Resource on which the operation is performed etc. */
|
|
1650
|
-
resource?: string;
|
|
1651
|
-
/** Type of operation: get, read, delete, etc. */
|
|
1652
|
-
operation?: string;
|
|
1653
|
-
/** Description of operation */
|
|
1654
|
-
description?: string;
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
/** Result of the request to list solution operations. */
|
|
1658
|
-
export declare interface OperationListResult {
|
|
1659
|
-
/** List of solution operations supported by the OperationsManagement resource provider. */
|
|
1660
|
-
value?: Operation[];
|
|
1661
|
-
/**
|
|
1662
|
-
* URL to get the next set of operation list results if there are any.
|
|
1663
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1664
|
-
*/
|
|
1665
|
-
readonly nextLink?: string;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
|
-
/** Interface representing a Operations. */
|
|
1669
|
-
export declare interface Operations {
|
|
1670
|
-
/**
|
|
1671
|
-
* Lists all of the available OperationalInsights Rest API operations.
|
|
1672
|
-
* @param options The options parameters.
|
|
1673
|
-
*/
|
|
1674
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
/** Optional parameters. */
|
|
1678
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
/** Contains response data for the listNext operation. */
|
|
1682
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
|
1683
|
-
|
|
1684
|
-
/** Optional parameters. */
|
|
1685
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1686
|
-
}
|
|
1687
|
-
|
|
1688
|
-
/** Contains response data for the list operation. */
|
|
1689
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
1690
|
-
|
|
1691
|
-
/** The status of operation. */
|
|
1692
|
-
export declare interface OperationStatus {
|
|
1693
|
-
/** The operation Id. */
|
|
1694
|
-
id?: string;
|
|
1695
|
-
/** The operation name. */
|
|
1696
|
-
name?: string;
|
|
1697
|
-
/** The start time of the operation. */
|
|
1698
|
-
startTime?: string;
|
|
1699
|
-
/** The end time of the operation. */
|
|
1700
|
-
endTime?: string;
|
|
1701
|
-
/** The status of the operation. */
|
|
1702
|
-
status?: string;
|
|
1703
|
-
/** The error detail of the operation if any. */
|
|
1704
|
-
error?: ErrorResponse;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
/** Interface representing a OperationStatuses. */
|
|
1708
|
-
export declare interface OperationStatuses {
|
|
1709
|
-
/**
|
|
1710
|
-
* Get the status of a long running azure asynchronous operation.
|
|
1711
|
-
* @param location The region name of operation.
|
|
1712
|
-
* @param asyncOperationId The operation Id.
|
|
1713
|
-
* @param options The options parameters.
|
|
1714
|
-
*/
|
|
1715
|
-
get(location: string, asyncOperationId: string, options?: OperationStatusesGetOptionalParams): Promise<OperationStatusesGetResponse>;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
/** Optional parameters. */
|
|
1719
|
-
export declare interface OperationStatusesGetOptionalParams extends coreClient.OperationOptions {
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
/** Contains response data for the get operation. */
|
|
1723
|
-
export declare type OperationStatusesGetResponse = OperationStatus;
|
|
1724
|
-
|
|
1725
|
-
/** The private link scope resource reference. */
|
|
1726
|
-
export declare interface PrivateLinkScopedResource {
|
|
1727
|
-
/** The full resource Id of the private link scope resource. */
|
|
1728
|
-
resourceId?: string;
|
|
1729
|
-
/** The private link scope unique Identifier. */
|
|
1730
|
-
scopeId?: string;
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
|
-
/**
|
|
1734
|
-
* Defines values for ProvisioningStateEnum. \
|
|
1735
|
-
* {@link KnownProvisioningStateEnum} can be used interchangeably with ProvisioningStateEnum,
|
|
1736
|
-
* this enum contains the known values that the service supports.
|
|
1737
|
-
* ### Known values supported by the service
|
|
1738
|
-
* **Updating**: Table schema is still being built and updated, table is currently locked for any changes till the procedure is done. \
|
|
1739
|
-
* **InProgress**: Table schema is stable and without changes, table data is being updated. \
|
|
1740
|
-
* **Succeeded**: Table state is stable and without changes, table is unlocked and open for new updates.
|
|
1741
|
-
*/
|
|
1742
|
-
export declare type ProvisioningStateEnum = string;
|
|
1743
|
-
|
|
1744
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1745
|
-
export declare interface ProxyResource extends Resource {
|
|
1746
|
-
}
|
|
1747
|
-
|
|
1748
|
-
/**
|
|
1749
|
-
* Defines values for PublicNetworkAccessType. \
|
|
1750
|
-
* {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
|
|
1751
|
-
* this enum contains the known values that the service supports.
|
|
1752
|
-
* ### Known values supported by the service
|
|
1753
|
-
* **Enabled**: Enables connectivity to Log Analytics through public DNS. \
|
|
1754
|
-
* **Disabled**: Disables public connectivity to Log Analytics through public DNS.
|
|
1755
|
-
*/
|
|
1756
|
-
export declare type PublicNetworkAccessType = string;
|
|
1757
|
-
|
|
1758
|
-
/**
|
|
1759
|
-
* Defines values for PurgeState. \
|
|
1760
|
-
* {@link KnownPurgeState} can be used interchangeably with PurgeState,
|
|
1761
|
-
* this enum contains the known values that the service supports.
|
|
1762
|
-
* ### Known values supported by the service
|
|
1763
|
-
* **pending** \
|
|
1764
|
-
* **completed**
|
|
1765
|
-
*/
|
|
1766
|
-
export declare type PurgeState = string;
|
|
1767
|
-
|
|
1768
|
-
/** Interface representing a Queries. */
|
|
1769
|
-
export declare interface Queries {
|
|
1770
|
-
/**
|
|
1771
|
-
* Gets a list of Queries defined within a Log Analytics QueryPack.
|
|
1772
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1773
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1774
|
-
* @param options The options parameters.
|
|
1775
|
-
*/
|
|
1776
|
-
list(resourceGroupName: string, queryPackName: string, options?: QueriesListOptionalParams): PagedAsyncIterableIterator<LogAnalyticsQueryPackQuery>;
|
|
1777
|
-
/**
|
|
1778
|
-
* Search a list of Queries defined within a Log Analytics QueryPack according to given search
|
|
1779
|
-
* properties.
|
|
1780
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1781
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1782
|
-
* @param querySearchProperties Properties by which to search queries in the given Log Analytics
|
|
1783
|
-
* QueryPack.
|
|
1784
|
-
* @param options The options parameters.
|
|
1785
|
-
*/
|
|
1786
|
-
listSearch(resourceGroupName: string, queryPackName: string, querySearchProperties: LogAnalyticsQueryPackQuerySearchProperties, options?: QueriesSearchOptionalParams): PagedAsyncIterableIterator<LogAnalyticsQueryPackQuery>;
|
|
1787
|
-
/**
|
|
1788
|
-
* Gets a specific Log Analytics Query defined within a Log Analytics QueryPack.
|
|
1789
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1790
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1791
|
-
* @param id The id of a specific query defined in the Log Analytics QueryPack
|
|
1792
|
-
* @param options The options parameters.
|
|
1793
|
-
*/
|
|
1794
|
-
get(resourceGroupName: string, queryPackName: string, id: string, options?: QueriesGetOptionalParams): Promise<QueriesGetResponse>;
|
|
1795
|
-
/**
|
|
1796
|
-
* Adds or Updates a specific Query within a Log Analytics QueryPack.
|
|
1797
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1798
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1799
|
-
* @param id The id of a specific query defined in the Log Analytics QueryPack
|
|
1800
|
-
* @param queryPayload Properties that need to be specified to create a new query and add it to a Log
|
|
1801
|
-
* Analytics QueryPack.
|
|
1802
|
-
* @param options The options parameters.
|
|
1803
|
-
*/
|
|
1804
|
-
put(resourceGroupName: string, queryPackName: string, id: string, queryPayload: LogAnalyticsQueryPackQuery, options?: QueriesPutOptionalParams): Promise<QueriesPutResponse>;
|
|
1805
|
-
/**
|
|
1806
|
-
* Adds or Updates a specific Query within a Log Analytics QueryPack.
|
|
1807
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1808
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1809
|
-
* @param id The id of a specific query defined in the Log Analytics QueryPack
|
|
1810
|
-
* @param queryPayload Properties that need to be specified to create a new query and add it to a Log
|
|
1811
|
-
* Analytics QueryPack.
|
|
1812
|
-
* @param options The options parameters.
|
|
1813
|
-
*/
|
|
1814
|
-
update(resourceGroupName: string, queryPackName: string, id: string, queryPayload: LogAnalyticsQueryPackQuery, options?: QueriesUpdateOptionalParams): Promise<QueriesUpdateResponse>;
|
|
1815
|
-
/**
|
|
1816
|
-
* Deletes a specific Query defined within an Log Analytics QueryPack.
|
|
1817
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1818
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1819
|
-
* @param id The id of a specific query defined in the Log Analytics QueryPack
|
|
1820
|
-
* @param options The options parameters.
|
|
1821
|
-
*/
|
|
1822
|
-
delete(resourceGroupName: string, queryPackName: string, id: string, options?: QueriesDeleteOptionalParams): Promise<void>;
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
/** Optional parameters. */
|
|
1826
|
-
export declare interface QueriesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
/** Optional parameters. */
|
|
1830
|
-
export declare interface QueriesGetOptionalParams extends coreClient.OperationOptions {
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
/** Contains response data for the get operation. */
|
|
1834
|
-
export declare type QueriesGetResponse = LogAnalyticsQueryPackQuery;
|
|
1835
|
-
|
|
1836
|
-
/** Optional parameters. */
|
|
1837
|
-
export declare interface QueriesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
/** Contains response data for the listNext operation. */
|
|
1841
|
-
export declare type QueriesListNextResponse = LogAnalyticsQueryPackQueryListResult;
|
|
1842
|
-
|
|
1843
|
-
/** Optional parameters. */
|
|
1844
|
-
export declare interface QueriesListOptionalParams extends coreClient.OperationOptions {
|
|
1845
|
-
/** Maximum items returned in page. */
|
|
1846
|
-
top?: number;
|
|
1847
|
-
/** Flag indicating whether or not to return the body of each applicable query. If false, only return the query information. */
|
|
1848
|
-
includeBody?: boolean;
|
|
1849
|
-
/** Base64 encoded token used to fetch the next page of items. Default is null. */
|
|
1850
|
-
skipToken?: string;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
/** Contains response data for the list operation. */
|
|
1854
|
-
export declare type QueriesListResponse = LogAnalyticsQueryPackQueryListResult;
|
|
1855
|
-
|
|
1856
|
-
/** Optional parameters. */
|
|
1857
|
-
export declare interface QueriesPutOptionalParams extends coreClient.OperationOptions {
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
/** Contains response data for the put operation. */
|
|
1861
|
-
export declare type QueriesPutResponse = LogAnalyticsQueryPackQuery;
|
|
1862
|
-
|
|
1863
|
-
/** Optional parameters. */
|
|
1864
|
-
export declare interface QueriesSearchNextOptionalParams extends coreClient.OperationOptions {
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
/** Contains response data for the searchNext operation. */
|
|
1868
|
-
export declare type QueriesSearchNextResponse = LogAnalyticsQueryPackQueryListResult;
|
|
1869
|
-
|
|
1870
|
-
/** Optional parameters. */
|
|
1871
|
-
export declare interface QueriesSearchOptionalParams extends coreClient.OperationOptions {
|
|
1872
|
-
/** Maximum items returned in page. */
|
|
1873
|
-
top?: number;
|
|
1874
|
-
/** Flag indicating whether or not to return the body of each applicable query. If false, only return the query information. */
|
|
1875
|
-
includeBody?: boolean;
|
|
1876
|
-
/** Base64 encoded token used to fetch the next page of items. Default is null. */
|
|
1877
|
-
skipToken?: string;
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
/** Contains response data for the search operation. */
|
|
1881
|
-
export declare type QueriesSearchResponse = LogAnalyticsQueryPackQueryListResult;
|
|
1882
|
-
|
|
1883
|
-
/** Optional parameters. */
|
|
1884
|
-
export declare interface QueriesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
/** Contains response data for the update operation. */
|
|
1888
|
-
export declare type QueriesUpdateResponse = LogAnalyticsQueryPackQuery;
|
|
1889
|
-
|
|
1890
|
-
/** Interface representing a QueryPacks. */
|
|
1891
|
-
export declare interface QueryPacks {
|
|
1892
|
-
/**
|
|
1893
|
-
* Gets a list of all Log Analytics QueryPacks within a subscription.
|
|
1894
|
-
* @param options The options parameters.
|
|
1895
|
-
*/
|
|
1896
|
-
list(options?: QueryPacksListOptionalParams): PagedAsyncIterableIterator<LogAnalyticsQueryPack>;
|
|
1897
|
-
/**
|
|
1898
|
-
* Gets a list of Log Analytics QueryPacks within a resource group.
|
|
1899
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1900
|
-
* @param options The options parameters.
|
|
1901
|
-
*/
|
|
1902
|
-
listByResourceGroup(resourceGroupName: string, options?: QueryPacksListByResourceGroupOptionalParams): PagedAsyncIterableIterator<LogAnalyticsQueryPack>;
|
|
1903
|
-
/**
|
|
1904
|
-
* Creates a Log Analytics QueryPack. Note: You cannot specify a different value for InstrumentationKey
|
|
1905
|
-
* nor AppId in the Put operation.
|
|
1906
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1907
|
-
* @param logAnalyticsQueryPackPayload Properties that need to be specified to create or update a Log
|
|
1908
|
-
* Analytics QueryPack.
|
|
1909
|
-
* @param options The options parameters.
|
|
1910
|
-
*/
|
|
1911
|
-
createOrUpdateWithoutName(resourceGroupName: string, logAnalyticsQueryPackPayload: LogAnalyticsQueryPack, options?: QueryPacksCreateOrUpdateWithoutNameOptionalParams): Promise<QueryPacksCreateOrUpdateWithoutNameResponse>;
|
|
1912
|
-
/**
|
|
1913
|
-
* Deletes a Log Analytics QueryPack.
|
|
1914
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1915
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1916
|
-
* @param options The options parameters.
|
|
1917
|
-
*/
|
|
1918
|
-
delete(resourceGroupName: string, queryPackName: string, options?: QueryPacksDeleteOptionalParams): Promise<void>;
|
|
1919
|
-
/**
|
|
1920
|
-
* Returns a Log Analytics QueryPack.
|
|
1921
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1922
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1923
|
-
* @param options The options parameters.
|
|
1924
|
-
*/
|
|
1925
|
-
get(resourceGroupName: string, queryPackName: string, options?: QueryPacksGetOptionalParams): Promise<QueryPacksGetResponse>;
|
|
1926
|
-
/**
|
|
1927
|
-
* Creates (or updates) a Log Analytics QueryPack. Note: You cannot specify a different value for
|
|
1928
|
-
* InstrumentationKey nor AppId in the Put operation.
|
|
1929
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1930
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1931
|
-
* @param logAnalyticsQueryPackPayload Properties that need to be specified to create or update a Log
|
|
1932
|
-
* Analytics QueryPack.
|
|
1933
|
-
* @param options The options parameters.
|
|
1934
|
-
*/
|
|
1935
|
-
createOrUpdate(resourceGroupName: string, queryPackName: string, logAnalyticsQueryPackPayload: LogAnalyticsQueryPack, options?: QueryPacksCreateOrUpdateOptionalParams): Promise<QueryPacksCreateOrUpdateResponse>;
|
|
1936
|
-
/**
|
|
1937
|
-
* Updates an existing QueryPack's tags. To update other fields use the CreateOrUpdate method.
|
|
1938
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1939
|
-
* @param queryPackName The name of the Log Analytics QueryPack resource.
|
|
1940
|
-
* @param queryPackTags Updated tag information to set into the QueryPack instance.
|
|
1941
|
-
* @param options The options parameters.
|
|
1942
|
-
*/
|
|
1943
|
-
updateTags(resourceGroupName: string, queryPackName: string, queryPackTags: TagsResource, options?: QueryPacksUpdateTagsOptionalParams): Promise<QueryPacksUpdateTagsResponse>;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
/** Optional parameters. */
|
|
1947
|
-
export declare interface QueryPacksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1951
|
-
export declare type QueryPacksCreateOrUpdateResponse = LogAnalyticsQueryPack;
|
|
1952
|
-
|
|
1953
|
-
/** Optional parameters. */
|
|
1954
|
-
export declare interface QueryPacksCreateOrUpdateWithoutNameOptionalParams extends coreClient.OperationOptions {
|
|
1955
|
-
}
|
|
1956
|
-
|
|
1957
|
-
/** Contains response data for the createOrUpdateWithoutName operation. */
|
|
1958
|
-
export declare type QueryPacksCreateOrUpdateWithoutNameResponse = LogAnalyticsQueryPack;
|
|
1959
|
-
|
|
1960
|
-
/** Optional parameters. */
|
|
1961
|
-
export declare interface QueryPacksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1962
|
-
}
|
|
1963
|
-
|
|
1964
|
-
/** Optional parameters. */
|
|
1965
|
-
export declare interface QueryPacksGetOptionalParams extends coreClient.OperationOptions {
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
/** Contains response data for the get operation. */
|
|
1969
|
-
export declare type QueryPacksGetResponse = LogAnalyticsQueryPack;
|
|
1970
|
-
|
|
1971
|
-
/** Optional parameters. */
|
|
1972
|
-
export declare interface QueryPacksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1976
|
-
export declare type QueryPacksListByResourceGroupNextResponse = LogAnalyticsQueryPackListResult;
|
|
1977
|
-
|
|
1978
|
-
/** Optional parameters. */
|
|
1979
|
-
export declare interface QueryPacksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1983
|
-
export declare type QueryPacksListByResourceGroupResponse = LogAnalyticsQueryPackListResult;
|
|
1984
|
-
|
|
1985
|
-
/** Optional parameters. */
|
|
1986
|
-
export declare interface QueryPacksListNextOptionalParams extends coreClient.OperationOptions {
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
/** Contains response data for the listNext operation. */
|
|
1990
|
-
export declare type QueryPacksListNextResponse = LogAnalyticsQueryPackListResult;
|
|
1991
|
-
|
|
1992
|
-
/** Optional parameters. */
|
|
1993
|
-
export declare interface QueryPacksListOptionalParams extends coreClient.OperationOptions {
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
/** Contains response data for the list operation. */
|
|
1997
|
-
export declare type QueryPacksListResponse = LogAnalyticsQueryPackListResult;
|
|
1998
|
-
|
|
1999
|
-
/** An azure resource object */
|
|
2000
|
-
export declare interface QueryPacksResource {
|
|
2001
|
-
/**
|
|
2002
|
-
* Azure resource Id
|
|
2003
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2004
|
-
*/
|
|
2005
|
-
readonly id?: string;
|
|
2006
|
-
/**
|
|
2007
|
-
* Azure resource name
|
|
2008
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2009
|
-
*/
|
|
2010
|
-
readonly name?: string;
|
|
2011
|
-
/**
|
|
2012
|
-
* Azure resource type
|
|
2013
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2014
|
-
*/
|
|
2015
|
-
readonly type?: string;
|
|
2016
|
-
/** Resource location */
|
|
2017
|
-
location: string;
|
|
2018
|
-
/** Resource tags */
|
|
2019
|
-
tags?: {
|
|
2020
|
-
[propertyName: string]: string;
|
|
2021
|
-
};
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
/** Optional parameters. */
|
|
2025
|
-
export declare interface QueryPacksUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
/** Contains response data for the updateTags operation. */
|
|
2029
|
-
export declare type QueryPacksUpdateTagsResponse = LogAnalyticsQueryPack;
|
|
2030
|
-
|
|
2031
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
2032
|
-
export declare interface Resource {
|
|
2033
|
-
/**
|
|
2034
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
2035
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2036
|
-
*/
|
|
2037
|
-
readonly id?: string;
|
|
2038
|
-
/**
|
|
2039
|
-
* The name of the resource
|
|
2040
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2041
|
-
*/
|
|
2042
|
-
readonly name?: string;
|
|
2043
|
-
/**
|
|
2044
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
2045
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2046
|
-
*/
|
|
2047
|
-
readonly type?: string;
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
|
-
/** Restore parameters. */
|
|
2051
|
-
export declare interface RestoredLogs {
|
|
2052
|
-
/** The timestamp to start the restore from (UTC). */
|
|
2053
|
-
startRestoreTime?: Date;
|
|
2054
|
-
/** The timestamp to end the restore by (UTC). */
|
|
2055
|
-
endRestoreTime?: Date;
|
|
2056
|
-
/** The table to restore data from. */
|
|
2057
|
-
sourceTable?: string;
|
|
2058
|
-
/**
|
|
2059
|
-
* Search results table async operation id.
|
|
2060
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2061
|
-
*/
|
|
2062
|
-
readonly azureAsyncOperationId?: string;
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
/** Search job execution statistics. */
|
|
2066
|
-
export declare interface ResultStatistics {
|
|
2067
|
-
/**
|
|
2068
|
-
* Search job completion percentage.
|
|
2069
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2070
|
-
*/
|
|
2071
|
-
readonly progress?: number;
|
|
2072
|
-
/**
|
|
2073
|
-
* The number of rows that were returned by the search job.
|
|
2074
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2075
|
-
*/
|
|
2076
|
-
readonly ingestedRecords?: number;
|
|
2077
|
-
/**
|
|
2078
|
-
* Search job: Amount of scanned data.
|
|
2079
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2080
|
-
*/
|
|
2081
|
-
readonly scannedGb?: number;
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
/** Value object for saved search results. */
|
|
2085
|
-
export declare interface SavedSearch extends ProxyResource {
|
|
2086
|
-
/** The ETag of the saved search. To override an existing saved search, use "*" or specify the current Etag */
|
|
2087
|
-
etag?: string;
|
|
2088
|
-
/** The category of the saved search. This helps the user to find a saved search faster. */
|
|
2089
|
-
category: string;
|
|
2090
|
-
/** Saved search display name. */
|
|
2091
|
-
displayName: string;
|
|
2092
|
-
/** The query expression for the saved search. */
|
|
2093
|
-
query: string;
|
|
2094
|
-
/** The function alias if query serves as a function. */
|
|
2095
|
-
functionAlias?: string;
|
|
2096
|
-
/** The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions. */
|
|
2097
|
-
functionParameters?: string;
|
|
2098
|
-
/** The version number of the query language. The current version is 2 and is the default. */
|
|
2099
|
-
version?: number;
|
|
2100
|
-
/** The tags attached to the saved search. */
|
|
2101
|
-
tags?: Tag[];
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
/** Interface representing a SavedSearches. */
|
|
2105
|
-
export declare interface SavedSearches {
|
|
2106
|
-
/**
|
|
2107
|
-
* Deletes the specified saved search in a given workspace.
|
|
2108
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2109
|
-
* @param workspaceName The name of the workspace.
|
|
2110
|
-
* @param savedSearchId The id of the saved search.
|
|
2111
|
-
* @param options The options parameters.
|
|
2112
|
-
*/
|
|
2113
|
-
delete(resourceGroupName: string, workspaceName: string, savedSearchId: string, options?: SavedSearchesDeleteOptionalParams): Promise<void>;
|
|
2114
|
-
/**
|
|
2115
|
-
* Creates or updates a saved search for a given workspace.
|
|
2116
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2117
|
-
* @param workspaceName The name of the workspace.
|
|
2118
|
-
* @param savedSearchId The id of the saved search.
|
|
2119
|
-
* @param parameters The parameters required to save a search.
|
|
2120
|
-
* @param options The options parameters.
|
|
2121
|
-
*/
|
|
2122
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, savedSearchId: string, parameters: SavedSearch, options?: SavedSearchesCreateOrUpdateOptionalParams): Promise<SavedSearchesCreateOrUpdateResponse>;
|
|
2123
|
-
/**
|
|
2124
|
-
* Gets the specified saved search for a given workspace.
|
|
2125
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2126
|
-
* @param workspaceName The name of the workspace.
|
|
2127
|
-
* @param savedSearchId The id of the saved search.
|
|
2128
|
-
* @param options The options parameters.
|
|
2129
|
-
*/
|
|
2130
|
-
get(resourceGroupName: string, workspaceName: string, savedSearchId: string, options?: SavedSearchesGetOptionalParams): Promise<SavedSearchesGetResponse>;
|
|
2131
|
-
/**
|
|
2132
|
-
* Gets the saved searches for a given Log Analytics Workspace
|
|
2133
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2134
|
-
* @param workspaceName The name of the workspace.
|
|
2135
|
-
* @param options The options parameters.
|
|
2136
|
-
*/
|
|
2137
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: SavedSearchesListByWorkspaceOptionalParams): Promise<SavedSearchesListByWorkspaceResponse>;
|
|
2138
|
-
}
|
|
2139
|
-
|
|
2140
|
-
/** Optional parameters. */
|
|
2141
|
-
export declare interface SavedSearchesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2142
|
-
}
|
|
2143
|
-
|
|
2144
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2145
|
-
export declare type SavedSearchesCreateOrUpdateResponse = SavedSearch;
|
|
2146
|
-
|
|
2147
|
-
/** Optional parameters. */
|
|
2148
|
-
export declare interface SavedSearchesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
/** Optional parameters. */
|
|
2152
|
-
export declare interface SavedSearchesGetOptionalParams extends coreClient.OperationOptions {
|
|
2153
|
-
}
|
|
2154
|
-
|
|
2155
|
-
/** Contains response data for the get operation. */
|
|
2156
|
-
export declare type SavedSearchesGetResponse = SavedSearch;
|
|
2157
|
-
|
|
2158
|
-
/** Optional parameters. */
|
|
2159
|
-
export declare interface SavedSearchesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
2160
|
-
}
|
|
2161
|
-
|
|
2162
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
2163
|
-
export declare type SavedSearchesListByWorkspaceResponse = SavedSearchesListResult;
|
|
2164
|
-
|
|
2165
|
-
/** The saved search list operation response. */
|
|
2166
|
-
export declare interface SavedSearchesListResult {
|
|
2167
|
-
/** The array of result values. */
|
|
2168
|
-
value?: SavedSearch[];
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
|
-
/** Table's schema. */
|
|
2172
|
-
export declare interface Schema {
|
|
2173
|
-
/** Table name. */
|
|
2174
|
-
name?: string;
|
|
2175
|
-
/** Table display name. */
|
|
2176
|
-
displayName?: string;
|
|
2177
|
-
/** Table description. */
|
|
2178
|
-
description?: string;
|
|
2179
|
-
/** A list of table custom columns. */
|
|
2180
|
-
columns?: Column[];
|
|
2181
|
-
/**
|
|
2182
|
-
* A list of table standard columns.
|
|
2183
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2184
|
-
*/
|
|
2185
|
-
readonly standardColumns?: Column[];
|
|
2186
|
-
/**
|
|
2187
|
-
* Table category.
|
|
2188
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2189
|
-
*/
|
|
2190
|
-
readonly categories?: string[];
|
|
2191
|
-
/**
|
|
2192
|
-
* Table labels.
|
|
2193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2194
|
-
*/
|
|
2195
|
-
readonly labels?: string[];
|
|
2196
|
-
/**
|
|
2197
|
-
* Table's creator.
|
|
2198
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2199
|
-
*/
|
|
2200
|
-
readonly source?: SourceEnum;
|
|
2201
|
-
/**
|
|
2202
|
-
* Table's creator.
|
|
2203
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2204
|
-
*/
|
|
2205
|
-
readonly tableType?: TableTypeEnum;
|
|
2206
|
-
/**
|
|
2207
|
-
* The subtype describes what APIs can be used to interact with the table, and what features are available against it.
|
|
2208
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2209
|
-
*/
|
|
2210
|
-
readonly tableSubType?: TableSubTypeEnum;
|
|
2211
|
-
/**
|
|
2212
|
-
* List of solutions the table is affiliated with
|
|
2213
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2214
|
-
*/
|
|
2215
|
-
readonly solutions?: string[];
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
|
-
/** Optional parameters. */
|
|
2219
|
-
export declare interface SchemaGetOptionalParams extends coreClient.OperationOptions {
|
|
2220
|
-
}
|
|
2221
|
-
|
|
2222
|
-
/** Contains response data for the get operation. */
|
|
2223
|
-
export declare type SchemaGetResponse = SearchGetSchemaResponse;
|
|
2224
|
-
|
|
2225
|
-
/** Interface representing a SchemaOperations. */
|
|
2226
|
-
export declare interface SchemaOperations {
|
|
2227
|
-
/**
|
|
2228
|
-
* Gets the schema for a given workspace.
|
|
2229
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2230
|
-
* @param workspaceName The name of the workspace.
|
|
2231
|
-
* @param options The options parameters.
|
|
2232
|
-
*/
|
|
2233
|
-
get(resourceGroupName: string, workspaceName: string, options?: SchemaGetOptionalParams): Promise<SchemaGetResponse>;
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
|
-
/** The get schema operation response. */
|
|
2237
|
-
export declare interface SearchGetSchemaResponse {
|
|
2238
|
-
/** The metadata from search results. */
|
|
2239
|
-
metadata?: SearchMetadata;
|
|
2240
|
-
/** The array of result values. */
|
|
2241
|
-
value?: SearchSchemaValue[];
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
/** Metadata for search results. */
|
|
2245
|
-
export declare interface SearchMetadata {
|
|
2246
|
-
/** The request id of the search. */
|
|
2247
|
-
searchId?: string;
|
|
2248
|
-
/** The search result type. */
|
|
2249
|
-
resultType?: string;
|
|
2250
|
-
/** The total number of search results. */
|
|
2251
|
-
total?: number;
|
|
2252
|
-
/** The number of top search results. */
|
|
2253
|
-
top?: number;
|
|
2254
|
-
/** The id of the search results request. */
|
|
2255
|
-
id?: string;
|
|
2256
|
-
/** The core summaries. */
|
|
2257
|
-
coreSummaries?: CoreSummary[];
|
|
2258
|
-
/** The status of the search results. */
|
|
2259
|
-
status?: string;
|
|
2260
|
-
/** The start time for the search. */
|
|
2261
|
-
startTime?: Date;
|
|
2262
|
-
/** The time of last update. */
|
|
2263
|
-
lastUpdated?: Date;
|
|
2264
|
-
/** The ETag of the search results. */
|
|
2265
|
-
eTag?: string;
|
|
2266
|
-
/** How the results are sorted. */
|
|
2267
|
-
sort?: SearchSort[];
|
|
2268
|
-
/** The request time. */
|
|
2269
|
-
requestTime?: number;
|
|
2270
|
-
/** The aggregated value field. */
|
|
2271
|
-
aggregatedValueField?: string;
|
|
2272
|
-
/** The aggregated grouping fields. */
|
|
2273
|
-
aggregatedGroupingFields?: string;
|
|
2274
|
-
/** The sum of all aggregates returned in the result set. */
|
|
2275
|
-
sum?: number;
|
|
2276
|
-
/** The max of all aggregates returned in the result set. */
|
|
2277
|
-
max?: number;
|
|
2278
|
-
/** The schema. */
|
|
2279
|
-
schema?: SearchMetadataSchema;
|
|
2280
|
-
}
|
|
2281
|
-
|
|
2282
|
-
/** Schema metadata for search. */
|
|
2283
|
-
export declare interface SearchMetadataSchema {
|
|
2284
|
-
/** The name of the metadata schema. */
|
|
2285
|
-
name?: string;
|
|
2286
|
-
/** The version of the metadata schema. */
|
|
2287
|
-
version?: number;
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
/** Parameters of the search job that initiated this table. */
|
|
2291
|
-
export declare interface SearchResults {
|
|
2292
|
-
/** Search job query. */
|
|
2293
|
-
query?: string;
|
|
2294
|
-
/** Search job Description. */
|
|
2295
|
-
description?: string;
|
|
2296
|
-
/** Limit the search job to return up to specified number of rows. */
|
|
2297
|
-
limit?: number;
|
|
2298
|
-
/** The timestamp to start the search from (UTC) */
|
|
2299
|
-
startSearchTime?: Date;
|
|
2300
|
-
/** The timestamp to end the search by (UTC) */
|
|
2301
|
-
endSearchTime?: Date;
|
|
2302
|
-
/**
|
|
2303
|
-
* The table used in the search job.
|
|
2304
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2305
|
-
*/
|
|
2306
|
-
readonly sourceTable?: string;
|
|
2307
|
-
/**
|
|
2308
|
-
* Search results table async operation id.
|
|
2309
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2310
|
-
*/
|
|
2311
|
-
readonly azureAsyncOperationId?: string;
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
/** Value object for schema results. */
|
|
2315
|
-
export declare interface SearchSchemaValue {
|
|
2316
|
-
/** The name of the schema. */
|
|
2317
|
-
name?: string;
|
|
2318
|
-
/** The display name of the schema. */
|
|
2319
|
-
displayName?: string;
|
|
2320
|
-
/** The type. */
|
|
2321
|
-
type?: string;
|
|
2322
|
-
/** The boolean that indicates the field is searchable as free text. */
|
|
2323
|
-
indexed: boolean;
|
|
2324
|
-
/** The boolean that indicates whether or not the field is stored. */
|
|
2325
|
-
stored: boolean;
|
|
2326
|
-
/** The boolean that indicates whether or not the field is a facet. */
|
|
2327
|
-
facet: boolean;
|
|
2328
|
-
/** The array of workflows containing the field. */
|
|
2329
|
-
ownerType?: string[];
|
|
2330
|
-
}
|
|
2331
|
-
|
|
2332
|
-
/** The sort parameters for search. */
|
|
2333
|
-
export declare interface SearchSort {
|
|
2334
|
-
/** The name of the field the search query is sorted on. */
|
|
2335
|
-
name?: string;
|
|
2336
|
-
/** The sort order of the search. */
|
|
2337
|
-
order?: SearchSortEnum;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
/**
|
|
2341
|
-
* Defines values for SearchSortEnum. \
|
|
2342
|
-
* {@link KnownSearchSortEnum} can be used interchangeably with SearchSortEnum,
|
|
2343
|
-
* this enum contains the known values that the service supports.
|
|
2344
|
-
* ### Known values supported by the service
|
|
2345
|
-
* **asc** \
|
|
2346
|
-
* **desc**
|
|
2347
|
-
*/
|
|
2348
|
-
export declare type SearchSortEnum = string;
|
|
2349
|
-
|
|
2350
|
-
/** The shared keys for a workspace. */
|
|
2351
|
-
export declare interface SharedKeys {
|
|
2352
|
-
/** The primary shared key of a workspace. */
|
|
2353
|
-
primarySharedKey?: string;
|
|
2354
|
-
/** The secondary shared key of a workspace. */
|
|
2355
|
-
secondarySharedKey?: string;
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
/** Optional parameters. */
|
|
2359
|
-
export declare interface SharedKeysGetSharedKeysOptionalParams extends coreClient.OperationOptions {
|
|
2360
|
-
}
|
|
2361
|
-
|
|
2362
|
-
/** Contains response data for the getSharedKeys operation. */
|
|
2363
|
-
export declare type SharedKeysGetSharedKeysResponse = SharedKeys;
|
|
2364
|
-
|
|
2365
|
-
/** Interface representing a SharedKeysOperations. */
|
|
2366
|
-
export declare interface SharedKeysOperations {
|
|
2367
|
-
/**
|
|
2368
|
-
* Gets the shared keys for a workspace.
|
|
2369
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2370
|
-
* @param workspaceName The name of the workspace.
|
|
2371
|
-
* @param options The options parameters.
|
|
2372
|
-
*/
|
|
2373
|
-
getSharedKeys(resourceGroupName: string, workspaceName: string, options?: SharedKeysGetSharedKeysOptionalParams): Promise<SharedKeysGetSharedKeysResponse>;
|
|
2374
|
-
/**
|
|
2375
|
-
* Regenerates the shared keys for a Log Analytics Workspace. These keys are used to connect Microsoft
|
|
2376
|
-
* Operational Insights agents to the workspace.
|
|
2377
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2378
|
-
* @param workspaceName The name of the workspace.
|
|
2379
|
-
* @param options The options parameters.
|
|
2380
|
-
*/
|
|
2381
|
-
regenerate(resourceGroupName: string, workspaceName: string, options?: SharedKeysRegenerateOptionalParams): Promise<SharedKeysRegenerateResponse>;
|
|
2382
|
-
}
|
|
2383
|
-
|
|
2384
|
-
/** Optional parameters. */
|
|
2385
|
-
export declare interface SharedKeysRegenerateOptionalParams extends coreClient.OperationOptions {
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
|
-
/** Contains response data for the regenerate operation. */
|
|
2389
|
-
export declare type SharedKeysRegenerateResponse = SharedKeys;
|
|
2390
|
-
|
|
2391
|
-
/**
|
|
2392
|
-
* Defines values for SkuNameEnum. \
|
|
2393
|
-
* {@link KnownSkuNameEnum} can be used interchangeably with SkuNameEnum,
|
|
2394
|
-
* this enum contains the known values that the service supports.
|
|
2395
|
-
* ### Known values supported by the service
|
|
2396
|
-
* **Free** \
|
|
2397
|
-
* **Standard** \
|
|
2398
|
-
* **Premium** \
|
|
2399
|
-
* **PerNode** \
|
|
2400
|
-
* **PerGB2018** \
|
|
2401
|
-
* **Standalone** \
|
|
2402
|
-
* **CapacityReservation**
|
|
2403
|
-
*/
|
|
2404
|
-
export declare type SkuNameEnum = string;
|
|
2405
|
-
|
|
2406
|
-
/**
|
|
2407
|
-
* Defines values for SourceEnum. \
|
|
2408
|
-
* {@link KnownSourceEnum} can be used interchangeably with SourceEnum,
|
|
2409
|
-
* this enum contains the known values that the service supports.
|
|
2410
|
-
* ### Known values supported by the service
|
|
2411
|
-
* **microsoft**: Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means. \
|
|
2412
|
-
* **customer**: Tables created by the owner of the Workspace, and only found in this Workspace.
|
|
2413
|
-
*/
|
|
2414
|
-
export declare type SourceEnum = string;
|
|
2415
|
-
|
|
2416
|
-
/** Describes a storage account connection. */
|
|
2417
|
-
export declare interface StorageAccount {
|
|
2418
|
-
/** The Azure Resource Manager ID of the storage account resource. */
|
|
2419
|
-
id: string;
|
|
2420
|
-
/** The storage account key. */
|
|
2421
|
-
key: string;
|
|
2422
|
-
}
|
|
2423
|
-
|
|
2424
|
-
/** The top level storage insight resource container. */
|
|
2425
|
-
export declare interface StorageInsight extends ProxyResource {
|
|
2426
|
-
/** The ETag of the storage insight. */
|
|
2427
|
-
eTag?: string;
|
|
2428
|
-
/** Resource tags. */
|
|
2429
|
-
tags?: {
|
|
2430
|
-
[propertyName: string]: string;
|
|
2431
|
-
};
|
|
2432
|
-
/** The names of the blob containers that the workspace should read */
|
|
2433
|
-
containers?: string[];
|
|
2434
|
-
/** The names of the Azure tables that the workspace should read */
|
|
2435
|
-
tables?: string[];
|
|
2436
|
-
/** The storage account connection details */
|
|
2437
|
-
storageAccount?: StorageAccount;
|
|
2438
|
-
/**
|
|
2439
|
-
* The status of the storage insight
|
|
2440
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2441
|
-
*/
|
|
2442
|
-
readonly status?: StorageInsightStatus;
|
|
2443
|
-
}
|
|
2444
|
-
|
|
2445
|
-
/** Interface representing a StorageInsightConfigs. */
|
|
2446
|
-
export declare interface StorageInsightConfigs {
|
|
2447
|
-
/**
|
|
2448
|
-
* Lists the storage insight instances within a workspace
|
|
2449
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2450
|
-
* @param workspaceName The name of the workspace.
|
|
2451
|
-
* @param options The options parameters.
|
|
2452
|
-
*/
|
|
2453
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: StorageInsightConfigsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<StorageInsight>;
|
|
2454
|
-
/**
|
|
2455
|
-
* Create or update a storage insight.
|
|
2456
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2457
|
-
* @param workspaceName The name of the workspace.
|
|
2458
|
-
* @param storageInsightName Name of the storageInsightsConfigs resource
|
|
2459
|
-
* @param parameters The parameters required to create or update a storage insight.
|
|
2460
|
-
* @param options The options parameters.
|
|
2461
|
-
*/
|
|
2462
|
-
createOrUpdate(resourceGroupName: string, workspaceName: string, storageInsightName: string, parameters: StorageInsight, options?: StorageInsightConfigsCreateOrUpdateOptionalParams): Promise<StorageInsightConfigsCreateOrUpdateResponse>;
|
|
2463
|
-
/**
|
|
2464
|
-
* Gets a storage insight instance.
|
|
2465
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2466
|
-
* @param workspaceName The name of the workspace.
|
|
2467
|
-
* @param storageInsightName Name of the storageInsightsConfigs resource
|
|
2468
|
-
* @param options The options parameters.
|
|
2469
|
-
*/
|
|
2470
|
-
get(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsGetOptionalParams): Promise<StorageInsightConfigsGetResponse>;
|
|
2471
|
-
/**
|
|
2472
|
-
* Deletes a storageInsightsConfigs resource
|
|
2473
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2474
|
-
* @param workspaceName The name of the workspace.
|
|
2475
|
-
* @param storageInsightName Name of the storageInsightsConfigs resource
|
|
2476
|
-
* @param options The options parameters.
|
|
2477
|
-
*/
|
|
2478
|
-
delete(resourceGroupName: string, workspaceName: string, storageInsightName: string, options?: StorageInsightConfigsDeleteOptionalParams): Promise<void>;
|
|
2479
|
-
}
|
|
2480
|
-
|
|
2481
|
-
/** Optional parameters. */
|
|
2482
|
-
export declare interface StorageInsightConfigsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2486
|
-
export declare type StorageInsightConfigsCreateOrUpdateResponse = StorageInsight;
|
|
2487
|
-
|
|
2488
|
-
/** Optional parameters. */
|
|
2489
|
-
export declare interface StorageInsightConfigsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2490
|
-
}
|
|
2491
|
-
|
|
2492
|
-
/** Optional parameters. */
|
|
2493
|
-
export declare interface StorageInsightConfigsGetOptionalParams extends coreClient.OperationOptions {
|
|
2494
|
-
}
|
|
2495
|
-
|
|
2496
|
-
/** Contains response data for the get operation. */
|
|
2497
|
-
export declare type StorageInsightConfigsGetResponse = StorageInsight;
|
|
2498
|
-
|
|
2499
|
-
/** Optional parameters. */
|
|
2500
|
-
export declare interface StorageInsightConfigsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
2504
|
-
export declare type StorageInsightConfigsListByWorkspaceNextResponse = StorageInsightListResult;
|
|
2505
|
-
|
|
2506
|
-
/** Optional parameters. */
|
|
2507
|
-
export declare interface StorageInsightConfigsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
2511
|
-
export declare type StorageInsightConfigsListByWorkspaceResponse = StorageInsightListResult;
|
|
2512
|
-
|
|
2513
|
-
/** The list storage insights operation response. */
|
|
2514
|
-
export declare interface StorageInsightListResult {
|
|
2515
|
-
/** A list of storage insight items. */
|
|
2516
|
-
value?: StorageInsight[];
|
|
2517
|
-
/** The link (url) to the next page of results. */
|
|
2518
|
-
odataNextLink?: string;
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
/**
|
|
2522
|
-
* Defines values for StorageInsightState. \
|
|
2523
|
-
* {@link KnownStorageInsightState} can be used interchangeably with StorageInsightState,
|
|
2524
|
-
* this enum contains the known values that the service supports.
|
|
2525
|
-
* ### Known values supported by the service
|
|
2526
|
-
* **OK** \
|
|
2527
|
-
* **ERROR**
|
|
2528
|
-
*/
|
|
2529
|
-
export declare type StorageInsightState = string;
|
|
2530
|
-
|
|
2531
|
-
/** The status of the storage insight. */
|
|
2532
|
-
export declare interface StorageInsightStatus {
|
|
2533
|
-
/** The state of the storage insight connection to the workspace */
|
|
2534
|
-
state: StorageInsightState;
|
|
2535
|
-
/** Description of the state of the storage insight. */
|
|
2536
|
-
description?: string;
|
|
2537
|
-
}
|
|
2538
|
-
|
|
2539
|
-
/** Read only system data */
|
|
2540
|
-
export declare interface SystemData {
|
|
2541
|
-
/** An identifier for the identity that created the resource */
|
|
2542
|
-
createdBy?: string;
|
|
2543
|
-
/** The type of identity that created the resource */
|
|
2544
|
-
createdByType?: IdentityType;
|
|
2545
|
-
/** The timestamp of resource creation (UTC) */
|
|
2546
|
-
createdAt?: Date;
|
|
2547
|
-
/** An identifier for the identity that last modified the resource */
|
|
2548
|
-
lastModifiedBy?: string;
|
|
2549
|
-
/** The type of identity that last modified the resource */
|
|
2550
|
-
lastModifiedByType?: IdentityType;
|
|
2551
|
-
/** The timestamp of resource last modification (UTC) */
|
|
2552
|
-
lastModifiedAt?: Date;
|
|
2553
|
-
}
|
|
2554
|
-
|
|
2555
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2556
|
-
export declare interface SystemDataAutoGenerated {
|
|
2557
|
-
/** The identity that created the resource. */
|
|
2558
|
-
createdBy?: string;
|
|
2559
|
-
/** The type of identity that created the resource. */
|
|
2560
|
-
createdByType?: CreatedByType;
|
|
2561
|
-
/** The timestamp of resource creation (UTC). */
|
|
2562
|
-
createdAt?: Date;
|
|
2563
|
-
/** The identity that last modified the resource. */
|
|
2564
|
-
lastModifiedBy?: string;
|
|
2565
|
-
/** The type of identity that last modified the resource. */
|
|
2566
|
-
lastModifiedByType?: CreatedByType;
|
|
2567
|
-
/** The timestamp of resource last modification (UTC) */
|
|
2568
|
-
lastModifiedAt?: Date;
|
|
2569
|
-
}
|
|
2570
|
-
|
|
2571
|
-
/** Workspace data table definition. */
|
|
2572
|
-
export declare interface Table extends ProxyResource {
|
|
2573
|
-
/**
|
|
2574
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
2575
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2576
|
-
*/
|
|
2577
|
-
readonly systemData?: SystemDataAutoGenerated;
|
|
2578
|
-
/** The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention. */
|
|
2579
|
-
retentionInDays?: number;
|
|
2580
|
-
/** The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention. */
|
|
2581
|
-
totalRetentionInDays?: number;
|
|
2582
|
-
/**
|
|
2583
|
-
* The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays)
|
|
2584
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2585
|
-
*/
|
|
2586
|
-
readonly archiveRetentionInDays?: number;
|
|
2587
|
-
/** Parameters of the search job that initiated this table. */
|
|
2588
|
-
searchResults?: SearchResults;
|
|
2589
|
-
/** Parameters of the restore operation that initiated this table. */
|
|
2590
|
-
restoredLogs?: RestoredLogs;
|
|
2591
|
-
/**
|
|
2592
|
-
* Search job execution statistics.
|
|
2593
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2594
|
-
*/
|
|
2595
|
-
readonly resultStatistics?: ResultStatistics;
|
|
2596
|
-
/** Instruct the system how to handle and charge the logs ingested to this table. */
|
|
2597
|
-
plan?: TablePlanEnum;
|
|
2598
|
-
/**
|
|
2599
|
-
* The timestamp that table plan was last modified (UTC).
|
|
2600
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2601
|
-
*/
|
|
2602
|
-
readonly lastPlanModifiedDate?: string;
|
|
2603
|
-
/** Table schema. */
|
|
2604
|
-
schema?: Schema;
|
|
2605
|
-
/**
|
|
2606
|
-
* Table's current provisioning state. If set to 'updating', indicates a resource lock due to ongoing operation, forbidding any update to the table until the ongoing operation is concluded.
|
|
2607
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2608
|
-
*/
|
|
2609
|
-
readonly provisioningState?: ProvisioningStateEnum;
|
|
2610
|
-
/**
|
|
2611
|
-
* True - Value originates from workspace retention in days, False - Customer specific.
|
|
2612
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2613
|
-
*/
|
|
2614
|
-
readonly retentionInDaysAsDefault?: boolean;
|
|
2615
|
-
/**
|
|
2616
|
-
* True - Value originates from retention in days, False - Customer specific.
|
|
2617
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2618
|
-
*/
|
|
2619
|
-
readonly totalRetentionInDaysAsDefault?: boolean;
|
|
2620
|
-
}
|
|
2621
|
-
|
|
2622
|
-
/**
|
|
2623
|
-
* Defines values for TablePlanEnum. \
|
|
2624
|
-
* {@link KnownTablePlanEnum} can be used interchangeably with TablePlanEnum,
|
|
2625
|
-
* this enum contains the known values that the service supports.
|
|
2626
|
-
* ### Known values supported by the service
|
|
2627
|
-
* **Basic**: Logs that are adjusted to support high volume low value verbose logs. \
|
|
2628
|
-
* **Analytics**: Logs that allow monitoring and analytics.
|
|
2629
|
-
*/
|
|
2630
|
-
export declare type TablePlanEnum = string;
|
|
2631
|
-
|
|
2632
|
-
/** Interface representing a Tables. */
|
|
2633
|
-
export declare interface Tables {
|
|
2634
|
-
/**
|
|
2635
|
-
* Gets all the tables for the specified Log Analytics workspace.
|
|
2636
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2637
|
-
* @param workspaceName The name of the workspace.
|
|
2638
|
-
* @param options The options parameters.
|
|
2639
|
-
*/
|
|
2640
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: TablesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<Table>;
|
|
2641
|
-
/**
|
|
2642
|
-
* Update or Create a Log Analytics workspace table.
|
|
2643
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2644
|
-
* @param workspaceName The name of the workspace.
|
|
2645
|
-
* @param tableName The name of the table.
|
|
2646
|
-
* @param parameters The parameters required to update table properties.
|
|
2647
|
-
* @param options The options parameters.
|
|
2648
|
-
*/
|
|
2649
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<TablesCreateOrUpdateResponse>, TablesCreateOrUpdateResponse>>;
|
|
2650
|
-
/**
|
|
2651
|
-
* Update or Create a Log Analytics workspace table.
|
|
2652
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2653
|
-
* @param workspaceName The name of the workspace.
|
|
2654
|
-
* @param tableName The name of the table.
|
|
2655
|
-
* @param parameters The parameters required to update table properties.
|
|
2656
|
-
* @param options The options parameters.
|
|
2657
|
-
*/
|
|
2658
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesCreateOrUpdateOptionalParams): Promise<TablesCreateOrUpdateResponse>;
|
|
2659
|
-
/**
|
|
2660
|
-
* Update a Log Analytics workspace table.
|
|
2661
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2662
|
-
* @param workspaceName The name of the workspace.
|
|
2663
|
-
* @param tableName The name of the table.
|
|
2664
|
-
* @param parameters The parameters required to update table properties.
|
|
2665
|
-
* @param options The options parameters.
|
|
2666
|
-
*/
|
|
2667
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams): Promise<PollerLike<PollOperationState<TablesUpdateResponse>, TablesUpdateResponse>>;
|
|
2668
|
-
/**
|
|
2669
|
-
* Update a Log Analytics workspace table.
|
|
2670
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2671
|
-
* @param workspaceName The name of the workspace.
|
|
2672
|
-
* @param tableName The name of the table.
|
|
2673
|
-
* @param parameters The parameters required to update table properties.
|
|
2674
|
-
* @param options The options parameters.
|
|
2675
|
-
*/
|
|
2676
|
-
beginUpdateAndWait(resourceGroupName: string, workspaceName: string, tableName: string, parameters: Table, options?: TablesUpdateOptionalParams): Promise<TablesUpdateResponse>;
|
|
2677
|
-
/**
|
|
2678
|
-
* Gets a Log Analytics workspace table.
|
|
2679
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2680
|
-
* @param workspaceName The name of the workspace.
|
|
2681
|
-
* @param tableName The name of the table.
|
|
2682
|
-
* @param options The options parameters.
|
|
2683
|
-
*/
|
|
2684
|
-
get(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesGetOptionalParams): Promise<TablesGetResponse>;
|
|
2685
|
-
/**
|
|
2686
|
-
* Delete a Log Analytics workspace table.
|
|
2687
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2688
|
-
* @param workspaceName The name of the workspace.
|
|
2689
|
-
* @param tableName The name of the table.
|
|
2690
|
-
* @param options The options parameters.
|
|
2691
|
-
*/
|
|
2692
|
-
beginDelete(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2693
|
-
/**
|
|
2694
|
-
* Delete a Log Analytics workspace table.
|
|
2695
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2696
|
-
* @param workspaceName The name of the workspace.
|
|
2697
|
-
* @param tableName The name of the table.
|
|
2698
|
-
* @param options The options parameters.
|
|
2699
|
-
*/
|
|
2700
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesDeleteOptionalParams): Promise<void>;
|
|
2701
|
-
/**
|
|
2702
|
-
* Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to
|
|
2703
|
-
* support of Data Collection Rule-based Custom Logs.
|
|
2704
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2705
|
-
* @param workspaceName The name of the workspace.
|
|
2706
|
-
* @param tableName The name of the table.
|
|
2707
|
-
* @param options The options parameters.
|
|
2708
|
-
*/
|
|
2709
|
-
migrate(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesMigrateOptionalParams): Promise<void>;
|
|
2710
|
-
/**
|
|
2711
|
-
* Cancel a log analytics workspace search results table query run.
|
|
2712
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2713
|
-
* @param workspaceName The name of the workspace.
|
|
2714
|
-
* @param tableName The name of the table.
|
|
2715
|
-
* @param options The options parameters.
|
|
2716
|
-
*/
|
|
2717
|
-
cancelSearch(resourceGroupName: string, workspaceName: string, tableName: string, options?: TablesCancelSearchOptionalParams): Promise<void>;
|
|
2718
|
-
}
|
|
2719
|
-
|
|
2720
|
-
/** Optional parameters. */
|
|
2721
|
-
export declare interface TablesCancelSearchOptionalParams extends coreClient.OperationOptions {
|
|
2722
|
-
}
|
|
2723
|
-
|
|
2724
|
-
/** Optional parameters. */
|
|
2725
|
-
export declare interface TablesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2726
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2727
|
-
updateIntervalInMs?: number;
|
|
2728
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2729
|
-
resumeFrom?: string;
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2733
|
-
export declare type TablesCreateOrUpdateResponse = Table;
|
|
2734
|
-
|
|
2735
|
-
/** Optional parameters. */
|
|
2736
|
-
export declare interface TablesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2737
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2738
|
-
updateIntervalInMs?: number;
|
|
2739
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2740
|
-
resumeFrom?: string;
|
|
2741
|
-
}
|
|
2742
|
-
|
|
2743
|
-
/** Optional parameters. */
|
|
2744
|
-
export declare interface TablesGetOptionalParams extends coreClient.OperationOptions {
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
|
-
/** Contains response data for the get operation. */
|
|
2748
|
-
export declare type TablesGetResponse = Table;
|
|
2749
|
-
|
|
2750
|
-
/** Optional parameters. */
|
|
2751
|
-
export declare interface TablesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
2752
|
-
}
|
|
2753
|
-
|
|
2754
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
2755
|
-
export declare type TablesListByWorkspaceResponse = TablesListResult;
|
|
2756
|
-
|
|
2757
|
-
/** The list tables operation response. */
|
|
2758
|
-
export declare interface TablesListResult {
|
|
2759
|
-
/** A list of data tables. */
|
|
2760
|
-
value?: Table[];
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
/** Optional parameters. */
|
|
2764
|
-
export declare interface TablesMigrateOptionalParams extends coreClient.OperationOptions {
|
|
2765
|
-
}
|
|
2766
|
-
|
|
2767
|
-
/**
|
|
2768
|
-
* Defines values for TableSubTypeEnum. \
|
|
2769
|
-
* {@link KnownTableSubTypeEnum} can be used interchangeably with TableSubTypeEnum,
|
|
2770
|
-
* this enum contains the known values that the service supports.
|
|
2771
|
-
* ### Known values supported by the service
|
|
2772
|
-
* **Any**: The default subtype with which built-in tables are created. \
|
|
2773
|
-
* **Classic**: Indicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created. \
|
|
2774
|
-
* **DataCollectionRuleBased**: A table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules
|
|
2775
|
-
*/
|
|
2776
|
-
export declare type TableSubTypeEnum = string;
|
|
2777
|
-
|
|
2778
|
-
/** Optional parameters. */
|
|
2779
|
-
export declare interface TablesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2780
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2781
|
-
updateIntervalInMs?: number;
|
|
2782
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2783
|
-
resumeFrom?: string;
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
/** Contains response data for the update operation. */
|
|
2787
|
-
export declare type TablesUpdateResponse = Table;
|
|
2788
|
-
|
|
2789
|
-
/**
|
|
2790
|
-
* Defines values for TableTypeEnum. \
|
|
2791
|
-
* {@link KnownTableTypeEnum} can be used interchangeably with TableTypeEnum,
|
|
2792
|
-
* this enum contains the known values that the service supports.
|
|
2793
|
-
* ### Known values supported by the service
|
|
2794
|
-
* **Microsoft**: Standard data collected by Azure Monitor. \
|
|
2795
|
-
* **CustomLog**: Custom log table. \
|
|
2796
|
-
* **RestoredLogs**: Restored data. \
|
|
2797
|
-
* **SearchResults**: Data collected by a search job.
|
|
2798
|
-
*/
|
|
2799
|
-
export declare type TableTypeEnum = string;
|
|
2800
|
-
|
|
2801
|
-
/** A tag of a saved search. */
|
|
2802
|
-
export declare interface Tag {
|
|
2803
|
-
/** The tag name. */
|
|
2804
|
-
name: string;
|
|
2805
|
-
/** The tag value. */
|
|
2806
|
-
value: string;
|
|
2807
|
-
}
|
|
2808
|
-
|
|
2809
|
-
/** A container holding only the Tags for a resource, allowing the user to update the tags on a QueryPack instance. */
|
|
2810
|
-
export declare interface TagsResource {
|
|
2811
|
-
/** Resource tags */
|
|
2812
|
-
tags?: {
|
|
2813
|
-
[propertyName: string]: string;
|
|
2814
|
-
};
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
2818
|
-
export declare interface TrackedResource extends Resource {
|
|
2819
|
-
/** Resource tags. */
|
|
2820
|
-
tags?: {
|
|
2821
|
-
[propertyName: string]: string;
|
|
2822
|
-
};
|
|
2823
|
-
/** The geo-location where the resource lives */
|
|
2824
|
-
location: string;
|
|
2825
|
-
}
|
|
2826
|
-
|
|
2827
|
-
/**
|
|
2828
|
-
* Defines values for Type. \
|
|
2829
|
-
* {@link KnownType} can be used interchangeably with Type,
|
|
2830
|
-
* this enum contains the known values that the service supports.
|
|
2831
|
-
* ### Known values supported by the service
|
|
2832
|
-
* **StorageAccount** \
|
|
2833
|
-
* **EventHub**
|
|
2834
|
-
*/
|
|
2835
|
-
export declare type Type = string;
|
|
2836
|
-
|
|
2837
|
-
/** A metric describing the usage of a resource. */
|
|
2838
|
-
export declare interface UsageMetric {
|
|
2839
|
-
/** The name of the metric. */
|
|
2840
|
-
name?: MetricName;
|
|
2841
|
-
/** The units used for the metric. */
|
|
2842
|
-
unit?: string;
|
|
2843
|
-
/** The current value of the metric. */
|
|
2844
|
-
currentValue?: number;
|
|
2845
|
-
/** The quota limit for the metric. */
|
|
2846
|
-
limit?: number;
|
|
2847
|
-
/** The time that the metric's value will reset. */
|
|
2848
|
-
nextResetTime?: Date;
|
|
2849
|
-
/** The quota period that determines the length of time between value resets. */
|
|
2850
|
-
quotaPeriod?: string;
|
|
2851
|
-
}
|
|
2852
|
-
|
|
2853
|
-
/** Interface representing a Usages. */
|
|
2854
|
-
export declare interface Usages {
|
|
2855
|
-
/**
|
|
2856
|
-
* Gets a list of usage metrics for a workspace.
|
|
2857
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2858
|
-
* @param workspaceName The name of the workspace.
|
|
2859
|
-
* @param options The options parameters.
|
|
2860
|
-
*/
|
|
2861
|
-
list(resourceGroupName: string, workspaceName: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator<UsageMetric>;
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
|
-
/** Optional parameters. */
|
|
2865
|
-
export declare interface UsagesListOptionalParams extends coreClient.OperationOptions {
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
|
-
/** Contains response data for the list operation. */
|
|
2869
|
-
export declare type UsagesListResponse = WorkspaceListUsagesResult;
|
|
2870
|
-
|
|
2871
|
-
/** User assigned identity properties. */
|
|
2872
|
-
export declare interface UserIdentityProperties {
|
|
2873
|
-
/**
|
|
2874
|
-
* The principal id of user assigned identity.
|
|
2875
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2876
|
-
*/
|
|
2877
|
-
readonly principalId?: string;
|
|
2878
|
-
/**
|
|
2879
|
-
* The client id of user assigned identity.
|
|
2880
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2881
|
-
*/
|
|
2882
|
-
readonly clientId?: string;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
/** The top level Workspace resource container. */
|
|
2886
|
-
export declare interface Workspace extends TrackedResource {
|
|
2887
|
-
/** The identity of the resource. */
|
|
2888
|
-
identity?: Identity;
|
|
2889
|
-
/**
|
|
2890
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
2891
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2892
|
-
*/
|
|
2893
|
-
readonly systemData?: SystemDataAutoGenerated;
|
|
2894
|
-
/** The etag of the workspace. */
|
|
2895
|
-
etag?: string;
|
|
2896
|
-
/**
|
|
2897
|
-
* The provisioning state of the workspace.
|
|
2898
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2899
|
-
*/
|
|
2900
|
-
readonly provisioningState?: WorkspaceEntityStatus;
|
|
2901
|
-
/**
|
|
2902
|
-
* This is a read-only property. Represents the ID associated with the workspace.
|
|
2903
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2904
|
-
*/
|
|
2905
|
-
readonly customerId?: string;
|
|
2906
|
-
/** The SKU of the workspace. */
|
|
2907
|
-
sku?: WorkspaceSku;
|
|
2908
|
-
/** The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details. */
|
|
2909
|
-
retentionInDays?: number;
|
|
2910
|
-
/** The daily volume cap for ingestion. */
|
|
2911
|
-
workspaceCapping?: WorkspaceCapping;
|
|
2912
|
-
/**
|
|
2913
|
-
* Workspace creation date.
|
|
2914
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2915
|
-
*/
|
|
2916
|
-
readonly createdDate?: string;
|
|
2917
|
-
/**
|
|
2918
|
-
* Workspace modification date.
|
|
2919
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2920
|
-
*/
|
|
2921
|
-
readonly modifiedDate?: string;
|
|
2922
|
-
/** The network access type for accessing Log Analytics ingestion. */
|
|
2923
|
-
publicNetworkAccessForIngestion?: PublicNetworkAccessType;
|
|
2924
|
-
/** The network access type for accessing Log Analytics query. */
|
|
2925
|
-
publicNetworkAccessForQuery?: PublicNetworkAccessType;
|
|
2926
|
-
/** Indicates whether customer managed storage is mandatory for query management. */
|
|
2927
|
-
forceCmkForQuery?: boolean;
|
|
2928
|
-
/**
|
|
2929
|
-
* List of linked private link scope resources.
|
|
2930
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2931
|
-
*/
|
|
2932
|
-
readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
|
|
2933
|
-
/** Workspace features. */
|
|
2934
|
-
features?: WorkspaceFeatures;
|
|
2935
|
-
/** The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}. */
|
|
2936
|
-
defaultDataCollectionRuleResourceId?: string;
|
|
2937
|
-
}
|
|
2938
|
-
|
|
2939
|
-
/** The daily volume cap for ingestion. */
|
|
2940
|
-
export declare interface WorkspaceCapping {
|
|
2941
|
-
/** The workspace daily quota for ingestion. */
|
|
2942
|
-
dailyQuotaGb?: number;
|
|
2943
|
-
/**
|
|
2944
|
-
* The time when the quota will be rest.
|
|
2945
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2946
|
-
*/
|
|
2947
|
-
readonly quotaNextResetTime?: string;
|
|
2948
|
-
/**
|
|
2949
|
-
* The status of data ingestion for this workspace.
|
|
2950
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2951
|
-
*/
|
|
2952
|
-
readonly dataIngestionStatus?: DataIngestionStatus;
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
/**
|
|
2956
|
-
* Defines values for WorkspaceEntityStatus. \
|
|
2957
|
-
* {@link KnownWorkspaceEntityStatus} can be used interchangeably with WorkspaceEntityStatus,
|
|
2958
|
-
* this enum contains the known values that the service supports.
|
|
2959
|
-
* ### Known values supported by the service
|
|
2960
|
-
* **Creating** \
|
|
2961
|
-
* **Succeeded** \
|
|
2962
|
-
* **Failed** \
|
|
2963
|
-
* **Canceled** \
|
|
2964
|
-
* **Deleting** \
|
|
2965
|
-
* **ProvisioningAccount** \
|
|
2966
|
-
* **Updating**
|
|
2967
|
-
*/
|
|
2968
|
-
export declare type WorkspaceEntityStatus = string;
|
|
2969
|
-
|
|
2970
|
-
/** Workspace features. */
|
|
2971
|
-
export declare interface WorkspaceFeatures {
|
|
2972
|
-
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2973
|
-
[property: string]: any;
|
|
2974
|
-
/** Flag that indicate if data should be exported. */
|
|
2975
|
-
enableDataExport?: boolean;
|
|
2976
|
-
/** Flag that describes if we want to remove the data after 30 days. */
|
|
2977
|
-
immediatePurgeDataOn30Days?: boolean;
|
|
2978
|
-
/** Flag that indicate which permission to use - resource or workspace or both. */
|
|
2979
|
-
enableLogAccessUsingOnlyResourcePermissions?: boolean;
|
|
2980
|
-
/** Dedicated LA cluster resourceId that is linked to the workspaces. */
|
|
2981
|
-
clusterResourceId?: string;
|
|
2982
|
-
/** Disable Non-AAD based Auth. */
|
|
2983
|
-
disableLocalAuth?: boolean;
|
|
2984
|
-
}
|
|
2985
|
-
|
|
2986
|
-
/** The list workspace management groups operation response. */
|
|
2987
|
-
export declare interface WorkspaceListManagementGroupsResult {
|
|
2988
|
-
/** Gets or sets a list of management groups attached to the workspace. */
|
|
2989
|
-
value?: ManagementGroup[];
|
|
2990
|
-
}
|
|
2991
|
-
|
|
2992
|
-
/** The list workspaces operation response. */
|
|
2993
|
-
export declare interface WorkspaceListResult {
|
|
2994
|
-
/** A list of workspaces. */
|
|
2995
|
-
value?: Workspace[];
|
|
2996
|
-
}
|
|
2997
|
-
|
|
2998
|
-
/** The list workspace usages operation response. */
|
|
2999
|
-
export declare interface WorkspaceListUsagesResult {
|
|
3000
|
-
/** Gets or sets a list of usage metrics for a workspace. */
|
|
3001
|
-
value?: UsageMetric[];
|
|
3002
|
-
}
|
|
3003
|
-
|
|
3004
|
-
/** The top level Workspace resource container. */
|
|
3005
|
-
export declare interface WorkspacePatch extends AzureEntityResource {
|
|
3006
|
-
/** The identity of the resource. */
|
|
3007
|
-
identity?: Identity;
|
|
3008
|
-
/** Resource tags. Optional. */
|
|
3009
|
-
tags?: {
|
|
3010
|
-
[propertyName: string]: string;
|
|
3011
|
-
};
|
|
3012
|
-
/**
|
|
3013
|
-
* The provisioning state of the workspace.
|
|
3014
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3015
|
-
*/
|
|
3016
|
-
readonly provisioningState?: WorkspaceEntityStatus;
|
|
3017
|
-
/**
|
|
3018
|
-
* This is a read-only property. Represents the ID associated with the workspace.
|
|
3019
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3020
|
-
*/
|
|
3021
|
-
readonly customerId?: string;
|
|
3022
|
-
/** The SKU of the workspace. */
|
|
3023
|
-
sku?: WorkspaceSku;
|
|
3024
|
-
/** The workspace data retention in days. Allowed values are per pricing plan. See pricing tiers documentation for details. */
|
|
3025
|
-
retentionInDays?: number;
|
|
3026
|
-
/** The daily volume cap for ingestion. */
|
|
3027
|
-
workspaceCapping?: WorkspaceCapping;
|
|
3028
|
-
/**
|
|
3029
|
-
* Workspace creation date.
|
|
3030
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3031
|
-
*/
|
|
3032
|
-
readonly createdDate?: string;
|
|
3033
|
-
/**
|
|
3034
|
-
* Workspace modification date.
|
|
3035
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3036
|
-
*/
|
|
3037
|
-
readonly modifiedDate?: string;
|
|
3038
|
-
/** The network access type for accessing Log Analytics ingestion. */
|
|
3039
|
-
publicNetworkAccessForIngestion?: PublicNetworkAccessType;
|
|
3040
|
-
/** The network access type for accessing Log Analytics query. */
|
|
3041
|
-
publicNetworkAccessForQuery?: PublicNetworkAccessType;
|
|
3042
|
-
/** Indicates whether customer managed storage is mandatory for query management. */
|
|
3043
|
-
forceCmkForQuery?: boolean;
|
|
3044
|
-
/**
|
|
3045
|
-
* List of linked private link scope resources.
|
|
3046
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3047
|
-
*/
|
|
3048
|
-
readonly privateLinkScopedResources?: PrivateLinkScopedResource[];
|
|
3049
|
-
/** Workspace features. */
|
|
3050
|
-
features?: WorkspaceFeatures;
|
|
3051
|
-
/** The resource ID of the default Data Collection Rule to use for this workspace. Expected format is - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}. */
|
|
3052
|
-
defaultDataCollectionRuleResourceId?: string;
|
|
3053
|
-
}
|
|
3054
|
-
|
|
3055
|
-
/** Interface representing a WorkspacePurge. */
|
|
3056
|
-
export declare interface WorkspacePurge {
|
|
3057
|
-
/**
|
|
3058
|
-
* Purges data in an Log Analytics workspace by a set of user-defined filters.
|
|
3059
|
-
*
|
|
3060
|
-
* In order to manage system resources, purge requests are throttled at 50 requests per hour. You
|
|
3061
|
-
* should batch the execution of purge requests by sending a single command whose predicate includes
|
|
3062
|
-
* all user identities that require purging. Use the in operator to specify multiple identities. You
|
|
3063
|
-
* should run the query prior to using for a purge request to verify that the results are expected.
|
|
3064
|
-
* Log Analytics only supports purge operations required for compliance with GDPR. The Log Analytics
|
|
3065
|
-
* product team reserves the right to reject requests for purge operations that are not for the purpose
|
|
3066
|
-
* of GDPR compliance. In the event of a dispute, please create a support ticket
|
|
3067
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3068
|
-
* @param workspaceName The name of the workspace.
|
|
3069
|
-
* @param body Describes the body of a request to purge data in a single table of an Log Analytics
|
|
3070
|
-
* Workspace
|
|
3071
|
-
* @param options The options parameters.
|
|
3072
|
-
*/
|
|
3073
|
-
purge(resourceGroupName: string, workspaceName: string, body: WorkspacePurgeBody, options?: WorkspacePurgePurgeOptionalParams): Promise<WorkspacePurgePurgeResponse>;
|
|
3074
|
-
/**
|
|
3075
|
-
* Gets status of an ongoing purge operation.
|
|
3076
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3077
|
-
* @param workspaceName The name of the workspace.
|
|
3078
|
-
* @param purgeId In a purge status request, this is the Id of the operation the status of which is
|
|
3079
|
-
* returned.
|
|
3080
|
-
* @param options The options parameters.
|
|
3081
|
-
*/
|
|
3082
|
-
getPurgeStatus(resourceGroupName: string, workspaceName: string, purgeId: string, options?: WorkspacePurgeGetPurgeStatusOptionalParams): Promise<WorkspacePurgeGetPurgeStatusResponse>;
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
|
-
/** Describes the body of a purge request for an App Insights Workspace */
|
|
3086
|
-
export declare interface WorkspacePurgeBody {
|
|
3087
|
-
/** Table from which to purge data. */
|
|
3088
|
-
table: string;
|
|
3089
|
-
/** The set of columns and filters (queries) to run over them to purge the resulting data. */
|
|
3090
|
-
filters: WorkspacePurgeBodyFilters[];
|
|
3091
|
-
}
|
|
3092
|
-
|
|
3093
|
-
/** User-defined filters to return data which will be purged from the table. */
|
|
3094
|
-
export declare interface WorkspacePurgeBodyFilters {
|
|
3095
|
-
/** The column of the table over which the given query should run */
|
|
3096
|
-
column?: string;
|
|
3097
|
-
/** A query operator to evaluate over the provided column and value(s). Supported operators are ==, =~, in, in~, >, >=, <, <=, between, and have the same behavior as they would in a KQL query. */
|
|
3098
|
-
operator?: string;
|
|
3099
|
-
/** the value for the operator to function over. This can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array of values. */
|
|
3100
|
-
value?: any;
|
|
3101
|
-
/** When filtering over custom dimensions, this key will be used as the name of the custom dimension. */
|
|
3102
|
-
key?: string;
|
|
3103
|
-
}
|
|
3104
|
-
|
|
3105
|
-
/** Optional parameters. */
|
|
3106
|
-
export declare interface WorkspacePurgeGetPurgeStatusOptionalParams extends coreClient.OperationOptions {
|
|
3107
|
-
}
|
|
3108
|
-
|
|
3109
|
-
/** Contains response data for the getPurgeStatus operation. */
|
|
3110
|
-
export declare type WorkspacePurgeGetPurgeStatusResponse = WorkspacePurgeStatusResponse;
|
|
3111
|
-
|
|
3112
|
-
/** Defines headers for WorkspacePurge_purge operation. */
|
|
3113
|
-
export declare interface WorkspacePurgePurgeHeaders {
|
|
3114
|
-
/** The location from which to request the operation status. */
|
|
3115
|
-
xMsStatusLocation?: string;
|
|
3116
|
-
}
|
|
3117
|
-
|
|
3118
|
-
/** Optional parameters. */
|
|
3119
|
-
export declare interface WorkspacePurgePurgeOptionalParams extends coreClient.OperationOptions {
|
|
3120
|
-
}
|
|
3121
|
-
|
|
3122
|
-
/** Contains response data for the purge operation. */
|
|
3123
|
-
export declare type WorkspacePurgePurgeResponse = WorkspacePurgePurgeHeaders & WorkspacePurgeResponse;
|
|
3124
|
-
|
|
3125
|
-
/** Response containing operationId for a specific purge action. */
|
|
3126
|
-
export declare interface WorkspacePurgeResponse {
|
|
3127
|
-
/** Id to use when querying for status for a particular purge operation. */
|
|
3128
|
-
operationId: string;
|
|
3129
|
-
}
|
|
3130
|
-
|
|
3131
|
-
/** Response containing status for a specific purge operation. */
|
|
3132
|
-
export declare interface WorkspacePurgeStatusResponse {
|
|
3133
|
-
/** Status of the operation represented by the requested Id. */
|
|
3134
|
-
status: PurgeState;
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
|
-
/** Interface representing a Workspaces. */
|
|
3138
|
-
export declare interface Workspaces {
|
|
3139
|
-
/**
|
|
3140
|
-
* Gets the workspaces in a subscription.
|
|
3141
|
-
* @param options The options parameters.
|
|
3142
|
-
*/
|
|
3143
|
-
list(options?: WorkspacesListOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
|
3144
|
-
/**
|
|
3145
|
-
* Gets workspaces in a resource group.
|
|
3146
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3147
|
-
* @param options The options parameters.
|
|
3148
|
-
*/
|
|
3149
|
-
listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
|
3150
|
-
/**
|
|
3151
|
-
* Create or update a workspace.
|
|
3152
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3153
|
-
* @param workspaceName The name of the workspace.
|
|
3154
|
-
* @param parameters The parameters required to create or update a workspace.
|
|
3155
|
-
* @param options The options parameters.
|
|
3156
|
-
*/
|
|
3157
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
|
|
3158
|
-
/**
|
|
3159
|
-
* Create or update a workspace.
|
|
3160
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3161
|
-
* @param workspaceName The name of the workspace.
|
|
3162
|
-
* @param parameters The parameters required to create or update a workspace.
|
|
3163
|
-
* @param options The options parameters.
|
|
3164
|
-
*/
|
|
3165
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
|
|
3166
|
-
/**
|
|
3167
|
-
* Deletes a workspace resource. To recover the workspace, create it again with the same name, in the
|
|
3168
|
-
* same subscription, resource group and location. The name is kept for 14 days and cannot be used for
|
|
3169
|
-
* another workspace. To remove the workspace completely and release the name, use the force flag.
|
|
3170
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3171
|
-
* @param workspaceName The name of the workspace.
|
|
3172
|
-
* @param options The options parameters.
|
|
3173
|
-
*/
|
|
3174
|
-
beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3175
|
-
/**
|
|
3176
|
-
* Deletes a workspace resource. To recover the workspace, create it again with the same name, in the
|
|
3177
|
-
* same subscription, resource group and location. The name is kept for 14 days and cannot be used for
|
|
3178
|
-
* another workspace. To remove the workspace completely and release the name, use the force flag.
|
|
3179
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3180
|
-
* @param workspaceName The name of the workspace.
|
|
3181
|
-
* @param options The options parameters.
|
|
3182
|
-
*/
|
|
3183
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
|
|
3184
|
-
/**
|
|
3185
|
-
* Gets a workspace instance.
|
|
3186
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3187
|
-
* @param workspaceName The name of the workspace.
|
|
3188
|
-
* @param options The options parameters.
|
|
3189
|
-
*/
|
|
3190
|
-
get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
|
|
3191
|
-
/**
|
|
3192
|
-
* Updates a workspace.
|
|
3193
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3194
|
-
* @param workspaceName The name of the workspace.
|
|
3195
|
-
* @param parameters The parameters required to patch a workspace.
|
|
3196
|
-
* @param options The options parameters.
|
|
3197
|
-
*/
|
|
3198
|
-
update(resourceGroupName: string, workspaceName: string, parameters: WorkspacePatch, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
|
|
3199
|
-
}
|
|
3200
|
-
|
|
3201
|
-
/** Optional parameters. */
|
|
3202
|
-
export declare interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3203
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3204
|
-
updateIntervalInMs?: number;
|
|
3205
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3206
|
-
resumeFrom?: string;
|
|
3207
|
-
}
|
|
3208
|
-
|
|
3209
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3210
|
-
export declare type WorkspacesCreateOrUpdateResponse = Workspace;
|
|
3211
|
-
|
|
3212
|
-
/** Optional parameters. */
|
|
3213
|
-
export declare interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3214
|
-
/** Deletes the workspace without the recovery option. A workspace that was deleted with this flag cannot be recovered. */
|
|
3215
|
-
force?: boolean;
|
|
3216
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3217
|
-
updateIntervalInMs?: number;
|
|
3218
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3219
|
-
resumeFrom?: string;
|
|
3220
|
-
}
|
|
3221
|
-
|
|
3222
|
-
/** Optional parameters. */
|
|
3223
|
-
export declare interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
3224
|
-
}
|
|
3225
|
-
|
|
3226
|
-
/** Contains response data for the get operation. */
|
|
3227
|
-
export declare type WorkspacesGetResponse = Workspace;
|
|
3228
|
-
|
|
3229
|
-
/** The SKU (tier) of a workspace. */
|
|
3230
|
-
export declare interface WorkspaceSku {
|
|
3231
|
-
/** The name of the SKU. */
|
|
3232
|
-
name: WorkspaceSkuNameEnum;
|
|
3233
|
-
/** The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected. */
|
|
3234
|
-
capacityReservationLevel?: CapacityReservationLevel;
|
|
3235
|
-
/**
|
|
3236
|
-
* The last time when the sku was updated.
|
|
3237
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3238
|
-
*/
|
|
3239
|
-
readonly lastSkuUpdate?: string;
|
|
3240
|
-
}
|
|
3241
|
-
|
|
3242
|
-
/**
|
|
3243
|
-
* Defines values for WorkspaceSkuNameEnum. \
|
|
3244
|
-
* {@link KnownWorkspaceSkuNameEnum} can be used interchangeably with WorkspaceSkuNameEnum,
|
|
3245
|
-
* this enum contains the known values that the service supports.
|
|
3246
|
-
* ### Known values supported by the service
|
|
3247
|
-
* **Free** \
|
|
3248
|
-
* **Standard** \
|
|
3249
|
-
* **Premium** \
|
|
3250
|
-
* **PerNode** \
|
|
3251
|
-
* **PerGB2018** \
|
|
3252
|
-
* **Standalone** \
|
|
3253
|
-
* **CapacityReservation** \
|
|
3254
|
-
* **LACluster**
|
|
3255
|
-
*/
|
|
3256
|
-
export declare type WorkspaceSkuNameEnum = string;
|
|
3257
|
-
|
|
3258
|
-
/** Optional parameters. */
|
|
3259
|
-
export declare interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3260
|
-
}
|
|
3261
|
-
|
|
3262
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
3263
|
-
export declare type WorkspacesListByResourceGroupResponse = WorkspaceListResult;
|
|
3264
|
-
|
|
3265
|
-
/** Optional parameters. */
|
|
3266
|
-
export declare interface WorkspacesListOptionalParams extends coreClient.OperationOptions {
|
|
3267
|
-
}
|
|
3268
|
-
|
|
3269
|
-
/** Contains response data for the list operation. */
|
|
3270
|
-
export declare type WorkspacesListResponse = WorkspaceListResult;
|
|
3271
|
-
|
|
3272
|
-
/** Optional parameters. */
|
|
3273
|
-
export declare interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3274
|
-
}
|
|
3275
|
-
|
|
3276
|
-
/** Contains response data for the update operation. */
|
|
3277
|
-
export declare type WorkspacesUpdateResponse = Workspace;
|
|
3278
|
-
|
|
3279
|
-
export { }
|