@azure/arm-kusto 6.2.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +8198 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/kustoManagementClient.d.ts +30 -0
- package/dist-esm/src/kustoManagementClient.d.ts.map +1 -0
- package/dist-esm/src/kustoManagementClient.js +63 -0
- package/dist-esm/src/kustoManagementClient.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2023 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +256 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +89 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1710 -1269
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +308 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.d.ts +81 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.js +342 -0
- package/dist-esm/src/operations/attachedDatabaseConfigurations.js.map +1 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.d.ts +81 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.js +332 -0
- package/dist-esm/src/operations/clusterPrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +276 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +1317 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/dataConnections.d.ts +127 -0
- package/dist-esm/src/operations/dataConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/dataConnections.js +547 -0
- package/dist-esm/src/operations/dataConnections.js.map +1 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.d.ts +89 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.js +364 -0
- package/dist-esm/src/operations/databasePrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +135 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +571 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +4 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +20 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts +99 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js +424 -0
- package/dist-esm/src/operations/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/operationsResults.d.ts +20 -0
- package/dist-esm/src/operations/operationsResults.d.ts.map +1 -0
- package/dist-esm/src/operations/operationsResults.js +53 -0
- package/dist-esm/src/operations/operationsResults.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +309 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +38 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +131 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/scripts.d.ts +109 -0
- package/dist-esm/src/operations/scripts.d.ts.map +1 -0
- package/dist-esm/src/operations/scripts.js +442 -0
- package/dist-esm/src/operations/scripts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.d.ts.map +1 -0
- package/{src/models/operationsResultsMappers.ts → dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/attachedDatabaseConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.d.ts +64 -0
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.js} +2 -8
- package/dist-esm/src/operationsInterfaces/clusterPrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +201 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/{esm/models/operationsResultsMappers.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -2
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.d.ts +109 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/dataConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.js +9 -0
- package/dist-esm/src/operationsInterfaces/databasePrincipalAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +108 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.js +9 -0
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +20 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedPrivateEndpoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationsResults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scripts.d.ts +91 -0
- package/dist-esm/src/operationsInterfaces/scripts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/scripts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/scripts.js.map +1 -0
- package/dist-esm/test/kusto-client-test.d.ts +4 -0
- package/dist-esm/test/kusto-client-test.d.ts.map +1 -0
- package/dist-esm/test/kusto-client-test.js +117 -0
- package/dist-esm/test/kusto-client-test.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-kusto.api.md +1798 -0
- package/rollup.config.js +181 -24
- package/{esm/models/operationsMappers.js → src/index.ts} +5 -2
- package/src/kustoManagementClient.ts +112 -49
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1853 -2535
- package/src/models/mappers.ts +1798 -1302
- package/src/models/parameters.ts +264 -44
- package/src/operations/attachedDatabaseConfigurations.ts +314 -177
- package/src/operations/clusterPrincipalAssignments.ts +300 -264
- package/src/operations/clusters.ts +1396 -724
- package/src/operations/dataConnections.ts +499 -363
- package/src/operations/databasePrincipalAssignments.ts +326 -281
- package/src/operations/databases.ts +538 -517
- package/src/operations/index.ts +5 -3
- package/src/operations/managedPrivateEndpoints.ts +599 -0
- package/src/operations/operations.ts +85 -85
- package/src/operations/operationsResults.ts +34 -60
- package/src/operations/privateEndpointConnections.ts +427 -0
- package/src/operations/privateLinkResources.ts +167 -0
- package/src/operations/scripts.ts +408 -334
- package/src/operationsInterfaces/attachedDatabaseConfigurations.ts +125 -0
- package/src/operationsInterfaces/clusterPrincipalAssignments.ts +125 -0
- package/src/operationsInterfaces/clusters.ts +371 -0
- package/src/operationsInterfaces/dataConnections.ts +218 -0
- package/src/operationsInterfaces/databasePrincipalAssignments.ts +139 -0
- package/src/operationsInterfaces/databases.ts +212 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -4
- package/src/operationsInterfaces/managedPrivateEndpoints.ts +162 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/operationsResults.ts +27 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/scripts.ts +177 -0
- package/tsconfig.json +14 -6
- package/types/arm-kusto.d.ts +3174 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-kusto.js +0 -5320
- package/dist/arm-kusto.js.map +0 -1
- package/dist/arm-kusto.min.js +0 -1
- package/dist/arm-kusto.min.js.map +0 -1
- package/esm/kustoManagementClient.d.ts +0 -33
- package/esm/kustoManagementClient.d.ts.map +0 -1
- package/esm/kustoManagementClient.js +0 -46
- package/esm/kustoManagementClient.js.map +0 -1
- package/esm/kustoManagementClientContext.d.ts +0 -23
- package/esm/kustoManagementClientContext.d.ts.map +0 -1
- package/esm/kustoManagementClientContext.js +0 -62
- package/esm/kustoManagementClientContext.js.map +0 -1
- package/esm/models/attachedDatabaseConfigurationsMappers.d.ts +0 -2
- package/esm/models/attachedDatabaseConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/attachedDatabaseConfigurationsMappers.js +0 -9
- package/esm/models/attachedDatabaseConfigurationsMappers.js.map +0 -1
- package/esm/models/clusterPrincipalAssignmentsMappers.d.ts +0 -2
- package/esm/models/clusterPrincipalAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/clusterPrincipalAssignmentsMappers.js +0 -9
- package/esm/models/clusterPrincipalAssignmentsMappers.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/dataConnectionsMappers.d.ts +0 -2
- package/esm/models/dataConnectionsMappers.d.ts.map +0 -1
- package/esm/models/dataConnectionsMappers.js +0 -9
- package/esm/models/dataConnectionsMappers.js.map +0 -1
- package/esm/models/databasePrincipalAssignmentsMappers.d.ts +0 -2
- package/esm/models/databasePrincipalAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/databasePrincipalAssignmentsMappers.js +0 -9
- package/esm/models/databasePrincipalAssignmentsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2705
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -75
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/operationsResultsMappers.d.ts +0 -2
- package/esm/models/operationsResultsMappers.d.ts.map +0 -1
- package/esm/models/operationsResultsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -158
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/scriptsMappers.d.ts +0 -2
- package/esm/models/scriptsMappers.d.ts.map +0 -1
- package/esm/models/scriptsMappers.js +0 -9
- package/esm/models/scriptsMappers.js.map +0 -1
- package/esm/operations/attachedDatabaseConfigurations.d.ts +0 -97
- package/esm/operations/attachedDatabaseConfigurations.d.ts.map +0 -1
- package/esm/operations/attachedDatabaseConfigurations.js +0 -188
- package/esm/operations/attachedDatabaseConfigurations.js.map +0 -1
- package/esm/operations/clusterPrincipalAssignments.d.ts +0 -121
- package/esm/operations/clusterPrincipalAssignments.d.ts.map +0 -1
- package/esm/operations/clusterPrincipalAssignments.js +0 -213
- package/esm/operations/clusterPrincipalAssignments.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -323
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -620
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/dataConnections.d.ts +0 -176
- package/esm/operations/dataConnections.d.ts.map +0 -1
- package/esm/operations/dataConnections.js +0 -359
- package/esm/operations/dataConnections.js.map +0 -1
- package/esm/operations/databasePrincipalAssignments.d.ts +0 -134
- package/esm/operations/databasePrincipalAssignments.d.ts.map +0 -1
- package/esm/operations/databasePrincipalAssignments.js +0 -235
- package/esm/operations/databasePrincipalAssignments.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -219
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -374
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -69
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/operationsResults.d.ts +0 -34
- package/esm/operations/operationsResults.d.ts.map +0 -1
- package/esm/operations/operationsResults.js +0 -49
- package/esm/operations/operationsResults.js.map +0 -1
- package/esm/operations/scripts.d.ts +0 -156
- package/esm/operations/scripts.d.ts.map +0 -1
- package/esm/operations/scripts.js +0 -300
- package/esm/operations/scripts.js.map +0 -1
- package/src/kustoManagementClientContext.ts +0 -75
- package/src/models/attachedDatabaseConfigurationsMappers.ts +0 -43
- package/src/models/clusterPrincipalAssignmentsMappers.ts +0 -45
- package/src/models/clustersMappers.ts +0 -54
- package/src/models/dataConnectionsMappers.ts +0 -48
- package/src/models/databasePrincipalAssignmentsMappers.ts +0 -45
- package/src/models/databasesMappers.ts +0 -48
- package/src/models/scriptsMappers.ts +0 -45
|
@@ -0,0 +1,1798 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-kusto"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AcceptedAudiences {
|
|
15
|
+
value?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export type AttachedDatabaseConfiguration = ProxyResource & {
|
|
20
|
+
location?: string;
|
|
21
|
+
readonly provisioningState?: ProvisioningState;
|
|
22
|
+
databaseName?: string;
|
|
23
|
+
clusterResourceId?: string;
|
|
24
|
+
readonly attachedDatabaseNames?: string[];
|
|
25
|
+
defaultPrincipalsModificationKind?: DefaultPrincipalsModificationKind;
|
|
26
|
+
tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
// @public
|
|
30
|
+
export interface AttachedDatabaseConfigurationListResult {
|
|
31
|
+
value?: AttachedDatabaseConfiguration[];
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export interface AttachedDatabaseConfigurations {
|
|
36
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AttachedDatabaseConfigurationsCreateOrUpdateResponse>, AttachedDatabaseConfigurationsCreateOrUpdateResponse>>;
|
|
37
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<AttachedDatabaseConfigurationsCreateOrUpdateResponse>;
|
|
38
|
+
beginDelete(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
39
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<void>;
|
|
40
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: AttachedDatabaseConfigurationsCheckNameRequest, options?: AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams): Promise<AttachedDatabaseConfigurationsCheckNameAvailabilityResponse>;
|
|
41
|
+
get(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsGetOptionalParams): Promise<AttachedDatabaseConfigurationsGetResponse>;
|
|
42
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: AttachedDatabaseConfigurationsListByClusterOptionalParams): PagedAsyncIterableIterator<AttachedDatabaseConfiguration>;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export interface AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export type AttachedDatabaseConfigurationsCheckNameAvailabilityResponse = CheckNameResult;
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface AttachedDatabaseConfigurationsCheckNameRequest {
|
|
54
|
+
name: string;
|
|
55
|
+
type: "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export interface AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
60
|
+
resumeFrom?: string;
|
|
61
|
+
updateIntervalInMs?: number;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// @public
|
|
65
|
+
export type AttachedDatabaseConfigurationsCreateOrUpdateResponse = AttachedDatabaseConfiguration;
|
|
66
|
+
|
|
67
|
+
// @public
|
|
68
|
+
export interface AttachedDatabaseConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
69
|
+
resumeFrom?: string;
|
|
70
|
+
updateIntervalInMs?: number;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export interface AttachedDatabaseConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// @public
|
|
78
|
+
export type AttachedDatabaseConfigurationsGetResponse = AttachedDatabaseConfiguration;
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export interface AttachedDatabaseConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export type AttachedDatabaseConfigurationsListByClusterResponse = AttachedDatabaseConfigurationListResult;
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export interface AzureCapacity {
|
|
89
|
+
default: number;
|
|
90
|
+
maximum: number;
|
|
91
|
+
minimum: number;
|
|
92
|
+
scaleType: AzureScaleType;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface AzureResourceSku {
|
|
97
|
+
capacity?: AzureCapacity;
|
|
98
|
+
resourceType?: string;
|
|
99
|
+
sku?: AzureSku;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export type AzureScaleType = string;
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export interface AzureSku {
|
|
107
|
+
capacity?: number;
|
|
108
|
+
name: AzureSkuName;
|
|
109
|
+
tier: AzureSkuTier;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// @public
|
|
113
|
+
export type AzureSkuName = string;
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export type AzureSkuTier = string;
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export type BlobStorageEventType = string;
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export interface CheckNameRequest {
|
|
123
|
+
name: string;
|
|
124
|
+
type: Type;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
// @public
|
|
128
|
+
export interface CheckNameResult {
|
|
129
|
+
message?: string;
|
|
130
|
+
name?: string;
|
|
131
|
+
nameAvailable?: boolean;
|
|
132
|
+
reason?: Reason;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface CloudError {
|
|
137
|
+
error?: CloudErrorBody;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface CloudErrorBody {
|
|
142
|
+
code?: string;
|
|
143
|
+
details?: CloudErrorBody[];
|
|
144
|
+
message?: string;
|
|
145
|
+
target?: string;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export type Cluster = TrackedResource & {
|
|
150
|
+
sku: AzureSku;
|
|
151
|
+
readonly systemData?: SystemData;
|
|
152
|
+
zones?: string[];
|
|
153
|
+
identity?: Identity;
|
|
154
|
+
readonly etag?: string;
|
|
155
|
+
readonly state?: State;
|
|
156
|
+
readonly provisioningState?: ProvisioningState;
|
|
157
|
+
readonly uri?: string;
|
|
158
|
+
readonly dataIngestionUri?: string;
|
|
159
|
+
readonly stateReason?: string;
|
|
160
|
+
trustedExternalTenants?: TrustedExternalTenant[];
|
|
161
|
+
optimizedAutoscale?: OptimizedAutoscale;
|
|
162
|
+
enableDiskEncryption?: boolean;
|
|
163
|
+
enableStreamingIngest?: boolean;
|
|
164
|
+
virtualNetworkConfiguration?: VirtualNetworkConfiguration;
|
|
165
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
166
|
+
enablePurge?: boolean;
|
|
167
|
+
readonly languageExtensions?: LanguageExtensionsList;
|
|
168
|
+
enableDoubleEncryption?: boolean;
|
|
169
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
170
|
+
allowedIpRangeList?: string[];
|
|
171
|
+
engineType?: EngineType;
|
|
172
|
+
acceptedAudiences?: AcceptedAudiences[];
|
|
173
|
+
enableAutoStop?: boolean;
|
|
174
|
+
restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
|
|
175
|
+
allowedFqdnList?: string[];
|
|
176
|
+
};
|
|
177
|
+
|
|
178
|
+
// @public
|
|
179
|
+
export interface ClusterCheckNameRequest {
|
|
180
|
+
name: string;
|
|
181
|
+
type: "Microsoft.Kusto/clusters";
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export interface ClusterListResult {
|
|
186
|
+
value?: Cluster[];
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export type ClusterNetworkAccessFlag = string;
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export type ClusterPrincipalAssignment = ProxyResource & {
|
|
194
|
+
principalId?: string;
|
|
195
|
+
role?: ClusterPrincipalRole;
|
|
196
|
+
tenantId?: string;
|
|
197
|
+
principalType?: PrincipalType;
|
|
198
|
+
readonly tenantName?: string;
|
|
199
|
+
readonly principalName?: string;
|
|
200
|
+
readonly provisioningState?: ProvisioningState;
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export interface ClusterPrincipalAssignmentCheckNameRequest {
|
|
205
|
+
name: string;
|
|
206
|
+
type: "Microsoft.Kusto/clusters/principalAssignments";
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export interface ClusterPrincipalAssignmentListResult {
|
|
211
|
+
value?: ClusterPrincipalAssignment[];
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export interface ClusterPrincipalAssignments {
|
|
216
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, principalAssignmentName: string, parameters: ClusterPrincipalAssignment, options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClusterPrincipalAssignmentsCreateOrUpdateResponse>, ClusterPrincipalAssignmentsCreateOrUpdateResponse>>;
|
|
217
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, principalAssignmentName: string, parameters: ClusterPrincipalAssignment, options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<ClusterPrincipalAssignmentsCreateOrUpdateResponse>;
|
|
218
|
+
beginDelete(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
219
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsDeleteOptionalParams): Promise<void>;
|
|
220
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, principalAssignmentName: ClusterPrincipalAssignmentCheckNameRequest, options?: ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams): Promise<ClusterPrincipalAssignmentsCheckNameAvailabilityResponse>;
|
|
221
|
+
get(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsGetOptionalParams): Promise<ClusterPrincipalAssignmentsGetResponse>;
|
|
222
|
+
list(resourceGroupName: string, clusterName: string, options?: ClusterPrincipalAssignmentsListOptionalParams): PagedAsyncIterableIterator<ClusterPrincipalAssignment>;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export interface ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export type ClusterPrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
234
|
+
resumeFrom?: string;
|
|
235
|
+
updateIntervalInMs?: number;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// @public
|
|
239
|
+
export type ClusterPrincipalAssignmentsCreateOrUpdateResponse = ClusterPrincipalAssignment;
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export interface ClusterPrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
243
|
+
resumeFrom?: string;
|
|
244
|
+
updateIntervalInMs?: number;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// @public
|
|
248
|
+
export interface ClusterPrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
// @public
|
|
252
|
+
export type ClusterPrincipalAssignmentsGetResponse = ClusterPrincipalAssignment;
|
|
253
|
+
|
|
254
|
+
// @public
|
|
255
|
+
export interface ClusterPrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
// @public
|
|
259
|
+
export type ClusterPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult;
|
|
260
|
+
|
|
261
|
+
// @public
|
|
262
|
+
export type ClusterPrincipalRole = string;
|
|
263
|
+
|
|
264
|
+
// @public
|
|
265
|
+
export interface Clusters {
|
|
266
|
+
beginAddLanguageExtensions(resourceGroupName: string, clusterName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: ClustersAddLanguageExtensionsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
267
|
+
beginAddLanguageExtensionsAndWait(resourceGroupName: string, clusterName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: ClustersAddLanguageExtensionsOptionalParams): Promise<void>;
|
|
268
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
269
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
270
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
271
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
272
|
+
beginDetachFollowerDatabases(resourceGroupName: string, clusterName: string, followerDatabaseToRemove: FollowerDatabaseDefinition, options?: ClustersDetachFollowerDatabasesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
273
|
+
beginDetachFollowerDatabasesAndWait(resourceGroupName: string, clusterName: string, followerDatabaseToRemove: FollowerDatabaseDefinition, options?: ClustersDetachFollowerDatabasesOptionalParams): Promise<void>;
|
|
274
|
+
beginDiagnoseVirtualNetwork(resourceGroupName: string, clusterName: string, options?: ClustersDiagnoseVirtualNetworkOptionalParams): Promise<PollerLike<PollOperationState<ClustersDiagnoseVirtualNetworkResponse>, ClustersDiagnoseVirtualNetworkResponse>>;
|
|
275
|
+
beginDiagnoseVirtualNetworkAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDiagnoseVirtualNetworkOptionalParams): Promise<ClustersDiagnoseVirtualNetworkResponse>;
|
|
276
|
+
beginRemoveLanguageExtensions(resourceGroupName: string, clusterName: string, languageExtensionsToRemove: LanguageExtensionsList, options?: ClustersRemoveLanguageExtensionsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
277
|
+
beginRemoveLanguageExtensionsAndWait(resourceGroupName: string, clusterName: string, languageExtensionsToRemove: LanguageExtensionsList, options?: ClustersRemoveLanguageExtensionsOptionalParams): Promise<void>;
|
|
278
|
+
beginStart(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
279
|
+
beginStartAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<void>;
|
|
280
|
+
beginStop(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
281
|
+
beginStopAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<void>;
|
|
282
|
+
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
283
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
284
|
+
checkNameAvailability(location: string, clusterName: ClusterCheckNameRequest, options?: ClustersCheckNameAvailabilityOptionalParams): Promise<ClustersCheckNameAvailabilityResponse>;
|
|
285
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
286
|
+
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
287
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
288
|
+
listFollowerDatabases(resourceGroupName: string, clusterName: string, options?: ClustersListFollowerDatabasesOptionalParams): PagedAsyncIterableIterator<FollowerDatabaseDefinition>;
|
|
289
|
+
listLanguageExtensions(resourceGroupName: string, clusterName: string, options?: ClustersListLanguageExtensionsOptionalParams): PagedAsyncIterableIterator<LanguageExtension>;
|
|
290
|
+
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, clusterName: string, options?: ClustersListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundNetworkDependenciesEndpoint>;
|
|
291
|
+
listSkus(options?: ClustersListSkusOptionalParams): PagedAsyncIterableIterator<SkuDescription>;
|
|
292
|
+
listSkusByResource(resourceGroupName: string, clusterName: string, options?: ClustersListSkusByResourceOptionalParams): PagedAsyncIterableIterator<AzureResourceSku>;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
// @public
|
|
296
|
+
export interface ClustersAddLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
297
|
+
resumeFrom?: string;
|
|
298
|
+
updateIntervalInMs?: number;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
// @public
|
|
302
|
+
export interface ClustersCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export type ClustersCheckNameAvailabilityResponse = CheckNameResult;
|
|
307
|
+
|
|
308
|
+
// @public
|
|
309
|
+
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
310
|
+
ifMatch?: string;
|
|
311
|
+
ifNoneMatch?: string;
|
|
312
|
+
resumeFrom?: string;
|
|
313
|
+
updateIntervalInMs?: number;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
// @public
|
|
317
|
+
export type ClustersCreateOrUpdateResponse = Cluster;
|
|
318
|
+
|
|
319
|
+
// @public
|
|
320
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
321
|
+
resumeFrom?: string;
|
|
322
|
+
updateIntervalInMs?: number;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// @public
|
|
326
|
+
export interface ClustersDetachFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
327
|
+
resumeFrom?: string;
|
|
328
|
+
updateIntervalInMs?: number;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
// @public
|
|
332
|
+
export interface ClustersDiagnoseVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
333
|
+
resumeFrom?: string;
|
|
334
|
+
updateIntervalInMs?: number;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
// @public
|
|
338
|
+
export type ClustersDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult;
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public
|
|
345
|
+
export type ClustersGetResponse = Cluster;
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
// @public
|
|
352
|
+
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
353
|
+
|
|
354
|
+
// @public
|
|
355
|
+
export interface ClustersListFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export type ClustersListFollowerDatabasesResponse = FollowerDatabaseListResult;
|
|
360
|
+
|
|
361
|
+
// @public
|
|
362
|
+
export interface ClustersListLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export type ClustersListLanguageExtensionsResponse = LanguageExtensionsList;
|
|
367
|
+
|
|
368
|
+
// @public
|
|
369
|
+
export interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export interface ClustersListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
// @public
|
|
377
|
+
export type ClustersListOutboundNetworkDependenciesEndpointsNextResponse = OutboundNetworkDependenciesEndpointListResult;
|
|
378
|
+
|
|
379
|
+
// @public
|
|
380
|
+
export interface ClustersListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export type ClustersListOutboundNetworkDependenciesEndpointsResponse = OutboundNetworkDependenciesEndpointListResult;
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export type ClustersListResponse = ClusterListResult;
|
|
388
|
+
|
|
389
|
+
// @public
|
|
390
|
+
export interface ClustersListSkusByResourceOptionalParams extends coreClient.OperationOptions {
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// @public
|
|
394
|
+
export type ClustersListSkusByResourceResponse = ListResourceSkusResult;
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export interface ClustersListSkusOptionalParams extends coreClient.OperationOptions {
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export type ClustersListSkusResponse = SkuDescriptionList;
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export interface ClustersRemoveLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
405
|
+
resumeFrom?: string;
|
|
406
|
+
updateIntervalInMs?: number;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
// @public
|
|
410
|
+
export interface ClustersStartOptionalParams extends coreClient.OperationOptions {
|
|
411
|
+
resumeFrom?: string;
|
|
412
|
+
updateIntervalInMs?: number;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export interface ClustersStopOptionalParams extends coreClient.OperationOptions {
|
|
417
|
+
resumeFrom?: string;
|
|
418
|
+
updateIntervalInMs?: number;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
// @public
|
|
422
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
423
|
+
ifMatch?: string;
|
|
424
|
+
resumeFrom?: string;
|
|
425
|
+
updateIntervalInMs?: number;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
// @public
|
|
429
|
+
export type ClustersUpdateResponse = Cluster;
|
|
430
|
+
|
|
431
|
+
// @public
|
|
432
|
+
export type ClusterUpdate = Resource & {
|
|
433
|
+
tags?: {
|
|
434
|
+
[propertyName: string]: string;
|
|
435
|
+
};
|
|
436
|
+
location?: string;
|
|
437
|
+
sku?: AzureSku;
|
|
438
|
+
identity?: Identity;
|
|
439
|
+
readonly state?: State;
|
|
440
|
+
readonly provisioningState?: ProvisioningState;
|
|
441
|
+
readonly uri?: string;
|
|
442
|
+
readonly dataIngestionUri?: string;
|
|
443
|
+
readonly stateReason?: string;
|
|
444
|
+
trustedExternalTenants?: TrustedExternalTenant[];
|
|
445
|
+
optimizedAutoscale?: OptimizedAutoscale;
|
|
446
|
+
enableDiskEncryption?: boolean;
|
|
447
|
+
enableStreamingIngest?: boolean;
|
|
448
|
+
virtualNetworkConfiguration?: VirtualNetworkConfiguration;
|
|
449
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
450
|
+
enablePurge?: boolean;
|
|
451
|
+
readonly languageExtensions?: LanguageExtensionsList;
|
|
452
|
+
enableDoubleEncryption?: boolean;
|
|
453
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
454
|
+
allowedIpRangeList?: string[];
|
|
455
|
+
engineType?: EngineType;
|
|
456
|
+
acceptedAudiences?: AcceptedAudiences[];
|
|
457
|
+
enableAutoStop?: boolean;
|
|
458
|
+
restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
|
|
459
|
+
allowedFqdnList?: string[];
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
// @public (undocumented)
|
|
463
|
+
export interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {
|
|
464
|
+
readonly clientId?: string;
|
|
465
|
+
readonly principalId?: string;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
// @public
|
|
469
|
+
export type Compression = string;
|
|
470
|
+
|
|
471
|
+
// @public
|
|
472
|
+
export type CreatedByType = string;
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export type Database = ProxyResource & {
|
|
476
|
+
location?: string;
|
|
477
|
+
kind: Kind;
|
|
478
|
+
};
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export interface DatabaseListResult {
|
|
482
|
+
value?: DatabaseUnion[];
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export interface DatabasePrincipal {
|
|
487
|
+
appId?: string;
|
|
488
|
+
email?: string;
|
|
489
|
+
fqn?: string;
|
|
490
|
+
name: string;
|
|
491
|
+
role: DatabasePrincipalRole;
|
|
492
|
+
readonly tenantName?: string;
|
|
493
|
+
type: DatabasePrincipalType;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
// @public
|
|
497
|
+
export type DatabasePrincipalAssignment = ProxyResource & {
|
|
498
|
+
principalId?: string;
|
|
499
|
+
role?: DatabasePrincipalRole;
|
|
500
|
+
tenantId?: string;
|
|
501
|
+
principalType?: PrincipalType;
|
|
502
|
+
readonly tenantName?: string;
|
|
503
|
+
readonly principalName?: string;
|
|
504
|
+
readonly provisioningState?: ProvisioningState;
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
// @public
|
|
508
|
+
export interface DatabasePrincipalAssignmentCheckNameRequest {
|
|
509
|
+
name: string;
|
|
510
|
+
type: "Microsoft.Kusto/clusters/databases/principalAssignments";
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
// @public
|
|
514
|
+
export interface DatabasePrincipalAssignmentListResult {
|
|
515
|
+
value?: DatabasePrincipalAssignment[];
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
// @public
|
|
519
|
+
export interface DatabasePrincipalAssignments {
|
|
520
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, parameters: DatabasePrincipalAssignment, options?: DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabasePrincipalAssignmentsCreateOrUpdateResponse>, DatabasePrincipalAssignmentsCreateOrUpdateResponse>>;
|
|
521
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, parameters: DatabasePrincipalAssignment, options?: DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<DatabasePrincipalAssignmentsCreateOrUpdateResponse>;
|
|
522
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
523
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsDeleteOptionalParams): Promise<void>;
|
|
524
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: DatabasePrincipalAssignmentCheckNameRequest, options?: DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams): Promise<DatabasePrincipalAssignmentsCheckNameAvailabilityResponse>;
|
|
525
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsGetOptionalParams): Promise<DatabasePrincipalAssignmentsGetResponse>;
|
|
526
|
+
list(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasePrincipalAssignmentsListOptionalParams): PagedAsyncIterableIterator<DatabasePrincipalAssignment>;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export interface DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export type DatabasePrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
538
|
+
resumeFrom?: string;
|
|
539
|
+
updateIntervalInMs?: number;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export type DatabasePrincipalAssignmentsCreateOrUpdateResponse = DatabasePrincipalAssignment;
|
|
544
|
+
|
|
545
|
+
// @public
|
|
546
|
+
export interface DatabasePrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
547
|
+
resumeFrom?: string;
|
|
548
|
+
updateIntervalInMs?: number;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export interface DatabasePrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
// @public
|
|
556
|
+
export type DatabasePrincipalAssignmentsGetResponse = DatabasePrincipalAssignment;
|
|
557
|
+
|
|
558
|
+
// @public
|
|
559
|
+
export interface DatabasePrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
// @public
|
|
563
|
+
export type DatabasePrincipalAssignmentsListResponse = DatabasePrincipalAssignmentListResult;
|
|
564
|
+
|
|
565
|
+
// @public
|
|
566
|
+
export interface DatabasePrincipalListRequest {
|
|
567
|
+
value?: DatabasePrincipal[];
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
// @public
|
|
571
|
+
export interface DatabasePrincipalListResult {
|
|
572
|
+
value?: DatabasePrincipal[];
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
// @public
|
|
576
|
+
export type DatabasePrincipalRole = string;
|
|
577
|
+
|
|
578
|
+
// @public
|
|
579
|
+
export type DatabasePrincipalType = string;
|
|
580
|
+
|
|
581
|
+
// @public
|
|
582
|
+
export interface Databases {
|
|
583
|
+
addPrincipals(resourceGroupName: string, clusterName: string, databaseName: string, databasePrincipalsToAdd: DatabasePrincipalListRequest, options?: DatabasesAddPrincipalsOptionalParams): Promise<DatabasesAddPrincipalsResponse>;
|
|
584
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabasesCreateOrUpdateResponse>, DatabasesCreateOrUpdateResponse>>;
|
|
585
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesCreateOrUpdateOptionalParams): Promise<DatabasesCreateOrUpdateResponse>;
|
|
586
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
587
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
588
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabasesUpdateResponse>, DatabasesUpdateResponse>>;
|
|
589
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesUpdateOptionalParams): Promise<DatabasesUpdateResponse>;
|
|
590
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: CheckNameRequest, options?: DatabasesCheckNameAvailabilityOptionalParams): Promise<DatabasesCheckNameAvailabilityResponse>;
|
|
591
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
592
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: DatabasesListByClusterOptionalParams): PagedAsyncIterableIterator<DatabaseUnion>;
|
|
593
|
+
listPrincipals(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesListPrincipalsOptionalParams): PagedAsyncIterableIterator<DatabasePrincipal>;
|
|
594
|
+
removePrincipals(resourceGroupName: string, clusterName: string, databaseName: string, databasePrincipalsToRemove: DatabasePrincipalListRequest, options?: DatabasesRemovePrincipalsOptionalParams): Promise<DatabasesRemovePrincipalsResponse>;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export interface DatabasesAddPrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export type DatabasesAddPrincipalsResponse = DatabasePrincipalListResult;
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export interface DatabasesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
// @public
|
|
609
|
+
export type DatabasesCheckNameAvailabilityResponse = CheckNameResult;
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
613
|
+
resumeFrom?: string;
|
|
614
|
+
updateIntervalInMs?: number;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
// @public
|
|
618
|
+
export type DatabasesCreateOrUpdateResponse = DatabaseUnion;
|
|
619
|
+
|
|
620
|
+
// @public
|
|
621
|
+
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
622
|
+
resumeFrom?: string;
|
|
623
|
+
updateIntervalInMs?: number;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
// @public
|
|
631
|
+
export type DatabasesGetResponse = DatabaseUnion;
|
|
632
|
+
|
|
633
|
+
// @public
|
|
634
|
+
export interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export type DatabasesListByClusterResponse = DatabaseListResult;
|
|
639
|
+
|
|
640
|
+
// @public
|
|
641
|
+
export interface DatabasesListPrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
// @public
|
|
645
|
+
export type DatabasesListPrincipalsResponse = DatabasePrincipalListResult;
|
|
646
|
+
|
|
647
|
+
// @public
|
|
648
|
+
export interface DatabasesRemovePrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
// @public
|
|
652
|
+
export type DatabasesRemovePrincipalsResponse = DatabasePrincipalListResult;
|
|
653
|
+
|
|
654
|
+
// @public
|
|
655
|
+
export interface DatabaseStatistics {
|
|
656
|
+
size?: number;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
// @public
|
|
660
|
+
export interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
661
|
+
resumeFrom?: string;
|
|
662
|
+
updateIntervalInMs?: number;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
// @public
|
|
666
|
+
export type DatabasesUpdateResponse = DatabaseUnion;
|
|
667
|
+
|
|
668
|
+
// @public (undocumented)
|
|
669
|
+
export type DatabaseUnion = Database | ReadWriteDatabase | ReadOnlyFollowingDatabase;
|
|
670
|
+
|
|
671
|
+
// @public
|
|
672
|
+
export type DataConnection = ProxyResource & {
|
|
673
|
+
location?: string;
|
|
674
|
+
kind: DataConnectionKind;
|
|
675
|
+
};
|
|
676
|
+
|
|
677
|
+
// @public
|
|
678
|
+
export interface DataConnectionCheckNameRequest {
|
|
679
|
+
name: string;
|
|
680
|
+
type: "Microsoft.Kusto/clusters/databases/dataConnections";
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
// @public
|
|
684
|
+
export type DataConnectionKind = string;
|
|
685
|
+
|
|
686
|
+
// @public
|
|
687
|
+
export interface DataConnectionListResult {
|
|
688
|
+
value?: DataConnectionUnion[];
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export interface DataConnections {
|
|
693
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DataConnectionsCreateOrUpdateResponse>, DataConnectionsCreateOrUpdateResponse>>;
|
|
694
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsCreateOrUpdateOptionalParams): Promise<DataConnectionsCreateOrUpdateResponse>;
|
|
695
|
+
beginDataConnectionValidation(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DataConnectionValidation, options?: DataConnectionsDataConnectionValidationOptionalParams): Promise<PollerLike<PollOperationState<DataConnectionsDataConnectionValidationResponse>, DataConnectionsDataConnectionValidationResponse>>;
|
|
696
|
+
beginDataConnectionValidationAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DataConnectionValidation, options?: DataConnectionsDataConnectionValidationOptionalParams): Promise<DataConnectionsDataConnectionValidationResponse>;
|
|
697
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
698
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsDeleteOptionalParams): Promise<void>;
|
|
699
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<DataConnectionsUpdateResponse>, DataConnectionsUpdateResponse>>;
|
|
700
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsUpdateOptionalParams): Promise<DataConnectionsUpdateResponse>;
|
|
701
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: DataConnectionCheckNameRequest, options?: DataConnectionsCheckNameAvailabilityOptionalParams): Promise<DataConnectionsCheckNameAvailabilityResponse>;
|
|
702
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsGetOptionalParams): Promise<DataConnectionsGetResponse>;
|
|
703
|
+
listByDatabase(resourceGroupName: string, clusterName: string, databaseName: string, options?: DataConnectionsListByDatabaseOptionalParams): PagedAsyncIterableIterator<DataConnectionUnion>;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
// @public
|
|
707
|
+
export interface DataConnectionsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
// @public
|
|
711
|
+
export type DataConnectionsCheckNameAvailabilityResponse = CheckNameResult;
|
|
712
|
+
|
|
713
|
+
// @public
|
|
714
|
+
export interface DataConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
715
|
+
resumeFrom?: string;
|
|
716
|
+
updateIntervalInMs?: number;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
// @public
|
|
720
|
+
export type DataConnectionsCreateOrUpdateResponse = DataConnectionUnion;
|
|
721
|
+
|
|
722
|
+
// @public
|
|
723
|
+
export interface DataConnectionsDataConnectionValidationOptionalParams extends coreClient.OperationOptions {
|
|
724
|
+
resumeFrom?: string;
|
|
725
|
+
updateIntervalInMs?: number;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
// @public
|
|
729
|
+
export type DataConnectionsDataConnectionValidationResponse = DataConnectionValidationListResult;
|
|
730
|
+
|
|
731
|
+
// @public
|
|
732
|
+
export interface DataConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
733
|
+
resumeFrom?: string;
|
|
734
|
+
updateIntervalInMs?: number;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
// @public
|
|
738
|
+
export interface DataConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export type DataConnectionsGetResponse = DataConnectionUnion;
|
|
743
|
+
|
|
744
|
+
// @public
|
|
745
|
+
export interface DataConnectionsListByDatabaseOptionalParams extends coreClient.OperationOptions {
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export type DataConnectionsListByDatabaseResponse = DataConnectionListResult;
|
|
750
|
+
|
|
751
|
+
// @public
|
|
752
|
+
export interface DataConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
753
|
+
resumeFrom?: string;
|
|
754
|
+
updateIntervalInMs?: number;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export type DataConnectionsUpdateResponse = DataConnectionUnion;
|
|
759
|
+
|
|
760
|
+
// @public (undocumented)
|
|
761
|
+
export type DataConnectionUnion = DataConnection | EventHubDataConnection | IotHubDataConnection | EventGridDataConnection;
|
|
762
|
+
|
|
763
|
+
// @public
|
|
764
|
+
export interface DataConnectionValidation {
|
|
765
|
+
dataConnectionName?: string;
|
|
766
|
+
properties?: DataConnectionUnion;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export interface DataConnectionValidationListResult {
|
|
771
|
+
value?: DataConnectionValidationResult[];
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
// @public
|
|
775
|
+
export interface DataConnectionValidationResult {
|
|
776
|
+
errorMessage?: string;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
// @public
|
|
780
|
+
export type DefaultPrincipalsModificationKind = string;
|
|
781
|
+
|
|
782
|
+
// @public (undocumented)
|
|
783
|
+
export interface DiagnoseVirtualNetworkResult {
|
|
784
|
+
findings?: string[];
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
// @public
|
|
788
|
+
export interface EndpointDependency {
|
|
789
|
+
domainName?: string;
|
|
790
|
+
endpointDetails?: EndpointDetail[];
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export interface EndpointDetail {
|
|
795
|
+
port?: number;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
// @public
|
|
799
|
+
export type EngineType = string;
|
|
800
|
+
|
|
801
|
+
// @public
|
|
802
|
+
export type EventGridDataConnection = DataConnection & {
|
|
803
|
+
storageAccountResourceId?: string;
|
|
804
|
+
eventHubResourceId?: string;
|
|
805
|
+
consumerGroup?: string;
|
|
806
|
+
tableName?: string;
|
|
807
|
+
mappingRuleName?: string;
|
|
808
|
+
dataFormat?: EventGridDataFormat;
|
|
809
|
+
ignoreFirstRecord?: boolean;
|
|
810
|
+
blobStorageEventType?: BlobStorageEventType;
|
|
811
|
+
readonly provisioningState?: ProvisioningState;
|
|
812
|
+
};
|
|
813
|
+
|
|
814
|
+
// @public
|
|
815
|
+
export type EventGridDataFormat = string;
|
|
816
|
+
|
|
817
|
+
// @public
|
|
818
|
+
export type EventHubDataConnection = DataConnection & {
|
|
819
|
+
eventHubResourceId?: string;
|
|
820
|
+
consumerGroup?: string;
|
|
821
|
+
tableName?: string;
|
|
822
|
+
mappingRuleName?: string;
|
|
823
|
+
dataFormat?: EventHubDataFormat;
|
|
824
|
+
eventSystemProperties?: string[];
|
|
825
|
+
compression?: Compression;
|
|
826
|
+
readonly provisioningState?: ProvisioningState;
|
|
827
|
+
managedIdentityResourceId?: string;
|
|
828
|
+
};
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export type EventHubDataFormat = string;
|
|
832
|
+
|
|
833
|
+
// @public
|
|
834
|
+
export interface FollowerDatabaseDefinition {
|
|
835
|
+
attachedDatabaseConfigurationName: string;
|
|
836
|
+
clusterResourceId: string;
|
|
837
|
+
readonly databaseName?: string;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
// @public
|
|
841
|
+
export interface FollowerDatabaseListResult {
|
|
842
|
+
value?: FollowerDatabaseDefinition[];
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
// @public
|
|
846
|
+
export interface Identity {
|
|
847
|
+
readonly principalId?: string;
|
|
848
|
+
readonly tenantId?: string;
|
|
849
|
+
type: IdentityType;
|
|
850
|
+
userAssignedIdentities?: {
|
|
851
|
+
[propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;
|
|
852
|
+
};
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
// @public
|
|
856
|
+
export type IdentityType = string;
|
|
857
|
+
|
|
858
|
+
// @public
|
|
859
|
+
export type IotHubDataConnection = DataConnection & {
|
|
860
|
+
iotHubResourceId?: string;
|
|
861
|
+
consumerGroup?: string;
|
|
862
|
+
tableName?: string;
|
|
863
|
+
mappingRuleName?: string;
|
|
864
|
+
dataFormat?: IotHubDataFormat;
|
|
865
|
+
eventSystemProperties?: string[];
|
|
866
|
+
sharedAccessPolicyName?: string;
|
|
867
|
+
readonly provisioningState?: ProvisioningState;
|
|
868
|
+
};
|
|
869
|
+
|
|
870
|
+
// @public
|
|
871
|
+
export type IotHubDataFormat = string;
|
|
872
|
+
|
|
873
|
+
// @public
|
|
874
|
+
export interface KeyVaultProperties {
|
|
875
|
+
keyName?: string;
|
|
876
|
+
keyVaultUri?: string;
|
|
877
|
+
keyVersion?: string;
|
|
878
|
+
userIdentity?: string;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
// @public
|
|
882
|
+
export type Kind = string;
|
|
883
|
+
|
|
884
|
+
// @public
|
|
885
|
+
export enum KnownAzureScaleType {
|
|
886
|
+
// (undocumented)
|
|
887
|
+
Automatic = "automatic",
|
|
888
|
+
// (undocumented)
|
|
889
|
+
Manual = "manual",
|
|
890
|
+
// (undocumented)
|
|
891
|
+
None = "none"
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
// @public
|
|
895
|
+
export enum KnownAzureSkuName {
|
|
896
|
+
// (undocumented)
|
|
897
|
+
DevNoSLAStandardD11V2 = "Dev(No SLA)_Standard_D11_v2",
|
|
898
|
+
// (undocumented)
|
|
899
|
+
DevNoSLAStandardE2AV4 = "Dev(No SLA)_Standard_E2a_v4",
|
|
900
|
+
// (undocumented)
|
|
901
|
+
StandardD11V2 = "Standard_D11_v2",
|
|
902
|
+
// (undocumented)
|
|
903
|
+
StandardD12V2 = "Standard_D12_v2",
|
|
904
|
+
// (undocumented)
|
|
905
|
+
StandardD13V2 = "Standard_D13_v2",
|
|
906
|
+
// (undocumented)
|
|
907
|
+
StandardD14V2 = "Standard_D14_v2",
|
|
908
|
+
// (undocumented)
|
|
909
|
+
StandardDS13V21TBPS = "Standard_DS13_v2+1TB_PS",
|
|
910
|
+
// (undocumented)
|
|
911
|
+
StandardDS13V22TBPS = "Standard_DS13_v2+2TB_PS",
|
|
912
|
+
// (undocumented)
|
|
913
|
+
StandardDS14V23TBPS = "Standard_DS14_v2+3TB_PS",
|
|
914
|
+
// (undocumented)
|
|
915
|
+
StandardDS14V24TBPS = "Standard_DS14_v2+4TB_PS",
|
|
916
|
+
// (undocumented)
|
|
917
|
+
StandardE16AsV43TBPS = "Standard_E16as_v4+3TB_PS",
|
|
918
|
+
// (undocumented)
|
|
919
|
+
StandardE16AsV44TBPS = "Standard_E16as_v4+4TB_PS",
|
|
920
|
+
// (undocumented)
|
|
921
|
+
StandardE16AV4 = "Standard_E16a_v4",
|
|
922
|
+
// (undocumented)
|
|
923
|
+
StandardE2AV4 = "Standard_E2a_v4",
|
|
924
|
+
// (undocumented)
|
|
925
|
+
StandardE4AV4 = "Standard_E4a_v4",
|
|
926
|
+
// (undocumented)
|
|
927
|
+
StandardE64IV3 = "Standard_E64i_v3",
|
|
928
|
+
// (undocumented)
|
|
929
|
+
StandardE80IdsV4 = "Standard_E80ids_v4",
|
|
930
|
+
// (undocumented)
|
|
931
|
+
StandardE8AsV41TBPS = "Standard_E8as_v4+1TB_PS",
|
|
932
|
+
// (undocumented)
|
|
933
|
+
StandardE8AsV42TBPS = "Standard_E8as_v4+2TB_PS",
|
|
934
|
+
// (undocumented)
|
|
935
|
+
StandardE8AV4 = "Standard_E8a_v4",
|
|
936
|
+
// (undocumented)
|
|
937
|
+
StandardL16S = "Standard_L16s",
|
|
938
|
+
// (undocumented)
|
|
939
|
+
StandardL16SV2 = "Standard_L16s_v2",
|
|
940
|
+
// (undocumented)
|
|
941
|
+
StandardL4S = "Standard_L4s",
|
|
942
|
+
// (undocumented)
|
|
943
|
+
StandardL8S = "Standard_L8s",
|
|
944
|
+
// (undocumented)
|
|
945
|
+
StandardL8SV2 = "Standard_L8s_v2"
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
// @public
|
|
949
|
+
export enum KnownAzureSkuTier {
|
|
950
|
+
// (undocumented)
|
|
951
|
+
Basic = "Basic",
|
|
952
|
+
// (undocumented)
|
|
953
|
+
Standard = "Standard"
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
// @public
|
|
957
|
+
export enum KnownBlobStorageEventType {
|
|
958
|
+
// (undocumented)
|
|
959
|
+
MicrosoftStorageBlobCreated = "Microsoft.Storage.BlobCreated",
|
|
960
|
+
// (undocumented)
|
|
961
|
+
MicrosoftStorageBlobRenamed = "Microsoft.Storage.BlobRenamed"
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
// @public
|
|
965
|
+
export enum KnownClusterNetworkAccessFlag {
|
|
966
|
+
// (undocumented)
|
|
967
|
+
Disabled = "Disabled",
|
|
968
|
+
// (undocumented)
|
|
969
|
+
Enabled = "Enabled"
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
// @public
|
|
973
|
+
export enum KnownClusterPrincipalRole {
|
|
974
|
+
// (undocumented)
|
|
975
|
+
AllDatabasesAdmin = "AllDatabasesAdmin",
|
|
976
|
+
// (undocumented)
|
|
977
|
+
AllDatabasesViewer = "AllDatabasesViewer"
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
// @public
|
|
981
|
+
export enum KnownCompression {
|
|
982
|
+
// (undocumented)
|
|
983
|
+
GZip = "GZip",
|
|
984
|
+
// (undocumented)
|
|
985
|
+
None = "None"
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
// @public
|
|
989
|
+
export enum KnownCreatedByType {
|
|
990
|
+
// (undocumented)
|
|
991
|
+
Application = "Application",
|
|
992
|
+
// (undocumented)
|
|
993
|
+
Key = "Key",
|
|
994
|
+
// (undocumented)
|
|
995
|
+
ManagedIdentity = "ManagedIdentity",
|
|
996
|
+
// (undocumented)
|
|
997
|
+
User = "User"
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
// @public
|
|
1001
|
+
export enum KnownDatabasePrincipalRole {
|
|
1002
|
+
// (undocumented)
|
|
1003
|
+
Admin = "Admin",
|
|
1004
|
+
// (undocumented)
|
|
1005
|
+
Ingestor = "Ingestor",
|
|
1006
|
+
// (undocumented)
|
|
1007
|
+
Monitor = "Monitor",
|
|
1008
|
+
// (undocumented)
|
|
1009
|
+
UnrestrictedViewer = "UnrestrictedViewer",
|
|
1010
|
+
// (undocumented)
|
|
1011
|
+
User = "User",
|
|
1012
|
+
// (undocumented)
|
|
1013
|
+
Viewer = "Viewer"
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
// @public
|
|
1017
|
+
export enum KnownDatabasePrincipalType {
|
|
1018
|
+
// (undocumented)
|
|
1019
|
+
App = "App",
|
|
1020
|
+
// (undocumented)
|
|
1021
|
+
Group = "Group",
|
|
1022
|
+
// (undocumented)
|
|
1023
|
+
User = "User"
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
// @public
|
|
1027
|
+
export enum KnownDataConnectionKind {
|
|
1028
|
+
// (undocumented)
|
|
1029
|
+
EventGrid = "EventGrid",
|
|
1030
|
+
// (undocumented)
|
|
1031
|
+
EventHub = "EventHub",
|
|
1032
|
+
// (undocumented)
|
|
1033
|
+
IotHub = "IotHub"
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
// @public
|
|
1037
|
+
export enum KnownDefaultPrincipalsModificationKind {
|
|
1038
|
+
// (undocumented)
|
|
1039
|
+
None = "None",
|
|
1040
|
+
// (undocumented)
|
|
1041
|
+
Replace = "Replace",
|
|
1042
|
+
// (undocumented)
|
|
1043
|
+
Union = "Union"
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
// @public
|
|
1047
|
+
export enum KnownEngineType {
|
|
1048
|
+
// (undocumented)
|
|
1049
|
+
V2 = "V2",
|
|
1050
|
+
// (undocumented)
|
|
1051
|
+
V3 = "V3"
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
// @public
|
|
1055
|
+
export enum KnownEventGridDataFormat {
|
|
1056
|
+
// (undocumented)
|
|
1057
|
+
Apacheavro = "APACHEAVRO",
|
|
1058
|
+
// (undocumented)
|
|
1059
|
+
Avro = "AVRO",
|
|
1060
|
+
// (undocumented)
|
|
1061
|
+
CSV = "CSV",
|
|
1062
|
+
// (undocumented)
|
|
1063
|
+
Json = "JSON",
|
|
1064
|
+
// (undocumented)
|
|
1065
|
+
Multijson = "MULTIJSON",
|
|
1066
|
+
// (undocumented)
|
|
1067
|
+
ORC = "ORC",
|
|
1068
|
+
// (undocumented)
|
|
1069
|
+
Parquet = "PARQUET",
|
|
1070
|
+
// (undocumented)
|
|
1071
|
+
PSV = "PSV",
|
|
1072
|
+
// (undocumented)
|
|
1073
|
+
RAW = "RAW",
|
|
1074
|
+
// (undocumented)
|
|
1075
|
+
Scsv = "SCSV",
|
|
1076
|
+
// (undocumented)
|
|
1077
|
+
Singlejson = "SINGLEJSON",
|
|
1078
|
+
// (undocumented)
|
|
1079
|
+
Sohsv = "SOHSV",
|
|
1080
|
+
// (undocumented)
|
|
1081
|
+
TSV = "TSV",
|
|
1082
|
+
// (undocumented)
|
|
1083
|
+
Tsve = "TSVE",
|
|
1084
|
+
// (undocumented)
|
|
1085
|
+
TXT = "TXT",
|
|
1086
|
+
// (undocumented)
|
|
1087
|
+
W3Clogfile = "W3CLOGFILE"
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
// @public
|
|
1091
|
+
export enum KnownEventHubDataFormat {
|
|
1092
|
+
// (undocumented)
|
|
1093
|
+
Apacheavro = "APACHEAVRO",
|
|
1094
|
+
// (undocumented)
|
|
1095
|
+
Avro = "AVRO",
|
|
1096
|
+
// (undocumented)
|
|
1097
|
+
CSV = "CSV",
|
|
1098
|
+
// (undocumented)
|
|
1099
|
+
Json = "JSON",
|
|
1100
|
+
// (undocumented)
|
|
1101
|
+
Multijson = "MULTIJSON",
|
|
1102
|
+
// (undocumented)
|
|
1103
|
+
ORC = "ORC",
|
|
1104
|
+
// (undocumented)
|
|
1105
|
+
Parquet = "PARQUET",
|
|
1106
|
+
// (undocumented)
|
|
1107
|
+
PSV = "PSV",
|
|
1108
|
+
// (undocumented)
|
|
1109
|
+
RAW = "RAW",
|
|
1110
|
+
// (undocumented)
|
|
1111
|
+
Scsv = "SCSV",
|
|
1112
|
+
// (undocumented)
|
|
1113
|
+
Singlejson = "SINGLEJSON",
|
|
1114
|
+
// (undocumented)
|
|
1115
|
+
Sohsv = "SOHSV",
|
|
1116
|
+
// (undocumented)
|
|
1117
|
+
TSV = "TSV",
|
|
1118
|
+
// (undocumented)
|
|
1119
|
+
Tsve = "TSVE",
|
|
1120
|
+
// (undocumented)
|
|
1121
|
+
TXT = "TXT",
|
|
1122
|
+
// (undocumented)
|
|
1123
|
+
W3Clogfile = "W3CLOGFILE"
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
// @public
|
|
1127
|
+
export enum KnownIdentityType {
|
|
1128
|
+
// (undocumented)
|
|
1129
|
+
None = "None",
|
|
1130
|
+
// (undocumented)
|
|
1131
|
+
SystemAssigned = "SystemAssigned",
|
|
1132
|
+
// (undocumented)
|
|
1133
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
1134
|
+
// (undocumented)
|
|
1135
|
+
UserAssigned = "UserAssigned"
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
// @public
|
|
1139
|
+
export enum KnownIotHubDataFormat {
|
|
1140
|
+
// (undocumented)
|
|
1141
|
+
Apacheavro = "APACHEAVRO",
|
|
1142
|
+
// (undocumented)
|
|
1143
|
+
Avro = "AVRO",
|
|
1144
|
+
// (undocumented)
|
|
1145
|
+
CSV = "CSV",
|
|
1146
|
+
// (undocumented)
|
|
1147
|
+
Json = "JSON",
|
|
1148
|
+
// (undocumented)
|
|
1149
|
+
Multijson = "MULTIJSON",
|
|
1150
|
+
// (undocumented)
|
|
1151
|
+
ORC = "ORC",
|
|
1152
|
+
// (undocumented)
|
|
1153
|
+
Parquet = "PARQUET",
|
|
1154
|
+
// (undocumented)
|
|
1155
|
+
PSV = "PSV",
|
|
1156
|
+
// (undocumented)
|
|
1157
|
+
RAW = "RAW",
|
|
1158
|
+
// (undocumented)
|
|
1159
|
+
Scsv = "SCSV",
|
|
1160
|
+
// (undocumented)
|
|
1161
|
+
Singlejson = "SINGLEJSON",
|
|
1162
|
+
// (undocumented)
|
|
1163
|
+
Sohsv = "SOHSV",
|
|
1164
|
+
// (undocumented)
|
|
1165
|
+
TSV = "TSV",
|
|
1166
|
+
// (undocumented)
|
|
1167
|
+
Tsve = "TSVE",
|
|
1168
|
+
// (undocumented)
|
|
1169
|
+
TXT = "TXT",
|
|
1170
|
+
// (undocumented)
|
|
1171
|
+
W3Clogfile = "W3CLOGFILE"
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
// @public
|
|
1175
|
+
export enum KnownKind {
|
|
1176
|
+
// (undocumented)
|
|
1177
|
+
ReadOnlyFollowing = "ReadOnlyFollowing",
|
|
1178
|
+
// (undocumented)
|
|
1179
|
+
ReadWrite = "ReadWrite"
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
// @public
|
|
1183
|
+
export enum KnownLanguageExtensionName {
|
|
1184
|
+
// (undocumented)
|
|
1185
|
+
Python = "PYTHON",
|
|
1186
|
+
// (undocumented)
|
|
1187
|
+
R = "R"
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
// @public
|
|
1191
|
+
export enum KnownPrincipalsModificationKind {
|
|
1192
|
+
// (undocumented)
|
|
1193
|
+
None = "None",
|
|
1194
|
+
// (undocumented)
|
|
1195
|
+
Replace = "Replace",
|
|
1196
|
+
// (undocumented)
|
|
1197
|
+
Union = "Union"
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
// @public
|
|
1201
|
+
export enum KnownPrincipalType {
|
|
1202
|
+
// (undocumented)
|
|
1203
|
+
App = "App",
|
|
1204
|
+
// (undocumented)
|
|
1205
|
+
Group = "Group",
|
|
1206
|
+
// (undocumented)
|
|
1207
|
+
User = "User"
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
// @public
|
|
1211
|
+
export enum KnownProvisioningState {
|
|
1212
|
+
// (undocumented)
|
|
1213
|
+
Creating = "Creating",
|
|
1214
|
+
// (undocumented)
|
|
1215
|
+
Deleting = "Deleting",
|
|
1216
|
+
// (undocumented)
|
|
1217
|
+
Failed = "Failed",
|
|
1218
|
+
// (undocumented)
|
|
1219
|
+
Moving = "Moving",
|
|
1220
|
+
// (undocumented)
|
|
1221
|
+
Running = "Running",
|
|
1222
|
+
// (undocumented)
|
|
1223
|
+
Succeeded = "Succeeded"
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
// @public
|
|
1227
|
+
export enum KnownPublicNetworkAccess {
|
|
1228
|
+
// (undocumented)
|
|
1229
|
+
Disabled = "Disabled",
|
|
1230
|
+
// (undocumented)
|
|
1231
|
+
Enabled = "Enabled"
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
// @public
|
|
1235
|
+
export enum KnownReason {
|
|
1236
|
+
// (undocumented)
|
|
1237
|
+
AlreadyExists = "AlreadyExists",
|
|
1238
|
+
// (undocumented)
|
|
1239
|
+
Invalid = "Invalid"
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
// @public
|
|
1243
|
+
export enum KnownState {
|
|
1244
|
+
// (undocumented)
|
|
1245
|
+
Creating = "Creating",
|
|
1246
|
+
// (undocumented)
|
|
1247
|
+
Deleted = "Deleted",
|
|
1248
|
+
// (undocumented)
|
|
1249
|
+
Deleting = "Deleting",
|
|
1250
|
+
// (undocumented)
|
|
1251
|
+
Running = "Running",
|
|
1252
|
+
// (undocumented)
|
|
1253
|
+
Starting = "Starting",
|
|
1254
|
+
// (undocumented)
|
|
1255
|
+
Stopped = "Stopped",
|
|
1256
|
+
// (undocumented)
|
|
1257
|
+
Stopping = "Stopping",
|
|
1258
|
+
// (undocumented)
|
|
1259
|
+
Unavailable = "Unavailable",
|
|
1260
|
+
// (undocumented)
|
|
1261
|
+
Updating = "Updating"
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
// @public
|
|
1265
|
+
export enum KnownStatus {
|
|
1266
|
+
// (undocumented)
|
|
1267
|
+
Canceled = "Canceled",
|
|
1268
|
+
// (undocumented)
|
|
1269
|
+
Failed = "Failed",
|
|
1270
|
+
// (undocumented)
|
|
1271
|
+
Running = "Running",
|
|
1272
|
+
// (undocumented)
|
|
1273
|
+
Succeeded = "Succeeded"
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
// @public (undocumented)
|
|
1277
|
+
export class KustoManagementClient extends coreClient.ServiceClient {
|
|
1278
|
+
// (undocumented)
|
|
1279
|
+
$host: string;
|
|
1280
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: KustoManagementClientOptionalParams);
|
|
1281
|
+
// (undocumented)
|
|
1282
|
+
apiVersion: string;
|
|
1283
|
+
// (undocumented)
|
|
1284
|
+
attachedDatabaseConfigurations: AttachedDatabaseConfigurations;
|
|
1285
|
+
// (undocumented)
|
|
1286
|
+
clusterPrincipalAssignments: ClusterPrincipalAssignments;
|
|
1287
|
+
// (undocumented)
|
|
1288
|
+
clusters: Clusters;
|
|
1289
|
+
// (undocumented)
|
|
1290
|
+
databasePrincipalAssignments: DatabasePrincipalAssignments;
|
|
1291
|
+
// (undocumented)
|
|
1292
|
+
databases: Databases;
|
|
1293
|
+
// (undocumented)
|
|
1294
|
+
dataConnections: DataConnections;
|
|
1295
|
+
// (undocumented)
|
|
1296
|
+
managedPrivateEndpoints: ManagedPrivateEndpoints;
|
|
1297
|
+
// (undocumented)
|
|
1298
|
+
operations: Operations;
|
|
1299
|
+
// (undocumented)
|
|
1300
|
+
operationsResults: OperationsResults;
|
|
1301
|
+
// (undocumented)
|
|
1302
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
1303
|
+
// (undocumented)
|
|
1304
|
+
privateLinkResources: PrivateLinkResources;
|
|
1305
|
+
// (undocumented)
|
|
1306
|
+
scripts: Scripts;
|
|
1307
|
+
// (undocumented)
|
|
1308
|
+
subscriptionId: string;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
// @public
|
|
1312
|
+
export interface KustoManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1313
|
+
$host?: string;
|
|
1314
|
+
apiVersion?: string;
|
|
1315
|
+
endpoint?: string;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
// @public
|
|
1319
|
+
export interface LanguageExtension {
|
|
1320
|
+
languageExtensionName?: LanguageExtensionName;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
// @public
|
|
1324
|
+
export type LanguageExtensionName = string;
|
|
1325
|
+
|
|
1326
|
+
// @public
|
|
1327
|
+
export interface LanguageExtensionsList {
|
|
1328
|
+
value?: LanguageExtension[];
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
// @public
|
|
1332
|
+
export interface ListResourceSkusResult {
|
|
1333
|
+
value?: AzureResourceSku[];
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
// @public
|
|
1337
|
+
export type ManagedPrivateEndpoint = ProxyResource & {
|
|
1338
|
+
readonly systemData?: SystemData;
|
|
1339
|
+
privateLinkResourceId?: string;
|
|
1340
|
+
privateLinkResourceRegion?: string;
|
|
1341
|
+
groupId?: string;
|
|
1342
|
+
requestMessage?: string;
|
|
1343
|
+
readonly provisioningState?: ProvisioningState;
|
|
1344
|
+
};
|
|
1345
|
+
|
|
1346
|
+
// @public
|
|
1347
|
+
export interface ManagedPrivateEndpointListResult {
|
|
1348
|
+
value?: ManagedPrivateEndpoint[];
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
// @public
|
|
1352
|
+
export interface ManagedPrivateEndpoints {
|
|
1353
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ManagedPrivateEndpointsCreateOrUpdateResponse>, ManagedPrivateEndpointsCreateOrUpdateResponse>>;
|
|
1354
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams): Promise<ManagedPrivateEndpointsCreateOrUpdateResponse>;
|
|
1355
|
+
beginDelete(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1356
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
1357
|
+
beginUpdate(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ManagedPrivateEndpointsUpdateResponse>, ManagedPrivateEndpointsUpdateResponse>>;
|
|
1358
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<ManagedPrivateEndpointsUpdateResponse>;
|
|
1359
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: ManagedPrivateEndpointsCheckNameRequest, options?: ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams): Promise<ManagedPrivateEndpointsCheckNameAvailabilityResponse>;
|
|
1360
|
+
get(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsGetOptionalParams): Promise<ManagedPrivateEndpointsGetResponse>;
|
|
1361
|
+
list(resourceGroupName: string, clusterName: string, options?: ManagedPrivateEndpointsListOptionalParams): PagedAsyncIterableIterator<ManagedPrivateEndpoint>;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
// @public
|
|
1365
|
+
export interface ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
// @public
|
|
1369
|
+
export type ManagedPrivateEndpointsCheckNameAvailabilityResponse = CheckNameResult;
|
|
1370
|
+
|
|
1371
|
+
// @public
|
|
1372
|
+
export interface ManagedPrivateEndpointsCheckNameRequest {
|
|
1373
|
+
name: string;
|
|
1374
|
+
type: "Microsoft.Kusto/clusters/managedPrivateEndpoints";
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
// @public
|
|
1378
|
+
export interface ManagedPrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1379
|
+
resumeFrom?: string;
|
|
1380
|
+
updateIntervalInMs?: number;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
// @public
|
|
1384
|
+
export type ManagedPrivateEndpointsCreateOrUpdateResponse = ManagedPrivateEndpoint;
|
|
1385
|
+
|
|
1386
|
+
// @public
|
|
1387
|
+
export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1388
|
+
resumeFrom?: string;
|
|
1389
|
+
updateIntervalInMs?: number;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
// @public
|
|
1393
|
+
export interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
// @public
|
|
1397
|
+
export type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpoint;
|
|
1398
|
+
|
|
1399
|
+
// @public
|
|
1400
|
+
export interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
// @public
|
|
1404
|
+
export type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointListResult;
|
|
1405
|
+
|
|
1406
|
+
// @public
|
|
1407
|
+
export interface ManagedPrivateEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1408
|
+
resumeFrom?: string;
|
|
1409
|
+
updateIntervalInMs?: number;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
// @public
|
|
1413
|
+
export type ManagedPrivateEndpointsUpdateResponse = ManagedPrivateEndpoint;
|
|
1414
|
+
|
|
1415
|
+
// @public
|
|
1416
|
+
export interface Operation {
|
|
1417
|
+
display?: OperationDisplay;
|
|
1418
|
+
name?: string;
|
|
1419
|
+
origin?: string;
|
|
1420
|
+
properties?: Record<string, unknown>;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
// @public
|
|
1424
|
+
export interface OperationDisplay {
|
|
1425
|
+
description?: string;
|
|
1426
|
+
operation?: string;
|
|
1427
|
+
provider?: string;
|
|
1428
|
+
resource?: string;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
// @public
|
|
1432
|
+
export interface OperationListResult {
|
|
1433
|
+
nextLink?: string;
|
|
1434
|
+
value?: Operation[];
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
// @public
|
|
1438
|
+
export interface OperationResult {
|
|
1439
|
+
code?: string;
|
|
1440
|
+
endTime?: Date;
|
|
1441
|
+
readonly id?: string;
|
|
1442
|
+
message?: string;
|
|
1443
|
+
readonly name?: string;
|
|
1444
|
+
operationKind?: string;
|
|
1445
|
+
operationState?: string;
|
|
1446
|
+
percentComplete?: number;
|
|
1447
|
+
startTime?: Date;
|
|
1448
|
+
readonly status?: Status;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1451
|
+
// @public
|
|
1452
|
+
export interface Operations {
|
|
1453
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
// @public
|
|
1457
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
// @public
|
|
1461
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
1462
|
+
|
|
1463
|
+
// @public
|
|
1464
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
// @public
|
|
1468
|
+
export type OperationsListResponse = OperationListResult;
|
|
1469
|
+
|
|
1470
|
+
// @public
|
|
1471
|
+
export interface OperationsResults {
|
|
1472
|
+
get(location: string, operationId: string, options?: OperationsResultsGetOptionalParams): Promise<OperationsResultsGetResponse>;
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
// @public
|
|
1476
|
+
export interface OperationsResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
// @public
|
|
1480
|
+
export type OperationsResultsGetResponse = OperationResult;
|
|
1481
|
+
|
|
1482
|
+
// @public
|
|
1483
|
+
export interface OptimizedAutoscale {
|
|
1484
|
+
isEnabled: boolean;
|
|
1485
|
+
maximum: number;
|
|
1486
|
+
minimum: number;
|
|
1487
|
+
version: number;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
// @public
|
|
1491
|
+
export type OutboundNetworkDependenciesEndpoint = ProxyResource & {
|
|
1492
|
+
readonly etag?: string;
|
|
1493
|
+
category?: string;
|
|
1494
|
+
endpoints?: EndpointDependency[];
|
|
1495
|
+
readonly provisioningState?: ProvisioningState;
|
|
1496
|
+
};
|
|
1497
|
+
|
|
1498
|
+
// @public
|
|
1499
|
+
export interface OutboundNetworkDependenciesEndpointListResult {
|
|
1500
|
+
readonly nextLink?: string;
|
|
1501
|
+
value: OutboundNetworkDependenciesEndpoint[];
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
// @public
|
|
1505
|
+
export type PrincipalsModificationKind = string;
|
|
1506
|
+
|
|
1507
|
+
// @public
|
|
1508
|
+
export type PrincipalType = string;
|
|
1509
|
+
|
|
1510
|
+
// @public
|
|
1511
|
+
export type PrivateEndpointConnection = ProxyResource & {
|
|
1512
|
+
readonly systemData?: SystemData;
|
|
1513
|
+
readonly privateEndpoint?: PrivateEndpointProperty;
|
|
1514
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
|
1515
|
+
readonly groupId?: string;
|
|
1516
|
+
readonly provisioningState?: string;
|
|
1517
|
+
};
|
|
1518
|
+
|
|
1519
|
+
// @public
|
|
1520
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1521
|
+
value?: PrivateEndpointConnection[];
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
// @public
|
|
1525
|
+
export interface PrivateEndpointConnections {
|
|
1526
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
1527
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
1528
|
+
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1529
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
1530
|
+
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1531
|
+
list(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
// @public
|
|
1535
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1536
|
+
resumeFrom?: string;
|
|
1537
|
+
updateIntervalInMs?: number;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
1542
|
+
|
|
1543
|
+
// @public
|
|
1544
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1545
|
+
resumeFrom?: string;
|
|
1546
|
+
updateIntervalInMs?: number;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
// @public
|
|
1550
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1551
|
+
}
|
|
1552
|
+
|
|
1553
|
+
// @public
|
|
1554
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1555
|
+
|
|
1556
|
+
// @public
|
|
1557
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
// @public
|
|
1561
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
1562
|
+
|
|
1563
|
+
// @public
|
|
1564
|
+
export interface PrivateEndpointProperty {
|
|
1565
|
+
readonly id?: string;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
// @public
|
|
1569
|
+
export type PrivateLinkResource = Resource & {
|
|
1570
|
+
readonly systemData?: SystemData;
|
|
1571
|
+
readonly groupId?: string;
|
|
1572
|
+
readonly requiredMembers?: string[];
|
|
1573
|
+
readonly requiredZoneNames?: string[];
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
// @public
|
|
1577
|
+
export interface PrivateLinkResourceListResult {
|
|
1578
|
+
value?: PrivateLinkResource[];
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
// @public
|
|
1582
|
+
export interface PrivateLinkResources {
|
|
1583
|
+
get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
1584
|
+
list(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
// @public
|
|
1588
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
// @public
|
|
1592
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1593
|
+
|
|
1594
|
+
// @public
|
|
1595
|
+
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
// @public
|
|
1599
|
+
export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
1600
|
+
|
|
1601
|
+
// @public
|
|
1602
|
+
export interface PrivateLinkServiceConnectionStateProperty {
|
|
1603
|
+
readonly actionsRequired?: string;
|
|
1604
|
+
description?: string;
|
|
1605
|
+
status?: string;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
// @public
|
|
1609
|
+
export type ProvisioningState = string;
|
|
1610
|
+
|
|
1611
|
+
// @public
|
|
1612
|
+
export type ProxyResource = Resource & {};
|
|
1613
|
+
|
|
1614
|
+
// @public
|
|
1615
|
+
export type PublicNetworkAccess = string;
|
|
1616
|
+
|
|
1617
|
+
// @public
|
|
1618
|
+
export type ReadOnlyFollowingDatabase = Database & {
|
|
1619
|
+
readonly provisioningState?: ProvisioningState;
|
|
1620
|
+
readonly softDeletePeriod?: string;
|
|
1621
|
+
hotCachePeriod?: string;
|
|
1622
|
+
readonly statistics?: DatabaseStatistics;
|
|
1623
|
+
readonly leaderClusterResourceId?: string;
|
|
1624
|
+
readonly attachedDatabaseConfigurationName?: string;
|
|
1625
|
+
readonly principalsModificationKind?: PrincipalsModificationKind;
|
|
1626
|
+
};
|
|
1627
|
+
|
|
1628
|
+
// @public
|
|
1629
|
+
export type ReadWriteDatabase = Database & {
|
|
1630
|
+
readonly provisioningState?: ProvisioningState;
|
|
1631
|
+
softDeletePeriod?: string;
|
|
1632
|
+
hotCachePeriod?: string;
|
|
1633
|
+
readonly statistics?: DatabaseStatistics;
|
|
1634
|
+
readonly isFollowed?: boolean;
|
|
1635
|
+
};
|
|
1636
|
+
|
|
1637
|
+
// @public
|
|
1638
|
+
export type Reason = string;
|
|
1639
|
+
|
|
1640
|
+
// @public
|
|
1641
|
+
export interface Resource {
|
|
1642
|
+
readonly id?: string;
|
|
1643
|
+
readonly name?: string;
|
|
1644
|
+
readonly type?: string;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
// @public
|
|
1648
|
+
export type Script = ProxyResource & {
|
|
1649
|
+
readonly systemData?: SystemData;
|
|
1650
|
+
scriptUrl?: string;
|
|
1651
|
+
scriptUrlSasToken?: string;
|
|
1652
|
+
forceUpdateTag?: string;
|
|
1653
|
+
continueOnErrors?: boolean;
|
|
1654
|
+
readonly provisioningState?: ProvisioningState;
|
|
1655
|
+
};
|
|
1656
|
+
|
|
1657
|
+
// @public
|
|
1658
|
+
export interface ScriptCheckNameRequest {
|
|
1659
|
+
name: string;
|
|
1660
|
+
type: "Microsoft.Kusto/clusters/databases/scripts";
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
// @public
|
|
1664
|
+
export interface ScriptListResult {
|
|
1665
|
+
value?: Script[];
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
// @public
|
|
1669
|
+
export interface Scripts {
|
|
1670
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ScriptsCreateOrUpdateResponse>, ScriptsCreateOrUpdateResponse>>;
|
|
1671
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams): Promise<ScriptsCreateOrUpdateResponse>;
|
|
1672
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1673
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams): Promise<void>;
|
|
1674
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ScriptsUpdateResponse>, ScriptsUpdateResponse>>;
|
|
1675
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams): Promise<ScriptsUpdateResponse>;
|
|
1676
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: ScriptCheckNameRequest, options?: ScriptsCheckNameAvailabilityOptionalParams): Promise<ScriptsCheckNameAvailabilityResponse>;
|
|
1677
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsGetOptionalParams): Promise<ScriptsGetResponse>;
|
|
1678
|
+
listByDatabase(resourceGroupName: string, clusterName: string, databaseName: string, options?: ScriptsListByDatabaseOptionalParams): PagedAsyncIterableIterator<Script>;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
// @public
|
|
1682
|
+
export interface ScriptsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
// @public
|
|
1686
|
+
export type ScriptsCheckNameAvailabilityResponse = CheckNameResult;
|
|
1687
|
+
|
|
1688
|
+
// @public
|
|
1689
|
+
export interface ScriptsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1690
|
+
resumeFrom?: string;
|
|
1691
|
+
updateIntervalInMs?: number;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
// @public
|
|
1695
|
+
export type ScriptsCreateOrUpdateResponse = Script;
|
|
1696
|
+
|
|
1697
|
+
// @public
|
|
1698
|
+
export interface ScriptsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1699
|
+
resumeFrom?: string;
|
|
1700
|
+
updateIntervalInMs?: number;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
// @public
|
|
1704
|
+
export interface ScriptsGetOptionalParams extends coreClient.OperationOptions {
|
|
1705
|
+
}
|
|
1706
|
+
|
|
1707
|
+
// @public
|
|
1708
|
+
export type ScriptsGetResponse = Script;
|
|
1709
|
+
|
|
1710
|
+
// @public
|
|
1711
|
+
export interface ScriptsListByDatabaseOptionalParams extends coreClient.OperationOptions {
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
// @public
|
|
1715
|
+
export type ScriptsListByDatabaseResponse = ScriptListResult;
|
|
1716
|
+
|
|
1717
|
+
// @public
|
|
1718
|
+
export interface ScriptsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1719
|
+
resumeFrom?: string;
|
|
1720
|
+
updateIntervalInMs?: number;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
// @public
|
|
1724
|
+
export type ScriptsUpdateResponse = Script;
|
|
1725
|
+
|
|
1726
|
+
// @public
|
|
1727
|
+
export interface SkuDescription {
|
|
1728
|
+
readonly locationInfo?: SkuLocationInfoItem[];
|
|
1729
|
+
readonly locations?: string[];
|
|
1730
|
+
readonly name?: string;
|
|
1731
|
+
readonly resourceType?: string;
|
|
1732
|
+
readonly restrictions?: Record<string, unknown>[];
|
|
1733
|
+
readonly tier?: string;
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
// @public
|
|
1737
|
+
export interface SkuDescriptionList {
|
|
1738
|
+
readonly value?: SkuDescription[];
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
// @public
|
|
1742
|
+
export interface SkuLocationInfoItem {
|
|
1743
|
+
location: string;
|
|
1744
|
+
zones?: string[];
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
// @public
|
|
1748
|
+
export type State = string;
|
|
1749
|
+
|
|
1750
|
+
// @public
|
|
1751
|
+
export type Status = string;
|
|
1752
|
+
|
|
1753
|
+
// @public
|
|
1754
|
+
export interface SystemData {
|
|
1755
|
+
createdAt?: Date;
|
|
1756
|
+
createdBy?: string;
|
|
1757
|
+
createdByType?: CreatedByType;
|
|
1758
|
+
lastModifiedAt?: Date;
|
|
1759
|
+
lastModifiedBy?: string;
|
|
1760
|
+
lastModifiedByType?: CreatedByType;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
// @public
|
|
1764
|
+
export interface TableLevelSharingProperties {
|
|
1765
|
+
externalTablesToExclude?: string[];
|
|
1766
|
+
externalTablesToInclude?: string[];
|
|
1767
|
+
materializedViewsToExclude?: string[];
|
|
1768
|
+
materializedViewsToInclude?: string[];
|
|
1769
|
+
tablesToExclude?: string[];
|
|
1770
|
+
tablesToInclude?: string[];
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
// @public
|
|
1774
|
+
export type TrackedResource = Resource & {
|
|
1775
|
+
tags?: {
|
|
1776
|
+
[propertyName: string]: string;
|
|
1777
|
+
};
|
|
1778
|
+
location: string;
|
|
1779
|
+
};
|
|
1780
|
+
|
|
1781
|
+
// @public
|
|
1782
|
+
export interface TrustedExternalTenant {
|
|
1783
|
+
value?: string;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
// @public
|
|
1787
|
+
export type Type = "Microsoft.Kusto/clusters/databases" | "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
|
|
1788
|
+
|
|
1789
|
+
// @public
|
|
1790
|
+
export interface VirtualNetworkConfiguration {
|
|
1791
|
+
dataManagementPublicIpId: string;
|
|
1792
|
+
enginePublicIpId: string;
|
|
1793
|
+
subnetId: string;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
// (No @packageDocumentation comment for this package)
|
|
1797
|
+
|
|
1798
|
+
```
|