@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,1317 @@
|
|
|
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
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers";
|
|
11
|
+
import * as Parameters from "../models/parameters";
|
|
12
|
+
import { LroEngine } from "@azure/core-lro";
|
|
13
|
+
import { LroImpl } from "../lroImpl";
|
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
|
15
|
+
/** Class containing Clusters operations. */
|
|
16
|
+
export class ClustersImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class Clusters class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns a list of databases that are owned by this cluster and were followed by another cluster.
|
|
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
|
+
listFollowerDatabases(resourceGroupName, clusterName, options) {
|
|
31
|
+
const iter = this.listFollowerDatabasesPagingAll(resourceGroupName, clusterName, options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: () => {
|
|
40
|
+
return this.listFollowerDatabasesPagingPage(resourceGroupName, clusterName, options);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
listFollowerDatabasesPagingPage(resourceGroupName, clusterName, options) {
|
|
45
|
+
return __asyncGenerator(this, arguments, function* listFollowerDatabasesPagingPage_1() {
|
|
46
|
+
let result = yield __await(this._listFollowerDatabases(resourceGroupName, clusterName, options));
|
|
47
|
+
yield yield __await(result.value || []);
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
listFollowerDatabasesPagingAll(resourceGroupName, clusterName, options) {
|
|
51
|
+
return __asyncGenerator(this, arguments, function* listFollowerDatabasesPagingAll_1() {
|
|
52
|
+
var e_1, _a;
|
|
53
|
+
try {
|
|
54
|
+
for (var _b = __asyncValues(this.listFollowerDatabasesPagingPage(resourceGroupName, clusterName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
55
|
+
const page = _c.value;
|
|
56
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
60
|
+
finally {
|
|
61
|
+
try {
|
|
62
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
63
|
+
}
|
|
64
|
+
finally { if (e_1) throw e_1.error; }
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Lists all Kusto clusters within a resource group.
|
|
70
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
listByResourceGroup(resourceGroupName, options) {
|
|
74
|
+
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
|
75
|
+
return {
|
|
76
|
+
next() {
|
|
77
|
+
return iter.next();
|
|
78
|
+
},
|
|
79
|
+
[Symbol.asyncIterator]() {
|
|
80
|
+
return this;
|
|
81
|
+
},
|
|
82
|
+
byPage: () => {
|
|
83
|
+
return this.listByResourceGroupPagingPage(resourceGroupName, options);
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
listByResourceGroupPagingPage(resourceGroupName, options) {
|
|
88
|
+
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingPage_1() {
|
|
89
|
+
let result = yield __await(this._listByResourceGroup(resourceGroupName, options));
|
|
90
|
+
yield yield __await(result.value || []);
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
listByResourceGroupPagingAll(resourceGroupName, options) {
|
|
94
|
+
return __asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
95
|
+
var e_2, _a;
|
|
96
|
+
try {
|
|
97
|
+
for (var _b = __asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
98
|
+
const page = _c.value;
|
|
99
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
103
|
+
finally {
|
|
104
|
+
try {
|
|
105
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
106
|
+
}
|
|
107
|
+
finally { if (e_2) throw e_2.error; }
|
|
108
|
+
}
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Lists all Kusto clusters within a subscription.
|
|
113
|
+
* @param options The options parameters.
|
|
114
|
+
*/
|
|
115
|
+
list(options) {
|
|
116
|
+
const iter = this.listPagingAll(options);
|
|
117
|
+
return {
|
|
118
|
+
next() {
|
|
119
|
+
return iter.next();
|
|
120
|
+
},
|
|
121
|
+
[Symbol.asyncIterator]() {
|
|
122
|
+
return this;
|
|
123
|
+
},
|
|
124
|
+
byPage: () => {
|
|
125
|
+
return this.listPagingPage(options);
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
listPagingPage(options) {
|
|
130
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
131
|
+
let result = yield __await(this._list(options));
|
|
132
|
+
yield yield __await(result.value || []);
|
|
133
|
+
});
|
|
134
|
+
}
|
|
135
|
+
listPagingAll(options) {
|
|
136
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
137
|
+
var e_3, _a;
|
|
138
|
+
try {
|
|
139
|
+
for (var _b = __asyncValues(this.listPagingPage(options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
140
|
+
const page = _c.value;
|
|
141
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
145
|
+
finally {
|
|
146
|
+
try {
|
|
147
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
148
|
+
}
|
|
149
|
+
finally { if (e_3) throw e_3.error; }
|
|
150
|
+
}
|
|
151
|
+
});
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Lists eligible SKUs for Kusto resource provider.
|
|
155
|
+
* @param options The options parameters.
|
|
156
|
+
*/
|
|
157
|
+
listSkus(options) {
|
|
158
|
+
const iter = this.listSkusPagingAll(options);
|
|
159
|
+
return {
|
|
160
|
+
next() {
|
|
161
|
+
return iter.next();
|
|
162
|
+
},
|
|
163
|
+
[Symbol.asyncIterator]() {
|
|
164
|
+
return this;
|
|
165
|
+
},
|
|
166
|
+
byPage: () => {
|
|
167
|
+
return this.listSkusPagingPage(options);
|
|
168
|
+
}
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
listSkusPagingPage(options) {
|
|
172
|
+
return __asyncGenerator(this, arguments, function* listSkusPagingPage_1() {
|
|
173
|
+
let result = yield __await(this._listSkus(options));
|
|
174
|
+
yield yield __await(result.value || []);
|
|
175
|
+
});
|
|
176
|
+
}
|
|
177
|
+
listSkusPagingAll(options) {
|
|
178
|
+
return __asyncGenerator(this, arguments, function* listSkusPagingAll_1() {
|
|
179
|
+
var e_4, _a;
|
|
180
|
+
try {
|
|
181
|
+
for (var _b = __asyncValues(this.listSkusPagingPage(options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
182
|
+
const page = _c.value;
|
|
183
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
|
187
|
+
finally {
|
|
188
|
+
try {
|
|
189
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
190
|
+
}
|
|
191
|
+
finally { if (e_4) throw e_4.error; }
|
|
192
|
+
}
|
|
193
|
+
});
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Returns the SKUs available for the provided resource.
|
|
197
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
198
|
+
* @param clusterName The name of the Kusto cluster.
|
|
199
|
+
* @param options The options parameters.
|
|
200
|
+
*/
|
|
201
|
+
listSkusByResource(resourceGroupName, clusterName, options) {
|
|
202
|
+
const iter = this.listSkusByResourcePagingAll(resourceGroupName, clusterName, options);
|
|
203
|
+
return {
|
|
204
|
+
next() {
|
|
205
|
+
return iter.next();
|
|
206
|
+
},
|
|
207
|
+
[Symbol.asyncIterator]() {
|
|
208
|
+
return this;
|
|
209
|
+
},
|
|
210
|
+
byPage: () => {
|
|
211
|
+
return this.listSkusByResourcePagingPage(resourceGroupName, clusterName, options);
|
|
212
|
+
}
|
|
213
|
+
};
|
|
214
|
+
}
|
|
215
|
+
listSkusByResourcePagingPage(resourceGroupName, clusterName, options) {
|
|
216
|
+
return __asyncGenerator(this, arguments, function* listSkusByResourcePagingPage_1() {
|
|
217
|
+
let result = yield __await(this._listSkusByResource(resourceGroupName, clusterName, options));
|
|
218
|
+
yield yield __await(result.value || []);
|
|
219
|
+
});
|
|
220
|
+
}
|
|
221
|
+
listSkusByResourcePagingAll(resourceGroupName, clusterName, options) {
|
|
222
|
+
return __asyncGenerator(this, arguments, function* listSkusByResourcePagingAll_1() {
|
|
223
|
+
var e_5, _a;
|
|
224
|
+
try {
|
|
225
|
+
for (var _b = __asyncValues(this.listSkusByResourcePagingPage(resourceGroupName, clusterName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
226
|
+
const page = _c.value;
|
|
227
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
catch (e_5_1) { e_5 = { error: e_5_1 }; }
|
|
231
|
+
finally {
|
|
232
|
+
try {
|
|
233
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
234
|
+
}
|
|
235
|
+
finally { if (e_5) throw e_5.error; }
|
|
236
|
+
}
|
|
237
|
+
});
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Gets the network endpoints of all outbound dependencies of a Kusto cluster
|
|
241
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
242
|
+
* @param clusterName The name of the Kusto cluster.
|
|
243
|
+
* @param options The options parameters.
|
|
244
|
+
*/
|
|
245
|
+
listOutboundNetworkDependenciesEndpoints(resourceGroupName, clusterName, options) {
|
|
246
|
+
const iter = this.listOutboundNetworkDependenciesEndpointsPagingAll(resourceGroupName, clusterName, options);
|
|
247
|
+
return {
|
|
248
|
+
next() {
|
|
249
|
+
return iter.next();
|
|
250
|
+
},
|
|
251
|
+
[Symbol.asyncIterator]() {
|
|
252
|
+
return this;
|
|
253
|
+
},
|
|
254
|
+
byPage: () => {
|
|
255
|
+
return this.listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, clusterName, options);
|
|
256
|
+
}
|
|
257
|
+
};
|
|
258
|
+
}
|
|
259
|
+
listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, clusterName, options) {
|
|
260
|
+
return __asyncGenerator(this, arguments, function* listOutboundNetworkDependenciesEndpointsPagingPage_1() {
|
|
261
|
+
let result = yield __await(this._listOutboundNetworkDependenciesEndpoints(resourceGroupName, clusterName, options));
|
|
262
|
+
yield yield __await(result.value || []);
|
|
263
|
+
let continuationToken = result.nextLink;
|
|
264
|
+
while (continuationToken) {
|
|
265
|
+
result = yield __await(this._listOutboundNetworkDependenciesEndpointsNext(resourceGroupName, clusterName, continuationToken, options));
|
|
266
|
+
continuationToken = result.nextLink;
|
|
267
|
+
yield yield __await(result.value || []);
|
|
268
|
+
}
|
|
269
|
+
});
|
|
270
|
+
}
|
|
271
|
+
listOutboundNetworkDependenciesEndpointsPagingAll(resourceGroupName, clusterName, options) {
|
|
272
|
+
return __asyncGenerator(this, arguments, function* listOutboundNetworkDependenciesEndpointsPagingAll_1() {
|
|
273
|
+
var e_6, _a;
|
|
274
|
+
try {
|
|
275
|
+
for (var _b = __asyncValues(this.listOutboundNetworkDependenciesEndpointsPagingPage(resourceGroupName, clusterName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
276
|
+
const page = _c.value;
|
|
277
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
catch (e_6_1) { e_6 = { error: e_6_1 }; }
|
|
281
|
+
finally {
|
|
282
|
+
try {
|
|
283
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
284
|
+
}
|
|
285
|
+
finally { if (e_6) throw e_6.error; }
|
|
286
|
+
}
|
|
287
|
+
});
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* Returns a list of language extensions that can run within KQL queries.
|
|
291
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
292
|
+
* @param clusterName The name of the Kusto cluster.
|
|
293
|
+
* @param options The options parameters.
|
|
294
|
+
*/
|
|
295
|
+
listLanguageExtensions(resourceGroupName, clusterName, options) {
|
|
296
|
+
const iter = this.listLanguageExtensionsPagingAll(resourceGroupName, clusterName, options);
|
|
297
|
+
return {
|
|
298
|
+
next() {
|
|
299
|
+
return iter.next();
|
|
300
|
+
},
|
|
301
|
+
[Symbol.asyncIterator]() {
|
|
302
|
+
return this;
|
|
303
|
+
},
|
|
304
|
+
byPage: () => {
|
|
305
|
+
return this.listLanguageExtensionsPagingPage(resourceGroupName, clusterName, options);
|
|
306
|
+
}
|
|
307
|
+
};
|
|
308
|
+
}
|
|
309
|
+
listLanguageExtensionsPagingPage(resourceGroupName, clusterName, options) {
|
|
310
|
+
return __asyncGenerator(this, arguments, function* listLanguageExtensionsPagingPage_1() {
|
|
311
|
+
let result = yield __await(this._listLanguageExtensions(resourceGroupName, clusterName, options));
|
|
312
|
+
yield yield __await(result.value || []);
|
|
313
|
+
});
|
|
314
|
+
}
|
|
315
|
+
listLanguageExtensionsPagingAll(resourceGroupName, clusterName, options) {
|
|
316
|
+
return __asyncGenerator(this, arguments, function* listLanguageExtensionsPagingAll_1() {
|
|
317
|
+
var e_7, _a;
|
|
318
|
+
try {
|
|
319
|
+
for (var _b = __asyncValues(this.listLanguageExtensionsPagingPage(resourceGroupName, clusterName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
320
|
+
const page = _c.value;
|
|
321
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
catch (e_7_1) { e_7 = { error: e_7_1 }; }
|
|
325
|
+
finally {
|
|
326
|
+
try {
|
|
327
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
328
|
+
}
|
|
329
|
+
finally { if (e_7) throw e_7.error; }
|
|
330
|
+
}
|
|
331
|
+
});
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* Gets a Kusto cluster.
|
|
335
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
336
|
+
* @param clusterName The name of the Kusto cluster.
|
|
337
|
+
* @param options The options parameters.
|
|
338
|
+
*/
|
|
339
|
+
get(resourceGroupName, clusterName, options) {
|
|
340
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, getOperationSpec);
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Create or update a Kusto cluster.
|
|
344
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
345
|
+
* @param clusterName The name of the Kusto cluster.
|
|
346
|
+
* @param parameters The Kusto cluster parameters supplied to the CreateOrUpdate operation.
|
|
347
|
+
* @param options The options parameters.
|
|
348
|
+
*/
|
|
349
|
+
beginCreateOrUpdate(resourceGroupName, clusterName, parameters, options) {
|
|
350
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
351
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
352
|
+
return this.client.sendOperationRequest(args, spec);
|
|
353
|
+
});
|
|
354
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
355
|
+
var _a;
|
|
356
|
+
let currentRawResponse = undefined;
|
|
357
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
358
|
+
const callback = (rawResponse, flatResponse) => {
|
|
359
|
+
currentRawResponse = rawResponse;
|
|
360
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
361
|
+
};
|
|
362
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
363
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
364
|
+
return {
|
|
365
|
+
flatResponse,
|
|
366
|
+
rawResponse: {
|
|
367
|
+
statusCode: currentRawResponse.status,
|
|
368
|
+
body: currentRawResponse.parsedBody,
|
|
369
|
+
headers: currentRawResponse.headers.toJSON()
|
|
370
|
+
}
|
|
371
|
+
};
|
|
372
|
+
});
|
|
373
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, parameters, options }, createOrUpdateOperationSpec);
|
|
374
|
+
return new LroEngine(lro, {
|
|
375
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
376
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
377
|
+
});
|
|
378
|
+
});
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* Create or update a Kusto cluster.
|
|
382
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
383
|
+
* @param clusterName The name of the Kusto cluster.
|
|
384
|
+
* @param parameters The Kusto cluster parameters supplied to the CreateOrUpdate operation.
|
|
385
|
+
* @param options The options parameters.
|
|
386
|
+
*/
|
|
387
|
+
beginCreateOrUpdateAndWait(resourceGroupName, clusterName, parameters, options) {
|
|
388
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
389
|
+
const poller = yield this.beginCreateOrUpdate(resourceGroupName, clusterName, parameters, options);
|
|
390
|
+
return poller.pollUntilDone();
|
|
391
|
+
});
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* Update a Kusto cluster.
|
|
395
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
396
|
+
* @param clusterName The name of the Kusto cluster.
|
|
397
|
+
* @param parameters The Kusto cluster parameters supplied to the Update operation.
|
|
398
|
+
* @param options The options parameters.
|
|
399
|
+
*/
|
|
400
|
+
beginUpdate(resourceGroupName, clusterName, parameters, options) {
|
|
401
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
402
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
403
|
+
return this.client.sendOperationRequest(args, spec);
|
|
404
|
+
});
|
|
405
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
406
|
+
var _a;
|
|
407
|
+
let currentRawResponse = undefined;
|
|
408
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
409
|
+
const callback = (rawResponse, flatResponse) => {
|
|
410
|
+
currentRawResponse = rawResponse;
|
|
411
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
412
|
+
};
|
|
413
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
414
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
415
|
+
return {
|
|
416
|
+
flatResponse,
|
|
417
|
+
rawResponse: {
|
|
418
|
+
statusCode: currentRawResponse.status,
|
|
419
|
+
body: currentRawResponse.parsedBody,
|
|
420
|
+
headers: currentRawResponse.headers.toJSON()
|
|
421
|
+
}
|
|
422
|
+
};
|
|
423
|
+
});
|
|
424
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, parameters, options }, updateOperationSpec);
|
|
425
|
+
return new LroEngine(lro, {
|
|
426
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
427
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
428
|
+
});
|
|
429
|
+
});
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* Update a Kusto cluster.
|
|
433
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
434
|
+
* @param clusterName The name of the Kusto cluster.
|
|
435
|
+
* @param parameters The Kusto cluster parameters supplied to the Update operation.
|
|
436
|
+
* @param options The options parameters.
|
|
437
|
+
*/
|
|
438
|
+
beginUpdateAndWait(resourceGroupName, clusterName, parameters, options) {
|
|
439
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
440
|
+
const poller = yield this.beginUpdate(resourceGroupName, clusterName, parameters, options);
|
|
441
|
+
return poller.pollUntilDone();
|
|
442
|
+
});
|
|
443
|
+
}
|
|
444
|
+
/**
|
|
445
|
+
* Deletes a Kusto cluster.
|
|
446
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
447
|
+
* @param clusterName The name of the Kusto cluster.
|
|
448
|
+
* @param options The options parameters.
|
|
449
|
+
*/
|
|
450
|
+
beginDelete(resourceGroupName, clusterName, options) {
|
|
451
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
452
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
453
|
+
return this.client.sendOperationRequest(args, spec);
|
|
454
|
+
});
|
|
455
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
456
|
+
var _a;
|
|
457
|
+
let currentRawResponse = undefined;
|
|
458
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
459
|
+
const callback = (rawResponse, flatResponse) => {
|
|
460
|
+
currentRawResponse = rawResponse;
|
|
461
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
462
|
+
};
|
|
463
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
464
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
465
|
+
return {
|
|
466
|
+
flatResponse,
|
|
467
|
+
rawResponse: {
|
|
468
|
+
statusCode: currentRawResponse.status,
|
|
469
|
+
body: currentRawResponse.parsedBody,
|
|
470
|
+
headers: currentRawResponse.headers.toJSON()
|
|
471
|
+
}
|
|
472
|
+
};
|
|
473
|
+
});
|
|
474
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, options }, deleteOperationSpec);
|
|
475
|
+
return new LroEngine(lro, {
|
|
476
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
477
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
478
|
+
});
|
|
479
|
+
});
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
* Deletes a Kusto cluster.
|
|
483
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
484
|
+
* @param clusterName The name of the Kusto cluster.
|
|
485
|
+
* @param options The options parameters.
|
|
486
|
+
*/
|
|
487
|
+
beginDeleteAndWait(resourceGroupName, clusterName, options) {
|
|
488
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
489
|
+
const poller = yield this.beginDelete(resourceGroupName, clusterName, options);
|
|
490
|
+
return poller.pollUntilDone();
|
|
491
|
+
});
|
|
492
|
+
}
|
|
493
|
+
/**
|
|
494
|
+
* Stops a Kusto cluster.
|
|
495
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
496
|
+
* @param clusterName The name of the Kusto cluster.
|
|
497
|
+
* @param options The options parameters.
|
|
498
|
+
*/
|
|
499
|
+
beginStop(resourceGroupName, clusterName, options) {
|
|
500
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
501
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
502
|
+
return this.client.sendOperationRequest(args, spec);
|
|
503
|
+
});
|
|
504
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
505
|
+
var _a;
|
|
506
|
+
let currentRawResponse = undefined;
|
|
507
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
508
|
+
const callback = (rawResponse, flatResponse) => {
|
|
509
|
+
currentRawResponse = rawResponse;
|
|
510
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
511
|
+
};
|
|
512
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
513
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
514
|
+
return {
|
|
515
|
+
flatResponse,
|
|
516
|
+
rawResponse: {
|
|
517
|
+
statusCode: currentRawResponse.status,
|
|
518
|
+
body: currentRawResponse.parsedBody,
|
|
519
|
+
headers: currentRawResponse.headers.toJSON()
|
|
520
|
+
}
|
|
521
|
+
};
|
|
522
|
+
});
|
|
523
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, options }, stopOperationSpec);
|
|
524
|
+
return new LroEngine(lro, {
|
|
525
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
526
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
527
|
+
});
|
|
528
|
+
});
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* Stops a Kusto cluster.
|
|
532
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
533
|
+
* @param clusterName The name of the Kusto cluster.
|
|
534
|
+
* @param options The options parameters.
|
|
535
|
+
*/
|
|
536
|
+
beginStopAndWait(resourceGroupName, clusterName, options) {
|
|
537
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
538
|
+
const poller = yield this.beginStop(resourceGroupName, clusterName, options);
|
|
539
|
+
return poller.pollUntilDone();
|
|
540
|
+
});
|
|
541
|
+
}
|
|
542
|
+
/**
|
|
543
|
+
* Starts a Kusto cluster.
|
|
544
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
545
|
+
* @param clusterName The name of the Kusto cluster.
|
|
546
|
+
* @param options The options parameters.
|
|
547
|
+
*/
|
|
548
|
+
beginStart(resourceGroupName, clusterName, options) {
|
|
549
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
550
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
551
|
+
return this.client.sendOperationRequest(args, spec);
|
|
552
|
+
});
|
|
553
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
554
|
+
var _a;
|
|
555
|
+
let currentRawResponse = undefined;
|
|
556
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
557
|
+
const callback = (rawResponse, flatResponse) => {
|
|
558
|
+
currentRawResponse = rawResponse;
|
|
559
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
560
|
+
};
|
|
561
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
562
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
563
|
+
return {
|
|
564
|
+
flatResponse,
|
|
565
|
+
rawResponse: {
|
|
566
|
+
statusCode: currentRawResponse.status,
|
|
567
|
+
body: currentRawResponse.parsedBody,
|
|
568
|
+
headers: currentRawResponse.headers.toJSON()
|
|
569
|
+
}
|
|
570
|
+
};
|
|
571
|
+
});
|
|
572
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, options }, startOperationSpec);
|
|
573
|
+
return new LroEngine(lro, {
|
|
574
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
575
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
576
|
+
});
|
|
577
|
+
});
|
|
578
|
+
}
|
|
579
|
+
/**
|
|
580
|
+
* Starts a Kusto cluster.
|
|
581
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
582
|
+
* @param clusterName The name of the Kusto cluster.
|
|
583
|
+
* @param options The options parameters.
|
|
584
|
+
*/
|
|
585
|
+
beginStartAndWait(resourceGroupName, clusterName, options) {
|
|
586
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
587
|
+
const poller = yield this.beginStart(resourceGroupName, clusterName, options);
|
|
588
|
+
return poller.pollUntilDone();
|
|
589
|
+
});
|
|
590
|
+
}
|
|
591
|
+
/**
|
|
592
|
+
* Returns a list of databases that are owned by this cluster and were followed by another cluster.
|
|
593
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
594
|
+
* @param clusterName The name of the Kusto cluster.
|
|
595
|
+
* @param options The options parameters.
|
|
596
|
+
*/
|
|
597
|
+
_listFollowerDatabases(resourceGroupName, clusterName, options) {
|
|
598
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, listFollowerDatabasesOperationSpec);
|
|
599
|
+
}
|
|
600
|
+
/**
|
|
601
|
+
* Detaches all followers of a database owned by this cluster.
|
|
602
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
603
|
+
* @param clusterName The name of the Kusto cluster.
|
|
604
|
+
* @param followerDatabaseToRemove The follower databases properties to remove.
|
|
605
|
+
* @param options The options parameters.
|
|
606
|
+
*/
|
|
607
|
+
beginDetachFollowerDatabases(resourceGroupName, clusterName, followerDatabaseToRemove, options) {
|
|
608
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
609
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
610
|
+
return this.client.sendOperationRequest(args, spec);
|
|
611
|
+
});
|
|
612
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
613
|
+
var _a;
|
|
614
|
+
let currentRawResponse = undefined;
|
|
615
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
616
|
+
const callback = (rawResponse, flatResponse) => {
|
|
617
|
+
currentRawResponse = rawResponse;
|
|
618
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
619
|
+
};
|
|
620
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
621
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
622
|
+
return {
|
|
623
|
+
flatResponse,
|
|
624
|
+
rawResponse: {
|
|
625
|
+
statusCode: currentRawResponse.status,
|
|
626
|
+
body: currentRawResponse.parsedBody,
|
|
627
|
+
headers: currentRawResponse.headers.toJSON()
|
|
628
|
+
}
|
|
629
|
+
};
|
|
630
|
+
});
|
|
631
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, followerDatabaseToRemove, options }, detachFollowerDatabasesOperationSpec);
|
|
632
|
+
return new LroEngine(lro, {
|
|
633
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
634
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
635
|
+
});
|
|
636
|
+
});
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* Detaches all followers of a database owned by this cluster.
|
|
640
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
641
|
+
* @param clusterName The name of the Kusto cluster.
|
|
642
|
+
* @param followerDatabaseToRemove The follower databases properties to remove.
|
|
643
|
+
* @param options The options parameters.
|
|
644
|
+
*/
|
|
645
|
+
beginDetachFollowerDatabasesAndWait(resourceGroupName, clusterName, followerDatabaseToRemove, options) {
|
|
646
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
647
|
+
const poller = yield this.beginDetachFollowerDatabases(resourceGroupName, clusterName, followerDatabaseToRemove, options);
|
|
648
|
+
return poller.pollUntilDone();
|
|
649
|
+
});
|
|
650
|
+
}
|
|
651
|
+
/**
|
|
652
|
+
* Diagnoses network connectivity status for external resources on which the service is dependent on.
|
|
653
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
654
|
+
* @param clusterName The name of the Kusto cluster.
|
|
655
|
+
* @param options The options parameters.
|
|
656
|
+
*/
|
|
657
|
+
beginDiagnoseVirtualNetwork(resourceGroupName, clusterName, options) {
|
|
658
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
659
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
660
|
+
return this.client.sendOperationRequest(args, spec);
|
|
661
|
+
});
|
|
662
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
663
|
+
var _a;
|
|
664
|
+
let currentRawResponse = undefined;
|
|
665
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
666
|
+
const callback = (rawResponse, flatResponse) => {
|
|
667
|
+
currentRawResponse = rawResponse;
|
|
668
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
669
|
+
};
|
|
670
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
671
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
672
|
+
return {
|
|
673
|
+
flatResponse,
|
|
674
|
+
rawResponse: {
|
|
675
|
+
statusCode: currentRawResponse.status,
|
|
676
|
+
body: currentRawResponse.parsedBody,
|
|
677
|
+
headers: currentRawResponse.headers.toJSON()
|
|
678
|
+
}
|
|
679
|
+
};
|
|
680
|
+
});
|
|
681
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, options }, diagnoseVirtualNetworkOperationSpec);
|
|
682
|
+
return new LroEngine(lro, {
|
|
683
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
684
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
685
|
+
lroResourceLocationConfig: "location"
|
|
686
|
+
});
|
|
687
|
+
});
|
|
688
|
+
}
|
|
689
|
+
/**
|
|
690
|
+
* Diagnoses network connectivity status for external resources on which the service is dependent on.
|
|
691
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
692
|
+
* @param clusterName The name of the Kusto cluster.
|
|
693
|
+
* @param options The options parameters.
|
|
694
|
+
*/
|
|
695
|
+
beginDiagnoseVirtualNetworkAndWait(resourceGroupName, clusterName, options) {
|
|
696
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
697
|
+
const poller = yield this.beginDiagnoseVirtualNetwork(resourceGroupName, clusterName, options);
|
|
698
|
+
return poller.pollUntilDone();
|
|
699
|
+
});
|
|
700
|
+
}
|
|
701
|
+
/**
|
|
702
|
+
* Lists all Kusto clusters within a resource group.
|
|
703
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
704
|
+
* @param options The options parameters.
|
|
705
|
+
*/
|
|
706
|
+
_listByResourceGroup(resourceGroupName, options) {
|
|
707
|
+
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
708
|
+
}
|
|
709
|
+
/**
|
|
710
|
+
* Lists all Kusto clusters within a subscription.
|
|
711
|
+
* @param options The options parameters.
|
|
712
|
+
*/
|
|
713
|
+
_list(options) {
|
|
714
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
715
|
+
}
|
|
716
|
+
/**
|
|
717
|
+
* Lists eligible SKUs for Kusto resource provider.
|
|
718
|
+
* @param options The options parameters.
|
|
719
|
+
*/
|
|
720
|
+
_listSkus(options) {
|
|
721
|
+
return this.client.sendOperationRequest({ options }, listSkusOperationSpec);
|
|
722
|
+
}
|
|
723
|
+
/**
|
|
724
|
+
* Checks that the cluster name is valid and is not already in use.
|
|
725
|
+
* @param location Azure location (region) name.
|
|
726
|
+
* @param clusterName The name of the cluster.
|
|
727
|
+
* @param options The options parameters.
|
|
728
|
+
*/
|
|
729
|
+
checkNameAvailability(location, clusterName, options) {
|
|
730
|
+
return this.client.sendOperationRequest({ location, clusterName, options }, checkNameAvailabilityOperationSpec);
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* Returns the SKUs available for the provided resource.
|
|
734
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
735
|
+
* @param clusterName The name of the Kusto cluster.
|
|
736
|
+
* @param options The options parameters.
|
|
737
|
+
*/
|
|
738
|
+
_listSkusByResource(resourceGroupName, clusterName, options) {
|
|
739
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, listSkusByResourceOperationSpec);
|
|
740
|
+
}
|
|
741
|
+
/**
|
|
742
|
+
* Gets the network endpoints of all outbound dependencies of a Kusto cluster
|
|
743
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
744
|
+
* @param clusterName The name of the Kusto cluster.
|
|
745
|
+
* @param options The options parameters.
|
|
746
|
+
*/
|
|
747
|
+
_listOutboundNetworkDependenciesEndpoints(resourceGroupName, clusterName, options) {
|
|
748
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, listOutboundNetworkDependenciesEndpointsOperationSpec);
|
|
749
|
+
}
|
|
750
|
+
/**
|
|
751
|
+
* Returns a list of language extensions that can run within KQL queries.
|
|
752
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
753
|
+
* @param clusterName The name of the Kusto cluster.
|
|
754
|
+
* @param options The options parameters.
|
|
755
|
+
*/
|
|
756
|
+
_listLanguageExtensions(resourceGroupName, clusterName, options) {
|
|
757
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, listLanguageExtensionsOperationSpec);
|
|
758
|
+
}
|
|
759
|
+
/**
|
|
760
|
+
* Add a list of language extensions that can run within KQL queries.
|
|
761
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
762
|
+
* @param clusterName The name of the Kusto cluster.
|
|
763
|
+
* @param languageExtensionsToAdd The language extensions to add.
|
|
764
|
+
* @param options The options parameters.
|
|
765
|
+
*/
|
|
766
|
+
beginAddLanguageExtensions(resourceGroupName, clusterName, languageExtensionsToAdd, options) {
|
|
767
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
768
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
769
|
+
return this.client.sendOperationRequest(args, spec);
|
|
770
|
+
});
|
|
771
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
772
|
+
var _a;
|
|
773
|
+
let currentRawResponse = undefined;
|
|
774
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
775
|
+
const callback = (rawResponse, flatResponse) => {
|
|
776
|
+
currentRawResponse = rawResponse;
|
|
777
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
778
|
+
};
|
|
779
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
780
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
781
|
+
return {
|
|
782
|
+
flatResponse,
|
|
783
|
+
rawResponse: {
|
|
784
|
+
statusCode: currentRawResponse.status,
|
|
785
|
+
body: currentRawResponse.parsedBody,
|
|
786
|
+
headers: currentRawResponse.headers.toJSON()
|
|
787
|
+
}
|
|
788
|
+
};
|
|
789
|
+
});
|
|
790
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, languageExtensionsToAdd, options }, addLanguageExtensionsOperationSpec);
|
|
791
|
+
return new LroEngine(lro, {
|
|
792
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
793
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
794
|
+
});
|
|
795
|
+
});
|
|
796
|
+
}
|
|
797
|
+
/**
|
|
798
|
+
* Add a list of language extensions that can run within KQL queries.
|
|
799
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
800
|
+
* @param clusterName The name of the Kusto cluster.
|
|
801
|
+
* @param languageExtensionsToAdd The language extensions to add.
|
|
802
|
+
* @param options The options parameters.
|
|
803
|
+
*/
|
|
804
|
+
beginAddLanguageExtensionsAndWait(resourceGroupName, clusterName, languageExtensionsToAdd, options) {
|
|
805
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
806
|
+
const poller = yield this.beginAddLanguageExtensions(resourceGroupName, clusterName, languageExtensionsToAdd, options);
|
|
807
|
+
return poller.pollUntilDone();
|
|
808
|
+
});
|
|
809
|
+
}
|
|
810
|
+
/**
|
|
811
|
+
* Remove a list of language extensions that can run within KQL queries.
|
|
812
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
813
|
+
* @param clusterName The name of the Kusto cluster.
|
|
814
|
+
* @param languageExtensionsToRemove The language extensions to remove.
|
|
815
|
+
* @param options The options parameters.
|
|
816
|
+
*/
|
|
817
|
+
beginRemoveLanguageExtensions(resourceGroupName, clusterName, languageExtensionsToRemove, options) {
|
|
818
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
819
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
820
|
+
return this.client.sendOperationRequest(args, spec);
|
|
821
|
+
});
|
|
822
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
823
|
+
var _a;
|
|
824
|
+
let currentRawResponse = undefined;
|
|
825
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
826
|
+
const callback = (rawResponse, flatResponse) => {
|
|
827
|
+
currentRawResponse = rawResponse;
|
|
828
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
829
|
+
};
|
|
830
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
831
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
832
|
+
return {
|
|
833
|
+
flatResponse,
|
|
834
|
+
rawResponse: {
|
|
835
|
+
statusCode: currentRawResponse.status,
|
|
836
|
+
body: currentRawResponse.parsedBody,
|
|
837
|
+
headers: currentRawResponse.headers.toJSON()
|
|
838
|
+
}
|
|
839
|
+
};
|
|
840
|
+
});
|
|
841
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, clusterName, languageExtensionsToRemove, options }, removeLanguageExtensionsOperationSpec);
|
|
842
|
+
return new LroEngine(lro, {
|
|
843
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
844
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
845
|
+
});
|
|
846
|
+
});
|
|
847
|
+
}
|
|
848
|
+
/**
|
|
849
|
+
* Remove a list of language extensions that can run within KQL queries.
|
|
850
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
851
|
+
* @param clusterName The name of the Kusto cluster.
|
|
852
|
+
* @param languageExtensionsToRemove The language extensions to remove.
|
|
853
|
+
* @param options The options parameters.
|
|
854
|
+
*/
|
|
855
|
+
beginRemoveLanguageExtensionsAndWait(resourceGroupName, clusterName, languageExtensionsToRemove, options) {
|
|
856
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
857
|
+
const poller = yield this.beginRemoveLanguageExtensions(resourceGroupName, clusterName, languageExtensionsToRemove, options);
|
|
858
|
+
return poller.pollUntilDone();
|
|
859
|
+
});
|
|
860
|
+
}
|
|
861
|
+
/**
|
|
862
|
+
* ListOutboundNetworkDependenciesEndpointsNext
|
|
863
|
+
* @param resourceGroupName The name of the resource group containing the Kusto cluster.
|
|
864
|
+
* @param clusterName The name of the Kusto cluster.
|
|
865
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
866
|
+
* ListOutboundNetworkDependenciesEndpoints method.
|
|
867
|
+
* @param options The options parameters.
|
|
868
|
+
*/
|
|
869
|
+
_listOutboundNetworkDependenciesEndpointsNext(resourceGroupName, clusterName, nextLink, options) {
|
|
870
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, nextLink, options }, listOutboundNetworkDependenciesEndpointsNextOperationSpec);
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
// Operation Specifications
|
|
874
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
875
|
+
const getOperationSpec = {
|
|
876
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}",
|
|
877
|
+
httpMethod: "GET",
|
|
878
|
+
responses: {
|
|
879
|
+
200: {
|
|
880
|
+
bodyMapper: Mappers.Cluster
|
|
881
|
+
},
|
|
882
|
+
default: {
|
|
883
|
+
bodyMapper: Mappers.CloudError
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
queryParameters: [Parameters.apiVersion],
|
|
887
|
+
urlParameters: [
|
|
888
|
+
Parameters.$host,
|
|
889
|
+
Parameters.resourceGroupName,
|
|
890
|
+
Parameters.clusterName,
|
|
891
|
+
Parameters.subscriptionId
|
|
892
|
+
],
|
|
893
|
+
headerParameters: [Parameters.accept],
|
|
894
|
+
serializer
|
|
895
|
+
};
|
|
896
|
+
const createOrUpdateOperationSpec = {
|
|
897
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}",
|
|
898
|
+
httpMethod: "PUT",
|
|
899
|
+
responses: {
|
|
900
|
+
200: {
|
|
901
|
+
bodyMapper: Mappers.Cluster
|
|
902
|
+
},
|
|
903
|
+
201: {
|
|
904
|
+
bodyMapper: Mappers.Cluster
|
|
905
|
+
},
|
|
906
|
+
202: {
|
|
907
|
+
bodyMapper: Mappers.Cluster
|
|
908
|
+
},
|
|
909
|
+
204: {
|
|
910
|
+
bodyMapper: Mappers.Cluster
|
|
911
|
+
},
|
|
912
|
+
default: {
|
|
913
|
+
bodyMapper: Mappers.CloudError
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
requestBody: Parameters.parameters,
|
|
917
|
+
queryParameters: [Parameters.apiVersion],
|
|
918
|
+
urlParameters: [
|
|
919
|
+
Parameters.$host,
|
|
920
|
+
Parameters.resourceGroupName,
|
|
921
|
+
Parameters.clusterName,
|
|
922
|
+
Parameters.subscriptionId
|
|
923
|
+
],
|
|
924
|
+
headerParameters: [
|
|
925
|
+
Parameters.accept,
|
|
926
|
+
Parameters.contentType,
|
|
927
|
+
Parameters.ifMatch,
|
|
928
|
+
Parameters.ifNoneMatch
|
|
929
|
+
],
|
|
930
|
+
mediaType: "json",
|
|
931
|
+
serializer
|
|
932
|
+
};
|
|
933
|
+
const updateOperationSpec = {
|
|
934
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}",
|
|
935
|
+
httpMethod: "PATCH",
|
|
936
|
+
responses: {
|
|
937
|
+
200: {
|
|
938
|
+
bodyMapper: Mappers.Cluster
|
|
939
|
+
},
|
|
940
|
+
201: {
|
|
941
|
+
bodyMapper: Mappers.Cluster
|
|
942
|
+
},
|
|
943
|
+
202: {
|
|
944
|
+
bodyMapper: Mappers.Cluster
|
|
945
|
+
},
|
|
946
|
+
204: {
|
|
947
|
+
bodyMapper: Mappers.Cluster
|
|
948
|
+
},
|
|
949
|
+
default: {
|
|
950
|
+
bodyMapper: Mappers.CloudError
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
requestBody: Parameters.parameters1,
|
|
954
|
+
queryParameters: [Parameters.apiVersion],
|
|
955
|
+
urlParameters: [
|
|
956
|
+
Parameters.$host,
|
|
957
|
+
Parameters.resourceGroupName,
|
|
958
|
+
Parameters.clusterName,
|
|
959
|
+
Parameters.subscriptionId
|
|
960
|
+
],
|
|
961
|
+
headerParameters: [
|
|
962
|
+
Parameters.accept,
|
|
963
|
+
Parameters.contentType,
|
|
964
|
+
Parameters.ifMatch
|
|
965
|
+
],
|
|
966
|
+
mediaType: "json",
|
|
967
|
+
serializer
|
|
968
|
+
};
|
|
969
|
+
const deleteOperationSpec = {
|
|
970
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}",
|
|
971
|
+
httpMethod: "DELETE",
|
|
972
|
+
responses: {
|
|
973
|
+
200: {},
|
|
974
|
+
201: {},
|
|
975
|
+
202: {},
|
|
976
|
+
204: {},
|
|
977
|
+
default: {
|
|
978
|
+
bodyMapper: Mappers.CloudError
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
queryParameters: [Parameters.apiVersion],
|
|
982
|
+
urlParameters: [
|
|
983
|
+
Parameters.$host,
|
|
984
|
+
Parameters.resourceGroupName,
|
|
985
|
+
Parameters.clusterName,
|
|
986
|
+
Parameters.subscriptionId
|
|
987
|
+
],
|
|
988
|
+
headerParameters: [Parameters.accept],
|
|
989
|
+
serializer
|
|
990
|
+
};
|
|
991
|
+
const stopOperationSpec = {
|
|
992
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/stop",
|
|
993
|
+
httpMethod: "POST",
|
|
994
|
+
responses: {
|
|
995
|
+
200: {},
|
|
996
|
+
201: {},
|
|
997
|
+
202: {},
|
|
998
|
+
204: {},
|
|
999
|
+
default: {
|
|
1000
|
+
bodyMapper: Mappers.CloudError
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
1003
|
+
queryParameters: [Parameters.apiVersion],
|
|
1004
|
+
urlParameters: [
|
|
1005
|
+
Parameters.$host,
|
|
1006
|
+
Parameters.resourceGroupName,
|
|
1007
|
+
Parameters.clusterName,
|
|
1008
|
+
Parameters.subscriptionId
|
|
1009
|
+
],
|
|
1010
|
+
headerParameters: [Parameters.accept],
|
|
1011
|
+
serializer
|
|
1012
|
+
};
|
|
1013
|
+
const startOperationSpec = {
|
|
1014
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/start",
|
|
1015
|
+
httpMethod: "POST",
|
|
1016
|
+
responses: {
|
|
1017
|
+
200: {},
|
|
1018
|
+
201: {},
|
|
1019
|
+
202: {},
|
|
1020
|
+
204: {},
|
|
1021
|
+
default: {
|
|
1022
|
+
bodyMapper: Mappers.CloudError
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
queryParameters: [Parameters.apiVersion],
|
|
1026
|
+
urlParameters: [
|
|
1027
|
+
Parameters.$host,
|
|
1028
|
+
Parameters.resourceGroupName,
|
|
1029
|
+
Parameters.clusterName,
|
|
1030
|
+
Parameters.subscriptionId
|
|
1031
|
+
],
|
|
1032
|
+
headerParameters: [Parameters.accept],
|
|
1033
|
+
serializer
|
|
1034
|
+
};
|
|
1035
|
+
const listFollowerDatabasesOperationSpec = {
|
|
1036
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listFollowerDatabases",
|
|
1037
|
+
httpMethod: "POST",
|
|
1038
|
+
responses: {
|
|
1039
|
+
200: {
|
|
1040
|
+
bodyMapper: Mappers.FollowerDatabaseListResult
|
|
1041
|
+
},
|
|
1042
|
+
default: {
|
|
1043
|
+
bodyMapper: Mappers.CloudError
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
queryParameters: [Parameters.apiVersion],
|
|
1047
|
+
urlParameters: [
|
|
1048
|
+
Parameters.$host,
|
|
1049
|
+
Parameters.resourceGroupName,
|
|
1050
|
+
Parameters.clusterName,
|
|
1051
|
+
Parameters.subscriptionId
|
|
1052
|
+
],
|
|
1053
|
+
headerParameters: [Parameters.accept],
|
|
1054
|
+
serializer
|
|
1055
|
+
};
|
|
1056
|
+
const detachFollowerDatabasesOperationSpec = {
|
|
1057
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/detachFollowerDatabases",
|
|
1058
|
+
httpMethod: "POST",
|
|
1059
|
+
responses: {
|
|
1060
|
+
200: {},
|
|
1061
|
+
201: {},
|
|
1062
|
+
202: {},
|
|
1063
|
+
204: {},
|
|
1064
|
+
default: {
|
|
1065
|
+
bodyMapper: Mappers.CloudError
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
requestBody: Parameters.followerDatabaseToRemove,
|
|
1069
|
+
queryParameters: [Parameters.apiVersion],
|
|
1070
|
+
urlParameters: [
|
|
1071
|
+
Parameters.$host,
|
|
1072
|
+
Parameters.resourceGroupName,
|
|
1073
|
+
Parameters.clusterName,
|
|
1074
|
+
Parameters.subscriptionId
|
|
1075
|
+
],
|
|
1076
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1077
|
+
mediaType: "json",
|
|
1078
|
+
serializer
|
|
1079
|
+
};
|
|
1080
|
+
const diagnoseVirtualNetworkOperationSpec = {
|
|
1081
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/diagnoseVirtualNetwork",
|
|
1082
|
+
httpMethod: "POST",
|
|
1083
|
+
responses: {
|
|
1084
|
+
200: {
|
|
1085
|
+
bodyMapper: Mappers.DiagnoseVirtualNetworkResult
|
|
1086
|
+
},
|
|
1087
|
+
201: {
|
|
1088
|
+
bodyMapper: Mappers.DiagnoseVirtualNetworkResult
|
|
1089
|
+
},
|
|
1090
|
+
202: {
|
|
1091
|
+
bodyMapper: Mappers.DiagnoseVirtualNetworkResult
|
|
1092
|
+
},
|
|
1093
|
+
204: {
|
|
1094
|
+
bodyMapper: Mappers.DiagnoseVirtualNetworkResult
|
|
1095
|
+
},
|
|
1096
|
+
default: {
|
|
1097
|
+
bodyMapper: Mappers.CloudError
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
queryParameters: [Parameters.apiVersion],
|
|
1101
|
+
urlParameters: [
|
|
1102
|
+
Parameters.$host,
|
|
1103
|
+
Parameters.resourceGroupName,
|
|
1104
|
+
Parameters.clusterName,
|
|
1105
|
+
Parameters.subscriptionId
|
|
1106
|
+
],
|
|
1107
|
+
headerParameters: [Parameters.accept],
|
|
1108
|
+
serializer
|
|
1109
|
+
};
|
|
1110
|
+
const listByResourceGroupOperationSpec = {
|
|
1111
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters",
|
|
1112
|
+
httpMethod: "GET",
|
|
1113
|
+
responses: {
|
|
1114
|
+
200: {
|
|
1115
|
+
bodyMapper: Mappers.ClusterListResult
|
|
1116
|
+
},
|
|
1117
|
+
default: {
|
|
1118
|
+
bodyMapper: Mappers.CloudError
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
queryParameters: [Parameters.apiVersion],
|
|
1122
|
+
urlParameters: [
|
|
1123
|
+
Parameters.$host,
|
|
1124
|
+
Parameters.resourceGroupName,
|
|
1125
|
+
Parameters.subscriptionId
|
|
1126
|
+
],
|
|
1127
|
+
headerParameters: [Parameters.accept],
|
|
1128
|
+
serializer
|
|
1129
|
+
};
|
|
1130
|
+
const listOperationSpec = {
|
|
1131
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/clusters",
|
|
1132
|
+
httpMethod: "GET",
|
|
1133
|
+
responses: {
|
|
1134
|
+
200: {
|
|
1135
|
+
bodyMapper: Mappers.ClusterListResult
|
|
1136
|
+
},
|
|
1137
|
+
default: {
|
|
1138
|
+
bodyMapper: Mappers.CloudError
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
queryParameters: [Parameters.apiVersion],
|
|
1142
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
1143
|
+
headerParameters: [Parameters.accept],
|
|
1144
|
+
serializer
|
|
1145
|
+
};
|
|
1146
|
+
const listSkusOperationSpec = {
|
|
1147
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/skus",
|
|
1148
|
+
httpMethod: "GET",
|
|
1149
|
+
responses: {
|
|
1150
|
+
200: {
|
|
1151
|
+
bodyMapper: Mappers.SkuDescriptionList
|
|
1152
|
+
},
|
|
1153
|
+
default: {
|
|
1154
|
+
bodyMapper: Mappers.CloudError
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
queryParameters: [Parameters.apiVersion],
|
|
1158
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
1159
|
+
headerParameters: [Parameters.accept],
|
|
1160
|
+
serializer
|
|
1161
|
+
};
|
|
1162
|
+
const checkNameAvailabilityOperationSpec = {
|
|
1163
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability",
|
|
1164
|
+
httpMethod: "POST",
|
|
1165
|
+
responses: {
|
|
1166
|
+
200: {
|
|
1167
|
+
bodyMapper: Mappers.CheckNameResult
|
|
1168
|
+
},
|
|
1169
|
+
default: {
|
|
1170
|
+
bodyMapper: Mappers.CloudError
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
requestBody: Parameters.clusterName1,
|
|
1174
|
+
queryParameters: [Parameters.apiVersion],
|
|
1175
|
+
urlParameters: [
|
|
1176
|
+
Parameters.$host,
|
|
1177
|
+
Parameters.subscriptionId,
|
|
1178
|
+
Parameters.location
|
|
1179
|
+
],
|
|
1180
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1181
|
+
mediaType: "json",
|
|
1182
|
+
serializer
|
|
1183
|
+
};
|
|
1184
|
+
const listSkusByResourceOperationSpec = {
|
|
1185
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/skus",
|
|
1186
|
+
httpMethod: "GET",
|
|
1187
|
+
responses: {
|
|
1188
|
+
200: {
|
|
1189
|
+
bodyMapper: Mappers.ListResourceSkusResult
|
|
1190
|
+
},
|
|
1191
|
+
default: {
|
|
1192
|
+
bodyMapper: Mappers.CloudError
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
queryParameters: [Parameters.apiVersion],
|
|
1196
|
+
urlParameters: [
|
|
1197
|
+
Parameters.$host,
|
|
1198
|
+
Parameters.resourceGroupName,
|
|
1199
|
+
Parameters.clusterName,
|
|
1200
|
+
Parameters.subscriptionId
|
|
1201
|
+
],
|
|
1202
|
+
headerParameters: [Parameters.accept],
|
|
1203
|
+
serializer
|
|
1204
|
+
};
|
|
1205
|
+
const listOutboundNetworkDependenciesEndpointsOperationSpec = {
|
|
1206
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/outboundNetworkDependenciesEndpoints",
|
|
1207
|
+
httpMethod: "GET",
|
|
1208
|
+
responses: {
|
|
1209
|
+
200: {
|
|
1210
|
+
bodyMapper: Mappers.OutboundNetworkDependenciesEndpointListResult
|
|
1211
|
+
},
|
|
1212
|
+
default: {
|
|
1213
|
+
bodyMapper: Mappers.CloudError
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
queryParameters: [Parameters.apiVersion],
|
|
1217
|
+
urlParameters: [
|
|
1218
|
+
Parameters.$host,
|
|
1219
|
+
Parameters.resourceGroupName,
|
|
1220
|
+
Parameters.clusterName,
|
|
1221
|
+
Parameters.subscriptionId
|
|
1222
|
+
],
|
|
1223
|
+
headerParameters: [Parameters.accept],
|
|
1224
|
+
serializer
|
|
1225
|
+
};
|
|
1226
|
+
const listLanguageExtensionsOperationSpec = {
|
|
1227
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listLanguageExtensions",
|
|
1228
|
+
httpMethod: "POST",
|
|
1229
|
+
responses: {
|
|
1230
|
+
200: {
|
|
1231
|
+
bodyMapper: Mappers.LanguageExtensionsList
|
|
1232
|
+
},
|
|
1233
|
+
default: {
|
|
1234
|
+
bodyMapper: Mappers.CloudError
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
queryParameters: [Parameters.apiVersion],
|
|
1238
|
+
urlParameters: [
|
|
1239
|
+
Parameters.$host,
|
|
1240
|
+
Parameters.resourceGroupName,
|
|
1241
|
+
Parameters.clusterName,
|
|
1242
|
+
Parameters.subscriptionId
|
|
1243
|
+
],
|
|
1244
|
+
headerParameters: [Parameters.accept],
|
|
1245
|
+
serializer
|
|
1246
|
+
};
|
|
1247
|
+
const addLanguageExtensionsOperationSpec = {
|
|
1248
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/addLanguageExtensions",
|
|
1249
|
+
httpMethod: "POST",
|
|
1250
|
+
responses: {
|
|
1251
|
+
200: {},
|
|
1252
|
+
201: {},
|
|
1253
|
+
202: {},
|
|
1254
|
+
204: {},
|
|
1255
|
+
default: {
|
|
1256
|
+
bodyMapper: Mappers.CloudError
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
requestBody: Parameters.languageExtensionsToAdd,
|
|
1260
|
+
queryParameters: [Parameters.apiVersion],
|
|
1261
|
+
urlParameters: [
|
|
1262
|
+
Parameters.$host,
|
|
1263
|
+
Parameters.resourceGroupName,
|
|
1264
|
+
Parameters.clusterName,
|
|
1265
|
+
Parameters.subscriptionId
|
|
1266
|
+
],
|
|
1267
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1268
|
+
mediaType: "json",
|
|
1269
|
+
serializer
|
|
1270
|
+
};
|
|
1271
|
+
const removeLanguageExtensionsOperationSpec = {
|
|
1272
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/removeLanguageExtensions",
|
|
1273
|
+
httpMethod: "POST",
|
|
1274
|
+
responses: {
|
|
1275
|
+
200: {},
|
|
1276
|
+
201: {},
|
|
1277
|
+
202: {},
|
|
1278
|
+
204: {},
|
|
1279
|
+
default: {
|
|
1280
|
+
bodyMapper: Mappers.CloudError
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
requestBody: Parameters.languageExtensionsToRemove,
|
|
1284
|
+
queryParameters: [Parameters.apiVersion],
|
|
1285
|
+
urlParameters: [
|
|
1286
|
+
Parameters.$host,
|
|
1287
|
+
Parameters.resourceGroupName,
|
|
1288
|
+
Parameters.clusterName,
|
|
1289
|
+
Parameters.subscriptionId
|
|
1290
|
+
],
|
|
1291
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1292
|
+
mediaType: "json",
|
|
1293
|
+
serializer
|
|
1294
|
+
};
|
|
1295
|
+
const listOutboundNetworkDependenciesEndpointsNextOperationSpec = {
|
|
1296
|
+
path: "{nextLink}",
|
|
1297
|
+
httpMethod: "GET",
|
|
1298
|
+
responses: {
|
|
1299
|
+
200: {
|
|
1300
|
+
bodyMapper: Mappers.OutboundNetworkDependenciesEndpointListResult
|
|
1301
|
+
},
|
|
1302
|
+
default: {
|
|
1303
|
+
bodyMapper: Mappers.CloudError
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
|
+
queryParameters: [Parameters.apiVersion],
|
|
1307
|
+
urlParameters: [
|
|
1308
|
+
Parameters.$host,
|
|
1309
|
+
Parameters.resourceGroupName,
|
|
1310
|
+
Parameters.clusterName,
|
|
1311
|
+
Parameters.subscriptionId,
|
|
1312
|
+
Parameters.nextLink
|
|
1313
|
+
],
|
|
1314
|
+
headerParameters: [Parameters.accept],
|
|
1315
|
+
serializer
|
|
1316
|
+
};
|
|
1317
|
+
//# sourceMappingURL=clusters.js.map
|