@azure/arm-hdinsight 0.22.0 → 1.1.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 +5 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -74
- package/dist/index.js +7702 -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/hDInsightManagementClient.d.ts +29 -0
- package/dist-esm/src/hDInsightManagementClient.d.ts.map +1 -0
- package/dist-esm/src/hDInsightManagementClient.js +62 -0
- package/dist-esm/src/hDInsightManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/configurationsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.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 +1966 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +111 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1813 -1305
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +37 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +280 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applications.d.ts +90 -0
- package/dist-esm/src/operations/applications.d.ts.map +1 -0
- package/dist-esm/src/operations/applications.js +367 -0
- package/dist-esm/src/operations/applications.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +214 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +979 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +54 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +178 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/extensions.d.ts +139 -0
- package/dist-esm/src/operations/extensions.d.ts.map +1 -0
- package/dist-esm/src/operations/extensions.js +602 -0
- package/dist-esm/src/operations/extensions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +19 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +52 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +199 -0
- package/dist-esm/src/operations/locations.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/privateEndpointConnections.d.ts +81 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +349 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/scriptActions.d.ts +62 -0
- package/dist-esm/src/operations/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptActions.js +232 -0
- package/dist-esm/src/operations/scriptActions.js.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js +167 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +45 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +169 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts +65 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +1 -0
- package/{src/models/virtualMachinesMappers.ts → dist-esm/src/operationsInterfaces/applications.js} +2 -5
- package/dist-esm/src/operationsInterfaces/applications.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +178 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/configurationsMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -5
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +131 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
- package/{esm/models/virtualMachinesMappers.js → dist-esm/src/operationsInterfaces/extensions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/extensions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.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/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 +20 -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/scriptActions.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-hdinsight.api.md +1678 -0
- package/rollup.config.js +181 -30
- package/src/hDInsightManagementClient.ts +106 -44
- package/src/{models/extensionsMappers.ts → index.ts} +4 -6
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1760 -2084
- package/src/models/mappers.ts +1840 -1291
- package/src/models/parameters.ts +236 -44
- package/src/operations/applications.ts +383 -187
- package/src/operations/clusters.ts +1051 -535
- package/src/operations/configurations.ts +162 -154
- package/src/operations/extensions.ts +693 -216
- package/src/operations/index.ts +3 -2
- package/src/operations/locations.ts +186 -99
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +495 -0
- package/src/operations/privateLinkResources.ts +116 -0
- package/src/operations/scriptActions.ts +215 -157
- package/src/operations/scriptExecutionHistory.ts +155 -123
- package/src/operations/virtualMachines.ts +166 -101
- package/src/operationsInterfaces/applications.ts +126 -0
- package/src/operationsInterfaces/clusters.ts +327 -0
- package/src/operationsInterfaces/configurations.ts +77 -0
- package/src/operationsInterfaces/extensions.ts +234 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +4 -3
- package/src/operationsInterfaces/locations.ts +88 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/src/operationsInterfaces/scriptActions.ts +73 -0
- package/src/operationsInterfaces/scriptExecutionHistory.ts +43 -0
- package/src/operationsInterfaces/virtualMachines.ts +70 -0
- package/tsconfig.json +3 -3
- package/types/arm-hdinsight.d.ts +2866 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-hdinsight.js +0 -5759
- package/dist/arm-hdinsight.js.map +0 -1
- package/dist/arm-hdinsight.min.js +0 -1
- package/dist/arm-hdinsight.min.js.map +0 -1
- package/esm/hDInsightManagementClient.d.ts +0 -27
- package/esm/hDInsightManagementClient.d.ts.map +0 -1
- package/esm/hDInsightManagementClient.js +0 -41
- package/esm/hDInsightManagementClient.js.map +0 -1
- package/esm/hDInsightManagementClientContext.d.ts +0 -17
- package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
- package/esm/hDInsightManagementClientContext.js +0 -56
- package/esm/hDInsightManagementClientContext.js.map +0 -1
- package/esm/models/applicationsMappers.d.ts +0 -2
- package/esm/models/applicationsMappers.d.ts.map +0 -1
- package/esm/models/applicationsMappers.js +0 -9
- package/esm/models/applicationsMappers.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/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/extensionsMappers.d.ts +0 -2
- package/esm/models/extensionsMappers.d.ts.map +0 -1
- package/esm/models/extensionsMappers.js +0 -9
- package/esm/models/extensionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2397
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js +0 -9
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -94
- 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 +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -15
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -142
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/scriptActionsMappers.d.ts +0 -2
- package/esm/models/scriptActionsMappers.d.ts.map +0 -1
- package/esm/models/scriptActionsMappers.js +0 -9
- package/esm/models/scriptActionsMappers.js.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.d.ts +0 -2
- package/esm/models/scriptExecutionHistoryMappers.d.ts.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.js +0 -9
- package/esm/models/scriptExecutionHistoryMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/operations/applications.d.ts +0 -115
- package/esm/operations/applications.d.ts.map +0 -1
- package/esm/operations/applications.js +0 -233
- package/esm/operations/applications.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -273
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -621
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -90
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -173
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/extensions.d.ts +0 -131
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -307
- package/esm/operations/extensions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -67
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -113
- package/esm/operations/locations.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 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/scriptActions.d.ts +0 -100
- package/esm/operations/scriptActions.d.ts.map +0 -1
- package/esm/operations/scriptActions.js +0 -151
- package/esm/operations/scriptActions.js.map +0 -1
- package/esm/operations/scriptExecutionHistory.d.ts +0 -76
- package/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/esm/operations/scriptExecutionHistory.js +0 -117
- package/esm/operations/scriptExecutionHistory.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -53
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -134
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/hDInsightManagementClientContext.ts +0 -62
- package/src/models/applicationsMappers.ts +0 -56
- package/src/models/clustersMappers.ts +0 -65
- package/src/models/locationsMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/scriptActionsMappers.ts +0 -15
- package/src/models/scriptExecutionHistoryMappers.ts +0 -15
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { HDInsightManagementClientContext } from "../hDInsightManagementClientContext";
|
|
5
|
-
/** Class representing a Configurations. */
|
|
6
|
-
export declare class Configurations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Configurations.
|
|
10
|
-
* @param {HDInsightManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: HDInsightManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Gets all configuration information for an HDI cluster.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
16
|
-
* @param clusterName The name of the cluster.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.ConfigurationsListResponse>
|
|
19
|
-
*/
|
|
20
|
-
list(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsListResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param resourceGroupName The name of the resource group.
|
|
23
|
-
* @param clusterName The name of the cluster.
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
list(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ClusterConfigurations>): void;
|
|
27
|
-
/**
|
|
28
|
-
* @param resourceGroupName The name of the resource group.
|
|
29
|
-
* @param clusterName The name of the cluster.
|
|
30
|
-
* @param options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
list(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterConfigurations>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
36
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
37
|
-
* @param resourceGroupName The name of the resource group.
|
|
38
|
-
* @param clusterName The name of the cluster.
|
|
39
|
-
* @param configurationName The name of the cluster configuration.
|
|
40
|
-
* @param parameters The cluster configurations.
|
|
41
|
-
* @param [options] The optional parameters
|
|
42
|
-
* @returns Promise<msRest.RestResponse>
|
|
43
|
-
*/
|
|
44
|
-
update(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {
|
|
45
|
-
[propertyName: string]: string;
|
|
46
|
-
}, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* The configuration object for the specified cluster. This API is not recommended and might be
|
|
49
|
-
* removed in the future. Please consider using List configurations API instead.
|
|
50
|
-
* @param resourceGroupName The name of the resource group.
|
|
51
|
-
* @param clusterName The name of the cluster.
|
|
52
|
-
* @param configurationName The name of the cluster configuration.
|
|
53
|
-
* @param [options] The optional parameters
|
|
54
|
-
* @returns Promise<Models.ConfigurationsGetResponse>
|
|
55
|
-
*/
|
|
56
|
-
get(resourceGroupName: string, clusterName: string, configurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsGetResponse>;
|
|
57
|
-
/**
|
|
58
|
-
* @param resourceGroupName The name of the resource group.
|
|
59
|
-
* @param clusterName The name of the cluster.
|
|
60
|
-
* @param configurationName The name of the cluster configuration.
|
|
61
|
-
* @param callback The callback
|
|
62
|
-
*/
|
|
63
|
-
get(resourceGroupName: string, clusterName: string, configurationName: string, callback: msRest.ServiceCallback<{
|
|
64
|
-
[propertyName: string]: string;
|
|
65
|
-
}>): void;
|
|
66
|
-
/**
|
|
67
|
-
* @param resourceGroupName The name of the resource group.
|
|
68
|
-
* @param clusterName The name of the cluster.
|
|
69
|
-
* @param configurationName The name of the cluster configuration.
|
|
70
|
-
* @param options The optional parameters
|
|
71
|
-
* @param callback The callback
|
|
72
|
-
*/
|
|
73
|
-
get(resourceGroupName: string, clusterName: string, configurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<{
|
|
74
|
-
[propertyName: string]: string;
|
|
75
|
-
}>): void;
|
|
76
|
-
/**
|
|
77
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
78
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
79
|
-
* @param resourceGroupName The name of the resource group.
|
|
80
|
-
* @param clusterName The name of the cluster.
|
|
81
|
-
* @param configurationName The name of the cluster configuration.
|
|
82
|
-
* @param parameters The cluster configurations.
|
|
83
|
-
* @param [options] The optional parameters
|
|
84
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
85
|
-
*/
|
|
86
|
-
beginUpdate(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {
|
|
87
|
-
[propertyName: string]: string;
|
|
88
|
-
}, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
89
|
-
}
|
|
90
|
-
//# sourceMappingURL=configurations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurations.d.ts","sourceRoot":"","sources":["../../src/operations/configurations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AAEvF,2CAA2C;AAC3C,qBAAa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;;;;OAMG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IACrI;;;;OAIG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qBAAqB,CAAC,GAAG,IAAI;IAC1H;;;;;OAKG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qBAAqB,CAAC,GAAG,IAAI;IAY9J;;;;;;;;;OASG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKpM;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,yBAAyB,CAAC;IAC9J;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI;IAC1J;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI;IAa9L;;;;;;;;;OASG;IACH,WAAW,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;CAY5M"}
|
|
@@ -1,173 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/configurationsMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a Configurations. */
|
|
13
|
-
var Configurations = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a Configurations.
|
|
16
|
-
* @param {HDInsightManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function Configurations(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
Configurations.prototype.list = function (resourceGroupName, clusterName, options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
resourceGroupName: resourceGroupName,
|
|
24
|
-
clusterName: clusterName,
|
|
25
|
-
options: options
|
|
26
|
-
}, listOperationSpec, callback);
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
30
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
31
|
-
* @param resourceGroupName The name of the resource group.
|
|
32
|
-
* @param clusterName The name of the cluster.
|
|
33
|
-
* @param configurationName The name of the cluster configuration.
|
|
34
|
-
* @param parameters The cluster configurations.
|
|
35
|
-
* @param [options] The optional parameters
|
|
36
|
-
* @returns Promise<msRest.RestResponse>
|
|
37
|
-
*/
|
|
38
|
-
Configurations.prototype.update = function (resourceGroupName, clusterName, configurationName, parameters, options) {
|
|
39
|
-
return this.beginUpdate(resourceGroupName, clusterName, configurationName, parameters, options)
|
|
40
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
41
|
-
};
|
|
42
|
-
Configurations.prototype.get = function (resourceGroupName, clusterName, configurationName, options, callback) {
|
|
43
|
-
return this.client.sendOperationRequest({
|
|
44
|
-
resourceGroupName: resourceGroupName,
|
|
45
|
-
clusterName: clusterName,
|
|
46
|
-
configurationName: configurationName,
|
|
47
|
-
options: options
|
|
48
|
-
}, getOperationSpec, callback);
|
|
49
|
-
};
|
|
50
|
-
/**
|
|
51
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
52
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
53
|
-
* @param resourceGroupName The name of the resource group.
|
|
54
|
-
* @param clusterName The name of the cluster.
|
|
55
|
-
* @param configurationName The name of the cluster configuration.
|
|
56
|
-
* @param parameters The cluster configurations.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
59
|
-
*/
|
|
60
|
-
Configurations.prototype.beginUpdate = function (resourceGroupName, clusterName, configurationName, parameters, options) {
|
|
61
|
-
return this.client.sendLRORequest({
|
|
62
|
-
resourceGroupName: resourceGroupName,
|
|
63
|
-
clusterName: clusterName,
|
|
64
|
-
configurationName: configurationName,
|
|
65
|
-
parameters: parameters,
|
|
66
|
-
options: options
|
|
67
|
-
}, beginUpdateOperationSpec, options);
|
|
68
|
-
};
|
|
69
|
-
return Configurations;
|
|
70
|
-
}());
|
|
71
|
-
export { Configurations };
|
|
72
|
-
// Operation Specifications
|
|
73
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
74
|
-
var listOperationSpec = {
|
|
75
|
-
httpMethod: "POST",
|
|
76
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations",
|
|
77
|
-
urlParameters: [
|
|
78
|
-
Parameters.subscriptionId,
|
|
79
|
-
Parameters.resourceGroupName,
|
|
80
|
-
Parameters.clusterName
|
|
81
|
-
],
|
|
82
|
-
queryParameters: [
|
|
83
|
-
Parameters.apiVersion
|
|
84
|
-
],
|
|
85
|
-
headerParameters: [
|
|
86
|
-
Parameters.acceptLanguage
|
|
87
|
-
],
|
|
88
|
-
responses: {
|
|
89
|
-
200: {
|
|
90
|
-
bodyMapper: Mappers.ClusterConfigurations
|
|
91
|
-
},
|
|
92
|
-
default: {
|
|
93
|
-
bodyMapper: Mappers.ErrorResponse
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
serializer: serializer
|
|
97
|
-
};
|
|
98
|
-
var getOperationSpec = {
|
|
99
|
-
httpMethod: "GET",
|
|
100
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}",
|
|
101
|
-
urlParameters: [
|
|
102
|
-
Parameters.subscriptionId,
|
|
103
|
-
Parameters.resourceGroupName,
|
|
104
|
-
Parameters.clusterName,
|
|
105
|
-
Parameters.configurationName
|
|
106
|
-
],
|
|
107
|
-
queryParameters: [
|
|
108
|
-
Parameters.apiVersion
|
|
109
|
-
],
|
|
110
|
-
headerParameters: [
|
|
111
|
-
Parameters.acceptLanguage
|
|
112
|
-
],
|
|
113
|
-
responses: {
|
|
114
|
-
200: {
|
|
115
|
-
bodyMapper: {
|
|
116
|
-
serializedName: "parsedResponse",
|
|
117
|
-
type: {
|
|
118
|
-
name: "Dictionary",
|
|
119
|
-
value: {
|
|
120
|
-
type: {
|
|
121
|
-
name: "String"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
default: {
|
|
128
|
-
bodyMapper: Mappers.ErrorResponse
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
serializer: serializer
|
|
132
|
-
};
|
|
133
|
-
var beginUpdateOperationSpec = {
|
|
134
|
-
httpMethod: "POST",
|
|
135
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/configurations/{configurationName}",
|
|
136
|
-
urlParameters: [
|
|
137
|
-
Parameters.subscriptionId,
|
|
138
|
-
Parameters.resourceGroupName,
|
|
139
|
-
Parameters.clusterName,
|
|
140
|
-
Parameters.configurationName
|
|
141
|
-
],
|
|
142
|
-
queryParameters: [
|
|
143
|
-
Parameters.apiVersion
|
|
144
|
-
],
|
|
145
|
-
headerParameters: [
|
|
146
|
-
Parameters.acceptLanguage
|
|
147
|
-
],
|
|
148
|
-
requestBody: {
|
|
149
|
-
parameterPath: "parameters",
|
|
150
|
-
mapper: {
|
|
151
|
-
required: true,
|
|
152
|
-
serializedName: "parameters",
|
|
153
|
-
type: {
|
|
154
|
-
name: "Dictionary",
|
|
155
|
-
value: {
|
|
156
|
-
type: {
|
|
157
|
-
name: "String"
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
responses: {
|
|
164
|
-
200: {},
|
|
165
|
-
202: {},
|
|
166
|
-
204: {},
|
|
167
|
-
default: {
|
|
168
|
-
bodyMapper: Mappers.ErrorResponse
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
serializer: serializer
|
|
172
|
-
};
|
|
173
|
-
//# sourceMappingURL=configurations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurations.js","sourceRoot":"","sources":["../../src/operations/configurations.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAG5C,OAAO,KAAK,OAAO,MAAM,iCAAiC,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,2CAA2C;AAC3C;IAGE;;;OAGG;IACH,wBAAY,MAAwC;QAClD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAuBD,6BAAI,GAAJ,UAAK,iBAAyB,EAAE,WAAmB,EAAE,OAA0F,EAAE,QAA+D;QAC9M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,OAAO,SAAA;SACR,EACD,iBAAiB,EACjB,QAAQ,CAA+C,CAAC;IAC5D,CAAC;IAED;;;;;;;;;OASG;IACH,+BAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,iBAAyB,EAAE,UAA8C,EAAE,OAAmC;QACnK,OAAO,IAAI,CAAC,WAAW,CAAC,iBAAiB,EAAC,WAAW,EAAC,iBAAiB,EAAC,UAAU,EAAC,OAAO,CAAC;aACxF,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,EAA7B,CAA6B,CAAC,CAAC;IACtD,CAAC;IA2BD,4BAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,iBAAyB,EAAE,OAAgG,EAAE,QAAqE;QACpP,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,iBAAiB,mBAAA;YACjB,OAAO,SAAA;SACR,EACD,gBAAgB,EAChB,QAAQ,CAA8C,CAAC;IAC3D,CAAC;IAED;;;;;;;;;OASG;IACH,oCAAW,GAAX,UAAY,iBAAyB,EAAE,WAAmB,EAAE,iBAAyB,EAAE,UAA8C,EAAE,OAAmC;QACxK,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,iBAAiB,mBAAA;YACjB,UAAU,YAAA;YACV,OAAO,SAAA;SACR,EACD,wBAAwB,EACxB,OAAO,CAAC,CAAC;IACb,CAAC;IACH,qBAAC;AAAD,CAAC,AArHD,IAqHC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iBAAiB,GAAyB;IAC9C,UAAU,EAAE,MAAM;IAClB,IAAI,EAAE,uIAAuI;IAC7I,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,gBAAgB,GAAyB;IAC7C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,2JAA2J;IACjK,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,iBAAiB;KAC7B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE;gBACV,cAAc,EAAE,gBAAgB;gBAChC,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE;wBACL,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,wBAAwB,GAAyB;IACrD,UAAU,EAAE,MAAM;IAClB,IAAI,EAAE,2JAA2J;IACjK,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,iBAAiB;KAC7B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,WAAW,EAAE;QACX,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE;YACN,QAAQ,EAAE,IAAI;YACd,cAAc,EAAE,YAAY;YAC5B,IAAI,EAAE;gBACJ,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE;oBACL,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF;KACF;IACD,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { HDInsightManagementClientContext } from "../hDInsightManagementClientContext";
|
|
5
|
-
/** Class representing a Extensions. */
|
|
6
|
-
export declare class Extensions {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Extensions.
|
|
10
|
-
* @param {HDInsightManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: HDInsightManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Enables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
16
|
-
* @param clusterName The name of the cluster.
|
|
17
|
-
* @param parameters The Operations Management Suite (OMS) workspace parameters.
|
|
18
|
-
* @param [options] The optional parameters
|
|
19
|
-
* @returns Promise<msRest.RestResponse>
|
|
20
|
-
*/
|
|
21
|
-
enableMonitoring(resourceGroupName: string, clusterName: string, parameters: Models.ClusterMonitoringRequest, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.
|
|
24
|
-
* @param resourceGroupName The name of the resource group.
|
|
25
|
-
* @param clusterName The name of the cluster.
|
|
26
|
-
* @param [options] The optional parameters
|
|
27
|
-
* @returns Promise<Models.ExtensionsGetMonitoringStatusResponse>
|
|
28
|
-
*/
|
|
29
|
-
getMonitoringStatus(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsGetMonitoringStatusResponse>;
|
|
30
|
-
/**
|
|
31
|
-
* @param resourceGroupName The name of the resource group.
|
|
32
|
-
* @param clusterName The name of the cluster.
|
|
33
|
-
* @param callback The callback
|
|
34
|
-
*/
|
|
35
|
-
getMonitoringStatus(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ClusterMonitoringResponse>): void;
|
|
36
|
-
/**
|
|
37
|
-
* @param resourceGroupName The name of the resource group.
|
|
38
|
-
* @param clusterName The name of the cluster.
|
|
39
|
-
* @param options The optional parameters
|
|
40
|
-
* @param callback The callback
|
|
41
|
-
*/
|
|
42
|
-
getMonitoringStatus(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterMonitoringResponse>): void;
|
|
43
|
-
/**
|
|
44
|
-
* Disables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
45
|
-
* @param resourceGroupName The name of the resource group.
|
|
46
|
-
* @param clusterName The name of the cluster.
|
|
47
|
-
* @param [options] The optional parameters
|
|
48
|
-
* @returns Promise<msRest.RestResponse>
|
|
49
|
-
*/
|
|
50
|
-
disableMonitoring(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
51
|
-
/**
|
|
52
|
-
* Creates an HDInsight cluster extension.
|
|
53
|
-
* @param resourceGroupName The name of the resource group.
|
|
54
|
-
* @param clusterName The name of the cluster.
|
|
55
|
-
* @param extensionName The name of the cluster extension.
|
|
56
|
-
* @param parameters The cluster extensions create request.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<msRest.RestResponse>
|
|
59
|
-
*/
|
|
60
|
-
create(resourceGroupName: string, clusterName: string, extensionName: string, parameters: Models.Extension, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* Gets the extension properties for the specified HDInsight cluster extension.
|
|
63
|
-
* @param resourceGroupName The name of the resource group.
|
|
64
|
-
* @param clusterName The name of the cluster.
|
|
65
|
-
* @param extensionName The name of the cluster extension.
|
|
66
|
-
* @param [options] The optional parameters
|
|
67
|
-
* @returns Promise<Models.ExtensionsGetResponse>
|
|
68
|
-
*/
|
|
69
|
-
get(resourceGroupName: string, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ExtensionsGetResponse>;
|
|
70
|
-
/**
|
|
71
|
-
* @param resourceGroupName The name of the resource group.
|
|
72
|
-
* @param clusterName The name of the cluster.
|
|
73
|
-
* @param extensionName The name of the cluster extension.
|
|
74
|
-
* @param callback The callback
|
|
75
|
-
*/
|
|
76
|
-
get(resourceGroupName: string, clusterName: string, extensionName: string, callback: msRest.ServiceCallback<Models.Extension>): void;
|
|
77
|
-
/**
|
|
78
|
-
* @param resourceGroupName The name of the resource group.
|
|
79
|
-
* @param clusterName The name of the cluster.
|
|
80
|
-
* @param extensionName The name of the cluster extension.
|
|
81
|
-
* @param options The optional parameters
|
|
82
|
-
* @param callback The callback
|
|
83
|
-
*/
|
|
84
|
-
get(resourceGroupName: string, clusterName: string, extensionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Extension>): void;
|
|
85
|
-
/**
|
|
86
|
-
* Deletes the specified extension for HDInsight cluster.
|
|
87
|
-
* @param resourceGroupName The name of the resource group.
|
|
88
|
-
* @param clusterName The name of the cluster.
|
|
89
|
-
* @param extensionName The name of the cluster extension.
|
|
90
|
-
* @param [options] The optional parameters
|
|
91
|
-
* @returns Promise<msRest.RestResponse>
|
|
92
|
-
*/
|
|
93
|
-
deleteMethod(resourceGroupName: string, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
94
|
-
/**
|
|
95
|
-
* Enables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
96
|
-
* @param resourceGroupName The name of the resource group.
|
|
97
|
-
* @param clusterName The name of the cluster.
|
|
98
|
-
* @param parameters The Operations Management Suite (OMS) workspace parameters.
|
|
99
|
-
* @param [options] The optional parameters
|
|
100
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
101
|
-
*/
|
|
102
|
-
beginEnableMonitoring(resourceGroupName: string, clusterName: string, parameters: Models.ClusterMonitoringRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
103
|
-
/**
|
|
104
|
-
* Disables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
105
|
-
* @param resourceGroupName The name of the resource group.
|
|
106
|
-
* @param clusterName The name of the cluster.
|
|
107
|
-
* @param [options] The optional parameters
|
|
108
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
109
|
-
*/
|
|
110
|
-
beginDisableMonitoring(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
111
|
-
/**
|
|
112
|
-
* Creates an HDInsight cluster extension.
|
|
113
|
-
* @param resourceGroupName The name of the resource group.
|
|
114
|
-
* @param clusterName The name of the cluster.
|
|
115
|
-
* @param extensionName The name of the cluster extension.
|
|
116
|
-
* @param parameters The cluster extensions create request.
|
|
117
|
-
* @param [options] The optional parameters
|
|
118
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
119
|
-
*/
|
|
120
|
-
beginCreate(resourceGroupName: string, clusterName: string, extensionName: string, parameters: Models.Extension, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
121
|
-
/**
|
|
122
|
-
* Deletes the specified extension for HDInsight cluster.
|
|
123
|
-
* @param resourceGroupName The name of the resource group.
|
|
124
|
-
* @param clusterName The name of the cluster.
|
|
125
|
-
* @param extensionName The name of the cluster extension.
|
|
126
|
-
* @param [options] The optional parameters
|
|
127
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
128
|
-
*/
|
|
129
|
-
beginDeleteMethod(resourceGroupName: string, clusterName: string, extensionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
130
|
-
}
|
|
131
|
-
//# sourceMappingURL=extensions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"extensions.d.ts","sourceRoot":"","sources":["../../src/operations/extensions.ts"],"names":[],"mappings":"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"}
|