@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,162 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
ManagedPrivateEndpoint,
|
|
13
|
+
ManagedPrivateEndpointsListOptionalParams,
|
|
14
|
+
ManagedPrivateEndpointsCheckNameRequest,
|
|
15
|
+
ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams,
|
|
16
|
+
ManagedPrivateEndpointsCheckNameAvailabilityResponse,
|
|
17
|
+
ManagedPrivateEndpointsGetOptionalParams,
|
|
18
|
+
ManagedPrivateEndpointsGetResponse,
|
|
19
|
+
ManagedPrivateEndpointsCreateOrUpdateOptionalParams,
|
|
20
|
+
ManagedPrivateEndpointsCreateOrUpdateResponse,
|
|
21
|
+
ManagedPrivateEndpointsUpdateOptionalParams,
|
|
22
|
+
ManagedPrivateEndpointsUpdateResponse,
|
|
23
|
+
ManagedPrivateEndpointsDeleteOptionalParams
|
|
24
|
+
} from "../models";
|
|
25
|
+
|
|
26
|
+
/// <reference lib="esnext.asynciterable" />
|
|
27
|
+
/** Interface representing a ManagedPrivateEndpoints. */
|
|
28
|
+
export interface ManagedPrivateEndpoints {
|
|
29
|
+
/**
|
|
30
|
+
* Returns the list of managed private endpoints.
|
|
31
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
32
|
+
* @param clusterName The name of the Kusto cluster.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
list(
|
|
36
|
+
resourceGroupName: string,
|
|
37
|
+
clusterName: string,
|
|
38
|
+
options?: ManagedPrivateEndpointsListOptionalParams
|
|
39
|
+
): PagedAsyncIterableIterator<ManagedPrivateEndpoint>;
|
|
40
|
+
/**
|
|
41
|
+
* Checks that the managed private endpoints resource name is valid and is not already in use.
|
|
42
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
43
|
+
* @param clusterName The name of the Kusto cluster.
|
|
44
|
+
* @param resourceName The name of the resource.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
checkNameAvailability(
|
|
48
|
+
resourceGroupName: string,
|
|
49
|
+
clusterName: string,
|
|
50
|
+
resourceName: ManagedPrivateEndpointsCheckNameRequest,
|
|
51
|
+
options?: ManagedPrivateEndpointsCheckNameAvailabilityOptionalParams
|
|
52
|
+
): Promise<ManagedPrivateEndpointsCheckNameAvailabilityResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Gets a managed private endpoint.
|
|
55
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
56
|
+
* @param clusterName The name of the Kusto cluster.
|
|
57
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
get(
|
|
61
|
+
resourceGroupName: string,
|
|
62
|
+
clusterName: string,
|
|
63
|
+
managedPrivateEndpointName: string,
|
|
64
|
+
options?: ManagedPrivateEndpointsGetOptionalParams
|
|
65
|
+
): Promise<ManagedPrivateEndpointsGetResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* Creates a managed private endpoint.
|
|
68
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
69
|
+
* @param clusterName The name of the Kusto cluster.
|
|
70
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
71
|
+
* @param parameters The managed private endpoint parameters.
|
|
72
|
+
* @param options The options parameters.
|
|
73
|
+
*/
|
|
74
|
+
beginCreateOrUpdate(
|
|
75
|
+
resourceGroupName: string,
|
|
76
|
+
clusterName: string,
|
|
77
|
+
managedPrivateEndpointName: string,
|
|
78
|
+
parameters: ManagedPrivateEndpoint,
|
|
79
|
+
options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams
|
|
80
|
+
): Promise<
|
|
81
|
+
PollerLike<
|
|
82
|
+
PollOperationState<ManagedPrivateEndpointsCreateOrUpdateResponse>,
|
|
83
|
+
ManagedPrivateEndpointsCreateOrUpdateResponse
|
|
84
|
+
>
|
|
85
|
+
>;
|
|
86
|
+
/**
|
|
87
|
+
* Creates a managed private endpoint.
|
|
88
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
89
|
+
* @param clusterName The name of the Kusto cluster.
|
|
90
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
91
|
+
* @param parameters The managed private endpoint parameters.
|
|
92
|
+
* @param options The options parameters.
|
|
93
|
+
*/
|
|
94
|
+
beginCreateOrUpdateAndWait(
|
|
95
|
+
resourceGroupName: string,
|
|
96
|
+
clusterName: string,
|
|
97
|
+
managedPrivateEndpointName: string,
|
|
98
|
+
parameters: ManagedPrivateEndpoint,
|
|
99
|
+
options?: ManagedPrivateEndpointsCreateOrUpdateOptionalParams
|
|
100
|
+
): Promise<ManagedPrivateEndpointsCreateOrUpdateResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* Updates a managed private endpoint.
|
|
103
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
104
|
+
* @param clusterName The name of the Kusto cluster.
|
|
105
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
106
|
+
* @param parameters The managed private endpoint parameters.
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
beginUpdate(
|
|
110
|
+
resourceGroupName: string,
|
|
111
|
+
clusterName: string,
|
|
112
|
+
managedPrivateEndpointName: string,
|
|
113
|
+
parameters: ManagedPrivateEndpoint,
|
|
114
|
+
options?: ManagedPrivateEndpointsUpdateOptionalParams
|
|
115
|
+
): Promise<
|
|
116
|
+
PollerLike<
|
|
117
|
+
PollOperationState<ManagedPrivateEndpointsUpdateResponse>,
|
|
118
|
+
ManagedPrivateEndpointsUpdateResponse
|
|
119
|
+
>
|
|
120
|
+
>;
|
|
121
|
+
/**
|
|
122
|
+
* Updates a managed private endpoint.
|
|
123
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
124
|
+
* @param clusterName The name of the Kusto cluster.
|
|
125
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
126
|
+
* @param parameters The managed private endpoint parameters.
|
|
127
|
+
* @param options The options parameters.
|
|
128
|
+
*/
|
|
129
|
+
beginUpdateAndWait(
|
|
130
|
+
resourceGroupName: string,
|
|
131
|
+
clusterName: string,
|
|
132
|
+
managedPrivateEndpointName: string,
|
|
133
|
+
parameters: ManagedPrivateEndpoint,
|
|
134
|
+
options?: ManagedPrivateEndpointsUpdateOptionalParams
|
|
135
|
+
): Promise<ManagedPrivateEndpointsUpdateResponse>;
|
|
136
|
+
/**
|
|
137
|
+
* Deletes a managed private endpoint.
|
|
138
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
139
|
+
* @param clusterName The name of the Kusto cluster.
|
|
140
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
beginDelete(
|
|
144
|
+
resourceGroupName: string,
|
|
145
|
+
clusterName: string,
|
|
146
|
+
managedPrivateEndpointName: string,
|
|
147
|
+
options?: ManagedPrivateEndpointsDeleteOptionalParams
|
|
148
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
149
|
+
/**
|
|
150
|
+
* Deletes a managed private endpoint.
|
|
151
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
152
|
+
* @param clusterName The name of the Kusto cluster.
|
|
153
|
+
* @param managedPrivateEndpointName The name of the managed private endpoint.
|
|
154
|
+
* @param options The options parameters.
|
|
155
|
+
*/
|
|
156
|
+
beginDeleteAndWait(
|
|
157
|
+
resourceGroupName: string,
|
|
158
|
+
clusterName: string,
|
|
159
|
+
managedPrivateEndpointName: string,
|
|
160
|
+
options?: ManagedPrivateEndpointsDeleteOptionalParams
|
|
161
|
+
): Promise<void>;
|
|
162
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
+
|
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
|
+
/** Interface representing a Operations. */
|
|
14
|
+
export interface Operations {
|
|
15
|
+
/**
|
|
16
|
+
* Lists available operations for the Microsoft.Kusto provider.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(
|
|
20
|
+
options?: OperationsListOptionalParams
|
|
21
|
+
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import {
|
|
10
|
+
OperationsResultsGetOptionalParams,
|
|
11
|
+
OperationsResultsGetResponse
|
|
12
|
+
} from "../models";
|
|
13
|
+
|
|
14
|
+
/** Interface representing a OperationsResults. */
|
|
15
|
+
export interface OperationsResults {
|
|
16
|
+
/**
|
|
17
|
+
* Returns operation results.
|
|
18
|
+
* @param location Azure location (region) name.
|
|
19
|
+
* @param operationId The Guid of the operation ID
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
get(
|
|
23
|
+
location: string,
|
|
24
|
+
operationId: string,
|
|
25
|
+
options?: OperationsResultsGetOptionalParams
|
|
26
|
+
): Promise<OperationsResultsGetResponse>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
PrivateEndpointConnection,
|
|
13
|
+
PrivateEndpointConnectionsListOptionalParams,
|
|
14
|
+
PrivateEndpointConnectionsGetOptionalParams,
|
|
15
|
+
PrivateEndpointConnectionsGetResponse,
|
|
16
|
+
PrivateEndpointConnectionsCreateOrUpdateOptionalParams,
|
|
17
|
+
PrivateEndpointConnectionsCreateOrUpdateResponse,
|
|
18
|
+
PrivateEndpointConnectionsDeleteOptionalParams
|
|
19
|
+
} from "../models";
|
|
20
|
+
|
|
21
|
+
/// <reference lib="esnext.asynciterable" />
|
|
22
|
+
/** Interface representing a PrivateEndpointConnections. */
|
|
23
|
+
export interface PrivateEndpointConnections {
|
|
24
|
+
/**
|
|
25
|
+
* Returns the list of private endpoint connections.
|
|
26
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
27
|
+
* @param clusterName The name of the Kusto cluster.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(
|
|
31
|
+
resourceGroupName: string,
|
|
32
|
+
clusterName: string,
|
|
33
|
+
options?: PrivateEndpointConnectionsListOptionalParams
|
|
34
|
+
): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
35
|
+
/**
|
|
36
|
+
* Gets a private endpoint connection.
|
|
37
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
38
|
+
* @param clusterName The name of the Kusto cluster.
|
|
39
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
40
|
+
* @param options The options parameters.
|
|
41
|
+
*/
|
|
42
|
+
get(
|
|
43
|
+
resourceGroupName: string,
|
|
44
|
+
clusterName: string,
|
|
45
|
+
privateEndpointConnectionName: string,
|
|
46
|
+
options?: PrivateEndpointConnectionsGetOptionalParams
|
|
47
|
+
): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
48
|
+
/**
|
|
49
|
+
* Approve or reject a private endpoint connection with a given name.
|
|
50
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
51
|
+
* @param clusterName The name of the Kusto cluster.
|
|
52
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
53
|
+
* @param parameters A private endpoint connection
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
beginCreateOrUpdate(
|
|
57
|
+
resourceGroupName: string,
|
|
58
|
+
clusterName: string,
|
|
59
|
+
privateEndpointConnectionName: string,
|
|
60
|
+
parameters: PrivateEndpointConnection,
|
|
61
|
+
options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
|
62
|
+
): Promise<
|
|
63
|
+
PollerLike<
|
|
64
|
+
PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>,
|
|
65
|
+
PrivateEndpointConnectionsCreateOrUpdateResponse
|
|
66
|
+
>
|
|
67
|
+
>;
|
|
68
|
+
/**
|
|
69
|
+
* Approve or reject a private endpoint connection with a given name.
|
|
70
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
71
|
+
* @param clusterName The name of the Kusto cluster.
|
|
72
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
73
|
+
* @param parameters A private endpoint connection
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginCreateOrUpdateAndWait(
|
|
77
|
+
resourceGroupName: string,
|
|
78
|
+
clusterName: string,
|
|
79
|
+
privateEndpointConnectionName: string,
|
|
80
|
+
parameters: PrivateEndpointConnection,
|
|
81
|
+
options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
|
82
|
+
): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Deletes a private endpoint connection with a given name.
|
|
85
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
86
|
+
* @param clusterName The name of the Kusto cluster.
|
|
87
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
beginDelete(
|
|
91
|
+
resourceGroupName: string,
|
|
92
|
+
clusterName: string,
|
|
93
|
+
privateEndpointConnectionName: string,
|
|
94
|
+
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
95
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
96
|
+
/**
|
|
97
|
+
* Deletes a private endpoint connection with a given name.
|
|
98
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
99
|
+
* @param clusterName The name of the Kusto cluster.
|
|
100
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
beginDeleteAndWait(
|
|
104
|
+
resourceGroupName: string,
|
|
105
|
+
clusterName: string,
|
|
106
|
+
privateEndpointConnectionName: string,
|
|
107
|
+
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
108
|
+
): Promise<void>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
PrivateLinkResource,
|
|
12
|
+
PrivateLinkResourcesListOptionalParams,
|
|
13
|
+
PrivateLinkResourcesGetOptionalParams,
|
|
14
|
+
PrivateLinkResourcesGetResponse
|
|
15
|
+
} from "../models";
|
|
16
|
+
|
|
17
|
+
/// <reference lib="esnext.asynciterable" />
|
|
18
|
+
/** Interface representing a PrivateLinkResources. */
|
|
19
|
+
export interface PrivateLinkResources {
|
|
20
|
+
/**
|
|
21
|
+
* Returns the list of private link resources.
|
|
22
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
23
|
+
* @param clusterName The name of the Kusto cluster.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
list(
|
|
27
|
+
resourceGroupName: string,
|
|
28
|
+
clusterName: string,
|
|
29
|
+
options?: PrivateLinkResourcesListOptionalParams
|
|
30
|
+
): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
31
|
+
/**
|
|
32
|
+
* Gets a private link resource.
|
|
33
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
34
|
+
* @param clusterName The name of the Kusto cluster.
|
|
35
|
+
* @param privateLinkResourceName The name of the private link resource.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
get(
|
|
39
|
+
resourceGroupName: string,
|
|
40
|
+
clusterName: string,
|
|
41
|
+
privateLinkResourceName: string,
|
|
42
|
+
options?: PrivateLinkResourcesGetOptionalParams
|
|
43
|
+
): Promise<PrivateLinkResourcesGetResponse>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
Script,
|
|
13
|
+
ScriptsListByDatabaseOptionalParams,
|
|
14
|
+
ScriptsGetOptionalParams,
|
|
15
|
+
ScriptsGetResponse,
|
|
16
|
+
ScriptsCreateOrUpdateOptionalParams,
|
|
17
|
+
ScriptsCreateOrUpdateResponse,
|
|
18
|
+
ScriptsUpdateOptionalParams,
|
|
19
|
+
ScriptsUpdateResponse,
|
|
20
|
+
ScriptsDeleteOptionalParams,
|
|
21
|
+
ScriptCheckNameRequest,
|
|
22
|
+
ScriptsCheckNameAvailabilityOptionalParams,
|
|
23
|
+
ScriptsCheckNameAvailabilityResponse
|
|
24
|
+
} from "../models";
|
|
25
|
+
|
|
26
|
+
/// <reference lib="esnext.asynciterable" />
|
|
27
|
+
/** Interface representing a Scripts. */
|
|
28
|
+
export interface Scripts {
|
|
29
|
+
/**
|
|
30
|
+
* Returns the list of database scripts for given database.
|
|
31
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
32
|
+
* @param clusterName The name of the Kusto cluster.
|
|
33
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
listByDatabase(
|
|
37
|
+
resourceGroupName: string,
|
|
38
|
+
clusterName: string,
|
|
39
|
+
databaseName: string,
|
|
40
|
+
options?: ScriptsListByDatabaseOptionalParams
|
|
41
|
+
): PagedAsyncIterableIterator<Script>;
|
|
42
|
+
/**
|
|
43
|
+
* Gets a Kusto cluster database script.
|
|
44
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
45
|
+
* @param clusterName The name of the Kusto cluster.
|
|
46
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
47
|
+
* @param scriptName The name of the Kusto database script.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
get(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
clusterName: string,
|
|
53
|
+
databaseName: string,
|
|
54
|
+
scriptName: string,
|
|
55
|
+
options?: ScriptsGetOptionalParams
|
|
56
|
+
): Promise<ScriptsGetResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* Creates a Kusto database script.
|
|
59
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
60
|
+
* @param clusterName The name of the Kusto cluster.
|
|
61
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
62
|
+
* @param scriptName The name of the Kusto database script.
|
|
63
|
+
* @param parameters The Kusto Script parameters contains the KQL to run.
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
beginCreateOrUpdate(
|
|
67
|
+
resourceGroupName: string,
|
|
68
|
+
clusterName: string,
|
|
69
|
+
databaseName: string,
|
|
70
|
+
scriptName: string,
|
|
71
|
+
parameters: Script,
|
|
72
|
+
options?: ScriptsCreateOrUpdateOptionalParams
|
|
73
|
+
): Promise<
|
|
74
|
+
PollerLike<
|
|
75
|
+
PollOperationState<ScriptsCreateOrUpdateResponse>,
|
|
76
|
+
ScriptsCreateOrUpdateResponse
|
|
77
|
+
>
|
|
78
|
+
>;
|
|
79
|
+
/**
|
|
80
|
+
* Creates a Kusto database script.
|
|
81
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
82
|
+
* @param clusterName The name of the Kusto cluster.
|
|
83
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
84
|
+
* @param scriptName The name of the Kusto database script.
|
|
85
|
+
* @param parameters The Kusto Script parameters contains the KQL to run.
|
|
86
|
+
* @param options The options parameters.
|
|
87
|
+
*/
|
|
88
|
+
beginCreateOrUpdateAndWait(
|
|
89
|
+
resourceGroupName: string,
|
|
90
|
+
clusterName: string,
|
|
91
|
+
databaseName: string,
|
|
92
|
+
scriptName: string,
|
|
93
|
+
parameters: Script,
|
|
94
|
+
options?: ScriptsCreateOrUpdateOptionalParams
|
|
95
|
+
): Promise<ScriptsCreateOrUpdateResponse>;
|
|
96
|
+
/**
|
|
97
|
+
* Updates a database script.
|
|
98
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
99
|
+
* @param clusterName The name of the Kusto cluster.
|
|
100
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
101
|
+
* @param scriptName The name of the Kusto database script.
|
|
102
|
+
* @param parameters The Kusto Script parameters contains to the KQL to run.
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
beginUpdate(
|
|
106
|
+
resourceGroupName: string,
|
|
107
|
+
clusterName: string,
|
|
108
|
+
databaseName: string,
|
|
109
|
+
scriptName: string,
|
|
110
|
+
parameters: Script,
|
|
111
|
+
options?: ScriptsUpdateOptionalParams
|
|
112
|
+
): Promise<
|
|
113
|
+
PollerLike<PollOperationState<ScriptsUpdateResponse>, ScriptsUpdateResponse>
|
|
114
|
+
>;
|
|
115
|
+
/**
|
|
116
|
+
* Updates a database script.
|
|
117
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
118
|
+
* @param clusterName The name of the Kusto cluster.
|
|
119
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
120
|
+
* @param scriptName The name of the Kusto database script.
|
|
121
|
+
* @param parameters The Kusto Script parameters contains to the KQL to run.
|
|
122
|
+
* @param options The options parameters.
|
|
123
|
+
*/
|
|
124
|
+
beginUpdateAndWait(
|
|
125
|
+
resourceGroupName: string,
|
|
126
|
+
clusterName: string,
|
|
127
|
+
databaseName: string,
|
|
128
|
+
scriptName: string,
|
|
129
|
+
parameters: Script,
|
|
130
|
+
options?: ScriptsUpdateOptionalParams
|
|
131
|
+
): Promise<ScriptsUpdateResponse>;
|
|
132
|
+
/**
|
|
133
|
+
* Deletes a Kusto principalAssignment.
|
|
134
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
135
|
+
* @param clusterName The name of the Kusto cluster.
|
|
136
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
137
|
+
* @param scriptName The name of the Kusto database script.
|
|
138
|
+
* @param options The options parameters.
|
|
139
|
+
*/
|
|
140
|
+
beginDelete(
|
|
141
|
+
resourceGroupName: string,
|
|
142
|
+
clusterName: string,
|
|
143
|
+
databaseName: string,
|
|
144
|
+
scriptName: string,
|
|
145
|
+
options?: ScriptsDeleteOptionalParams
|
|
146
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
147
|
+
/**
|
|
148
|
+
* Deletes a Kusto principalAssignment.
|
|
149
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
150
|
+
* @param clusterName The name of the Kusto cluster.
|
|
151
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
152
|
+
* @param scriptName The name of the Kusto database script.
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
beginDeleteAndWait(
|
|
156
|
+
resourceGroupName: string,
|
|
157
|
+
clusterName: string,
|
|
158
|
+
databaseName: string,
|
|
159
|
+
scriptName: string,
|
|
160
|
+
options?: ScriptsDeleteOptionalParams
|
|
161
|
+
): Promise<void>;
|
|
162
|
+
/**
|
|
163
|
+
* Checks that the script name is valid and is not already in use.
|
|
164
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
165
|
+
* @param clusterName The name of the Kusto cluster.
|
|
166
|
+
* @param databaseName The name of the database in the Kusto cluster.
|
|
167
|
+
* @param scriptName The name of the script.
|
|
168
|
+
* @param options The options parameters.
|
|
169
|
+
*/
|
|
170
|
+
checkNameAvailability(
|
|
171
|
+
resourceGroupName: string,
|
|
172
|
+
clusterName: string,
|
|
173
|
+
databaseName: string,
|
|
174
|
+
scriptName: ScriptCheckNameRequest,
|
|
175
|
+
options?: ScriptsCheckNameAvailabilityOptionalParams
|
|
176
|
+
): Promise<ScriptsCheckNameAvailabilityResponse>;
|
|
177
|
+
}
|
package/tsconfig.json
CHANGED
|
@@ -3,17 +3,25 @@
|
|
|
3
3
|
"module": "es6",
|
|
4
4
|
"moduleResolution": "node",
|
|
5
5
|
"strict": true,
|
|
6
|
-
"target": "
|
|
6
|
+
"target": "es6",
|
|
7
7
|
"sourceMap": true,
|
|
8
8
|
"declarationMap": true,
|
|
9
9
|
"esModuleInterop": true,
|
|
10
10
|
"allowSyntheticDefaultImports": true,
|
|
11
11
|
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"lib": [
|
|
12
|
+
"lib": [
|
|
13
|
+
"es6",
|
|
14
|
+
"dom"
|
|
15
|
+
],
|
|
13
16
|
"declaration": true,
|
|
14
|
-
"outDir": "./esm",
|
|
17
|
+
"outDir": "./dist-esm",
|
|
15
18
|
"importHelpers": true
|
|
16
19
|
},
|
|
17
|
-
"include": [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
"include": [
|
|
21
|
+
"./src/**/*.ts",
|
|
22
|
+
"./test/**/*.ts"
|
|
23
|
+
],
|
|
24
|
+
"exclude": [
|
|
25
|
+
"node_modules"
|
|
26
|
+
]
|
|
27
|
+
}
|