@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,3174 @@
|
|
|
1
|
+
import * as coreAuth from '@azure/core-auth';
|
|
2
|
+
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
+
import { PollerLike } from '@azure/core-lro';
|
|
5
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
6
|
+
|
|
7
|
+
/** Represents an accepted audience trusted by the cluster. */
|
|
8
|
+
export declare interface AcceptedAudiences {
|
|
9
|
+
/** GUID or valid URL representing an accepted audience. */
|
|
10
|
+
value?: string;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/** Class representing an attached database configuration. */
|
|
14
|
+
export declare type AttachedDatabaseConfiguration = ProxyResource & {
|
|
15
|
+
/** Resource location. */
|
|
16
|
+
location?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The provisioned state of the resource.
|
|
19
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
+
*/
|
|
21
|
+
readonly provisioningState?: ProvisioningState;
|
|
22
|
+
/** The name of the database which you would like to attach, use * if you want to follow all current and future databases. */
|
|
23
|
+
databaseName?: string;
|
|
24
|
+
/** The resource id of the cluster where the databases you would like to attach reside. */
|
|
25
|
+
clusterResourceId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The list of databases from the clusterResourceId which are currently attached to the cluster.
|
|
28
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
29
|
+
*/
|
|
30
|
+
readonly attachedDatabaseNames?: string[];
|
|
31
|
+
/** The default principals modification kind */
|
|
32
|
+
defaultPrincipalsModificationKind?: DefaultPrincipalsModificationKind;
|
|
33
|
+
/** Table level sharing specifications */
|
|
34
|
+
tableLevelSharingProperties?: TableLevelSharingProperties;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/** The list attached database configurations operation response. */
|
|
38
|
+
export declare interface AttachedDatabaseConfigurationListResult {
|
|
39
|
+
/** The list of attached database configurations. */
|
|
40
|
+
value?: AttachedDatabaseConfiguration[];
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/** Interface representing a AttachedDatabaseConfigurations. */
|
|
44
|
+
export declare interface AttachedDatabaseConfigurations {
|
|
45
|
+
/**
|
|
46
|
+
* Returns the list of attached database configurations of the given Kusto cluster.
|
|
47
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
48
|
+
* @param clusterName The name of the Kusto cluster.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: AttachedDatabaseConfigurationsListByClusterOptionalParams): PagedAsyncIterableIterator<AttachedDatabaseConfiguration>;
|
|
52
|
+
/**
|
|
53
|
+
* Checks that the attached database configuration resource name is valid and is not already in use.
|
|
54
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
55
|
+
* @param clusterName The name of the Kusto cluster.
|
|
56
|
+
* @param resourceName The name of the resource.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: AttachedDatabaseConfigurationsCheckNameRequest, options?: AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams): Promise<AttachedDatabaseConfigurationsCheckNameAvailabilityResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* Returns an attached database configuration.
|
|
62
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
63
|
+
* @param clusterName The name of the Kusto cluster.
|
|
64
|
+
* @param attachedDatabaseConfigurationName The name of the attached database configuration.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
get(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsGetOptionalParams): Promise<AttachedDatabaseConfigurationsGetResponse>;
|
|
68
|
+
/**
|
|
69
|
+
* Creates or updates an attached database configuration.
|
|
70
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
71
|
+
* @param clusterName The name of the Kusto cluster.
|
|
72
|
+
* @param attachedDatabaseConfigurationName The name of the attached database configuration.
|
|
73
|
+
* @param parameters The database parameters supplied to the CreateOrUpdate operation.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AttachedDatabaseConfigurationsCreateOrUpdateResponse>, AttachedDatabaseConfigurationsCreateOrUpdateResponse>>;
|
|
77
|
+
/**
|
|
78
|
+
* Creates or updates an attached database configuration.
|
|
79
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
80
|
+
* @param clusterName The name of the Kusto cluster.
|
|
81
|
+
* @param attachedDatabaseConfigurationName The name of the attached database configuration.
|
|
82
|
+
* @param parameters The database parameters supplied to the CreateOrUpdate operation.
|
|
83
|
+
* @param options The options parameters.
|
|
84
|
+
*/
|
|
85
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, parameters: AttachedDatabaseConfiguration, options?: AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams): Promise<AttachedDatabaseConfigurationsCreateOrUpdateResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* Deletes the attached database configuration with the given name.
|
|
88
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
89
|
+
* @param clusterName The name of the Kusto cluster.
|
|
90
|
+
* @param attachedDatabaseConfigurationName The name of the attached database configuration.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
beginDelete(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
94
|
+
/**
|
|
95
|
+
* Deletes the attached database configuration with the given name.
|
|
96
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
97
|
+
* @param clusterName The name of the Kusto cluster.
|
|
98
|
+
* @param attachedDatabaseConfigurationName The name of the attached database configuration.
|
|
99
|
+
* @param options The options parameters.
|
|
100
|
+
*/
|
|
101
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, attachedDatabaseConfigurationName: string, options?: AttachedDatabaseConfigurationsDeleteOptionalParams): Promise<void>;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/** Optional parameters. */
|
|
105
|
+
export declare interface AttachedDatabaseConfigurationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
109
|
+
export declare type AttachedDatabaseConfigurationsCheckNameAvailabilityResponse = CheckNameResult;
|
|
110
|
+
|
|
111
|
+
/** The result returned from a AttachedDatabaseConfigurations check name availability request. */
|
|
112
|
+
export declare interface AttachedDatabaseConfigurationsCheckNameRequest {
|
|
113
|
+
/** Attached database resource name. */
|
|
114
|
+
name: string;
|
|
115
|
+
/** The type of resource, for instance Microsoft.Kusto/clusters/attachedDatabaseConfigurations. */
|
|
116
|
+
type: "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/** Optional parameters. */
|
|
120
|
+
export declare interface AttachedDatabaseConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
121
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
122
|
+
updateIntervalInMs?: number;
|
|
123
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
124
|
+
resumeFrom?: string;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
128
|
+
export declare type AttachedDatabaseConfigurationsCreateOrUpdateResponse = AttachedDatabaseConfiguration;
|
|
129
|
+
|
|
130
|
+
/** Optional parameters. */
|
|
131
|
+
export declare interface AttachedDatabaseConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
132
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
133
|
+
updateIntervalInMs?: number;
|
|
134
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
135
|
+
resumeFrom?: string;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/** Optional parameters. */
|
|
139
|
+
export declare interface AttachedDatabaseConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/** Contains response data for the get operation. */
|
|
143
|
+
export declare type AttachedDatabaseConfigurationsGetResponse = AttachedDatabaseConfiguration;
|
|
144
|
+
|
|
145
|
+
/** Optional parameters. */
|
|
146
|
+
export declare interface AttachedDatabaseConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/** Contains response data for the listByCluster operation. */
|
|
150
|
+
export declare type AttachedDatabaseConfigurationsListByClusterResponse = AttachedDatabaseConfigurationListResult;
|
|
151
|
+
|
|
152
|
+
/** Azure capacity definition. */
|
|
153
|
+
export declare interface AzureCapacity {
|
|
154
|
+
/** Scale type. */
|
|
155
|
+
scaleType: AzureScaleType;
|
|
156
|
+
/** Minimum allowed capacity. */
|
|
157
|
+
minimum: number;
|
|
158
|
+
/** Maximum allowed capacity. */
|
|
159
|
+
maximum: number;
|
|
160
|
+
/** The default capacity that would be used. */
|
|
161
|
+
default: number;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/** Azure resource SKU definition. */
|
|
165
|
+
export declare interface AzureResourceSku {
|
|
166
|
+
/** Resource Namespace and Type. */
|
|
167
|
+
resourceType?: string;
|
|
168
|
+
/** The SKU details. */
|
|
169
|
+
sku?: AzureSku;
|
|
170
|
+
/** The number of instances of the cluster. */
|
|
171
|
+
capacity?: AzureCapacity;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Defines values for AzureScaleType. \
|
|
176
|
+
* {@link KnownAzureScaleType} can be used interchangeably with AzureScaleType,
|
|
177
|
+
* this enum contains the known values that the service supports.
|
|
178
|
+
* ### Known values supported by the service
|
|
179
|
+
* **automatic** \
|
|
180
|
+
* **manual** \
|
|
181
|
+
* **none**
|
|
182
|
+
*/
|
|
183
|
+
export declare type AzureScaleType = string;
|
|
184
|
+
|
|
185
|
+
/** Azure SKU definition. */
|
|
186
|
+
export declare interface AzureSku {
|
|
187
|
+
/** SKU name. */
|
|
188
|
+
name: AzureSkuName;
|
|
189
|
+
/** The number of instances of the cluster. */
|
|
190
|
+
capacity?: number;
|
|
191
|
+
/** SKU tier. */
|
|
192
|
+
tier: AzureSkuTier;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Defines values for AzureSkuName. \
|
|
197
|
+
* {@link KnownAzureSkuName} can be used interchangeably with AzureSkuName,
|
|
198
|
+
* this enum contains the known values that the service supports.
|
|
199
|
+
* ### Known values supported by the service
|
|
200
|
+
* **Standard_DS13_v2+1TB_PS** \
|
|
201
|
+
* **Standard_DS13_v2+2TB_PS** \
|
|
202
|
+
* **Standard_DS14_v2+3TB_PS** \
|
|
203
|
+
* **Standard_DS14_v2+4TB_PS** \
|
|
204
|
+
* **Standard_D13_v2** \
|
|
205
|
+
* **Standard_D14_v2** \
|
|
206
|
+
* **Standard_L8s** \
|
|
207
|
+
* **Standard_L16s** \
|
|
208
|
+
* **Standard_L8s_v2** \
|
|
209
|
+
* **Standard_L16s_v2** \
|
|
210
|
+
* **Standard_D11_v2** \
|
|
211
|
+
* **Standard_D12_v2** \
|
|
212
|
+
* **Standard_L4s** \
|
|
213
|
+
* **Dev(No SLA)_Standard_D11_v2** \
|
|
214
|
+
* **Standard_E64i_v3** \
|
|
215
|
+
* **Standard_E80ids_v4** \
|
|
216
|
+
* **Standard_E2a_v4** \
|
|
217
|
+
* **Standard_E4a_v4** \
|
|
218
|
+
* **Standard_E8a_v4** \
|
|
219
|
+
* **Standard_E16a_v4** \
|
|
220
|
+
* **Standard_E8as_v4+1TB_PS** \
|
|
221
|
+
* **Standard_E8as_v4+2TB_PS** \
|
|
222
|
+
* **Standard_E16as_v4+3TB_PS** \
|
|
223
|
+
* **Standard_E16as_v4+4TB_PS** \
|
|
224
|
+
* **Dev(No SLA)_Standard_E2a_v4**
|
|
225
|
+
*/
|
|
226
|
+
export declare type AzureSkuName = string;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Defines values for AzureSkuTier. \
|
|
230
|
+
* {@link KnownAzureSkuTier} can be used interchangeably with AzureSkuTier,
|
|
231
|
+
* this enum contains the known values that the service supports.
|
|
232
|
+
* ### Known values supported by the service
|
|
233
|
+
* **Basic** \
|
|
234
|
+
* **Standard**
|
|
235
|
+
*/
|
|
236
|
+
export declare type AzureSkuTier = string;
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Defines values for BlobStorageEventType. \
|
|
240
|
+
* {@link KnownBlobStorageEventType} can be used interchangeably with BlobStorageEventType,
|
|
241
|
+
* this enum contains the known values that the service supports.
|
|
242
|
+
* ### Known values supported by the service
|
|
243
|
+
* **Microsoft.Storage.BlobCreated** \
|
|
244
|
+
* **Microsoft.Storage.BlobRenamed**
|
|
245
|
+
*/
|
|
246
|
+
export declare type BlobStorageEventType = string;
|
|
247
|
+
|
|
248
|
+
/** The result returned from a database check name availability request. */
|
|
249
|
+
export declare interface CheckNameRequest {
|
|
250
|
+
/** Resource name. */
|
|
251
|
+
name: string;
|
|
252
|
+
/** The type of resource, for instance Microsoft.Kusto/clusters/databases. */
|
|
253
|
+
type: Type;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
/** The result returned from a check name availability request. */
|
|
257
|
+
export declare interface CheckNameResult {
|
|
258
|
+
/** Specifies a Boolean value that indicates if the name is available. */
|
|
259
|
+
nameAvailable?: boolean;
|
|
260
|
+
/** The name that was checked. */
|
|
261
|
+
name?: string;
|
|
262
|
+
/** Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. */
|
|
263
|
+
message?: string;
|
|
264
|
+
/** Message providing the reason why the given name is invalid. */
|
|
265
|
+
reason?: Reason;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/** An error response from Kusto. */
|
|
269
|
+
export declare interface CloudError {
|
|
270
|
+
/** An error response from Kusto. */
|
|
271
|
+
error?: CloudErrorBody;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
/** An error response from Kusto. */
|
|
275
|
+
export declare interface CloudErrorBody {
|
|
276
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
277
|
+
code?: string;
|
|
278
|
+
/** A message describing the error, intended to be suitable for displaying in a user interface. */
|
|
279
|
+
message?: string;
|
|
280
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
281
|
+
target?: string;
|
|
282
|
+
/** A list of additional details about the error. */
|
|
283
|
+
details?: CloudErrorBody[];
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
/** Class representing a Kusto cluster. */
|
|
287
|
+
export declare type Cluster = TrackedResource & {
|
|
288
|
+
/** The SKU of the cluster. */
|
|
289
|
+
sku: AzureSku;
|
|
290
|
+
/**
|
|
291
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
292
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
293
|
+
*/
|
|
294
|
+
readonly systemData?: SystemData;
|
|
295
|
+
/** The availability zones of the cluster. */
|
|
296
|
+
zones?: string[];
|
|
297
|
+
/** The identity of the cluster, if configured. */
|
|
298
|
+
identity?: Identity;
|
|
299
|
+
/**
|
|
300
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
301
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
302
|
+
*/
|
|
303
|
+
readonly etag?: string;
|
|
304
|
+
/**
|
|
305
|
+
* The state of the resource.
|
|
306
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
307
|
+
*/
|
|
308
|
+
readonly state?: State;
|
|
309
|
+
/**
|
|
310
|
+
* The provisioned state of the resource.
|
|
311
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
312
|
+
*/
|
|
313
|
+
readonly provisioningState?: ProvisioningState;
|
|
314
|
+
/**
|
|
315
|
+
* The cluster URI.
|
|
316
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
317
|
+
*/
|
|
318
|
+
readonly uri?: string;
|
|
319
|
+
/**
|
|
320
|
+
* The cluster data ingestion URI.
|
|
321
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
322
|
+
*/
|
|
323
|
+
readonly dataIngestionUri?: string;
|
|
324
|
+
/**
|
|
325
|
+
* The reason for the cluster's current state.
|
|
326
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
327
|
+
*/
|
|
328
|
+
readonly stateReason?: string;
|
|
329
|
+
/** The cluster's external tenants. */
|
|
330
|
+
trustedExternalTenants?: TrustedExternalTenant[];
|
|
331
|
+
/** Optimized auto scale definition. */
|
|
332
|
+
optimizedAutoscale?: OptimizedAutoscale;
|
|
333
|
+
/** A boolean value that indicates if the cluster's disks are encrypted. */
|
|
334
|
+
enableDiskEncryption?: boolean;
|
|
335
|
+
/** A boolean value that indicates if the streaming ingest is enabled. */
|
|
336
|
+
enableStreamingIngest?: boolean;
|
|
337
|
+
/** Virtual network definition. */
|
|
338
|
+
virtualNetworkConfiguration?: VirtualNetworkConfiguration;
|
|
339
|
+
/** KeyVault properties for the cluster encryption. */
|
|
340
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
341
|
+
/** A boolean value that indicates if the purge operations are enabled. */
|
|
342
|
+
enablePurge?: boolean;
|
|
343
|
+
/**
|
|
344
|
+
* List of the cluster's language extensions.
|
|
345
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
346
|
+
*/
|
|
347
|
+
readonly languageExtensions?: LanguageExtensionsList;
|
|
348
|
+
/** A boolean value that indicates if double encryption is enabled. */
|
|
349
|
+
enableDoubleEncryption?: boolean;
|
|
350
|
+
/** Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed */
|
|
351
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
352
|
+
/** The list of ips in the format of CIDR allowed to connect to the cluster. */
|
|
353
|
+
allowedIpRangeList?: string[];
|
|
354
|
+
/** The engine type */
|
|
355
|
+
engineType?: EngineType;
|
|
356
|
+
/** The cluster's accepted audiences. */
|
|
357
|
+
acceptedAudiences?: AcceptedAudiences[];
|
|
358
|
+
/** A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days). */
|
|
359
|
+
enableAutoStop?: boolean;
|
|
360
|
+
/** Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
361
|
+
restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
|
|
362
|
+
/** List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster. */
|
|
363
|
+
allowedFqdnList?: string[];
|
|
364
|
+
};
|
|
365
|
+
|
|
366
|
+
/** The result returned from a cluster check name availability request. */
|
|
367
|
+
export declare interface ClusterCheckNameRequest {
|
|
368
|
+
/** Cluster name. */
|
|
369
|
+
name: string;
|
|
370
|
+
/** The type of resource, Microsoft.Kusto/clusters. */
|
|
371
|
+
type: "Microsoft.Kusto/clusters";
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/** The list Kusto clusters operation response. */
|
|
375
|
+
export declare interface ClusterListResult {
|
|
376
|
+
/** The list of Kusto clusters. */
|
|
377
|
+
value?: Cluster[];
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Defines values for ClusterNetworkAccessFlag. \
|
|
382
|
+
* {@link KnownClusterNetworkAccessFlag} can be used interchangeably with ClusterNetworkAccessFlag,
|
|
383
|
+
* this enum contains the known values that the service supports.
|
|
384
|
+
* ### Known values supported by the service
|
|
385
|
+
* **Enabled** \
|
|
386
|
+
* **Disabled**
|
|
387
|
+
*/
|
|
388
|
+
export declare type ClusterNetworkAccessFlag = string;
|
|
389
|
+
|
|
390
|
+
/** Class representing a cluster principal assignment. */
|
|
391
|
+
export declare type ClusterPrincipalAssignment = ProxyResource & {
|
|
392
|
+
/** The principal ID assigned to the cluster principal. It can be a user email, application ID, or security group name. */
|
|
393
|
+
principalId?: string;
|
|
394
|
+
/** Cluster principal role. */
|
|
395
|
+
role?: ClusterPrincipalRole;
|
|
396
|
+
/** The tenant id of the principal */
|
|
397
|
+
tenantId?: string;
|
|
398
|
+
/** Principal type. */
|
|
399
|
+
principalType?: PrincipalType;
|
|
400
|
+
/**
|
|
401
|
+
* The tenant name of the principal
|
|
402
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
403
|
+
*/
|
|
404
|
+
readonly tenantName?: string;
|
|
405
|
+
/**
|
|
406
|
+
* The principal name
|
|
407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
408
|
+
*/
|
|
409
|
+
readonly principalName?: string;
|
|
410
|
+
/**
|
|
411
|
+
* The provisioned state of the resource.
|
|
412
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
413
|
+
*/
|
|
414
|
+
readonly provisioningState?: ProvisioningState;
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
/** A principal assignment check name availability request. */
|
|
418
|
+
export declare interface ClusterPrincipalAssignmentCheckNameRequest {
|
|
419
|
+
/** Principal Assignment resource name. */
|
|
420
|
+
name: string;
|
|
421
|
+
/** The type of resource, Microsoft.Kusto/clusters/principalAssignments. */
|
|
422
|
+
type: "Microsoft.Kusto/clusters/principalAssignments";
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
/** The list Kusto cluster principal assignments operation response. */
|
|
426
|
+
export declare interface ClusterPrincipalAssignmentListResult {
|
|
427
|
+
/** The list of Kusto cluster principal assignments. */
|
|
428
|
+
value?: ClusterPrincipalAssignment[];
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
/** Interface representing a ClusterPrincipalAssignments. */
|
|
432
|
+
export declare interface ClusterPrincipalAssignments {
|
|
433
|
+
/**
|
|
434
|
+
* Lists all Kusto cluster principalAssignments.
|
|
435
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
436
|
+
* @param clusterName The name of the Kusto cluster.
|
|
437
|
+
* @param options The options parameters.
|
|
438
|
+
*/
|
|
439
|
+
list(resourceGroupName: string, clusterName: string, options?: ClusterPrincipalAssignmentsListOptionalParams): PagedAsyncIterableIterator<ClusterPrincipalAssignment>;
|
|
440
|
+
/**
|
|
441
|
+
* Checks that the principal assignment name is valid and is not already in use.
|
|
442
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
443
|
+
* @param clusterName The name of the Kusto cluster.
|
|
444
|
+
* @param principalAssignmentName The name of the principal assignment.
|
|
445
|
+
* @param options The options parameters.
|
|
446
|
+
*/
|
|
447
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, principalAssignmentName: ClusterPrincipalAssignmentCheckNameRequest, options?: ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams): Promise<ClusterPrincipalAssignmentsCheckNameAvailabilityResponse>;
|
|
448
|
+
/**
|
|
449
|
+
* Gets a Kusto cluster principalAssignment.
|
|
450
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
451
|
+
* @param clusterName The name of the Kusto cluster.
|
|
452
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
453
|
+
* @param options The options parameters.
|
|
454
|
+
*/
|
|
455
|
+
get(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsGetOptionalParams): Promise<ClusterPrincipalAssignmentsGetResponse>;
|
|
456
|
+
/**
|
|
457
|
+
* Create a Kusto cluster principalAssignment.
|
|
458
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
459
|
+
* @param clusterName The name of the Kusto cluster.
|
|
460
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
461
|
+
* @param parameters The Kusto cluster principalAssignment's parameters supplied for the operation.
|
|
462
|
+
* @param options The options parameters.
|
|
463
|
+
*/
|
|
464
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, principalAssignmentName: string, parameters: ClusterPrincipalAssignment, options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClusterPrincipalAssignmentsCreateOrUpdateResponse>, ClusterPrincipalAssignmentsCreateOrUpdateResponse>>;
|
|
465
|
+
/**
|
|
466
|
+
* Create a Kusto cluster principalAssignment.
|
|
467
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
468
|
+
* @param clusterName The name of the Kusto cluster.
|
|
469
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
470
|
+
* @param parameters The Kusto cluster principalAssignment's parameters supplied for the operation.
|
|
471
|
+
* @param options The options parameters.
|
|
472
|
+
*/
|
|
473
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, principalAssignmentName: string, parameters: ClusterPrincipalAssignment, options?: ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<ClusterPrincipalAssignmentsCreateOrUpdateResponse>;
|
|
474
|
+
/**
|
|
475
|
+
* Deletes a Kusto cluster principalAssignment.
|
|
476
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
477
|
+
* @param clusterName The name of the Kusto cluster.
|
|
478
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
479
|
+
* @param options The options parameters.
|
|
480
|
+
*/
|
|
481
|
+
beginDelete(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
482
|
+
/**
|
|
483
|
+
* Deletes a Kusto cluster principalAssignment.
|
|
484
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
485
|
+
* @param clusterName The name of the Kusto cluster.
|
|
486
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
487
|
+
* @param options The options parameters.
|
|
488
|
+
*/
|
|
489
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, principalAssignmentName: string, options?: ClusterPrincipalAssignmentsDeleteOptionalParams): Promise<void>;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
/** Optional parameters. */
|
|
493
|
+
export declare interface ClusterPrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
497
|
+
export declare type ClusterPrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
|
|
498
|
+
|
|
499
|
+
/** Optional parameters. */
|
|
500
|
+
export declare interface ClusterPrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
501
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
502
|
+
updateIntervalInMs?: number;
|
|
503
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
504
|
+
resumeFrom?: string;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
508
|
+
export declare type ClusterPrincipalAssignmentsCreateOrUpdateResponse = ClusterPrincipalAssignment;
|
|
509
|
+
|
|
510
|
+
/** Optional parameters. */
|
|
511
|
+
export declare interface ClusterPrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
512
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
513
|
+
updateIntervalInMs?: number;
|
|
514
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
515
|
+
resumeFrom?: string;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
/** Optional parameters. */
|
|
519
|
+
export declare interface ClusterPrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
/** Contains response data for the get operation. */
|
|
523
|
+
export declare type ClusterPrincipalAssignmentsGetResponse = ClusterPrincipalAssignment;
|
|
524
|
+
|
|
525
|
+
/** Optional parameters. */
|
|
526
|
+
export declare interface ClusterPrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
/** Contains response data for the list operation. */
|
|
530
|
+
export declare type ClusterPrincipalAssignmentsListResponse = ClusterPrincipalAssignmentListResult;
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* Defines values for ClusterPrincipalRole. \
|
|
534
|
+
* {@link KnownClusterPrincipalRole} can be used interchangeably with ClusterPrincipalRole,
|
|
535
|
+
* this enum contains the known values that the service supports.
|
|
536
|
+
* ### Known values supported by the service
|
|
537
|
+
* **AllDatabasesAdmin** \
|
|
538
|
+
* **AllDatabasesViewer**
|
|
539
|
+
*/
|
|
540
|
+
export declare type ClusterPrincipalRole = string;
|
|
541
|
+
|
|
542
|
+
/** Interface representing a Clusters. */
|
|
543
|
+
export declare interface Clusters {
|
|
544
|
+
/**
|
|
545
|
+
* Returns a list of databases that are owned by this cluster and were followed by another cluster.
|
|
546
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
547
|
+
* @param clusterName The name of the Kusto cluster.
|
|
548
|
+
* @param options The options parameters.
|
|
549
|
+
*/
|
|
550
|
+
listFollowerDatabases(resourceGroupName: string, clusterName: string, options?: ClustersListFollowerDatabasesOptionalParams): PagedAsyncIterableIterator<FollowerDatabaseDefinition>;
|
|
551
|
+
/**
|
|
552
|
+
* Lists all Kusto clusters within a resource group.
|
|
553
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
554
|
+
* @param options The options parameters.
|
|
555
|
+
*/
|
|
556
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
557
|
+
/**
|
|
558
|
+
* Lists all Kusto clusters within a subscription.
|
|
559
|
+
* @param options The options parameters.
|
|
560
|
+
*/
|
|
561
|
+
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
562
|
+
/**
|
|
563
|
+
* Lists eligible SKUs for Kusto resource provider.
|
|
564
|
+
* @param options The options parameters.
|
|
565
|
+
*/
|
|
566
|
+
listSkus(options?: ClustersListSkusOptionalParams): PagedAsyncIterableIterator<SkuDescription>;
|
|
567
|
+
/**
|
|
568
|
+
* Returns the SKUs available for the provided resource.
|
|
569
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
570
|
+
* @param clusterName The name of the Kusto cluster.
|
|
571
|
+
* @param options The options parameters.
|
|
572
|
+
*/
|
|
573
|
+
listSkusByResource(resourceGroupName: string, clusterName: string, options?: ClustersListSkusByResourceOptionalParams): PagedAsyncIterableIterator<AzureResourceSku>;
|
|
574
|
+
/**
|
|
575
|
+
* Gets the network endpoints of all outbound dependencies of a Kusto cluster
|
|
576
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
577
|
+
* @param clusterName The name of the Kusto cluster.
|
|
578
|
+
* @param options The options parameters.
|
|
579
|
+
*/
|
|
580
|
+
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, clusterName: string, options?: ClustersListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundNetworkDependenciesEndpoint>;
|
|
581
|
+
/**
|
|
582
|
+
* Returns a list of language extensions that can run within KQL queries.
|
|
583
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
584
|
+
* @param clusterName The name of the Kusto cluster.
|
|
585
|
+
* @param options The options parameters.
|
|
586
|
+
*/
|
|
587
|
+
listLanguageExtensions(resourceGroupName: string, clusterName: string, options?: ClustersListLanguageExtensionsOptionalParams): PagedAsyncIterableIterator<LanguageExtension>;
|
|
588
|
+
/**
|
|
589
|
+
* Gets a Kusto cluster.
|
|
590
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
591
|
+
* @param clusterName The name of the Kusto cluster.
|
|
592
|
+
* @param options The options parameters.
|
|
593
|
+
*/
|
|
594
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
595
|
+
/**
|
|
596
|
+
* Create or update a Kusto cluster.
|
|
597
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
598
|
+
* @param clusterName The name of the Kusto cluster.
|
|
599
|
+
* @param parameters The Kusto cluster parameters supplied to the CreateOrUpdate operation.
|
|
600
|
+
* @param options The options parameters.
|
|
601
|
+
*/
|
|
602
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
|
|
603
|
+
/**
|
|
604
|
+
* Create or update a Kusto cluster.
|
|
605
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
606
|
+
* @param clusterName The name of the Kusto cluster.
|
|
607
|
+
* @param parameters The Kusto cluster parameters supplied to the CreateOrUpdate operation.
|
|
608
|
+
* @param options The options parameters.
|
|
609
|
+
*/
|
|
610
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
|
|
611
|
+
/**
|
|
612
|
+
* Update a Kusto cluster.
|
|
613
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
614
|
+
* @param clusterName The name of the Kusto cluster.
|
|
615
|
+
* @param parameters The Kusto cluster parameters supplied to the Update operation.
|
|
616
|
+
* @param options The options parameters.
|
|
617
|
+
*/
|
|
618
|
+
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
619
|
+
/**
|
|
620
|
+
* Update a Kusto cluster.
|
|
621
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
622
|
+
* @param clusterName The name of the Kusto cluster.
|
|
623
|
+
* @param parameters The Kusto cluster parameters supplied to the Update operation.
|
|
624
|
+
* @param options The options parameters.
|
|
625
|
+
*/
|
|
626
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
627
|
+
/**
|
|
628
|
+
* Deletes a Kusto cluster.
|
|
629
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
630
|
+
* @param clusterName The name of the Kusto cluster.
|
|
631
|
+
* @param options The options parameters.
|
|
632
|
+
*/
|
|
633
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
634
|
+
/**
|
|
635
|
+
* Deletes a Kusto cluster.
|
|
636
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
637
|
+
* @param clusterName The name of the Kusto cluster.
|
|
638
|
+
* @param options The options parameters.
|
|
639
|
+
*/
|
|
640
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
641
|
+
/**
|
|
642
|
+
* Stops a Kusto cluster.
|
|
643
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
644
|
+
* @param clusterName The name of the Kusto cluster.
|
|
645
|
+
* @param options The options parameters.
|
|
646
|
+
*/
|
|
647
|
+
beginStop(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
648
|
+
/**
|
|
649
|
+
* Stops a Kusto cluster.
|
|
650
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
651
|
+
* @param clusterName The name of the Kusto cluster.
|
|
652
|
+
* @param options The options parameters.
|
|
653
|
+
*/
|
|
654
|
+
beginStopAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<void>;
|
|
655
|
+
/**
|
|
656
|
+
* Starts a Kusto cluster.
|
|
657
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
658
|
+
* @param clusterName The name of the Kusto cluster.
|
|
659
|
+
* @param options The options parameters.
|
|
660
|
+
*/
|
|
661
|
+
beginStart(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
662
|
+
/**
|
|
663
|
+
* Starts a Kusto cluster.
|
|
664
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
665
|
+
* @param clusterName The name of the Kusto cluster.
|
|
666
|
+
* @param options The options parameters.
|
|
667
|
+
*/
|
|
668
|
+
beginStartAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<void>;
|
|
669
|
+
/**
|
|
670
|
+
* Detaches all followers of a database owned by this cluster.
|
|
671
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
672
|
+
* @param clusterName The name of the Kusto cluster.
|
|
673
|
+
* @param followerDatabaseToRemove The follower databases properties to remove.
|
|
674
|
+
* @param options The options parameters.
|
|
675
|
+
*/
|
|
676
|
+
beginDetachFollowerDatabases(resourceGroupName: string, clusterName: string, followerDatabaseToRemove: FollowerDatabaseDefinition, options?: ClustersDetachFollowerDatabasesOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
677
|
+
/**
|
|
678
|
+
* Detaches all followers of a database owned by this cluster.
|
|
679
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
680
|
+
* @param clusterName The name of the Kusto cluster.
|
|
681
|
+
* @param followerDatabaseToRemove The follower databases properties to remove.
|
|
682
|
+
* @param options The options parameters.
|
|
683
|
+
*/
|
|
684
|
+
beginDetachFollowerDatabasesAndWait(resourceGroupName: string, clusterName: string, followerDatabaseToRemove: FollowerDatabaseDefinition, options?: ClustersDetachFollowerDatabasesOptionalParams): Promise<void>;
|
|
685
|
+
/**
|
|
686
|
+
* Diagnoses network connectivity status for external resources on which the service is dependent on.
|
|
687
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
688
|
+
* @param clusterName The name of the Kusto cluster.
|
|
689
|
+
* @param options The options parameters.
|
|
690
|
+
*/
|
|
691
|
+
beginDiagnoseVirtualNetwork(resourceGroupName: string, clusterName: string, options?: ClustersDiagnoseVirtualNetworkOptionalParams): Promise<PollerLike<PollOperationState<ClustersDiagnoseVirtualNetworkResponse>, ClustersDiagnoseVirtualNetworkResponse>>;
|
|
692
|
+
/**
|
|
693
|
+
* Diagnoses network connectivity status for external resources on which the service is dependent on.
|
|
694
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
695
|
+
* @param clusterName The name of the Kusto cluster.
|
|
696
|
+
* @param options The options parameters.
|
|
697
|
+
*/
|
|
698
|
+
beginDiagnoseVirtualNetworkAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDiagnoseVirtualNetworkOptionalParams): Promise<ClustersDiagnoseVirtualNetworkResponse>;
|
|
699
|
+
/**
|
|
700
|
+
* Checks that the cluster name is valid and is not already in use.
|
|
701
|
+
* @param location Azure location (region) name.
|
|
702
|
+
* @param clusterName The name of the cluster.
|
|
703
|
+
* @param options The options parameters.
|
|
704
|
+
*/
|
|
705
|
+
checkNameAvailability(location: string, clusterName: ClusterCheckNameRequest, options?: ClustersCheckNameAvailabilityOptionalParams): Promise<ClustersCheckNameAvailabilityResponse>;
|
|
706
|
+
/**
|
|
707
|
+
* Add a list of language extensions that can run within KQL queries.
|
|
708
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
709
|
+
* @param clusterName The name of the Kusto cluster.
|
|
710
|
+
* @param languageExtensionsToAdd The language extensions to add.
|
|
711
|
+
* @param options The options parameters.
|
|
712
|
+
*/
|
|
713
|
+
beginAddLanguageExtensions(resourceGroupName: string, clusterName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: ClustersAddLanguageExtensionsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
714
|
+
/**
|
|
715
|
+
* Add a list of language extensions that can run within KQL queries.
|
|
716
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
717
|
+
* @param clusterName The name of the Kusto cluster.
|
|
718
|
+
* @param languageExtensionsToAdd The language extensions to add.
|
|
719
|
+
* @param options The options parameters.
|
|
720
|
+
*/
|
|
721
|
+
beginAddLanguageExtensionsAndWait(resourceGroupName: string, clusterName: string, languageExtensionsToAdd: LanguageExtensionsList, options?: ClustersAddLanguageExtensionsOptionalParams): Promise<void>;
|
|
722
|
+
/**
|
|
723
|
+
* Remove a list of language extensions that can run within KQL queries.
|
|
724
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
725
|
+
* @param clusterName The name of the Kusto cluster.
|
|
726
|
+
* @param languageExtensionsToRemove The language extensions to remove.
|
|
727
|
+
* @param options The options parameters.
|
|
728
|
+
*/
|
|
729
|
+
beginRemoveLanguageExtensions(resourceGroupName: string, clusterName: string, languageExtensionsToRemove: LanguageExtensionsList, options?: ClustersRemoveLanguageExtensionsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
730
|
+
/**
|
|
731
|
+
* Remove a list of language extensions that can run within KQL queries.
|
|
732
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
733
|
+
* @param clusterName The name of the Kusto cluster.
|
|
734
|
+
* @param languageExtensionsToRemove The language extensions to remove.
|
|
735
|
+
* @param options The options parameters.
|
|
736
|
+
*/
|
|
737
|
+
beginRemoveLanguageExtensionsAndWait(resourceGroupName: string, clusterName: string, languageExtensionsToRemove: LanguageExtensionsList, options?: ClustersRemoveLanguageExtensionsOptionalParams): Promise<void>;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
/** Optional parameters. */
|
|
741
|
+
export declare interface ClustersAddLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
742
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
743
|
+
updateIntervalInMs?: number;
|
|
744
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
745
|
+
resumeFrom?: string;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
/** Optional parameters. */
|
|
749
|
+
export declare interface ClustersCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
753
|
+
export declare type ClustersCheckNameAvailabilityResponse = CheckNameResult;
|
|
754
|
+
|
|
755
|
+
/** Optional parameters. */
|
|
756
|
+
export declare interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
757
|
+
/** The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
758
|
+
ifMatch?: string;
|
|
759
|
+
/** Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster. Other values will result in a 412 Pre-condition Failed response. */
|
|
760
|
+
ifNoneMatch?: string;
|
|
761
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
762
|
+
updateIntervalInMs?: number;
|
|
763
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
764
|
+
resumeFrom?: string;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
768
|
+
export declare type ClustersCreateOrUpdateResponse = Cluster;
|
|
769
|
+
|
|
770
|
+
/** Optional parameters. */
|
|
771
|
+
export declare interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
772
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
773
|
+
updateIntervalInMs?: number;
|
|
774
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
775
|
+
resumeFrom?: string;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
/** Optional parameters. */
|
|
779
|
+
export declare interface ClustersDetachFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
780
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
781
|
+
updateIntervalInMs?: number;
|
|
782
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
783
|
+
resumeFrom?: string;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
/** Optional parameters. */
|
|
787
|
+
export declare interface ClustersDiagnoseVirtualNetworkOptionalParams extends coreClient.OperationOptions {
|
|
788
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
789
|
+
updateIntervalInMs?: number;
|
|
790
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
791
|
+
resumeFrom?: string;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
/** Contains response data for the diagnoseVirtualNetwork operation. */
|
|
795
|
+
export declare type ClustersDiagnoseVirtualNetworkResponse = DiagnoseVirtualNetworkResult;
|
|
796
|
+
|
|
797
|
+
/** Optional parameters. */
|
|
798
|
+
export declare interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
/** Contains response data for the get operation. */
|
|
802
|
+
export declare type ClustersGetResponse = Cluster;
|
|
803
|
+
|
|
804
|
+
/** Optional parameters. */
|
|
805
|
+
export declare interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
809
|
+
export declare type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
810
|
+
|
|
811
|
+
/** Optional parameters. */
|
|
812
|
+
export declare interface ClustersListFollowerDatabasesOptionalParams extends coreClient.OperationOptions {
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
/** Contains response data for the listFollowerDatabases operation. */
|
|
816
|
+
export declare type ClustersListFollowerDatabasesResponse = FollowerDatabaseListResult;
|
|
817
|
+
|
|
818
|
+
/** Optional parameters. */
|
|
819
|
+
export declare interface ClustersListLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
/** Contains response data for the listLanguageExtensions operation. */
|
|
823
|
+
export declare type ClustersListLanguageExtensionsResponse = LanguageExtensionsList;
|
|
824
|
+
|
|
825
|
+
/** Optional parameters. */
|
|
826
|
+
export declare interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
/** Optional parameters. */
|
|
830
|
+
export declare interface ClustersListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
|
|
834
|
+
export declare type ClustersListOutboundNetworkDependenciesEndpointsNextResponse = OutboundNetworkDependenciesEndpointListResult;
|
|
835
|
+
|
|
836
|
+
/** Optional parameters. */
|
|
837
|
+
export declare interface ClustersListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
841
|
+
export declare type ClustersListOutboundNetworkDependenciesEndpointsResponse = OutboundNetworkDependenciesEndpointListResult;
|
|
842
|
+
|
|
843
|
+
/** Contains response data for the list operation. */
|
|
844
|
+
export declare type ClustersListResponse = ClusterListResult;
|
|
845
|
+
|
|
846
|
+
/** Optional parameters. */
|
|
847
|
+
export declare interface ClustersListSkusByResourceOptionalParams extends coreClient.OperationOptions {
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
/** Contains response data for the listSkusByResource operation. */
|
|
851
|
+
export declare type ClustersListSkusByResourceResponse = ListResourceSkusResult;
|
|
852
|
+
|
|
853
|
+
/** Optional parameters. */
|
|
854
|
+
export declare interface ClustersListSkusOptionalParams extends coreClient.OperationOptions {
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
/** Contains response data for the listSkus operation. */
|
|
858
|
+
export declare type ClustersListSkusResponse = SkuDescriptionList;
|
|
859
|
+
|
|
860
|
+
/** Optional parameters. */
|
|
861
|
+
export declare interface ClustersRemoveLanguageExtensionsOptionalParams extends coreClient.OperationOptions {
|
|
862
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
863
|
+
updateIntervalInMs?: number;
|
|
864
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
865
|
+
resumeFrom?: string;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
/** Optional parameters. */
|
|
869
|
+
export declare interface ClustersStartOptionalParams extends coreClient.OperationOptions {
|
|
870
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
871
|
+
updateIntervalInMs?: number;
|
|
872
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
873
|
+
resumeFrom?: string;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
/** Optional parameters. */
|
|
877
|
+
export declare interface ClustersStopOptionalParams extends coreClient.OperationOptions {
|
|
878
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
879
|
+
updateIntervalInMs?: number;
|
|
880
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
881
|
+
resumeFrom?: string;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
/** Optional parameters. */
|
|
885
|
+
export declare interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
886
|
+
/** The ETag of the cluster. Omit this value to always overwrite the current cluster. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
887
|
+
ifMatch?: string;
|
|
888
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
889
|
+
updateIntervalInMs?: number;
|
|
890
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
891
|
+
resumeFrom?: string;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
/** Contains response data for the update operation. */
|
|
895
|
+
export declare type ClustersUpdateResponse = Cluster;
|
|
896
|
+
|
|
897
|
+
/** Class representing an update to a Kusto cluster. */
|
|
898
|
+
export declare type ClusterUpdate = Resource & {
|
|
899
|
+
/** Resource tags. */
|
|
900
|
+
tags?: {
|
|
901
|
+
[propertyName: string]: string;
|
|
902
|
+
};
|
|
903
|
+
/** Resource location. */
|
|
904
|
+
location?: string;
|
|
905
|
+
/** The SKU of the cluster. */
|
|
906
|
+
sku?: AzureSku;
|
|
907
|
+
/** The identity of the cluster, if configured. */
|
|
908
|
+
identity?: Identity;
|
|
909
|
+
/**
|
|
910
|
+
* The state of the resource.
|
|
911
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
912
|
+
*/
|
|
913
|
+
readonly state?: State;
|
|
914
|
+
/**
|
|
915
|
+
* The provisioned state of the resource.
|
|
916
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
917
|
+
*/
|
|
918
|
+
readonly provisioningState?: ProvisioningState;
|
|
919
|
+
/**
|
|
920
|
+
* The cluster URI.
|
|
921
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
922
|
+
*/
|
|
923
|
+
readonly uri?: string;
|
|
924
|
+
/**
|
|
925
|
+
* The cluster data ingestion URI.
|
|
926
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
927
|
+
*/
|
|
928
|
+
readonly dataIngestionUri?: string;
|
|
929
|
+
/**
|
|
930
|
+
* The reason for the cluster's current state.
|
|
931
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
932
|
+
*/
|
|
933
|
+
readonly stateReason?: string;
|
|
934
|
+
/** The cluster's external tenants. */
|
|
935
|
+
trustedExternalTenants?: TrustedExternalTenant[];
|
|
936
|
+
/** Optimized auto scale definition. */
|
|
937
|
+
optimizedAutoscale?: OptimizedAutoscale;
|
|
938
|
+
/** A boolean value that indicates if the cluster's disks are encrypted. */
|
|
939
|
+
enableDiskEncryption?: boolean;
|
|
940
|
+
/** A boolean value that indicates if the streaming ingest is enabled. */
|
|
941
|
+
enableStreamingIngest?: boolean;
|
|
942
|
+
/** Virtual network definition. */
|
|
943
|
+
virtualNetworkConfiguration?: VirtualNetworkConfiguration;
|
|
944
|
+
/** KeyVault properties for the cluster encryption. */
|
|
945
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
946
|
+
/** A boolean value that indicates if the purge operations are enabled. */
|
|
947
|
+
enablePurge?: boolean;
|
|
948
|
+
/**
|
|
949
|
+
* List of the cluster's language extensions.
|
|
950
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
951
|
+
*/
|
|
952
|
+
readonly languageExtensions?: LanguageExtensionsList;
|
|
953
|
+
/** A boolean value that indicates if double encryption is enabled. */
|
|
954
|
+
enableDoubleEncryption?: boolean;
|
|
955
|
+
/** Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed */
|
|
956
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
957
|
+
/** The list of ips in the format of CIDR allowed to connect to the cluster. */
|
|
958
|
+
allowedIpRangeList?: string[];
|
|
959
|
+
/** The engine type */
|
|
960
|
+
engineType?: EngineType;
|
|
961
|
+
/** The cluster's accepted audiences. */
|
|
962
|
+
acceptedAudiences?: AcceptedAudiences[];
|
|
963
|
+
/** A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days). */
|
|
964
|
+
enableAutoStop?: boolean;
|
|
965
|
+
/** Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled' */
|
|
966
|
+
restrictOutboundNetworkAccess?: ClusterNetworkAccessFlag;
|
|
967
|
+
/** List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster. */
|
|
968
|
+
allowedFqdnList?: string[];
|
|
969
|
+
};
|
|
970
|
+
|
|
971
|
+
export declare interface ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties {
|
|
972
|
+
/**
|
|
973
|
+
* The principal id of user assigned identity.
|
|
974
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
975
|
+
*/
|
|
976
|
+
readonly principalId?: string;
|
|
977
|
+
/**
|
|
978
|
+
* The client id of user assigned identity.
|
|
979
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
980
|
+
*/
|
|
981
|
+
readonly clientId?: string;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
/**
|
|
985
|
+
* Defines values for Compression. \
|
|
986
|
+
* {@link KnownCompression} can be used interchangeably with Compression,
|
|
987
|
+
* this enum contains the known values that the service supports.
|
|
988
|
+
* ### Known values supported by the service
|
|
989
|
+
* **None** \
|
|
990
|
+
* **GZip**
|
|
991
|
+
*/
|
|
992
|
+
export declare type Compression = string;
|
|
993
|
+
|
|
994
|
+
/**
|
|
995
|
+
* Defines values for CreatedByType. \
|
|
996
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
997
|
+
* this enum contains the known values that the service supports.
|
|
998
|
+
* ### Known values supported by the service
|
|
999
|
+
* **User** \
|
|
1000
|
+
* **Application** \
|
|
1001
|
+
* **ManagedIdentity** \
|
|
1002
|
+
* **Key**
|
|
1003
|
+
*/
|
|
1004
|
+
export declare type CreatedByType = string;
|
|
1005
|
+
|
|
1006
|
+
/** Class representing a Kusto database. */
|
|
1007
|
+
export declare type Database = ProxyResource & {
|
|
1008
|
+
/** Resource location. */
|
|
1009
|
+
location?: string;
|
|
1010
|
+
/** Kind of the database */
|
|
1011
|
+
kind: Kind;
|
|
1012
|
+
};
|
|
1013
|
+
|
|
1014
|
+
/** The list Kusto databases operation response. */
|
|
1015
|
+
export declare interface DatabaseListResult {
|
|
1016
|
+
/** The list of Kusto databases. */
|
|
1017
|
+
value?: DatabaseUnion[];
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
/** A class representing database principal entity. */
|
|
1021
|
+
export declare interface DatabasePrincipal {
|
|
1022
|
+
/** Database principal role. */
|
|
1023
|
+
role: DatabasePrincipalRole;
|
|
1024
|
+
/** Database principal name. */
|
|
1025
|
+
name: string;
|
|
1026
|
+
/** Database principal type. */
|
|
1027
|
+
type: DatabasePrincipalType;
|
|
1028
|
+
/** Database principal fully qualified name. */
|
|
1029
|
+
fqn?: string;
|
|
1030
|
+
/** Database principal email if exists. */
|
|
1031
|
+
email?: string;
|
|
1032
|
+
/** Application id - relevant only for application principal type. */
|
|
1033
|
+
appId?: string;
|
|
1034
|
+
/**
|
|
1035
|
+
* The tenant name of the principal
|
|
1036
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1037
|
+
*/
|
|
1038
|
+
readonly tenantName?: string;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
/** Class representing a database principal assignment. */
|
|
1042
|
+
export declare type DatabasePrincipalAssignment = ProxyResource & {
|
|
1043
|
+
/** The principal ID assigned to the database principal. It can be a user email, application ID, or security group name. */
|
|
1044
|
+
principalId?: string;
|
|
1045
|
+
/** Database principal role. */
|
|
1046
|
+
role?: DatabasePrincipalRole;
|
|
1047
|
+
/** The tenant id of the principal */
|
|
1048
|
+
tenantId?: string;
|
|
1049
|
+
/** Principal type. */
|
|
1050
|
+
principalType?: PrincipalType;
|
|
1051
|
+
/**
|
|
1052
|
+
* The tenant name of the principal
|
|
1053
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1054
|
+
*/
|
|
1055
|
+
readonly tenantName?: string;
|
|
1056
|
+
/**
|
|
1057
|
+
* The principal name
|
|
1058
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1059
|
+
*/
|
|
1060
|
+
readonly principalName?: string;
|
|
1061
|
+
/**
|
|
1062
|
+
* The provisioned state of the resource.
|
|
1063
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1064
|
+
*/
|
|
1065
|
+
readonly provisioningState?: ProvisioningState;
|
|
1066
|
+
};
|
|
1067
|
+
|
|
1068
|
+
/** A principal assignment check name availability request. */
|
|
1069
|
+
export declare interface DatabasePrincipalAssignmentCheckNameRequest {
|
|
1070
|
+
/** Principal Assignment resource name. */
|
|
1071
|
+
name: string;
|
|
1072
|
+
/** The type of resource, Microsoft.Kusto/clusters/databases/principalAssignments. */
|
|
1073
|
+
type: "Microsoft.Kusto/clusters/databases/principalAssignments";
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
/** The list Kusto database principal assignments operation response. */
|
|
1077
|
+
export declare interface DatabasePrincipalAssignmentListResult {
|
|
1078
|
+
/** The list of Kusto database principal assignments. */
|
|
1079
|
+
value?: DatabasePrincipalAssignment[];
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
/** Interface representing a DatabasePrincipalAssignments. */
|
|
1083
|
+
export declare interface DatabasePrincipalAssignments {
|
|
1084
|
+
/**
|
|
1085
|
+
* Lists all Kusto cluster database principalAssignments.
|
|
1086
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1087
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1088
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1089
|
+
* @param options The options parameters.
|
|
1090
|
+
*/
|
|
1091
|
+
list(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasePrincipalAssignmentsListOptionalParams): PagedAsyncIterableIterator<DatabasePrincipalAssignment>;
|
|
1092
|
+
/**
|
|
1093
|
+
* Checks that the database principal assignment is valid and is not already in use.
|
|
1094
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1095
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1096
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1097
|
+
* @param principalAssignmentName The name of the resource.
|
|
1098
|
+
* @param options The options parameters.
|
|
1099
|
+
*/
|
|
1100
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: DatabasePrincipalAssignmentCheckNameRequest, options?: DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams): Promise<DatabasePrincipalAssignmentsCheckNameAvailabilityResponse>;
|
|
1101
|
+
/**
|
|
1102
|
+
* Gets a Kusto cluster database principalAssignment.
|
|
1103
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1104
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1105
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1106
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
1107
|
+
* @param options The options parameters.
|
|
1108
|
+
*/
|
|
1109
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsGetOptionalParams): Promise<DatabasePrincipalAssignmentsGetResponse>;
|
|
1110
|
+
/**
|
|
1111
|
+
* Creates a Kusto cluster database principalAssignment.
|
|
1112
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1113
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1114
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1115
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
1116
|
+
* @param parameters The Kusto principalAssignments parameters supplied for the operation.
|
|
1117
|
+
* @param options The options parameters.
|
|
1118
|
+
*/
|
|
1119
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, parameters: DatabasePrincipalAssignment, options?: DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabasePrincipalAssignmentsCreateOrUpdateResponse>, DatabasePrincipalAssignmentsCreateOrUpdateResponse>>;
|
|
1120
|
+
/**
|
|
1121
|
+
* Creates a Kusto cluster database principalAssignment.
|
|
1122
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1123
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1124
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1125
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
1126
|
+
* @param parameters The Kusto principalAssignments parameters supplied for the operation.
|
|
1127
|
+
* @param options The options parameters.
|
|
1128
|
+
*/
|
|
1129
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, parameters: DatabasePrincipalAssignment, options?: DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams): Promise<DatabasePrincipalAssignmentsCreateOrUpdateResponse>;
|
|
1130
|
+
/**
|
|
1131
|
+
* Deletes a Kusto principalAssignment.
|
|
1132
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1133
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1134
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1135
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
1136
|
+
* @param options The options parameters.
|
|
1137
|
+
*/
|
|
1138
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1139
|
+
/**
|
|
1140
|
+
* Deletes a Kusto principalAssignment.
|
|
1141
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1142
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1143
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1144
|
+
* @param principalAssignmentName The name of the Kusto principalAssignment.
|
|
1145
|
+
* @param options The options parameters.
|
|
1146
|
+
*/
|
|
1147
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, principalAssignmentName: string, options?: DatabasePrincipalAssignmentsDeleteOptionalParams): Promise<void>;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
/** Optional parameters. */
|
|
1151
|
+
export declare interface DatabasePrincipalAssignmentsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
1155
|
+
export declare type DatabasePrincipalAssignmentsCheckNameAvailabilityResponse = CheckNameResult;
|
|
1156
|
+
|
|
1157
|
+
/** Optional parameters. */
|
|
1158
|
+
export declare interface DatabasePrincipalAssignmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1159
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1160
|
+
updateIntervalInMs?: number;
|
|
1161
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1162
|
+
resumeFrom?: string;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1166
|
+
export declare type DatabasePrincipalAssignmentsCreateOrUpdateResponse = DatabasePrincipalAssignment;
|
|
1167
|
+
|
|
1168
|
+
/** Optional parameters. */
|
|
1169
|
+
export declare interface DatabasePrincipalAssignmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1170
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1171
|
+
updateIntervalInMs?: number;
|
|
1172
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1173
|
+
resumeFrom?: string;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
/** Optional parameters. */
|
|
1177
|
+
export declare interface DatabasePrincipalAssignmentsGetOptionalParams extends coreClient.OperationOptions {
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
/** Contains response data for the get operation. */
|
|
1181
|
+
export declare type DatabasePrincipalAssignmentsGetResponse = DatabasePrincipalAssignment;
|
|
1182
|
+
|
|
1183
|
+
/** Optional parameters. */
|
|
1184
|
+
export declare interface DatabasePrincipalAssignmentsListOptionalParams extends coreClient.OperationOptions {
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
/** Contains response data for the list operation. */
|
|
1188
|
+
export declare type DatabasePrincipalAssignmentsListResponse = DatabasePrincipalAssignmentListResult;
|
|
1189
|
+
|
|
1190
|
+
/** The list Kusto database principals operation request. */
|
|
1191
|
+
export declare interface DatabasePrincipalListRequest {
|
|
1192
|
+
/** The list of Kusto database principals. */
|
|
1193
|
+
value?: DatabasePrincipal[];
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
/** The list Kusto database principals operation response. */
|
|
1197
|
+
export declare interface DatabasePrincipalListResult {
|
|
1198
|
+
/** The list of Kusto database principals. */
|
|
1199
|
+
value?: DatabasePrincipal[];
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
/**
|
|
1203
|
+
* Defines values for DatabasePrincipalRole. \
|
|
1204
|
+
* {@link KnownDatabasePrincipalRole} can be used interchangeably with DatabasePrincipalRole,
|
|
1205
|
+
* this enum contains the known values that the service supports.
|
|
1206
|
+
* ### Known values supported by the service
|
|
1207
|
+
* **Admin** \
|
|
1208
|
+
* **Ingestor** \
|
|
1209
|
+
* **Monitor** \
|
|
1210
|
+
* **User** \
|
|
1211
|
+
* **UnrestrictedViewer** \
|
|
1212
|
+
* **Viewer**
|
|
1213
|
+
*/
|
|
1214
|
+
export declare type DatabasePrincipalRole = string;
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* Defines values for DatabasePrincipalType. \
|
|
1218
|
+
* {@link KnownDatabasePrincipalType} can be used interchangeably with DatabasePrincipalType,
|
|
1219
|
+
* this enum contains the known values that the service supports.
|
|
1220
|
+
* ### Known values supported by the service
|
|
1221
|
+
* **App** \
|
|
1222
|
+
* **Group** \
|
|
1223
|
+
* **User**
|
|
1224
|
+
*/
|
|
1225
|
+
export declare type DatabasePrincipalType = string;
|
|
1226
|
+
|
|
1227
|
+
/** Interface representing a Databases. */
|
|
1228
|
+
export declare interface Databases {
|
|
1229
|
+
/**
|
|
1230
|
+
* Returns the list of databases of the given Kusto cluster.
|
|
1231
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1232
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1233
|
+
* @param options The options parameters.
|
|
1234
|
+
*/
|
|
1235
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: DatabasesListByClusterOptionalParams): PagedAsyncIterableIterator<DatabaseUnion>;
|
|
1236
|
+
/**
|
|
1237
|
+
* Returns a list of database principals of the given Kusto cluster and database.
|
|
1238
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1239
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1240
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1241
|
+
* @param options The options parameters.
|
|
1242
|
+
*/
|
|
1243
|
+
listPrincipals(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesListPrincipalsOptionalParams): PagedAsyncIterableIterator<DatabasePrincipal>;
|
|
1244
|
+
/**
|
|
1245
|
+
* Checks that the databases resource name is valid and is not already in use.
|
|
1246
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1247
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1248
|
+
* @param resourceName The name of the resource.
|
|
1249
|
+
* @param options The options parameters.
|
|
1250
|
+
*/
|
|
1251
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: CheckNameRequest, options?: DatabasesCheckNameAvailabilityOptionalParams): Promise<DatabasesCheckNameAvailabilityResponse>;
|
|
1252
|
+
/**
|
|
1253
|
+
* Returns a database.
|
|
1254
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1255
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1256
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1257
|
+
* @param options The options parameters.
|
|
1258
|
+
*/
|
|
1259
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
1260
|
+
/**
|
|
1261
|
+
* Creates or updates a database.
|
|
1262
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1263
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1264
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1265
|
+
* @param parameters The database parameters supplied to the CreateOrUpdate operation.
|
|
1266
|
+
* @param options The options parameters.
|
|
1267
|
+
*/
|
|
1268
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabasesCreateOrUpdateResponse>, DatabasesCreateOrUpdateResponse>>;
|
|
1269
|
+
/**
|
|
1270
|
+
* Creates or updates a database.
|
|
1271
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1272
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1273
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1274
|
+
* @param parameters The database parameters supplied to the CreateOrUpdate operation.
|
|
1275
|
+
* @param options The options parameters.
|
|
1276
|
+
*/
|
|
1277
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesCreateOrUpdateOptionalParams): Promise<DatabasesCreateOrUpdateResponse>;
|
|
1278
|
+
/**
|
|
1279
|
+
* Updates a database.
|
|
1280
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1281
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1282
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1283
|
+
* @param parameters The database parameters supplied to the Update operation.
|
|
1284
|
+
* @param options The options parameters.
|
|
1285
|
+
*/
|
|
1286
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesUpdateOptionalParams): Promise<PollerLike<PollOperationState<DatabasesUpdateResponse>, DatabasesUpdateResponse>>;
|
|
1287
|
+
/**
|
|
1288
|
+
* Updates a database.
|
|
1289
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1290
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1291
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1292
|
+
* @param parameters The database parameters supplied to the Update operation.
|
|
1293
|
+
* @param options The options parameters.
|
|
1294
|
+
*/
|
|
1295
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUnion, options?: DatabasesUpdateOptionalParams): Promise<DatabasesUpdateResponse>;
|
|
1296
|
+
/**
|
|
1297
|
+
* Deletes the database with the given name.
|
|
1298
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1299
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1300
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1301
|
+
* @param options The options parameters.
|
|
1302
|
+
*/
|
|
1303
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1304
|
+
/**
|
|
1305
|
+
* Deletes the database with the given name.
|
|
1306
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1307
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1308
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1309
|
+
* @param options The options parameters.
|
|
1310
|
+
*/
|
|
1311
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
1312
|
+
/**
|
|
1313
|
+
* Add Database principals permissions.
|
|
1314
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1315
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1316
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1317
|
+
* @param databasePrincipalsToAdd List of database principals to add.
|
|
1318
|
+
* @param options The options parameters.
|
|
1319
|
+
*/
|
|
1320
|
+
addPrincipals(resourceGroupName: string, clusterName: string, databaseName: string, databasePrincipalsToAdd: DatabasePrincipalListRequest, options?: DatabasesAddPrincipalsOptionalParams): Promise<DatabasesAddPrincipalsResponse>;
|
|
1321
|
+
/**
|
|
1322
|
+
* Remove Database principals permissions.
|
|
1323
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1324
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1325
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1326
|
+
* @param databasePrincipalsToRemove List of database principals to remove.
|
|
1327
|
+
* @param options The options parameters.
|
|
1328
|
+
*/
|
|
1329
|
+
removePrincipals(resourceGroupName: string, clusterName: string, databaseName: string, databasePrincipalsToRemove: DatabasePrincipalListRequest, options?: DatabasesRemovePrincipalsOptionalParams): Promise<DatabasesRemovePrincipalsResponse>;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
/** Optional parameters. */
|
|
1333
|
+
export declare interface DatabasesAddPrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/** Contains response data for the addPrincipals operation. */
|
|
1337
|
+
export declare type DatabasesAddPrincipalsResponse = DatabasePrincipalListResult;
|
|
1338
|
+
|
|
1339
|
+
/** Optional parameters. */
|
|
1340
|
+
export declare interface DatabasesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
1344
|
+
export declare type DatabasesCheckNameAvailabilityResponse = CheckNameResult;
|
|
1345
|
+
|
|
1346
|
+
/** Optional parameters. */
|
|
1347
|
+
export declare interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1348
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1349
|
+
updateIntervalInMs?: number;
|
|
1350
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1351
|
+
resumeFrom?: string;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1355
|
+
export declare type DatabasesCreateOrUpdateResponse = DatabaseUnion;
|
|
1356
|
+
|
|
1357
|
+
/** Optional parameters. */
|
|
1358
|
+
export declare interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1359
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1360
|
+
updateIntervalInMs?: number;
|
|
1361
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1362
|
+
resumeFrom?: string;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
/** Optional parameters. */
|
|
1366
|
+
export declare interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
/** Contains response data for the get operation. */
|
|
1370
|
+
export declare type DatabasesGetResponse = DatabaseUnion;
|
|
1371
|
+
|
|
1372
|
+
/** Optional parameters. */
|
|
1373
|
+
export declare interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
/** Contains response data for the listByCluster operation. */
|
|
1377
|
+
export declare type DatabasesListByClusterResponse = DatabaseListResult;
|
|
1378
|
+
|
|
1379
|
+
/** Optional parameters. */
|
|
1380
|
+
export declare interface DatabasesListPrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
/** Contains response data for the listPrincipals operation. */
|
|
1384
|
+
export declare type DatabasesListPrincipalsResponse = DatabasePrincipalListResult;
|
|
1385
|
+
|
|
1386
|
+
/** Optional parameters. */
|
|
1387
|
+
export declare interface DatabasesRemovePrincipalsOptionalParams extends coreClient.OperationOptions {
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
/** Contains response data for the removePrincipals operation. */
|
|
1391
|
+
export declare type DatabasesRemovePrincipalsResponse = DatabasePrincipalListResult;
|
|
1392
|
+
|
|
1393
|
+
/** A class that contains database statistics information. */
|
|
1394
|
+
export declare interface DatabaseStatistics {
|
|
1395
|
+
/** The database size - the total size of compressed data and index in bytes. */
|
|
1396
|
+
size?: number;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
/** Optional parameters. */
|
|
1400
|
+
export declare interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1401
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1402
|
+
updateIntervalInMs?: number;
|
|
1403
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1404
|
+
resumeFrom?: string;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
/** Contains response data for the update operation. */
|
|
1408
|
+
export declare type DatabasesUpdateResponse = DatabaseUnion;
|
|
1409
|
+
|
|
1410
|
+
export declare type DatabaseUnion = Database | ReadWriteDatabase | ReadOnlyFollowingDatabase;
|
|
1411
|
+
|
|
1412
|
+
/** Class representing an data connection. */
|
|
1413
|
+
export declare type DataConnection = ProxyResource & {
|
|
1414
|
+
/** Resource location. */
|
|
1415
|
+
location?: string;
|
|
1416
|
+
/** Kind of the endpoint for the data connection */
|
|
1417
|
+
kind: DataConnectionKind;
|
|
1418
|
+
};
|
|
1419
|
+
|
|
1420
|
+
/** A data connection check name availability request. */
|
|
1421
|
+
export declare interface DataConnectionCheckNameRequest {
|
|
1422
|
+
/** Data Connection name. */
|
|
1423
|
+
name: string;
|
|
1424
|
+
/** The type of resource, Microsoft.Kusto/clusters/databases/dataConnections. */
|
|
1425
|
+
type: "Microsoft.Kusto/clusters/databases/dataConnections";
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1428
|
+
/**
|
|
1429
|
+
* Defines values for DataConnectionKind. \
|
|
1430
|
+
* {@link KnownDataConnectionKind} can be used interchangeably with DataConnectionKind,
|
|
1431
|
+
* this enum contains the known values that the service supports.
|
|
1432
|
+
* ### Known values supported by the service
|
|
1433
|
+
* **EventHub** \
|
|
1434
|
+
* **EventGrid** \
|
|
1435
|
+
* **IotHub**
|
|
1436
|
+
*/
|
|
1437
|
+
export declare type DataConnectionKind = string;
|
|
1438
|
+
|
|
1439
|
+
/** The list Kusto data connections operation response. */
|
|
1440
|
+
export declare interface DataConnectionListResult {
|
|
1441
|
+
/** The list of Kusto data connections. */
|
|
1442
|
+
value?: DataConnectionUnion[];
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
/** Interface representing a DataConnections. */
|
|
1446
|
+
export declare interface DataConnections {
|
|
1447
|
+
/**
|
|
1448
|
+
* Returns the list of data connections of the given Kusto database.
|
|
1449
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1450
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1451
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1452
|
+
* @param options The options parameters.
|
|
1453
|
+
*/
|
|
1454
|
+
listByDatabase(resourceGroupName: string, clusterName: string, databaseName: string, options?: DataConnectionsListByDatabaseOptionalParams): PagedAsyncIterableIterator<DataConnectionUnion>;
|
|
1455
|
+
/**
|
|
1456
|
+
* Checks that the data connection parameters are valid.
|
|
1457
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1458
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1459
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1460
|
+
* @param parameters The data connection parameters supplied to the CreateOrUpdate operation.
|
|
1461
|
+
* @param options The options parameters.
|
|
1462
|
+
*/
|
|
1463
|
+
beginDataConnectionValidation(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DataConnectionValidation, options?: DataConnectionsDataConnectionValidationOptionalParams): Promise<PollerLike<PollOperationState<DataConnectionsDataConnectionValidationResponse>, DataConnectionsDataConnectionValidationResponse>>;
|
|
1464
|
+
/**
|
|
1465
|
+
* Checks that the data connection parameters are valid.
|
|
1466
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1467
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1468
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1469
|
+
* @param parameters The data connection parameters supplied to the CreateOrUpdate operation.
|
|
1470
|
+
* @param options The options parameters.
|
|
1471
|
+
*/
|
|
1472
|
+
beginDataConnectionValidationAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DataConnectionValidation, options?: DataConnectionsDataConnectionValidationOptionalParams): Promise<DataConnectionsDataConnectionValidationResponse>;
|
|
1473
|
+
/**
|
|
1474
|
+
* Checks that the data connection name is valid and is not already in use.
|
|
1475
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1476
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1477
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1478
|
+
* @param dataConnectionName The name of the data connection.
|
|
1479
|
+
* @param options The options parameters.
|
|
1480
|
+
*/
|
|
1481
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: DataConnectionCheckNameRequest, options?: DataConnectionsCheckNameAvailabilityOptionalParams): Promise<DataConnectionsCheckNameAvailabilityResponse>;
|
|
1482
|
+
/**
|
|
1483
|
+
* Returns a data connection.
|
|
1484
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1485
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1486
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1487
|
+
* @param dataConnectionName The name of the data connection.
|
|
1488
|
+
* @param options The options parameters.
|
|
1489
|
+
*/
|
|
1490
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsGetOptionalParams): Promise<DataConnectionsGetResponse>;
|
|
1491
|
+
/**
|
|
1492
|
+
* Creates or updates a data connection.
|
|
1493
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1494
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1495
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1496
|
+
* @param dataConnectionName The name of the data connection.
|
|
1497
|
+
* @param parameters The data connection parameters supplied to the CreateOrUpdate operation.
|
|
1498
|
+
* @param options The options parameters.
|
|
1499
|
+
*/
|
|
1500
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DataConnectionsCreateOrUpdateResponse>, DataConnectionsCreateOrUpdateResponse>>;
|
|
1501
|
+
/**
|
|
1502
|
+
* Creates or updates a data connection.
|
|
1503
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1504
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1505
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1506
|
+
* @param dataConnectionName The name of the data connection.
|
|
1507
|
+
* @param parameters The data connection parameters supplied to the CreateOrUpdate operation.
|
|
1508
|
+
* @param options The options parameters.
|
|
1509
|
+
*/
|
|
1510
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsCreateOrUpdateOptionalParams): Promise<DataConnectionsCreateOrUpdateResponse>;
|
|
1511
|
+
/**
|
|
1512
|
+
* Updates a data connection.
|
|
1513
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1514
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1515
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1516
|
+
* @param dataConnectionName The name of the data connection.
|
|
1517
|
+
* @param parameters The data connection parameters supplied to the Update operation.
|
|
1518
|
+
* @param options The options parameters.
|
|
1519
|
+
*/
|
|
1520
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<DataConnectionsUpdateResponse>, DataConnectionsUpdateResponse>>;
|
|
1521
|
+
/**
|
|
1522
|
+
* Updates a data connection.
|
|
1523
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1524
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1525
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1526
|
+
* @param dataConnectionName The name of the data connection.
|
|
1527
|
+
* @param parameters The data connection parameters supplied to the Update operation.
|
|
1528
|
+
* @param options The options parameters.
|
|
1529
|
+
*/
|
|
1530
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, parameters: DataConnectionUnion, options?: DataConnectionsUpdateOptionalParams): Promise<DataConnectionsUpdateResponse>;
|
|
1531
|
+
/**
|
|
1532
|
+
* Deletes the data connection with the given name.
|
|
1533
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1534
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1535
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1536
|
+
* @param dataConnectionName The name of the data connection.
|
|
1537
|
+
* @param options The options parameters.
|
|
1538
|
+
*/
|
|
1539
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1540
|
+
/**
|
|
1541
|
+
* Deletes the data connection with the given name.
|
|
1542
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
1543
|
+
* @param clusterName The name of the Kusto cluster.
|
|
1544
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
1545
|
+
* @param dataConnectionName The name of the data connection.
|
|
1546
|
+
* @param options The options parameters.
|
|
1547
|
+
*/
|
|
1548
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, dataConnectionName: string, options?: DataConnectionsDeleteOptionalParams): Promise<void>;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
/** Optional parameters. */
|
|
1552
|
+
export declare interface DataConnectionsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
1556
|
+
export declare type DataConnectionsCheckNameAvailabilityResponse = CheckNameResult;
|
|
1557
|
+
|
|
1558
|
+
/** Optional parameters. */
|
|
1559
|
+
export declare interface DataConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1560
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1561
|
+
updateIntervalInMs?: number;
|
|
1562
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1563
|
+
resumeFrom?: string;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1567
|
+
export declare type DataConnectionsCreateOrUpdateResponse = DataConnectionUnion;
|
|
1568
|
+
|
|
1569
|
+
/** Optional parameters. */
|
|
1570
|
+
export declare interface DataConnectionsDataConnectionValidationOptionalParams extends coreClient.OperationOptions {
|
|
1571
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1572
|
+
updateIntervalInMs?: number;
|
|
1573
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1574
|
+
resumeFrom?: string;
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
/** Contains response data for the dataConnectionValidation operation. */
|
|
1578
|
+
export declare type DataConnectionsDataConnectionValidationResponse = DataConnectionValidationListResult;
|
|
1579
|
+
|
|
1580
|
+
/** Optional parameters. */
|
|
1581
|
+
export declare interface DataConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1582
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1583
|
+
updateIntervalInMs?: number;
|
|
1584
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1585
|
+
resumeFrom?: string;
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
/** Optional parameters. */
|
|
1589
|
+
export declare interface DataConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
/** Contains response data for the get operation. */
|
|
1593
|
+
export declare type DataConnectionsGetResponse = DataConnectionUnion;
|
|
1594
|
+
|
|
1595
|
+
/** Optional parameters. */
|
|
1596
|
+
export declare interface DataConnectionsListByDatabaseOptionalParams extends coreClient.OperationOptions {
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
/** Contains response data for the listByDatabase operation. */
|
|
1600
|
+
export declare type DataConnectionsListByDatabaseResponse = DataConnectionListResult;
|
|
1601
|
+
|
|
1602
|
+
/** Optional parameters. */
|
|
1603
|
+
export declare interface DataConnectionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1604
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1605
|
+
updateIntervalInMs?: number;
|
|
1606
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1607
|
+
resumeFrom?: string;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
/** Contains response data for the update operation. */
|
|
1611
|
+
export declare type DataConnectionsUpdateResponse = DataConnectionUnion;
|
|
1612
|
+
|
|
1613
|
+
export declare type DataConnectionUnion = DataConnection | EventHubDataConnection | IotHubDataConnection | EventGridDataConnection;
|
|
1614
|
+
|
|
1615
|
+
/** Class representing an data connection validation. */
|
|
1616
|
+
export declare interface DataConnectionValidation {
|
|
1617
|
+
/** The name of the data connection. */
|
|
1618
|
+
dataConnectionName?: string;
|
|
1619
|
+
/** The data connection properties to validate. */
|
|
1620
|
+
properties?: DataConnectionUnion;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
/** The list Kusto data connection validation result. */
|
|
1624
|
+
export declare interface DataConnectionValidationListResult {
|
|
1625
|
+
/** The list of Kusto data connection validation errors. */
|
|
1626
|
+
value?: DataConnectionValidationResult[];
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
/** The result returned from a data connection validation request. */
|
|
1630
|
+
export declare interface DataConnectionValidationResult {
|
|
1631
|
+
/** A message which indicates a problem in data connection validation. */
|
|
1632
|
+
errorMessage?: string;
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
/**
|
|
1636
|
+
* Defines values for DefaultPrincipalsModificationKind. \
|
|
1637
|
+
* {@link KnownDefaultPrincipalsModificationKind} can be used interchangeably with DefaultPrincipalsModificationKind,
|
|
1638
|
+
* this enum contains the known values that the service supports.
|
|
1639
|
+
* ### Known values supported by the service
|
|
1640
|
+
* **Union** \
|
|
1641
|
+
* **Replace** \
|
|
1642
|
+
* **None**
|
|
1643
|
+
*/
|
|
1644
|
+
export declare type DefaultPrincipalsModificationKind = string;
|
|
1645
|
+
|
|
1646
|
+
export declare interface DiagnoseVirtualNetworkResult {
|
|
1647
|
+
/** The list of network connectivity diagnostic finding */
|
|
1648
|
+
findings?: string[];
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
/** A domain name that a service is reached at, including details of the current connection status. */
|
|
1652
|
+
export declare interface EndpointDependency {
|
|
1653
|
+
/** The domain name of the dependency. */
|
|
1654
|
+
domainName?: string;
|
|
1655
|
+
/** The ports used when connecting to DomainName. */
|
|
1656
|
+
endpointDetails?: EndpointDetail[];
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
/** Current TCP connectivity information from the Kusto cluster to a single endpoint. */
|
|
1660
|
+
export declare interface EndpointDetail {
|
|
1661
|
+
/** The port an endpoint is connected to. */
|
|
1662
|
+
port?: number;
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
/**
|
|
1666
|
+
* Defines values for EngineType. \
|
|
1667
|
+
* {@link KnownEngineType} can be used interchangeably with EngineType,
|
|
1668
|
+
* this enum contains the known values that the service supports.
|
|
1669
|
+
* ### Known values supported by the service
|
|
1670
|
+
* **V2** \
|
|
1671
|
+
* **V3**
|
|
1672
|
+
*/
|
|
1673
|
+
export declare type EngineType = string;
|
|
1674
|
+
|
|
1675
|
+
/** Class representing an Event Grid data connection. */
|
|
1676
|
+
export declare type EventGridDataConnection = DataConnection & {
|
|
1677
|
+
/** The resource ID of the storage account where the data resides. */
|
|
1678
|
+
storageAccountResourceId?: string;
|
|
1679
|
+
/** The resource ID where the event grid is configured to send events. */
|
|
1680
|
+
eventHubResourceId?: string;
|
|
1681
|
+
/** The event hub consumer group. */
|
|
1682
|
+
consumerGroup?: string;
|
|
1683
|
+
/** The table where the data should be ingested. Optionally the table information can be added to each message. */
|
|
1684
|
+
tableName?: string;
|
|
1685
|
+
/** The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. */
|
|
1686
|
+
mappingRuleName?: string;
|
|
1687
|
+
/** The data format of the message. Optionally the data format can be added to each message. */
|
|
1688
|
+
dataFormat?: EventGridDataFormat;
|
|
1689
|
+
/** A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file */
|
|
1690
|
+
ignoreFirstRecord?: boolean;
|
|
1691
|
+
/** The name of blob storage event type to process. */
|
|
1692
|
+
blobStorageEventType?: BlobStorageEventType;
|
|
1693
|
+
/**
|
|
1694
|
+
* The provisioned state of the resource.
|
|
1695
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1696
|
+
*/
|
|
1697
|
+
readonly provisioningState?: ProvisioningState;
|
|
1698
|
+
};
|
|
1699
|
+
|
|
1700
|
+
/**
|
|
1701
|
+
* Defines values for EventGridDataFormat. \
|
|
1702
|
+
* {@link KnownEventGridDataFormat} can be used interchangeably with EventGridDataFormat,
|
|
1703
|
+
* this enum contains the known values that the service supports.
|
|
1704
|
+
* ### Known values supported by the service
|
|
1705
|
+
* **MULTIJSON** \
|
|
1706
|
+
* **JSON** \
|
|
1707
|
+
* **CSV** \
|
|
1708
|
+
* **TSV** \
|
|
1709
|
+
* **SCSV** \
|
|
1710
|
+
* **SOHSV** \
|
|
1711
|
+
* **PSV** \
|
|
1712
|
+
* **TXT** \
|
|
1713
|
+
* **RAW** \
|
|
1714
|
+
* **SINGLEJSON** \
|
|
1715
|
+
* **AVRO** \
|
|
1716
|
+
* **TSVE** \
|
|
1717
|
+
* **PARQUET** \
|
|
1718
|
+
* **ORC** \
|
|
1719
|
+
* **APACHEAVRO** \
|
|
1720
|
+
* **W3CLOGFILE**
|
|
1721
|
+
*/
|
|
1722
|
+
export declare type EventGridDataFormat = string;
|
|
1723
|
+
|
|
1724
|
+
/** Class representing an event hub data connection. */
|
|
1725
|
+
export declare type EventHubDataConnection = DataConnection & {
|
|
1726
|
+
/** The resource ID of the event hub to be used to create a data connection. */
|
|
1727
|
+
eventHubResourceId?: string;
|
|
1728
|
+
/** The event hub consumer group. */
|
|
1729
|
+
consumerGroup?: string;
|
|
1730
|
+
/** The table where the data should be ingested. Optionally the table information can be added to each message. */
|
|
1731
|
+
tableName?: string;
|
|
1732
|
+
/** The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. */
|
|
1733
|
+
mappingRuleName?: string;
|
|
1734
|
+
/** The data format of the message. Optionally the data format can be added to each message. */
|
|
1735
|
+
dataFormat?: EventHubDataFormat;
|
|
1736
|
+
/** System properties of the event hub */
|
|
1737
|
+
eventSystemProperties?: string[];
|
|
1738
|
+
/** The event hub messages compression type */
|
|
1739
|
+
compression?: Compression;
|
|
1740
|
+
/**
|
|
1741
|
+
* The provisioned state of the resource.
|
|
1742
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1743
|
+
*/
|
|
1744
|
+
readonly provisioningState?: ProvisioningState;
|
|
1745
|
+
/** The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub. */
|
|
1746
|
+
managedIdentityResourceId?: string;
|
|
1747
|
+
};
|
|
1748
|
+
|
|
1749
|
+
/**
|
|
1750
|
+
* Defines values for EventHubDataFormat. \
|
|
1751
|
+
* {@link KnownEventHubDataFormat} can be used interchangeably with EventHubDataFormat,
|
|
1752
|
+
* this enum contains the known values that the service supports.
|
|
1753
|
+
* ### Known values supported by the service
|
|
1754
|
+
* **MULTIJSON** \
|
|
1755
|
+
* **JSON** \
|
|
1756
|
+
* **CSV** \
|
|
1757
|
+
* **TSV** \
|
|
1758
|
+
* **SCSV** \
|
|
1759
|
+
* **SOHSV** \
|
|
1760
|
+
* **PSV** \
|
|
1761
|
+
* **TXT** \
|
|
1762
|
+
* **RAW** \
|
|
1763
|
+
* **SINGLEJSON** \
|
|
1764
|
+
* **AVRO** \
|
|
1765
|
+
* **TSVE** \
|
|
1766
|
+
* **PARQUET** \
|
|
1767
|
+
* **ORC** \
|
|
1768
|
+
* **APACHEAVRO** \
|
|
1769
|
+
* **W3CLOGFILE**
|
|
1770
|
+
*/
|
|
1771
|
+
export declare type EventHubDataFormat = string;
|
|
1772
|
+
|
|
1773
|
+
/** A class representing follower database request. */
|
|
1774
|
+
export declare interface FollowerDatabaseDefinition {
|
|
1775
|
+
/** Resource id of the cluster that follows a database owned by this cluster. */
|
|
1776
|
+
clusterResourceId: string;
|
|
1777
|
+
/** Resource name of the attached database configuration in the follower cluster. */
|
|
1778
|
+
attachedDatabaseConfigurationName: string;
|
|
1779
|
+
/**
|
|
1780
|
+
* The database name owned by this cluster that was followed. * in case following all databases.
|
|
1781
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1782
|
+
*/
|
|
1783
|
+
readonly databaseName?: string;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
/** The list Kusto database principals operation response. */
|
|
1787
|
+
export declare interface FollowerDatabaseListResult {
|
|
1788
|
+
/** The list of follower database result. */
|
|
1789
|
+
value?: FollowerDatabaseDefinition[];
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
/** Identity for the resource. */
|
|
1793
|
+
export declare interface Identity {
|
|
1794
|
+
/**
|
|
1795
|
+
* The principal ID of resource identity.
|
|
1796
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1797
|
+
*/
|
|
1798
|
+
readonly principalId?: string;
|
|
1799
|
+
/**
|
|
1800
|
+
* The tenant ID of resource.
|
|
1801
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1802
|
+
*/
|
|
1803
|
+
readonly tenantId?: string;
|
|
1804
|
+
/** The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove all identities. */
|
|
1805
|
+
type: IdentityType;
|
|
1806
|
+
/** The list of user identities associated with the Kusto cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
1807
|
+
userAssignedIdentities?: {
|
|
1808
|
+
[propertyName: string]: ComponentsSgqdofSchemasIdentityPropertiesUserassignedidentitiesAdditionalproperties;
|
|
1809
|
+
};
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
/**
|
|
1813
|
+
* Defines values for IdentityType. \
|
|
1814
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
1815
|
+
* this enum contains the known values that the service supports.
|
|
1816
|
+
* ### Known values supported by the service
|
|
1817
|
+
* **None** \
|
|
1818
|
+
* **SystemAssigned** \
|
|
1819
|
+
* **UserAssigned** \
|
|
1820
|
+
* **SystemAssigned, UserAssigned**
|
|
1821
|
+
*/
|
|
1822
|
+
export declare type IdentityType = string;
|
|
1823
|
+
|
|
1824
|
+
/** Class representing an iot hub data connection. */
|
|
1825
|
+
export declare type IotHubDataConnection = DataConnection & {
|
|
1826
|
+
/** The resource ID of the Iot hub to be used to create a data connection. */
|
|
1827
|
+
iotHubResourceId?: string;
|
|
1828
|
+
/** The iot hub consumer group. */
|
|
1829
|
+
consumerGroup?: string;
|
|
1830
|
+
/** The table where the data should be ingested. Optionally the table information can be added to each message. */
|
|
1831
|
+
tableName?: string;
|
|
1832
|
+
/** The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message. */
|
|
1833
|
+
mappingRuleName?: string;
|
|
1834
|
+
/** The data format of the message. Optionally the data format can be added to each message. */
|
|
1835
|
+
dataFormat?: IotHubDataFormat;
|
|
1836
|
+
/** System properties of the iot hub */
|
|
1837
|
+
eventSystemProperties?: string[];
|
|
1838
|
+
/** The name of the share access policy */
|
|
1839
|
+
sharedAccessPolicyName?: string;
|
|
1840
|
+
/**
|
|
1841
|
+
* The provisioned state of the resource.
|
|
1842
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1843
|
+
*/
|
|
1844
|
+
readonly provisioningState?: ProvisioningState;
|
|
1845
|
+
};
|
|
1846
|
+
|
|
1847
|
+
/**
|
|
1848
|
+
* Defines values for IotHubDataFormat. \
|
|
1849
|
+
* {@link KnownIotHubDataFormat} can be used interchangeably with IotHubDataFormat,
|
|
1850
|
+
* this enum contains the known values that the service supports.
|
|
1851
|
+
* ### Known values supported by the service
|
|
1852
|
+
* **MULTIJSON** \
|
|
1853
|
+
* **JSON** \
|
|
1854
|
+
* **CSV** \
|
|
1855
|
+
* **TSV** \
|
|
1856
|
+
* **SCSV** \
|
|
1857
|
+
* **SOHSV** \
|
|
1858
|
+
* **PSV** \
|
|
1859
|
+
* **TXT** \
|
|
1860
|
+
* **RAW** \
|
|
1861
|
+
* **SINGLEJSON** \
|
|
1862
|
+
* **AVRO** \
|
|
1863
|
+
* **TSVE** \
|
|
1864
|
+
* **PARQUET** \
|
|
1865
|
+
* **ORC** \
|
|
1866
|
+
* **APACHEAVRO** \
|
|
1867
|
+
* **W3CLOGFILE**
|
|
1868
|
+
*/
|
|
1869
|
+
export declare type IotHubDataFormat = string;
|
|
1870
|
+
|
|
1871
|
+
/** Properties of the key vault. */
|
|
1872
|
+
export declare interface KeyVaultProperties {
|
|
1873
|
+
/** The name of the key vault key. */
|
|
1874
|
+
keyName?: string;
|
|
1875
|
+
/** The version of the key vault key. */
|
|
1876
|
+
keyVersion?: string;
|
|
1877
|
+
/** The Uri of the key vault. */
|
|
1878
|
+
keyVaultUri?: string;
|
|
1879
|
+
/** The user assigned identity (ARM resource id) that has access to the key. */
|
|
1880
|
+
userIdentity?: string;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
/**
|
|
1884
|
+
* Defines values for Kind. \
|
|
1885
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
1886
|
+
* this enum contains the known values that the service supports.
|
|
1887
|
+
* ### Known values supported by the service
|
|
1888
|
+
* **ReadWrite** \
|
|
1889
|
+
* **ReadOnlyFollowing**
|
|
1890
|
+
*/
|
|
1891
|
+
export declare type Kind = string;
|
|
1892
|
+
|
|
1893
|
+
/** Known values of {@link AzureScaleType} that the service accepts. */
|
|
1894
|
+
export declare enum KnownAzureScaleType {
|
|
1895
|
+
Automatic = "automatic",
|
|
1896
|
+
Manual = "manual",
|
|
1897
|
+
None = "none"
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
/** Known values of {@link AzureSkuName} that the service accepts. */
|
|
1901
|
+
export declare enum KnownAzureSkuName {
|
|
1902
|
+
StandardDS13V21TBPS = "Standard_DS13_v2+1TB_PS",
|
|
1903
|
+
StandardDS13V22TBPS = "Standard_DS13_v2+2TB_PS",
|
|
1904
|
+
StandardDS14V23TBPS = "Standard_DS14_v2+3TB_PS",
|
|
1905
|
+
StandardDS14V24TBPS = "Standard_DS14_v2+4TB_PS",
|
|
1906
|
+
StandardD13V2 = "Standard_D13_v2",
|
|
1907
|
+
StandardD14V2 = "Standard_D14_v2",
|
|
1908
|
+
StandardL8S = "Standard_L8s",
|
|
1909
|
+
StandardL16S = "Standard_L16s",
|
|
1910
|
+
StandardL8SV2 = "Standard_L8s_v2",
|
|
1911
|
+
StandardL16SV2 = "Standard_L16s_v2",
|
|
1912
|
+
StandardD11V2 = "Standard_D11_v2",
|
|
1913
|
+
StandardD12V2 = "Standard_D12_v2",
|
|
1914
|
+
StandardL4S = "Standard_L4s",
|
|
1915
|
+
DevNoSLAStandardD11V2 = "Dev(No SLA)_Standard_D11_v2",
|
|
1916
|
+
StandardE64IV3 = "Standard_E64i_v3",
|
|
1917
|
+
StandardE80IdsV4 = "Standard_E80ids_v4",
|
|
1918
|
+
StandardE2AV4 = "Standard_E2a_v4",
|
|
1919
|
+
StandardE4AV4 = "Standard_E4a_v4",
|
|
1920
|
+
StandardE8AV4 = "Standard_E8a_v4",
|
|
1921
|
+
StandardE16AV4 = "Standard_E16a_v4",
|
|
1922
|
+
StandardE8AsV41TBPS = "Standard_E8as_v4+1TB_PS",
|
|
1923
|
+
StandardE8AsV42TBPS = "Standard_E8as_v4+2TB_PS",
|
|
1924
|
+
StandardE16AsV43TBPS = "Standard_E16as_v4+3TB_PS",
|
|
1925
|
+
StandardE16AsV44TBPS = "Standard_E16as_v4+4TB_PS",
|
|
1926
|
+
DevNoSLAStandardE2AV4 = "Dev(No SLA)_Standard_E2a_v4"
|
|
1927
|
+
}
|
|
1928
|
+
|
|
1929
|
+
/** Known values of {@link AzureSkuTier} that the service accepts. */
|
|
1930
|
+
export declare enum KnownAzureSkuTier {
|
|
1931
|
+
Basic = "Basic",
|
|
1932
|
+
Standard = "Standard"
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
/** Known values of {@link BlobStorageEventType} that the service accepts. */
|
|
1936
|
+
export declare enum KnownBlobStorageEventType {
|
|
1937
|
+
MicrosoftStorageBlobCreated = "Microsoft.Storage.BlobCreated",
|
|
1938
|
+
MicrosoftStorageBlobRenamed = "Microsoft.Storage.BlobRenamed"
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
/** Known values of {@link ClusterNetworkAccessFlag} that the service accepts. */
|
|
1942
|
+
export declare enum KnownClusterNetworkAccessFlag {
|
|
1943
|
+
Enabled = "Enabled",
|
|
1944
|
+
Disabled = "Disabled"
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
/** Known values of {@link ClusterPrincipalRole} that the service accepts. */
|
|
1948
|
+
export declare enum KnownClusterPrincipalRole {
|
|
1949
|
+
AllDatabasesAdmin = "AllDatabasesAdmin",
|
|
1950
|
+
AllDatabasesViewer = "AllDatabasesViewer"
|
|
1951
|
+
}
|
|
1952
|
+
|
|
1953
|
+
/** Known values of {@link Compression} that the service accepts. */
|
|
1954
|
+
export declare enum KnownCompression {
|
|
1955
|
+
None = "None",
|
|
1956
|
+
GZip = "GZip"
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1960
|
+
export declare enum KnownCreatedByType {
|
|
1961
|
+
User = "User",
|
|
1962
|
+
Application = "Application",
|
|
1963
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1964
|
+
Key = "Key"
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
/** Known values of {@link DatabasePrincipalRole} that the service accepts. */
|
|
1968
|
+
export declare enum KnownDatabasePrincipalRole {
|
|
1969
|
+
Admin = "Admin",
|
|
1970
|
+
Ingestor = "Ingestor",
|
|
1971
|
+
Monitor = "Monitor",
|
|
1972
|
+
User = "User",
|
|
1973
|
+
UnrestrictedViewer = "UnrestrictedViewer",
|
|
1974
|
+
Viewer = "Viewer"
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
/** Known values of {@link DatabasePrincipalType} that the service accepts. */
|
|
1978
|
+
export declare enum KnownDatabasePrincipalType {
|
|
1979
|
+
App = "App",
|
|
1980
|
+
Group = "Group",
|
|
1981
|
+
User = "User"
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
/** Known values of {@link DataConnectionKind} that the service accepts. */
|
|
1985
|
+
export declare enum KnownDataConnectionKind {
|
|
1986
|
+
EventHub = "EventHub",
|
|
1987
|
+
EventGrid = "EventGrid",
|
|
1988
|
+
IotHub = "IotHub"
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
/** Known values of {@link DefaultPrincipalsModificationKind} that the service accepts. */
|
|
1992
|
+
export declare enum KnownDefaultPrincipalsModificationKind {
|
|
1993
|
+
Union = "Union",
|
|
1994
|
+
Replace = "Replace",
|
|
1995
|
+
None = "None"
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
/** Known values of {@link EngineType} that the service accepts. */
|
|
1999
|
+
export declare enum KnownEngineType {
|
|
2000
|
+
V2 = "V2",
|
|
2001
|
+
V3 = "V3"
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
/** Known values of {@link EventGridDataFormat} that the service accepts. */
|
|
2005
|
+
export declare enum KnownEventGridDataFormat {
|
|
2006
|
+
Multijson = "MULTIJSON",
|
|
2007
|
+
Json = "JSON",
|
|
2008
|
+
CSV = "CSV",
|
|
2009
|
+
TSV = "TSV",
|
|
2010
|
+
Scsv = "SCSV",
|
|
2011
|
+
Sohsv = "SOHSV",
|
|
2012
|
+
PSV = "PSV",
|
|
2013
|
+
TXT = "TXT",
|
|
2014
|
+
RAW = "RAW",
|
|
2015
|
+
Singlejson = "SINGLEJSON",
|
|
2016
|
+
Avro = "AVRO",
|
|
2017
|
+
Tsve = "TSVE",
|
|
2018
|
+
Parquet = "PARQUET",
|
|
2019
|
+
ORC = "ORC",
|
|
2020
|
+
Apacheavro = "APACHEAVRO",
|
|
2021
|
+
W3Clogfile = "W3CLOGFILE"
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
/** Known values of {@link EventHubDataFormat} that the service accepts. */
|
|
2025
|
+
export declare enum KnownEventHubDataFormat {
|
|
2026
|
+
Multijson = "MULTIJSON",
|
|
2027
|
+
Json = "JSON",
|
|
2028
|
+
CSV = "CSV",
|
|
2029
|
+
TSV = "TSV",
|
|
2030
|
+
Scsv = "SCSV",
|
|
2031
|
+
Sohsv = "SOHSV",
|
|
2032
|
+
PSV = "PSV",
|
|
2033
|
+
TXT = "TXT",
|
|
2034
|
+
RAW = "RAW",
|
|
2035
|
+
Singlejson = "SINGLEJSON",
|
|
2036
|
+
Avro = "AVRO",
|
|
2037
|
+
Tsve = "TSVE",
|
|
2038
|
+
Parquet = "PARQUET",
|
|
2039
|
+
ORC = "ORC",
|
|
2040
|
+
Apacheavro = "APACHEAVRO",
|
|
2041
|
+
W3Clogfile = "W3CLOGFILE"
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
2045
|
+
export declare enum KnownIdentityType {
|
|
2046
|
+
None = "None",
|
|
2047
|
+
SystemAssigned = "SystemAssigned",
|
|
2048
|
+
UserAssigned = "UserAssigned",
|
|
2049
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
/** Known values of {@link IotHubDataFormat} that the service accepts. */
|
|
2053
|
+
export declare enum KnownIotHubDataFormat {
|
|
2054
|
+
Multijson = "MULTIJSON",
|
|
2055
|
+
Json = "JSON",
|
|
2056
|
+
CSV = "CSV",
|
|
2057
|
+
TSV = "TSV",
|
|
2058
|
+
Scsv = "SCSV",
|
|
2059
|
+
Sohsv = "SOHSV",
|
|
2060
|
+
PSV = "PSV",
|
|
2061
|
+
TXT = "TXT",
|
|
2062
|
+
RAW = "RAW",
|
|
2063
|
+
Singlejson = "SINGLEJSON",
|
|
2064
|
+
Avro = "AVRO",
|
|
2065
|
+
Tsve = "TSVE",
|
|
2066
|
+
Parquet = "PARQUET",
|
|
2067
|
+
ORC = "ORC",
|
|
2068
|
+
Apacheavro = "APACHEAVRO",
|
|
2069
|
+
W3Clogfile = "W3CLOGFILE"
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
2073
|
+
export declare enum KnownKind {
|
|
2074
|
+
ReadWrite = "ReadWrite",
|
|
2075
|
+
ReadOnlyFollowing = "ReadOnlyFollowing"
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
/** Known values of {@link LanguageExtensionName} that the service accepts. */
|
|
2079
|
+
export declare enum KnownLanguageExtensionName {
|
|
2080
|
+
Python = "PYTHON",
|
|
2081
|
+
R = "R"
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
/** Known values of {@link PrincipalsModificationKind} that the service accepts. */
|
|
2085
|
+
export declare enum KnownPrincipalsModificationKind {
|
|
2086
|
+
Union = "Union",
|
|
2087
|
+
Replace = "Replace",
|
|
2088
|
+
None = "None"
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
/** Known values of {@link PrincipalType} that the service accepts. */
|
|
2092
|
+
export declare enum KnownPrincipalType {
|
|
2093
|
+
App = "App",
|
|
2094
|
+
Group = "Group",
|
|
2095
|
+
User = "User"
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
2099
|
+
export declare enum KnownProvisioningState {
|
|
2100
|
+
Running = "Running",
|
|
2101
|
+
Creating = "Creating",
|
|
2102
|
+
Deleting = "Deleting",
|
|
2103
|
+
Succeeded = "Succeeded",
|
|
2104
|
+
Failed = "Failed",
|
|
2105
|
+
Moving = "Moving"
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
2109
|
+
export declare enum KnownPublicNetworkAccess {
|
|
2110
|
+
Enabled = "Enabled",
|
|
2111
|
+
Disabled = "Disabled"
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
/** Known values of {@link Reason} that the service accepts. */
|
|
2115
|
+
export declare enum KnownReason {
|
|
2116
|
+
Invalid = "Invalid",
|
|
2117
|
+
AlreadyExists = "AlreadyExists"
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
/** Known values of {@link State} that the service accepts. */
|
|
2121
|
+
export declare enum KnownState {
|
|
2122
|
+
Creating = "Creating",
|
|
2123
|
+
Unavailable = "Unavailable",
|
|
2124
|
+
Running = "Running",
|
|
2125
|
+
Deleting = "Deleting",
|
|
2126
|
+
Deleted = "Deleted",
|
|
2127
|
+
Stopping = "Stopping",
|
|
2128
|
+
Stopped = "Stopped",
|
|
2129
|
+
Starting = "Starting",
|
|
2130
|
+
Updating = "Updating"
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
/** Known values of {@link Status} that the service accepts. */
|
|
2134
|
+
export declare enum KnownStatus {
|
|
2135
|
+
Succeeded = "Succeeded",
|
|
2136
|
+
Canceled = "Canceled",
|
|
2137
|
+
Failed = "Failed",
|
|
2138
|
+
Running = "Running"
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
export declare class KustoManagementClient extends coreClient.ServiceClient {
|
|
2142
|
+
$host: string;
|
|
2143
|
+
subscriptionId: string;
|
|
2144
|
+
apiVersion: string;
|
|
2145
|
+
/**
|
|
2146
|
+
* Initializes a new instance of the KustoManagementClient class.
|
|
2147
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
2148
|
+
* @param subscriptionId Gets subscription credentials which uniquely identify Microsoft Azure
|
|
2149
|
+
* subscription. The subscription ID forms part of the URI for every service call.
|
|
2150
|
+
* @param options The parameter options
|
|
2151
|
+
*/
|
|
2152
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: KustoManagementClientOptionalParams);
|
|
2153
|
+
clusters: Clusters;
|
|
2154
|
+
clusterPrincipalAssignments: ClusterPrincipalAssignments;
|
|
2155
|
+
databases: Databases;
|
|
2156
|
+
attachedDatabaseConfigurations: AttachedDatabaseConfigurations;
|
|
2157
|
+
managedPrivateEndpoints: ManagedPrivateEndpoints;
|
|
2158
|
+
databasePrincipalAssignments: DatabasePrincipalAssignments;
|
|
2159
|
+
scripts: Scripts;
|
|
2160
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
2161
|
+
privateLinkResources: PrivateLinkResources;
|
|
2162
|
+
dataConnections: DataConnections;
|
|
2163
|
+
operations: Operations;
|
|
2164
|
+
operationsResults: OperationsResults;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
/** Optional parameters. */
|
|
2168
|
+
export declare interface KustoManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2169
|
+
/** server parameter */
|
|
2170
|
+
$host?: string;
|
|
2171
|
+
/** Api Version */
|
|
2172
|
+
apiVersion?: string;
|
|
2173
|
+
/** Overrides client endpoint. */
|
|
2174
|
+
endpoint?: string;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
/** The language extension object. */
|
|
2178
|
+
export declare interface LanguageExtension {
|
|
2179
|
+
/** The language extension name. */
|
|
2180
|
+
languageExtensionName?: LanguageExtensionName;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
/**
|
|
2184
|
+
* Defines values for LanguageExtensionName. \
|
|
2185
|
+
* {@link KnownLanguageExtensionName} can be used interchangeably with LanguageExtensionName,
|
|
2186
|
+
* this enum contains the known values that the service supports.
|
|
2187
|
+
* ### Known values supported by the service
|
|
2188
|
+
* **PYTHON** \
|
|
2189
|
+
* **R**
|
|
2190
|
+
*/
|
|
2191
|
+
export declare type LanguageExtensionName = string;
|
|
2192
|
+
|
|
2193
|
+
/** The list of language extension objects. */
|
|
2194
|
+
export declare interface LanguageExtensionsList {
|
|
2195
|
+
/** The list of language extensions. */
|
|
2196
|
+
value?: LanguageExtension[];
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
/** List of available SKUs for a Kusto Cluster. */
|
|
2200
|
+
export declare interface ListResourceSkusResult {
|
|
2201
|
+
/** The collection of available SKUs for an existing resource. */
|
|
2202
|
+
value?: AzureResourceSku[];
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
/** Class representing a managed private endpoint. */
|
|
2206
|
+
export declare type ManagedPrivateEndpoint = ProxyResource & {
|
|
2207
|
+
/**
|
|
2208
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
2209
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2210
|
+
*/
|
|
2211
|
+
readonly systemData?: SystemData;
|
|
2212
|
+
/** The ARM resource ID of the resource for which the managed private endpoint is created. */
|
|
2213
|
+
privateLinkResourceId?: string;
|
|
2214
|
+
/** The region of the resource to which the managed private endpoint is created. */
|
|
2215
|
+
privateLinkResourceRegion?: string;
|
|
2216
|
+
/** The groupId in which the managed private endpoint is created. */
|
|
2217
|
+
groupId?: string;
|
|
2218
|
+
/** The user request message. */
|
|
2219
|
+
requestMessage?: string;
|
|
2220
|
+
/**
|
|
2221
|
+
* The provisioned state of the resource.
|
|
2222
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2223
|
+
*/
|
|
2224
|
+
readonly provisioningState?: ProvisioningState;
|
|
2225
|
+
};
|
|
2226
|
+
|
|
2227
|
+
/** The list managed private endpoints operation response. */
|
|
2228
|
+
export declare interface ManagedPrivateEndpointListResult {
|
|
2229
|
+
/** The list of managed private endpoints. */
|
|
2230
|
+
value?: ManagedPrivateEndpoint[];
|
|
2231
|
+
}
|
|
2232
|
+
|
|
2233
|
+
/** Interface representing a ManagedPrivateEndpoints. */
|
|
2234
|
+
export declare interface ManagedPrivateEndpoints {
|
|
2235
|
+
/**
|
|
2236
|
+
* Returns the list of managed private endpoints.
|
|
2237
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2238
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2239
|
+
* @param options The options parameters.
|
|
2240
|
+
*/
|
|
2241
|
+
list(resourceGroupName: string, clusterName: string, options?: ManagedPrivateEndpointsListOptionalParams): PagedAsyncIterableIterator<ManagedPrivateEndpoint>;
|
|
2242
|
+
/**
|
|
2243
|
+
* Checks that the managed private endpoints resource name is valid and is not already in use.
|
|
2244
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2245
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2246
|
+
* @param resourceName The name of the resource.
|
|
2247
|
+
* @param options The options parameters.
|
|
2248
|
+
*/
|
|
2249
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, resourceName: ManagedPrivateEndpointsCheckNameRequest, options?: ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams): Promise<ManagedPrivateEndpointsCheckNameAvailabilityResponse>;
|
|
2250
|
+
/**
|
|
2251
|
+
* Gets a managed private endpoint.
|
|
2252
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2253
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2254
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
2255
|
+
* @param options The options parameters.
|
|
2256
|
+
*/
|
|
2257
|
+
get(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsGetOptionalParams): Promise<ManagedPrivateEndpointsGetResponse>;
|
|
2258
|
+
/**
|
|
2259
|
+
* Creates a managed private endpoint.
|
|
2260
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2261
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2262
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
2263
|
+
* @param parameters The managed private endpoint parameters.
|
|
2264
|
+
* @param options The options parameters.
|
|
2265
|
+
*/
|
|
2266
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ManagedPrivateEndpointsCreateOrUpdateResponse>, ManagedPrivateEndpointsCreateOrUpdateResponse>>;
|
|
2267
|
+
/**
|
|
2268
|
+
* Creates a managed private endpoint.
|
|
2269
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2270
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2271
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
2272
|
+
* @param parameters The managed private endpoint parameters.
|
|
2273
|
+
* @param options The options parameters.
|
|
2274
|
+
*/
|
|
2275
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams): Promise<ManagedPrivateEndpointsCreateOrUpdateResponse>;
|
|
2276
|
+
/**
|
|
2277
|
+
* Updates a managed private endpoint.
|
|
2278
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2279
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2280
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
2281
|
+
* @param parameters The managed private endpoint parameters.
|
|
2282
|
+
* @param options The options parameters.
|
|
2283
|
+
*/
|
|
2284
|
+
beginUpdate(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ManagedPrivateEndpointsUpdateResponse>, ManagedPrivateEndpointsUpdateResponse>>;
|
|
2285
|
+
/**
|
|
2286
|
+
* Updates a managed private endpoint.
|
|
2287
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2288
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2289
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
2290
|
+
* @param parameters The managed private endpoint parameters.
|
|
2291
|
+
* @param options The options parameters.
|
|
2292
|
+
*/
|
|
2293
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, parameters: ManagedPrivateEndpoint, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<ManagedPrivateEndpointsUpdateResponse>;
|
|
2294
|
+
/**
|
|
2295
|
+
* Deletes a managed private endpoint.
|
|
2296
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2297
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2298
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
2299
|
+
* @param options The options parameters.
|
|
2300
|
+
*/
|
|
2301
|
+
beginDelete(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2302
|
+
/**
|
|
2303
|
+
* Deletes a managed private endpoint.
|
|
2304
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2305
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2306
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
2307
|
+
* @param options The options parameters.
|
|
2308
|
+
*/
|
|
2309
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
/** Optional parameters. */
|
|
2313
|
+
export declare interface ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
2317
|
+
export declare type ManagedPrivateEndpointsCheckNameAvailabilityResponse = CheckNameResult;
|
|
2318
|
+
|
|
2319
|
+
/** The result returned from a managedPrivateEndpoints check name availability request. */
|
|
2320
|
+
export declare interface ManagedPrivateEndpointsCheckNameRequest {
|
|
2321
|
+
/** Managed private endpoint resource name. */
|
|
2322
|
+
name: string;
|
|
2323
|
+
/** The type of resource, for instance Microsoft.Kusto/clusters/managedPrivateEndpoints. */
|
|
2324
|
+
type: "Microsoft.Kusto/clusters/managedPrivateEndpoints";
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
/** Optional parameters. */
|
|
2328
|
+
export declare interface ManagedPrivateEndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2329
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2330
|
+
updateIntervalInMs?: number;
|
|
2331
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2332
|
+
resumeFrom?: string;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2336
|
+
export declare type ManagedPrivateEndpointsCreateOrUpdateResponse = ManagedPrivateEndpoint;
|
|
2337
|
+
|
|
2338
|
+
/** Optional parameters. */
|
|
2339
|
+
export declare interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2340
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2341
|
+
updateIntervalInMs?: number;
|
|
2342
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2343
|
+
resumeFrom?: string;
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
/** Optional parameters. */
|
|
2347
|
+
export declare interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
/** Contains response data for the get operation. */
|
|
2351
|
+
export declare type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpoint;
|
|
2352
|
+
|
|
2353
|
+
/** Optional parameters. */
|
|
2354
|
+
export declare interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
/** Contains response data for the list operation. */
|
|
2358
|
+
export declare type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointListResult;
|
|
2359
|
+
|
|
2360
|
+
/** Optional parameters. */
|
|
2361
|
+
export declare interface ManagedPrivateEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2362
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2363
|
+
updateIntervalInMs?: number;
|
|
2364
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2365
|
+
resumeFrom?: string;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
/** Contains response data for the update operation. */
|
|
2369
|
+
export declare type ManagedPrivateEndpointsUpdateResponse = ManagedPrivateEndpoint;
|
|
2370
|
+
|
|
2371
|
+
/** A REST API operation */
|
|
2372
|
+
export declare interface Operation {
|
|
2373
|
+
/** This is of the format {provider}/{resource}/{operation}. */
|
|
2374
|
+
name?: string;
|
|
2375
|
+
/** The object that describes the operation. */
|
|
2376
|
+
display?: OperationDisplay;
|
|
2377
|
+
/** The intended executor of the operation. */
|
|
2378
|
+
origin?: string;
|
|
2379
|
+
/** Any object */
|
|
2380
|
+
properties?: Record<string, unknown>;
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
/** The object that describes the operation. */
|
|
2384
|
+
export declare interface OperationDisplay {
|
|
2385
|
+
/** Friendly name of the resource provider. */
|
|
2386
|
+
provider?: string;
|
|
2387
|
+
/** For example: read, write, delete. */
|
|
2388
|
+
operation?: string;
|
|
2389
|
+
/** The resource type on which the operation is performed. */
|
|
2390
|
+
resource?: string;
|
|
2391
|
+
/** The friendly name of the operation. */
|
|
2392
|
+
description?: string;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
/** Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results. */
|
|
2396
|
+
export declare interface OperationListResult {
|
|
2397
|
+
/** The list of operations supported by the resource provider. */
|
|
2398
|
+
value?: Operation[];
|
|
2399
|
+
/** The URL to get the next set of operation list results if there are any. */
|
|
2400
|
+
nextLink?: string;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
/** Operation Result Entity. */
|
|
2404
|
+
export declare interface OperationResult {
|
|
2405
|
+
/**
|
|
2406
|
+
* ID of the resource.
|
|
2407
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2408
|
+
*/
|
|
2409
|
+
readonly id?: string;
|
|
2410
|
+
/**
|
|
2411
|
+
* Name of the resource.
|
|
2412
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2413
|
+
*/
|
|
2414
|
+
readonly name?: string;
|
|
2415
|
+
/**
|
|
2416
|
+
* status of the Operation result.
|
|
2417
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2418
|
+
*/
|
|
2419
|
+
readonly status?: Status;
|
|
2420
|
+
/** The operation start time */
|
|
2421
|
+
startTime?: Date;
|
|
2422
|
+
/** The operation end time */
|
|
2423
|
+
endTime?: Date;
|
|
2424
|
+
/** Percentage completed. */
|
|
2425
|
+
percentComplete?: number;
|
|
2426
|
+
/** The code of the error. */
|
|
2427
|
+
code?: string;
|
|
2428
|
+
/** The error message. */
|
|
2429
|
+
message?: string;
|
|
2430
|
+
/** The kind of the operation. */
|
|
2431
|
+
operationKind?: string;
|
|
2432
|
+
/** The state of the operation. */
|
|
2433
|
+
operationState?: string;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
/** Interface representing a Operations. */
|
|
2437
|
+
export declare interface Operations {
|
|
2438
|
+
/**
|
|
2439
|
+
* Lists available operations for the Microsoft.Kusto provider.
|
|
2440
|
+
* @param options The options parameters.
|
|
2441
|
+
*/
|
|
2442
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
/** Optional parameters. */
|
|
2446
|
+
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
/** Contains response data for the listNext operation. */
|
|
2450
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
|
2451
|
+
|
|
2452
|
+
/** Optional parameters. */
|
|
2453
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
/** Contains response data for the list operation. */
|
|
2457
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
2458
|
+
|
|
2459
|
+
/** Interface representing a OperationsResults. */
|
|
2460
|
+
export declare interface OperationsResults {
|
|
2461
|
+
/**
|
|
2462
|
+
* Returns operation results.
|
|
2463
|
+
* @param location Azure location (region) name.
|
|
2464
|
+
* @param operationId The Guid of the operation ID
|
|
2465
|
+
* @param options The options parameters.
|
|
2466
|
+
*/
|
|
2467
|
+
get(location: string, operationId: string, options?: OperationsResultsGetOptionalParams): Promise<OperationsResultsGetResponse>;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
/** Optional parameters. */
|
|
2471
|
+
export declare interface OperationsResultsGetOptionalParams extends coreClient.OperationOptions {
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
/** Contains response data for the get operation. */
|
|
2475
|
+
export declare type OperationsResultsGetResponse = OperationResult;
|
|
2476
|
+
|
|
2477
|
+
/** A class that contains the optimized auto scale definition. */
|
|
2478
|
+
export declare interface OptimizedAutoscale {
|
|
2479
|
+
/** The version of the template defined, for instance 1. */
|
|
2480
|
+
version: number;
|
|
2481
|
+
/** A boolean value that indicate if the optimized autoscale feature is enabled or not. */
|
|
2482
|
+
isEnabled: boolean;
|
|
2483
|
+
/** Minimum allowed instances count. */
|
|
2484
|
+
minimum: number;
|
|
2485
|
+
/** Maximum allowed instances count. */
|
|
2486
|
+
maximum: number;
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
/** Endpoints accessed for a common purpose that the Kusto Service Environment requires outbound network access to. */
|
|
2490
|
+
export declare type OutboundNetworkDependenciesEndpoint = ProxyResource & {
|
|
2491
|
+
/**
|
|
2492
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
2493
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2494
|
+
*/
|
|
2495
|
+
readonly etag?: string;
|
|
2496
|
+
/** The type of service accessed by the Kusto Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. */
|
|
2497
|
+
category?: string;
|
|
2498
|
+
/** The endpoints that the Kusto Service Environment reaches the service at. */
|
|
2499
|
+
endpoints?: EndpointDependency[];
|
|
2500
|
+
/**
|
|
2501
|
+
* The provisioned state of the resource.
|
|
2502
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2503
|
+
*/
|
|
2504
|
+
readonly provisioningState?: ProvisioningState;
|
|
2505
|
+
};
|
|
2506
|
+
|
|
2507
|
+
/** Collection of Outbound Environment Endpoints */
|
|
2508
|
+
export declare interface OutboundNetworkDependenciesEndpointListResult {
|
|
2509
|
+
/** Collection of resources. */
|
|
2510
|
+
value: OutboundNetworkDependenciesEndpoint[];
|
|
2511
|
+
/**
|
|
2512
|
+
* Link to next page of resources.
|
|
2513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2514
|
+
*/
|
|
2515
|
+
readonly nextLink?: string;
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2518
|
+
/**
|
|
2519
|
+
* Defines values for PrincipalsModificationKind. \
|
|
2520
|
+
* {@link KnownPrincipalsModificationKind} can be used interchangeably with PrincipalsModificationKind,
|
|
2521
|
+
* this enum contains the known values that the service supports.
|
|
2522
|
+
* ### Known values supported by the service
|
|
2523
|
+
* **Union** \
|
|
2524
|
+
* **Replace** \
|
|
2525
|
+
* **None**
|
|
2526
|
+
*/
|
|
2527
|
+
export declare type PrincipalsModificationKind = string;
|
|
2528
|
+
|
|
2529
|
+
/**
|
|
2530
|
+
* Defines values for PrincipalType. \
|
|
2531
|
+
* {@link KnownPrincipalType} can be used interchangeably with PrincipalType,
|
|
2532
|
+
* this enum contains the known values that the service supports.
|
|
2533
|
+
* ### Known values supported by the service
|
|
2534
|
+
* **App** \
|
|
2535
|
+
* **Group** \
|
|
2536
|
+
* **User**
|
|
2537
|
+
*/
|
|
2538
|
+
export declare type PrincipalType = string;
|
|
2539
|
+
|
|
2540
|
+
/** A private endpoint connection */
|
|
2541
|
+
export declare type PrivateEndpointConnection = ProxyResource & {
|
|
2542
|
+
/**
|
|
2543
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
2544
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2545
|
+
*/
|
|
2546
|
+
readonly systemData?: SystemData;
|
|
2547
|
+
/**
|
|
2548
|
+
* Private endpoint which the connection belongs to.
|
|
2549
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2550
|
+
*/
|
|
2551
|
+
readonly privateEndpoint?: PrivateEndpointProperty;
|
|
2552
|
+
/** Connection State of the Private Endpoint Connection. */
|
|
2553
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
|
2554
|
+
/**
|
|
2555
|
+
* Group id of the private endpoint.
|
|
2556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2557
|
+
*/
|
|
2558
|
+
readonly groupId?: string;
|
|
2559
|
+
/**
|
|
2560
|
+
* Provisioning state of the private endpoint.
|
|
2561
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2562
|
+
*/
|
|
2563
|
+
readonly provisioningState?: string;
|
|
2564
|
+
};
|
|
2565
|
+
|
|
2566
|
+
/** A list of private endpoint connections */
|
|
2567
|
+
export declare interface PrivateEndpointConnectionListResult {
|
|
2568
|
+
/** Array of private endpoint connections */
|
|
2569
|
+
value?: PrivateEndpointConnection[];
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
/** Interface representing a PrivateEndpointConnections. */
|
|
2573
|
+
export declare interface PrivateEndpointConnections {
|
|
2574
|
+
/**
|
|
2575
|
+
* Returns the list of private endpoint connections.
|
|
2576
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2577
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2578
|
+
* @param options The options parameters.
|
|
2579
|
+
*/
|
|
2580
|
+
list(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
2581
|
+
/**
|
|
2582
|
+
* Gets a private endpoint connection.
|
|
2583
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2584
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2585
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2586
|
+
* @param options The options parameters.
|
|
2587
|
+
*/
|
|
2588
|
+
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
2589
|
+
/**
|
|
2590
|
+
* Approve or reject a private endpoint connection with a given name.
|
|
2591
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2592
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2593
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2594
|
+
* @param parameters A private endpoint connection
|
|
2595
|
+
* @param options The options parameters.
|
|
2596
|
+
*/
|
|
2597
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
2598
|
+
/**
|
|
2599
|
+
* Approve or reject a private endpoint connection with a given name.
|
|
2600
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2601
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2602
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2603
|
+
* @param parameters A private endpoint connection
|
|
2604
|
+
* @param options The options parameters.
|
|
2605
|
+
*/
|
|
2606
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
2607
|
+
/**
|
|
2608
|
+
* Deletes a private endpoint connection with a given name.
|
|
2609
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2610
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2611
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2612
|
+
* @param options The options parameters.
|
|
2613
|
+
*/
|
|
2614
|
+
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2615
|
+
/**
|
|
2616
|
+
* Deletes a private endpoint connection with a given name.
|
|
2617
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2618
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2619
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2620
|
+
* @param options The options parameters.
|
|
2621
|
+
*/
|
|
2622
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
/** Optional parameters. */
|
|
2626
|
+
export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2627
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2628
|
+
updateIntervalInMs?: number;
|
|
2629
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2630
|
+
resumeFrom?: string;
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2634
|
+
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
2635
|
+
|
|
2636
|
+
/** Optional parameters. */
|
|
2637
|
+
export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2638
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2639
|
+
updateIntervalInMs?: number;
|
|
2640
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2641
|
+
resumeFrom?: string;
|
|
2642
|
+
}
|
|
2643
|
+
|
|
2644
|
+
/** Optional parameters. */
|
|
2645
|
+
export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2646
|
+
}
|
|
2647
|
+
|
|
2648
|
+
/** Contains response data for the get operation. */
|
|
2649
|
+
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
2650
|
+
|
|
2651
|
+
/** Optional parameters. */
|
|
2652
|
+
export declare interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
/** Contains response data for the list operation. */
|
|
2656
|
+
export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
2657
|
+
|
|
2658
|
+
/** Private endpoint which the connection belongs to. */
|
|
2659
|
+
export declare interface PrivateEndpointProperty {
|
|
2660
|
+
/**
|
|
2661
|
+
* Resource id of the private endpoint.
|
|
2662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2663
|
+
*/
|
|
2664
|
+
readonly id?: string;
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
/** A private link resource */
|
|
2668
|
+
export declare type PrivateLinkResource = Resource & {
|
|
2669
|
+
/**
|
|
2670
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
2671
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2672
|
+
*/
|
|
2673
|
+
readonly systemData?: SystemData;
|
|
2674
|
+
/**
|
|
2675
|
+
* The private link resource group id.
|
|
2676
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2677
|
+
*/
|
|
2678
|
+
readonly groupId?: string;
|
|
2679
|
+
/**
|
|
2680
|
+
* The private link resource required member names.
|
|
2681
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2682
|
+
*/
|
|
2683
|
+
readonly requiredMembers?: string[];
|
|
2684
|
+
/**
|
|
2685
|
+
* The private link resource required zone names.
|
|
2686
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2687
|
+
*/
|
|
2688
|
+
readonly requiredZoneNames?: string[];
|
|
2689
|
+
};
|
|
2690
|
+
|
|
2691
|
+
/** A list of private link resources */
|
|
2692
|
+
export declare interface PrivateLinkResourceListResult {
|
|
2693
|
+
/** Array of private link resources */
|
|
2694
|
+
value?: PrivateLinkResource[];
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
/** Interface representing a PrivateLinkResources. */
|
|
2698
|
+
export declare interface PrivateLinkResources {
|
|
2699
|
+
/**
|
|
2700
|
+
* Returns the list of private link resources.
|
|
2701
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2702
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2703
|
+
* @param options The options parameters.
|
|
2704
|
+
*/
|
|
2705
|
+
list(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
2706
|
+
/**
|
|
2707
|
+
* Gets a private link resource.
|
|
2708
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2709
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2710
|
+
* @param privateLinkResourceName The name of the private link resource.
|
|
2711
|
+
* @param options The options parameters.
|
|
2712
|
+
*/
|
|
2713
|
+
get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
2714
|
+
}
|
|
2715
|
+
|
|
2716
|
+
/** Optional parameters. */
|
|
2717
|
+
export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
/** Contains response data for the get operation. */
|
|
2721
|
+
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
2722
|
+
|
|
2723
|
+
/** Optional parameters. */
|
|
2724
|
+
export declare interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
/** Contains response data for the list operation. */
|
|
2728
|
+
export declare type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
2729
|
+
|
|
2730
|
+
/** Connection State of the Private Endpoint Connection. */
|
|
2731
|
+
export declare interface PrivateLinkServiceConnectionStateProperty {
|
|
2732
|
+
/** The private link service connection status. */
|
|
2733
|
+
status?: string;
|
|
2734
|
+
/** The private link service connection description. */
|
|
2735
|
+
description?: string;
|
|
2736
|
+
/**
|
|
2737
|
+
* Any action that is required beyond basic workflow (approve/ reject/ disconnect)
|
|
2738
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2739
|
+
*/
|
|
2740
|
+
readonly actionsRequired?: string;
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
/**
|
|
2744
|
+
* Defines values for ProvisioningState. \
|
|
2745
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
2746
|
+
* this enum contains the known values that the service supports.
|
|
2747
|
+
* ### Known values supported by the service
|
|
2748
|
+
* **Running** \
|
|
2749
|
+
* **Creating** \
|
|
2750
|
+
* **Deleting** \
|
|
2751
|
+
* **Succeeded** \
|
|
2752
|
+
* **Failed** \
|
|
2753
|
+
* **Moving**
|
|
2754
|
+
*/
|
|
2755
|
+
export declare type ProvisioningState = string;
|
|
2756
|
+
|
|
2757
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2758
|
+
export declare type ProxyResource = Resource & {};
|
|
2759
|
+
|
|
2760
|
+
/**
|
|
2761
|
+
* Defines values for PublicNetworkAccess. \
|
|
2762
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
2763
|
+
* this enum contains the known values that the service supports.
|
|
2764
|
+
* ### Known values supported by the service
|
|
2765
|
+
* **Enabled** \
|
|
2766
|
+
* **Disabled**
|
|
2767
|
+
*/
|
|
2768
|
+
export declare type PublicNetworkAccess = string;
|
|
2769
|
+
|
|
2770
|
+
/** Class representing a read only following database. */
|
|
2771
|
+
export declare type ReadOnlyFollowingDatabase = Database & {
|
|
2772
|
+
/**
|
|
2773
|
+
* The provisioned state of the resource.
|
|
2774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2775
|
+
*/
|
|
2776
|
+
readonly provisioningState?: ProvisioningState;
|
|
2777
|
+
/**
|
|
2778
|
+
* The time the data should be kept before it stops being accessible to queries in TimeSpan.
|
|
2779
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2780
|
+
*/
|
|
2781
|
+
readonly softDeletePeriod?: string;
|
|
2782
|
+
/** The time the data should be kept in cache for fast queries in TimeSpan. */
|
|
2783
|
+
hotCachePeriod?: string;
|
|
2784
|
+
/**
|
|
2785
|
+
* The statistics of the database.
|
|
2786
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2787
|
+
*/
|
|
2788
|
+
readonly statistics?: DatabaseStatistics;
|
|
2789
|
+
/**
|
|
2790
|
+
* The name of the leader cluster
|
|
2791
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2792
|
+
*/
|
|
2793
|
+
readonly leaderClusterResourceId?: string;
|
|
2794
|
+
/**
|
|
2795
|
+
* The name of the attached database configuration cluster
|
|
2796
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2797
|
+
*/
|
|
2798
|
+
readonly attachedDatabaseConfigurationName?: string;
|
|
2799
|
+
/**
|
|
2800
|
+
* The principals modification kind of the database
|
|
2801
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2802
|
+
*/
|
|
2803
|
+
readonly principalsModificationKind?: PrincipalsModificationKind;
|
|
2804
|
+
};
|
|
2805
|
+
|
|
2806
|
+
/** Class representing a read write database. */
|
|
2807
|
+
export declare type ReadWriteDatabase = Database & {
|
|
2808
|
+
/**
|
|
2809
|
+
* The provisioned state of the resource.
|
|
2810
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2811
|
+
*/
|
|
2812
|
+
readonly provisioningState?: ProvisioningState;
|
|
2813
|
+
/** The time the data should be kept before it stops being accessible to queries in TimeSpan. */
|
|
2814
|
+
softDeletePeriod?: string;
|
|
2815
|
+
/** The time the data should be kept in cache for fast queries in TimeSpan. */
|
|
2816
|
+
hotCachePeriod?: string;
|
|
2817
|
+
/**
|
|
2818
|
+
* The statistics of the database.
|
|
2819
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2820
|
+
*/
|
|
2821
|
+
readonly statistics?: DatabaseStatistics;
|
|
2822
|
+
/**
|
|
2823
|
+
* Indicates whether the database is followed.
|
|
2824
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2825
|
+
*/
|
|
2826
|
+
readonly isFollowed?: boolean;
|
|
2827
|
+
};
|
|
2828
|
+
|
|
2829
|
+
/**
|
|
2830
|
+
* Defines values for Reason. \
|
|
2831
|
+
* {@link KnownReason} can be used interchangeably with Reason,
|
|
2832
|
+
* this enum contains the known values that the service supports.
|
|
2833
|
+
* ### Known values supported by the service
|
|
2834
|
+
* **Invalid** \
|
|
2835
|
+
* **AlreadyExists**
|
|
2836
|
+
*/
|
|
2837
|
+
export declare type Reason = string;
|
|
2838
|
+
|
|
2839
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
2840
|
+
export declare interface Resource {
|
|
2841
|
+
/**
|
|
2842
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
2843
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2844
|
+
*/
|
|
2845
|
+
readonly id?: string;
|
|
2846
|
+
/**
|
|
2847
|
+
* The name of the resource
|
|
2848
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2849
|
+
*/
|
|
2850
|
+
readonly name?: string;
|
|
2851
|
+
/**
|
|
2852
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
2853
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2854
|
+
*/
|
|
2855
|
+
readonly type?: string;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
/** Class representing a database script. */
|
|
2859
|
+
export declare type Script = ProxyResource & {
|
|
2860
|
+
/**
|
|
2861
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
2862
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2863
|
+
*/
|
|
2864
|
+
readonly systemData?: SystemData;
|
|
2865
|
+
/** The url to the KQL script blob file. */
|
|
2866
|
+
scriptUrl?: string;
|
|
2867
|
+
/** The SaS token. */
|
|
2868
|
+
scriptUrlSasToken?: string;
|
|
2869
|
+
/** A unique string. If changed the script will be applied again. */
|
|
2870
|
+
forceUpdateTag?: string;
|
|
2871
|
+
/** Flag that indicates whether to continue if one of the command fails. */
|
|
2872
|
+
continueOnErrors?: boolean;
|
|
2873
|
+
/**
|
|
2874
|
+
* The provisioned state of the resource.
|
|
2875
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2876
|
+
*/
|
|
2877
|
+
readonly provisioningState?: ProvisioningState;
|
|
2878
|
+
};
|
|
2879
|
+
|
|
2880
|
+
/** A script name availability request. */
|
|
2881
|
+
export declare interface ScriptCheckNameRequest {
|
|
2882
|
+
/** Script name. */
|
|
2883
|
+
name: string;
|
|
2884
|
+
/** The type of resource, Microsoft.Kusto/clusters/databases/scripts. */
|
|
2885
|
+
type: "Microsoft.Kusto/clusters/databases/scripts";
|
|
2886
|
+
}
|
|
2887
|
+
|
|
2888
|
+
/** The list Kusto database script operation response. */
|
|
2889
|
+
export declare interface ScriptListResult {
|
|
2890
|
+
/** The list of Kusto scripts. */
|
|
2891
|
+
value?: Script[];
|
|
2892
|
+
}
|
|
2893
|
+
|
|
2894
|
+
/** Interface representing a Scripts. */
|
|
2895
|
+
export declare interface Scripts {
|
|
2896
|
+
/**
|
|
2897
|
+
* Returns the list of database scripts for given database.
|
|
2898
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2899
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2900
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2901
|
+
* @param options The options parameters.
|
|
2902
|
+
*/
|
|
2903
|
+
listByDatabase(resourceGroupName: string, clusterName: string, databaseName: string, options?: ScriptsListByDatabaseOptionalParams): PagedAsyncIterableIterator<Script>;
|
|
2904
|
+
/**
|
|
2905
|
+
* Gets a Kusto cluster database script.
|
|
2906
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2907
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2908
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2909
|
+
* @param scriptName The name of the Kusto database script.
|
|
2910
|
+
* @param options The options parameters.
|
|
2911
|
+
*/
|
|
2912
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsGetOptionalParams): Promise<ScriptsGetResponse>;
|
|
2913
|
+
/**
|
|
2914
|
+
* Creates a Kusto database script.
|
|
2915
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2916
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2917
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2918
|
+
* @param scriptName The name of the Kusto database script.
|
|
2919
|
+
* @param parameters The Kusto Script parameters contains the KQL to run.
|
|
2920
|
+
* @param options The options parameters.
|
|
2921
|
+
*/
|
|
2922
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ScriptsCreateOrUpdateResponse>, ScriptsCreateOrUpdateResponse>>;
|
|
2923
|
+
/**
|
|
2924
|
+
* Creates a Kusto database script.
|
|
2925
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2926
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2927
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2928
|
+
* @param scriptName The name of the Kusto database script.
|
|
2929
|
+
* @param parameters The Kusto Script parameters contains the KQL to run.
|
|
2930
|
+
* @param options The options parameters.
|
|
2931
|
+
*/
|
|
2932
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsCreateOrUpdateOptionalParams): Promise<ScriptsCreateOrUpdateResponse>;
|
|
2933
|
+
/**
|
|
2934
|
+
* Updates a database script.
|
|
2935
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2936
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2937
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2938
|
+
* @param scriptName The name of the Kusto database script.
|
|
2939
|
+
* @param parameters The Kusto Script parameters contains to the KQL to run.
|
|
2940
|
+
* @param options The options parameters.
|
|
2941
|
+
*/
|
|
2942
|
+
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ScriptsUpdateResponse>, ScriptsUpdateResponse>>;
|
|
2943
|
+
/**
|
|
2944
|
+
* Updates a database script.
|
|
2945
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2946
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2947
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2948
|
+
* @param scriptName The name of the Kusto database script.
|
|
2949
|
+
* @param parameters The Kusto Script parameters contains to the KQL to run.
|
|
2950
|
+
* @param options The options parameters.
|
|
2951
|
+
*/
|
|
2952
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, parameters: Script, options?: ScriptsUpdateOptionalParams): Promise<ScriptsUpdateResponse>;
|
|
2953
|
+
/**
|
|
2954
|
+
* Deletes a Kusto principalAssignment.
|
|
2955
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2956
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2957
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2958
|
+
* @param scriptName The name of the Kusto database script.
|
|
2959
|
+
* @param options The options parameters.
|
|
2960
|
+
*/
|
|
2961
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2962
|
+
/**
|
|
2963
|
+
* Deletes a Kusto principalAssignment.
|
|
2964
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2965
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2966
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2967
|
+
* @param scriptName The name of the Kusto database script.
|
|
2968
|
+
* @param options The options parameters.
|
|
2969
|
+
*/
|
|
2970
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: string, options?: ScriptsDeleteOptionalParams): Promise<void>;
|
|
2971
|
+
/**
|
|
2972
|
+
* Checks that the script name is valid and is not already in use.
|
|
2973
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
2974
|
+
* @param clusterName The name of the Kusto cluster.
|
|
2975
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
2976
|
+
* @param scriptName The name of the script.
|
|
2977
|
+
* @param options The options parameters.
|
|
2978
|
+
*/
|
|
2979
|
+
checkNameAvailability(resourceGroupName: string, clusterName: string, databaseName: string, scriptName: ScriptCheckNameRequest, options?: ScriptsCheckNameAvailabilityOptionalParams): Promise<ScriptsCheckNameAvailabilityResponse>;
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2982
|
+
/** Optional parameters. */
|
|
2983
|
+
export declare interface ScriptsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2984
|
+
}
|
|
2985
|
+
|
|
2986
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
2987
|
+
export declare type ScriptsCheckNameAvailabilityResponse = CheckNameResult;
|
|
2988
|
+
|
|
2989
|
+
/** Optional parameters. */
|
|
2990
|
+
export declare interface ScriptsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2991
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2992
|
+
updateIntervalInMs?: number;
|
|
2993
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2994
|
+
resumeFrom?: string;
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2997
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
2998
|
+
export declare type ScriptsCreateOrUpdateResponse = Script;
|
|
2999
|
+
|
|
3000
|
+
/** Optional parameters. */
|
|
3001
|
+
export declare interface ScriptsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3002
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3003
|
+
updateIntervalInMs?: number;
|
|
3004
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3005
|
+
resumeFrom?: string;
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
/** Optional parameters. */
|
|
3009
|
+
export declare interface ScriptsGetOptionalParams extends coreClient.OperationOptions {
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
/** Contains response data for the get operation. */
|
|
3013
|
+
export declare type ScriptsGetResponse = Script;
|
|
3014
|
+
|
|
3015
|
+
/** Optional parameters. */
|
|
3016
|
+
export declare interface ScriptsListByDatabaseOptionalParams extends coreClient.OperationOptions {
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
/** Contains response data for the listByDatabase operation. */
|
|
3020
|
+
export declare type ScriptsListByDatabaseResponse = ScriptListResult;
|
|
3021
|
+
|
|
3022
|
+
/** Optional parameters. */
|
|
3023
|
+
export declare interface ScriptsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3024
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3025
|
+
updateIntervalInMs?: number;
|
|
3026
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3027
|
+
resumeFrom?: string;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
/** Contains response data for the update operation. */
|
|
3031
|
+
export declare type ScriptsUpdateResponse = Script;
|
|
3032
|
+
|
|
3033
|
+
/** The Kusto SKU description of given resource type */
|
|
3034
|
+
export declare interface SkuDescription {
|
|
3035
|
+
/**
|
|
3036
|
+
* The resource type
|
|
3037
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3038
|
+
*/
|
|
3039
|
+
readonly resourceType?: string;
|
|
3040
|
+
/**
|
|
3041
|
+
* The name of the SKU
|
|
3042
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3043
|
+
*/
|
|
3044
|
+
readonly name?: string;
|
|
3045
|
+
/**
|
|
3046
|
+
* The tier of the SKU
|
|
3047
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3048
|
+
*/
|
|
3049
|
+
readonly tier?: string;
|
|
3050
|
+
/**
|
|
3051
|
+
* The set of locations that the SKU is available
|
|
3052
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3053
|
+
*/
|
|
3054
|
+
readonly locations?: string[];
|
|
3055
|
+
/**
|
|
3056
|
+
* Locations and zones
|
|
3057
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3058
|
+
*/
|
|
3059
|
+
readonly locationInfo?: SkuLocationInfoItem[];
|
|
3060
|
+
/**
|
|
3061
|
+
* The restrictions because of which SKU cannot be used
|
|
3062
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3063
|
+
*/
|
|
3064
|
+
readonly restrictions?: Record<string, unknown>[];
|
|
3065
|
+
}
|
|
3066
|
+
|
|
3067
|
+
/** The list of the EngagementFabric SKU descriptions */
|
|
3068
|
+
export declare interface SkuDescriptionList {
|
|
3069
|
+
/**
|
|
3070
|
+
* SKU descriptions
|
|
3071
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3072
|
+
*/
|
|
3073
|
+
readonly value?: SkuDescription[];
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
/** The locations and zones info for SKU. */
|
|
3077
|
+
export declare interface SkuLocationInfoItem {
|
|
3078
|
+
/** The available location of the SKU. */
|
|
3079
|
+
location: string;
|
|
3080
|
+
/** The available zone of the SKU. */
|
|
3081
|
+
zones?: string[];
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
/**
|
|
3085
|
+
* Defines values for State. \
|
|
3086
|
+
* {@link KnownState} can be used interchangeably with State,
|
|
3087
|
+
* this enum contains the known values that the service supports.
|
|
3088
|
+
* ### Known values supported by the service
|
|
3089
|
+
* **Creating** \
|
|
3090
|
+
* **Unavailable** \
|
|
3091
|
+
* **Running** \
|
|
3092
|
+
* **Deleting** \
|
|
3093
|
+
* **Deleted** \
|
|
3094
|
+
* **Stopping** \
|
|
3095
|
+
* **Stopped** \
|
|
3096
|
+
* **Starting** \
|
|
3097
|
+
* **Updating**
|
|
3098
|
+
*/
|
|
3099
|
+
export declare type State = string;
|
|
3100
|
+
|
|
3101
|
+
/**
|
|
3102
|
+
* Defines values for Status. \
|
|
3103
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
3104
|
+
* this enum contains the known values that the service supports.
|
|
3105
|
+
* ### Known values supported by the service
|
|
3106
|
+
* **Succeeded** \
|
|
3107
|
+
* **Canceled** \
|
|
3108
|
+
* **Failed** \
|
|
3109
|
+
* **Running**
|
|
3110
|
+
*/
|
|
3111
|
+
export declare type Status = string;
|
|
3112
|
+
|
|
3113
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
3114
|
+
export declare interface SystemData {
|
|
3115
|
+
/** The identity that created the resource. */
|
|
3116
|
+
createdBy?: string;
|
|
3117
|
+
/** The type of identity that created the resource. */
|
|
3118
|
+
createdByType?: CreatedByType;
|
|
3119
|
+
/** The timestamp of resource creation (UTC). */
|
|
3120
|
+
createdAt?: Date;
|
|
3121
|
+
/** The identity that last modified the resource. */
|
|
3122
|
+
lastModifiedBy?: string;
|
|
3123
|
+
/** The type of identity that last modified the resource. */
|
|
3124
|
+
lastModifiedByType?: CreatedByType;
|
|
3125
|
+
/** The timestamp of resource last modification (UTC) */
|
|
3126
|
+
lastModifiedAt?: Date;
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
|
+
/** Tables that will be included and excluded in the follower database */
|
|
3130
|
+
export declare interface TableLevelSharingProperties {
|
|
3131
|
+
/** List of tables to include in the follower database */
|
|
3132
|
+
tablesToInclude?: string[];
|
|
3133
|
+
/** List of tables to exclude from the follower database */
|
|
3134
|
+
tablesToExclude?: string[];
|
|
3135
|
+
/** List of external tables to include in the follower database */
|
|
3136
|
+
externalTablesToInclude?: string[];
|
|
3137
|
+
/** List of external tables exclude from the follower database */
|
|
3138
|
+
externalTablesToExclude?: string[];
|
|
3139
|
+
/** List of materialized views to include in the follower database */
|
|
3140
|
+
materializedViewsToInclude?: string[];
|
|
3141
|
+
/** List of materialized views exclude from the follower database */
|
|
3142
|
+
materializedViewsToExclude?: string[];
|
|
3143
|
+
}
|
|
3144
|
+
|
|
3145
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
3146
|
+
export declare type TrackedResource = Resource & {
|
|
3147
|
+
/** Resource tags. */
|
|
3148
|
+
tags?: {
|
|
3149
|
+
[propertyName: string]: string;
|
|
3150
|
+
};
|
|
3151
|
+
/** The geo-location where the resource lives */
|
|
3152
|
+
location: string;
|
|
3153
|
+
};
|
|
3154
|
+
|
|
3155
|
+
/** Represents a tenant ID that is trusted by the cluster. */
|
|
3156
|
+
export declare interface TrustedExternalTenant {
|
|
3157
|
+
/** GUID representing an external tenant. */
|
|
3158
|
+
value?: string;
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
/** Defines values for Type. */
|
|
3162
|
+
export declare type Type = "Microsoft.Kusto/clusters/databases" | "Microsoft.Kusto/clusters/attachedDatabaseConfigurations";
|
|
3163
|
+
|
|
3164
|
+
/** A class that contains virtual network definition. */
|
|
3165
|
+
export declare interface VirtualNetworkConfiguration {
|
|
3166
|
+
/** The subnet resource id. */
|
|
3167
|
+
subnetId: string;
|
|
3168
|
+
/** Engine service's public IP address resource id. */
|
|
3169
|
+
enginePublicIpId: string;
|
|
3170
|
+
/** Data management's service public IP address resource id. */
|
|
3171
|
+
dataManagementPublicIpId: string;
|
|
3172
|
+
}
|
|
3173
|
+
|
|
3174
|
+
export { }
|