@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,115 +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 Applications. */
|
|
6
|
-
export declare class Applications {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Applications.
|
|
10
|
-
* @param {HDInsightManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: HDInsightManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all of the applications for the HDInsight 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.ApplicationsListByClusterResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsListByClusterResponse>;
|
|
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
|
-
listByCluster(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.ApplicationListResult>): 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
|
-
listByCluster(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationListResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Gets properties of the specified application.
|
|
36
|
-
* @param resourceGroupName The name of the resource group.
|
|
37
|
-
* @param clusterName The name of the cluster.
|
|
38
|
-
* @param applicationName The constant value for the application name.
|
|
39
|
-
* @param [options] The optional parameters
|
|
40
|
-
* @returns Promise<Models.ApplicationsGetResponse>
|
|
41
|
-
*/
|
|
42
|
-
get(resourceGroupName: string, clusterName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsGetResponse>;
|
|
43
|
-
/**
|
|
44
|
-
* @param resourceGroupName The name of the resource group.
|
|
45
|
-
* @param clusterName The name of the cluster.
|
|
46
|
-
* @param applicationName The constant value for the application name.
|
|
47
|
-
* @param callback The callback
|
|
48
|
-
*/
|
|
49
|
-
get(resourceGroupName: string, clusterName: string, applicationName: string, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
50
|
-
/**
|
|
51
|
-
* @param resourceGroupName The name of the resource group.
|
|
52
|
-
* @param clusterName The name of the cluster.
|
|
53
|
-
* @param applicationName The constant value for the application name.
|
|
54
|
-
* @param options The optional parameters
|
|
55
|
-
* @param callback The callback
|
|
56
|
-
*/
|
|
57
|
-
get(resourceGroupName: string, clusterName: string, applicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
58
|
-
/**
|
|
59
|
-
* Creates applications for the HDInsight cluster.
|
|
60
|
-
* @param resourceGroupName The name of the resource group.
|
|
61
|
-
* @param clusterName The name of the cluster.
|
|
62
|
-
* @param applicationName The constant value for the application name.
|
|
63
|
-
* @param parameters The application create request.
|
|
64
|
-
* @param [options] The optional parameters
|
|
65
|
-
* @returns Promise<Models.ApplicationsCreateResponse>
|
|
66
|
-
*/
|
|
67
|
-
create(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsCreateResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* Deletes the specified application on the HDInsight cluster.
|
|
70
|
-
* @param resourceGroupName The name of the resource group.
|
|
71
|
-
* @param clusterName The name of the cluster.
|
|
72
|
-
* @param applicationName The constant value for the application name.
|
|
73
|
-
* @param [options] The optional parameters
|
|
74
|
-
* @returns Promise<msRest.RestResponse>
|
|
75
|
-
*/
|
|
76
|
-
deleteMethod(resourceGroupName: string, clusterName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
77
|
-
/**
|
|
78
|
-
* Creates applications for the HDInsight cluster.
|
|
79
|
-
* @param resourceGroupName The name of the resource group.
|
|
80
|
-
* @param clusterName The name of the cluster.
|
|
81
|
-
* @param applicationName The constant value for the application name.
|
|
82
|
-
* @param parameters The application create request.
|
|
83
|
-
* @param [options] The optional parameters
|
|
84
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
85
|
-
*/
|
|
86
|
-
beginCreate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
87
|
-
/**
|
|
88
|
-
* Deletes the specified application on the HDInsight cluster.
|
|
89
|
-
* @param resourceGroupName The name of the resource group.
|
|
90
|
-
* @param clusterName The name of the cluster.
|
|
91
|
-
* @param applicationName The constant value for the application name.
|
|
92
|
-
* @param [options] The optional parameters
|
|
93
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
94
|
-
*/
|
|
95
|
-
beginDeleteMethod(resourceGroupName: string, clusterName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
96
|
-
/**
|
|
97
|
-
* Lists all of the applications for the HDInsight cluster.
|
|
98
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
99
|
-
* @param [options] The optional parameters
|
|
100
|
-
* @returns Promise<Models.ApplicationsListByClusterNextResponse>
|
|
101
|
-
*/
|
|
102
|
-
listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsListByClusterNextResponse>;
|
|
103
|
-
/**
|
|
104
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
105
|
-
* @param callback The callback
|
|
106
|
-
*/
|
|
107
|
-
listByClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApplicationListResult>): void;
|
|
108
|
-
/**
|
|
109
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
110
|
-
* @param options The optional parameters
|
|
111
|
-
* @param callback The callback
|
|
112
|
-
*/
|
|
113
|
-
listByClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationListResult>): void;
|
|
114
|
-
}
|
|
115
|
-
//# sourceMappingURL=applications.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"applications.d.ts","sourceRoot":"","sources":["../../src/operations/applications.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,233 +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 { __assign } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/applicationsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a Applications. */
|
|
14
|
-
var Applications = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a Applications.
|
|
17
|
-
* @param {HDInsightManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function Applications(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
Applications.prototype.listByCluster = function (resourceGroupName, clusterName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
clusterName: clusterName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listByClusterOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
Applications.prototype.get = function (resourceGroupName, clusterName, applicationName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
clusterName: clusterName,
|
|
33
|
-
applicationName: applicationName,
|
|
34
|
-
options: options
|
|
35
|
-
}, getOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* Creates applications for the HDInsight cluster.
|
|
39
|
-
* @param resourceGroupName The name of the resource group.
|
|
40
|
-
* @param clusterName The name of the cluster.
|
|
41
|
-
* @param applicationName The constant value for the application name.
|
|
42
|
-
* @param parameters The application create request.
|
|
43
|
-
* @param [options] The optional parameters
|
|
44
|
-
* @returns Promise<Models.ApplicationsCreateResponse>
|
|
45
|
-
*/
|
|
46
|
-
Applications.prototype.create = function (resourceGroupName, clusterName, applicationName, parameters, options) {
|
|
47
|
-
return this.beginCreate(resourceGroupName, clusterName, applicationName, parameters, options)
|
|
48
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
49
|
-
};
|
|
50
|
-
/**
|
|
51
|
-
* Deletes the specified application on the HDInsight cluster.
|
|
52
|
-
* @param resourceGroupName The name of the resource group.
|
|
53
|
-
* @param clusterName The name of the cluster.
|
|
54
|
-
* @param applicationName The constant value for the application name.
|
|
55
|
-
* @param [options] The optional parameters
|
|
56
|
-
* @returns Promise<msRest.RestResponse>
|
|
57
|
-
*/
|
|
58
|
-
Applications.prototype.deleteMethod = function (resourceGroupName, clusterName, applicationName, options) {
|
|
59
|
-
return this.beginDeleteMethod(resourceGroupName, clusterName, applicationName, options)
|
|
60
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* Creates applications for the HDInsight cluster.
|
|
64
|
-
* @param resourceGroupName The name of the resource group.
|
|
65
|
-
* @param clusterName The name of the cluster.
|
|
66
|
-
* @param applicationName The constant value for the application name.
|
|
67
|
-
* @param parameters The application create request.
|
|
68
|
-
* @param [options] The optional parameters
|
|
69
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
70
|
-
*/
|
|
71
|
-
Applications.prototype.beginCreate = function (resourceGroupName, clusterName, applicationName, parameters, options) {
|
|
72
|
-
return this.client.sendLRORequest({
|
|
73
|
-
resourceGroupName: resourceGroupName,
|
|
74
|
-
clusterName: clusterName,
|
|
75
|
-
applicationName: applicationName,
|
|
76
|
-
parameters: parameters,
|
|
77
|
-
options: options
|
|
78
|
-
}, beginCreateOperationSpec, options);
|
|
79
|
-
};
|
|
80
|
-
/**
|
|
81
|
-
* Deletes the specified application on the HDInsight cluster.
|
|
82
|
-
* @param resourceGroupName The name of the resource group.
|
|
83
|
-
* @param clusterName The name of the cluster.
|
|
84
|
-
* @param applicationName The constant value for the application name.
|
|
85
|
-
* @param [options] The optional parameters
|
|
86
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
87
|
-
*/
|
|
88
|
-
Applications.prototype.beginDeleteMethod = function (resourceGroupName, clusterName, applicationName, options) {
|
|
89
|
-
return this.client.sendLRORequest({
|
|
90
|
-
resourceGroupName: resourceGroupName,
|
|
91
|
-
clusterName: clusterName,
|
|
92
|
-
applicationName: applicationName,
|
|
93
|
-
options: options
|
|
94
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
95
|
-
};
|
|
96
|
-
Applications.prototype.listByClusterNext = function (nextPageLink, options, callback) {
|
|
97
|
-
return this.client.sendOperationRequest({
|
|
98
|
-
nextPageLink: nextPageLink,
|
|
99
|
-
options: options
|
|
100
|
-
}, listByClusterNextOperationSpec, callback);
|
|
101
|
-
};
|
|
102
|
-
return Applications;
|
|
103
|
-
}());
|
|
104
|
-
export { Applications };
|
|
105
|
-
// Operation Specifications
|
|
106
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
107
|
-
var listByClusterOperationSpec = {
|
|
108
|
-
httpMethod: "GET",
|
|
109
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications",
|
|
110
|
-
urlParameters: [
|
|
111
|
-
Parameters.subscriptionId,
|
|
112
|
-
Parameters.resourceGroupName,
|
|
113
|
-
Parameters.clusterName
|
|
114
|
-
],
|
|
115
|
-
queryParameters: [
|
|
116
|
-
Parameters.apiVersion
|
|
117
|
-
],
|
|
118
|
-
headerParameters: [
|
|
119
|
-
Parameters.acceptLanguage
|
|
120
|
-
],
|
|
121
|
-
responses: {
|
|
122
|
-
200: {
|
|
123
|
-
bodyMapper: Mappers.ApplicationListResult
|
|
124
|
-
},
|
|
125
|
-
default: {
|
|
126
|
-
bodyMapper: Mappers.ErrorResponse
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
serializer: serializer
|
|
130
|
-
};
|
|
131
|
-
var getOperationSpec = {
|
|
132
|
-
httpMethod: "GET",
|
|
133
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}",
|
|
134
|
-
urlParameters: [
|
|
135
|
-
Parameters.subscriptionId,
|
|
136
|
-
Parameters.resourceGroupName,
|
|
137
|
-
Parameters.clusterName,
|
|
138
|
-
Parameters.applicationName
|
|
139
|
-
],
|
|
140
|
-
queryParameters: [
|
|
141
|
-
Parameters.apiVersion
|
|
142
|
-
],
|
|
143
|
-
headerParameters: [
|
|
144
|
-
Parameters.acceptLanguage
|
|
145
|
-
],
|
|
146
|
-
responses: {
|
|
147
|
-
200: {
|
|
148
|
-
bodyMapper: Mappers.Application
|
|
149
|
-
},
|
|
150
|
-
default: {
|
|
151
|
-
bodyMapper: Mappers.ErrorResponse
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
serializer: serializer
|
|
155
|
-
};
|
|
156
|
-
var beginCreateOperationSpec = {
|
|
157
|
-
httpMethod: "PUT",
|
|
158
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}",
|
|
159
|
-
urlParameters: [
|
|
160
|
-
Parameters.subscriptionId,
|
|
161
|
-
Parameters.resourceGroupName,
|
|
162
|
-
Parameters.clusterName,
|
|
163
|
-
Parameters.applicationName
|
|
164
|
-
],
|
|
165
|
-
queryParameters: [
|
|
166
|
-
Parameters.apiVersion
|
|
167
|
-
],
|
|
168
|
-
headerParameters: [
|
|
169
|
-
Parameters.acceptLanguage
|
|
170
|
-
],
|
|
171
|
-
requestBody: {
|
|
172
|
-
parameterPath: "parameters",
|
|
173
|
-
mapper: __assign(__assign({}, Mappers.Application), { required: true })
|
|
174
|
-
},
|
|
175
|
-
responses: {
|
|
176
|
-
200: {
|
|
177
|
-
bodyMapper: Mappers.Application
|
|
178
|
-
},
|
|
179
|
-
default: {
|
|
180
|
-
bodyMapper: Mappers.ErrorResponse
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
|
-
serializer: serializer
|
|
184
|
-
};
|
|
185
|
-
var beginDeleteMethodOperationSpec = {
|
|
186
|
-
httpMethod: "DELETE",
|
|
187
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}",
|
|
188
|
-
urlParameters: [
|
|
189
|
-
Parameters.subscriptionId,
|
|
190
|
-
Parameters.resourceGroupName,
|
|
191
|
-
Parameters.clusterName,
|
|
192
|
-
Parameters.applicationName
|
|
193
|
-
],
|
|
194
|
-
queryParameters: [
|
|
195
|
-
Parameters.apiVersion
|
|
196
|
-
],
|
|
197
|
-
headerParameters: [
|
|
198
|
-
Parameters.acceptLanguage
|
|
199
|
-
],
|
|
200
|
-
responses: {
|
|
201
|
-
200: {},
|
|
202
|
-
202: {},
|
|
203
|
-
204: {},
|
|
204
|
-
default: {
|
|
205
|
-
bodyMapper: Mappers.ErrorResponse
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
serializer: serializer
|
|
209
|
-
};
|
|
210
|
-
var listByClusterNextOperationSpec = {
|
|
211
|
-
httpMethod: "GET",
|
|
212
|
-
baseUrl: "https://management.azure.com",
|
|
213
|
-
path: "{nextLink}",
|
|
214
|
-
urlParameters: [
|
|
215
|
-
Parameters.nextPageLink
|
|
216
|
-
],
|
|
217
|
-
queryParameters: [
|
|
218
|
-
Parameters.apiVersion
|
|
219
|
-
],
|
|
220
|
-
headerParameters: [
|
|
221
|
-
Parameters.acceptLanguage
|
|
222
|
-
],
|
|
223
|
-
responses: {
|
|
224
|
-
200: {
|
|
225
|
-
bodyMapper: Mappers.ApplicationListResult
|
|
226
|
-
},
|
|
227
|
-
default: {
|
|
228
|
-
bodyMapper: Mappers.ErrorResponse
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
serializer: serializer
|
|
232
|
-
};
|
|
233
|
-
//# sourceMappingURL=applications.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"applications.js","sourceRoot":"","sources":["../../src/operations/applications.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,273 +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 Clusters. */
|
|
6
|
-
export declare class Clusters {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a Clusters.
|
|
10
|
-
* @param {HDInsightManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: HDInsightManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Creates a new HDInsight cluster with the specified parameters.
|
|
15
|
-
* @param resourceGroupName The name of the resource group.
|
|
16
|
-
* @param clusterName The name of the cluster.
|
|
17
|
-
* @param parameters The cluster create request.
|
|
18
|
-
* @param [options] The optional parameters
|
|
19
|
-
* @returns Promise<Models.ClustersCreateResponse>
|
|
20
|
-
*/
|
|
21
|
-
create(resourceGroupName: string, clusterName: string, parameters: Models.ClusterCreateParametersExtended, options?: msRest.RequestOptionsBase): Promise<Models.ClustersCreateResponse>;
|
|
22
|
-
/**
|
|
23
|
-
* Patch HDInsight cluster with the specified parameters.
|
|
24
|
-
* @param resourceGroupName The name of the resource group.
|
|
25
|
-
* @param clusterName The name of the cluster.
|
|
26
|
-
* @param parameters The cluster patch request.
|
|
27
|
-
* @param [options] The optional parameters
|
|
28
|
-
* @returns Promise<Models.ClustersUpdateResponse>
|
|
29
|
-
*/
|
|
30
|
-
update(resourceGroupName: string, clusterName: string, parameters: Models.ClusterPatchParameters, options?: msRest.RequestOptionsBase): Promise<Models.ClustersUpdateResponse>;
|
|
31
|
-
/**
|
|
32
|
-
* @param resourceGroupName The name of the resource group.
|
|
33
|
-
* @param clusterName The name of the cluster.
|
|
34
|
-
* @param parameters The cluster patch request.
|
|
35
|
-
* @param callback The callback
|
|
36
|
-
*/
|
|
37
|
-
update(resourceGroupName: string, clusterName: string, parameters: Models.ClusterPatchParameters, callback: msRest.ServiceCallback<Models.Cluster>): void;
|
|
38
|
-
/**
|
|
39
|
-
* @param resourceGroupName The name of the resource group.
|
|
40
|
-
* @param clusterName The name of the cluster.
|
|
41
|
-
* @param parameters The cluster patch request.
|
|
42
|
-
* @param options The optional parameters
|
|
43
|
-
* @param callback The callback
|
|
44
|
-
*/
|
|
45
|
-
update(resourceGroupName: string, clusterName: string, parameters: Models.ClusterPatchParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Cluster>): void;
|
|
46
|
-
/**
|
|
47
|
-
* Deletes the specified HDInsight cluster.
|
|
48
|
-
* @param resourceGroupName The name of the resource group.
|
|
49
|
-
* @param clusterName The name of the cluster.
|
|
50
|
-
* @param [options] The optional parameters
|
|
51
|
-
* @returns Promise<msRest.RestResponse>
|
|
52
|
-
*/
|
|
53
|
-
deleteMethod(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* Gets the specified cluster.
|
|
56
|
-
* @param resourceGroupName The name of the resource group.
|
|
57
|
-
* @param clusterName The name of the cluster.
|
|
58
|
-
* @param [options] The optional parameters
|
|
59
|
-
* @returns Promise<Models.ClustersGetResponse>
|
|
60
|
-
*/
|
|
61
|
-
get(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersGetResponse>;
|
|
62
|
-
/**
|
|
63
|
-
* @param resourceGroupName The name of the resource group.
|
|
64
|
-
* @param clusterName The name of the cluster.
|
|
65
|
-
* @param callback The callback
|
|
66
|
-
*/
|
|
67
|
-
get(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.Cluster>): void;
|
|
68
|
-
/**
|
|
69
|
-
* @param resourceGroupName The name of the resource group.
|
|
70
|
-
* @param clusterName The name of the cluster.
|
|
71
|
-
* @param options The optional parameters
|
|
72
|
-
* @param callback The callback
|
|
73
|
-
*/
|
|
74
|
-
get(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Cluster>): void;
|
|
75
|
-
/**
|
|
76
|
-
* Lists the HDInsight clusters in a resource group.
|
|
77
|
-
* @param resourceGroupName The name of the resource group.
|
|
78
|
-
* @param [options] The optional parameters
|
|
79
|
-
* @returns Promise<Models.ClustersListByResourceGroupResponse>
|
|
80
|
-
*/
|
|
81
|
-
listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListByResourceGroupResponse>;
|
|
82
|
-
/**
|
|
83
|
-
* @param resourceGroupName The name of the resource group.
|
|
84
|
-
* @param callback The callback
|
|
85
|
-
*/
|
|
86
|
-
listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;
|
|
87
|
-
/**
|
|
88
|
-
* @param resourceGroupName The name of the resource group.
|
|
89
|
-
* @param options The optional parameters
|
|
90
|
-
* @param callback The callback
|
|
91
|
-
*/
|
|
92
|
-
listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;
|
|
93
|
-
/**
|
|
94
|
-
* Resizes the specified HDInsight cluster to the specified size.
|
|
95
|
-
* @param resourceGroupName The name of the resource group.
|
|
96
|
-
* @param clusterName The name of the cluster.
|
|
97
|
-
* @param parameters The parameters for the resize operation.
|
|
98
|
-
* @param [options] The optional parameters
|
|
99
|
-
* @returns Promise<msRest.RestResponse>
|
|
100
|
-
*/
|
|
101
|
-
resize(resourceGroupName: string, clusterName: string, parameters: Models.ClusterResizeParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
102
|
-
/**
|
|
103
|
-
* Updates the Autoscale Configuration for HDInsight cluster.
|
|
104
|
-
* @param resourceGroupName The name of the resource group.
|
|
105
|
-
* @param clusterName The name of the cluster.
|
|
106
|
-
* @param parameters The parameters for the update autoscale configuration operation.
|
|
107
|
-
* @param [options] The optional parameters
|
|
108
|
-
* @returns Promise<msRest.RestResponse>
|
|
109
|
-
*/
|
|
110
|
-
updateAutoScaleConfiguration(resourceGroupName: string, clusterName: string, parameters: Models.AutoscaleConfigurationUpdateParameter, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
111
|
-
/**
|
|
112
|
-
* Lists all the HDInsight clusters under the subscription.
|
|
113
|
-
* @param [options] The optional parameters
|
|
114
|
-
* @returns Promise<Models.ClustersListResponse>
|
|
115
|
-
*/
|
|
116
|
-
list(options?: msRest.RequestOptionsBase): Promise<Models.ClustersListResponse>;
|
|
117
|
-
/**
|
|
118
|
-
* @param callback The callback
|
|
119
|
-
*/
|
|
120
|
-
list(callback: msRest.ServiceCallback<Models.ClusterListResult>): void;
|
|
121
|
-
/**
|
|
122
|
-
* @param options The optional parameters
|
|
123
|
-
* @param callback The callback
|
|
124
|
-
*/
|
|
125
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;
|
|
126
|
-
/**
|
|
127
|
-
* Rotate disk encryption key of the specified HDInsight cluster.
|
|
128
|
-
* @param resourceGroupName The name of the resource group.
|
|
129
|
-
* @param clusterName The name of the cluster.
|
|
130
|
-
* @param parameters The parameters for the disk encryption operation.
|
|
131
|
-
* @param [options] The optional parameters
|
|
132
|
-
* @returns Promise<msRest.RestResponse>
|
|
133
|
-
*/
|
|
134
|
-
rotateDiskEncryptionKey(resourceGroupName: string, clusterName: string, parameters: Models.ClusterDiskEncryptionParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
135
|
-
/**
|
|
136
|
-
* Gets the gateway settings for the specified cluster.
|
|
137
|
-
* @param resourceGroupName The name of the resource group.
|
|
138
|
-
* @param clusterName The name of the cluster.
|
|
139
|
-
* @param [options] The optional parameters
|
|
140
|
-
* @returns Promise<Models.ClustersGetGatewaySettingsResponse>
|
|
141
|
-
*/
|
|
142
|
-
getGatewaySettings(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersGetGatewaySettingsResponse>;
|
|
143
|
-
/**
|
|
144
|
-
* @param resourceGroupName The name of the resource group.
|
|
145
|
-
* @param clusterName The name of the cluster.
|
|
146
|
-
* @param callback The callback
|
|
147
|
-
*/
|
|
148
|
-
getGatewaySettings(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.GatewaySettings>): void;
|
|
149
|
-
/**
|
|
150
|
-
* @param resourceGroupName The name of the resource group.
|
|
151
|
-
* @param clusterName The name of the cluster.
|
|
152
|
-
* @param options The optional parameters
|
|
153
|
-
* @param callback The callback
|
|
154
|
-
*/
|
|
155
|
-
getGatewaySettings(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.GatewaySettings>): void;
|
|
156
|
-
/**
|
|
157
|
-
* Configures the gateway settings on the specified cluster.
|
|
158
|
-
* @param resourceGroupName The name of the resource group.
|
|
159
|
-
* @param clusterName The name of the cluster.
|
|
160
|
-
* @param parameters The cluster configurations.
|
|
161
|
-
* @param [options] The optional parameters
|
|
162
|
-
* @returns Promise<msRest.RestResponse>
|
|
163
|
-
*/
|
|
164
|
-
updateGatewaySettings(resourceGroupName: string, clusterName: string, parameters: Models.UpdateGatewaySettingsParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
165
|
-
/**
|
|
166
|
-
* Executes script actions on the specified HDInsight cluster.
|
|
167
|
-
* @param resourceGroupName The name of the resource group.
|
|
168
|
-
* @param clusterName The name of the cluster.
|
|
169
|
-
* @param parameters The parameters for executing script actions.
|
|
170
|
-
* @param [options] The optional parameters
|
|
171
|
-
* @returns Promise<msRest.RestResponse>
|
|
172
|
-
*/
|
|
173
|
-
executeScriptActions(resourceGroupName: string, clusterName: string, parameters: Models.ExecuteScriptActionParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
174
|
-
/**
|
|
175
|
-
* Creates a new HDInsight cluster with the specified parameters.
|
|
176
|
-
* @param resourceGroupName The name of the resource group.
|
|
177
|
-
* @param clusterName The name of the cluster.
|
|
178
|
-
* @param parameters The cluster create request.
|
|
179
|
-
* @param [options] The optional parameters
|
|
180
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
181
|
-
*/
|
|
182
|
-
beginCreate(resourceGroupName: string, clusterName: string, parameters: Models.ClusterCreateParametersExtended, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
183
|
-
/**
|
|
184
|
-
* Deletes the specified HDInsight cluster.
|
|
185
|
-
* @param resourceGroupName The name of the resource group.
|
|
186
|
-
* @param clusterName The name of the cluster.
|
|
187
|
-
* @param [options] The optional parameters
|
|
188
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
189
|
-
*/
|
|
190
|
-
beginDeleteMethod(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
191
|
-
/**
|
|
192
|
-
* Resizes the specified HDInsight cluster to the specified size.
|
|
193
|
-
* @param resourceGroupName The name of the resource group.
|
|
194
|
-
* @param clusterName The name of the cluster.
|
|
195
|
-
* @param parameters The parameters for the resize operation.
|
|
196
|
-
* @param [options] The optional parameters
|
|
197
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
198
|
-
*/
|
|
199
|
-
beginResize(resourceGroupName: string, clusterName: string, parameters: Models.ClusterResizeParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
200
|
-
/**
|
|
201
|
-
* Updates the Autoscale Configuration for HDInsight cluster.
|
|
202
|
-
* @param resourceGroupName The name of the resource group.
|
|
203
|
-
* @param clusterName The name of the cluster.
|
|
204
|
-
* @param parameters The parameters for the update autoscale configuration operation.
|
|
205
|
-
* @param [options] The optional parameters
|
|
206
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
207
|
-
*/
|
|
208
|
-
beginUpdateAutoScaleConfiguration(resourceGroupName: string, clusterName: string, parameters: Models.AutoscaleConfigurationUpdateParameter, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
209
|
-
/**
|
|
210
|
-
* Rotate disk encryption key of the specified HDInsight cluster.
|
|
211
|
-
* @param resourceGroupName The name of the resource group.
|
|
212
|
-
* @param clusterName The name of the cluster.
|
|
213
|
-
* @param parameters The parameters for the disk encryption operation.
|
|
214
|
-
* @param [options] The optional parameters
|
|
215
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
216
|
-
*/
|
|
217
|
-
beginRotateDiskEncryptionKey(resourceGroupName: string, clusterName: string, parameters: Models.ClusterDiskEncryptionParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
218
|
-
/**
|
|
219
|
-
* Configures the gateway settings on the specified cluster.
|
|
220
|
-
* @param resourceGroupName The name of the resource group.
|
|
221
|
-
* @param clusterName The name of the cluster.
|
|
222
|
-
* @param parameters The cluster configurations.
|
|
223
|
-
* @param [options] The optional parameters
|
|
224
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
225
|
-
*/
|
|
226
|
-
beginUpdateGatewaySettings(resourceGroupName: string, clusterName: string, parameters: Models.UpdateGatewaySettingsParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
227
|
-
/**
|
|
228
|
-
* Executes script actions on the specified HDInsight cluster.
|
|
229
|
-
* @param resourceGroupName The name of the resource group.
|
|
230
|
-
* @param clusterName The name of the cluster.
|
|
231
|
-
* @param parameters The parameters for executing script actions.
|
|
232
|
-
* @param [options] The optional parameters
|
|
233
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
234
|
-
*/
|
|
235
|
-
beginExecuteScriptActions(resourceGroupName: string, clusterName: string, parameters: Models.ExecuteScriptActionParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
236
|
-
/**
|
|
237
|
-
* Lists the HDInsight clusters in a resource group.
|
|
238
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
239
|
-
* @param [options] The optional parameters
|
|
240
|
-
* @returns Promise<Models.ClustersListByResourceGroupNextResponse>
|
|
241
|
-
*/
|
|
242
|
-
listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListByResourceGroupNextResponse>;
|
|
243
|
-
/**
|
|
244
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
245
|
-
* @param callback The callback
|
|
246
|
-
*/
|
|
247
|
-
listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;
|
|
248
|
-
/**
|
|
249
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
250
|
-
* @param options The optional parameters
|
|
251
|
-
* @param callback The callback
|
|
252
|
-
*/
|
|
253
|
-
listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;
|
|
254
|
-
/**
|
|
255
|
-
* Lists all the HDInsight clusters under the subscription.
|
|
256
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
257
|
-
* @param [options] The optional parameters
|
|
258
|
-
* @returns Promise<Models.ClustersListNextResponse>
|
|
259
|
-
*/
|
|
260
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ClustersListNextResponse>;
|
|
261
|
-
/**
|
|
262
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
263
|
-
* @param callback The callback
|
|
264
|
-
*/
|
|
265
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;
|
|
266
|
-
/**
|
|
267
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
268
|
-
* @param options The optional parameters
|
|
269
|
-
* @param callback The callback
|
|
270
|
-
*/
|
|
271
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ClusterListResult>): void;
|
|
272
|
-
}
|
|
273
|
-
//# sourceMappingURL=clusters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clusters.d.ts","sourceRoot":"","sources":["../../src/operations/clusters.ts"],"names":[],"mappings":"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"}
|