@azure/arm-hdinsight 0.24.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 -82
- 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/virtualMachinesMappers.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 +1516 -1670
- 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 +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- 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/configurationsMappers.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/virtualMachinesMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -7
- 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/configurationsMappers.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 -32
- package/review/arm-hdinsight.api.md +1678 -0
- package/rollup.config.js +181 -30
- package/src/hDInsightManagementClient.ts +105 -53
- package/src/{models/scriptExecutionHistoryMappers.ts → index.ts} +4 -7
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1810 -2954
- package/src/models/mappers.ts +1607 -1764
- package/src/models/parameters.ts +215 -53
- package/src/operations/applications.ts +376 -247
- package/src/operations/clusters.ts +1038 -649
- package/src/operations/configurations.ts +162 -154
- package/src/operations/extensions.ts +644 -410
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +143 -239
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +345 -182
- package/src/operations/privateLinkResources.ts +60 -92
- package/src/operations/scriptActions.ts +202 -206
- package/src/operations/scriptExecutionHistory.ts +155 -123
- package/src/operations/virtualMachines.ts +157 -154
- 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/src/operationsInterfaces/index.ts +19 -0
- 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 -7464
- 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 -35
- package/esm/hDInsightManagementClient.d.ts.map +0 -1
- package/esm/hDInsightManagementClient.js +0 -48
- package/esm/hDInsightManagementClient.js.map +0 -1
- package/esm/hDInsightManagementClientContext.d.ts +0 -23
- package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
- package/esm/hDInsightManagementClientContext.js +0 -61
- 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 -3163
- 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 -113
- 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 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -172
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.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 -142
- package/esm/operations/applications.d.ts.map +0 -1
- package/esm/operations/applications.js +0 -268
- package/esm/operations/applications.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -315
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -710
- 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 -213
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -477
- 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 -130
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -213
- 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/privateEndpointConnections.d.ts +0 -115
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -236
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -58
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -90
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/scriptActions.d.ts +0 -124
- package/esm/operations/scriptActions.d.ts.map +0 -1
- package/esm/operations/scriptActions.js +0 -184
- 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 -77
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -167
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/hDInsightManagementClientContext.ts +0 -68
- package/src/models/applicationsMappers.ts +0 -66
- package/src/models/clustersMappers.ts +0 -77
- package/src/models/extensionsMappers.ts +0 -20
- package/src/models/locationsMappers.ts +0 -66
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/privateEndpointConnectionsMappers.ts +0 -65
- package/src/models/privateLinkResourcesMappers.ts +0 -65
- package/src/models/scriptActionsMappers.ts +0 -17
|
@@ -1,9 +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 regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { Application, ApplicationGetEndpoint, ApplicationGetHttpsEndpoint, ApplicationProperties, Autoscale, AutoscaleCapacity, AutoscaleRecurrence, AutoscaleSchedule, AutoscaleTimeAndCapacity, AzureEntityResource, BaseResource, ClientGroupInfo, Cluster, ClusterDefinition, ClusterGetProperties, ClusterIdentity, ComputeIsolationProperties, ComputeProfile, ConnectivityEndpoint, DataDisksGroups, DiskEncryptionProperties, EncryptionInTransitProperties, ErrorResponse, Errors, ExcludedServicesConfig, HardwareProfile, IPConfiguration, KafkaRestProperties, LinuxOperatingSystemProfile, NetworkProperties, OsProfile, PrivateEndpoint, PrivateEndpointConnection, PrivateEndpointConnectionListResult, PrivateLinkConfiguration, PrivateLinkResource, PrivateLinkServiceConnectionState, ProxyResource, QuotaInfo, Resource, ResourceId, Role, RuntimeScriptAction, RuntimeScriptActionDetail, ScriptAction, ScriptActionExecutionSummary, SecurityProfile, SshProfile, SshPublicKey, StorageAccount, StorageProfile, SystemData, TrackedResource, UserAssignedIdentity, VirtualNetworkProfile } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=privateEndpointConnectionsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnectionsMappers.js","sourceRoot":"","sources":["../../src/models/privateEndpointConnectionsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,WAAW,EACX,sBAAsB,EACtB,2BAA2B,EAC3B,qBAAqB,EACrB,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,EACjB,wBAAwB,EACxB,mBAAmB,EACnB,YAAY,EACZ,eAAe,EACf,OAAO,EACP,iBAAiB,EACjB,oBAAoB,EACpB,eAAe,EACf,0BAA0B,EAC1B,cAAc,EACd,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACxB,6BAA6B,EAC7B,aAAa,EACb,MAAM,EACN,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,mBAAmB,EACnB,2BAA2B,EAC3B,iBAAiB,EACjB,SAAS,EACT,eAAe,EACf,yBAAyB,EACzB,mCAAmC,EACnC,wBAAwB,EACxB,mBAAmB,EACnB,iCAAiC,EACjC,aAAa,EACb,SAAS,EACT,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,mBAAmB,EACnB,yBAAyB,EACzB,YAAY,EACZ,4BAA4B,EAC5B,eAAe,EACf,UAAU,EACV,YAAY,EACZ,cAAc,EACd,cAAc,EACd,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { Application, ApplicationGetEndpoint, ApplicationGetHttpsEndpoint, ApplicationProperties, Autoscale, AutoscaleCapacity, AutoscaleRecurrence, AutoscaleSchedule, AutoscaleTimeAndCapacity, AzureEntityResource, BaseResource, ClientGroupInfo, Cluster, ClusterDefinition, ClusterGetProperties, ClusterIdentity, ComputeIsolationProperties, ComputeProfile, ConnectivityEndpoint, DataDisksGroups, DiskEncryptionProperties, EncryptionInTransitProperties, ErrorResponse, Errors, ExcludedServicesConfig, HardwareProfile, IPConfiguration, KafkaRestProperties, LinuxOperatingSystemProfile, NetworkProperties, OsProfile, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkConfiguration, PrivateLinkResource, PrivateLinkResourceListResult, PrivateLinkServiceConnectionState, ProxyResource, QuotaInfo, Resource, ResourceId, Role, RuntimeScriptAction, RuntimeScriptActionDetail, ScriptAction, ScriptActionExecutionSummary, SecurityProfile, SshProfile, SshPublicKey, StorageAccount, StorageProfile, SystemData, TrackedResource, UserAssignedIdentity, VirtualNetworkProfile } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=privateLinkResourcesMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResourcesMappers.d.ts","sourceRoot":"","sources":["../../src/models/privateLinkResourcesMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,WAAW,EACX,sBAAsB,EACtB,2BAA2B,EAC3B,qBAAqB,EACrB,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,EACjB,wBAAwB,EACxB,mBAAmB,EACnB,YAAY,EACZ,eAAe,EACf,OAAO,EACP,iBAAiB,EACjB,oBAAoB,EACpB,eAAe,EACf,0BAA0B,EAC1B,cAAc,EACd,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACxB,6BAA6B,EAC7B,aAAa,EACb,MAAM,EACN,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,mBAAmB,EACnB,2BAA2B,EAC3B,iBAAiB,EACjB,SAAS,EACT,eAAe,EACf,yBAAyB,EACzB,wBAAwB,EACxB,mBAAmB,EACnB,6BAA6B,EAC7B,iCAAiC,EACjC,aAAa,EACb,SAAS,EACT,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,mBAAmB,EACnB,yBAAyB,EACzB,YAAY,EACZ,4BAA4B,EAC5B,eAAe,EACf,UAAU,EACV,YAAY,EACZ,cAAc,EACd,cAAc,EACd,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +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 regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { Application, ApplicationGetEndpoint, ApplicationGetHttpsEndpoint, ApplicationProperties, Autoscale, AutoscaleCapacity, AutoscaleRecurrence, AutoscaleSchedule, AutoscaleTimeAndCapacity, AzureEntityResource, BaseResource, ClientGroupInfo, Cluster, ClusterDefinition, ClusterGetProperties, ClusterIdentity, ComputeIsolationProperties, ComputeProfile, ConnectivityEndpoint, DataDisksGroups, DiskEncryptionProperties, EncryptionInTransitProperties, ErrorResponse, Errors, ExcludedServicesConfig, HardwareProfile, IPConfiguration, KafkaRestProperties, LinuxOperatingSystemProfile, NetworkProperties, OsProfile, PrivateEndpoint, PrivateEndpointConnection, PrivateLinkConfiguration, PrivateLinkResource, PrivateLinkResourceListResult, PrivateLinkServiceConnectionState, ProxyResource, QuotaInfo, Resource, ResourceId, Role, RuntimeScriptAction, RuntimeScriptActionDetail, ScriptAction, ScriptActionExecutionSummary, SecurityProfile, SshProfile, SshPublicKey, StorageAccount, StorageProfile, SystemData, TrackedResource, UserAssignedIdentity, VirtualNetworkProfile } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=privateLinkResourcesMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResourcesMappers.js","sourceRoot":"","sources":["../../src/models/privateLinkResourcesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,WAAW,EACX,sBAAsB,EACtB,2BAA2B,EAC3B,qBAAqB,EACrB,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,EACjB,wBAAwB,EACxB,mBAAmB,EACnB,YAAY,EACZ,eAAe,EACf,OAAO,EACP,iBAAiB,EACjB,oBAAoB,EACpB,eAAe,EACf,0BAA0B,EAC1B,cAAc,EACd,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACxB,6BAA6B,EAC7B,aAAa,EACb,MAAM,EACN,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,mBAAmB,EACnB,2BAA2B,EAC3B,iBAAiB,EACjB,SAAS,EACT,eAAe,EACf,yBAAyB,EACzB,wBAAwB,EACxB,mBAAmB,EACnB,6BAA6B,EAC7B,iCAAiC,EACjC,aAAa,EACb,SAAS,EACT,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,mBAAmB,EACnB,yBAAyB,EACzB,YAAY,EACZ,4BAA4B,EAC5B,eAAe,EACf,UAAU,EACV,YAAY,EACZ,cAAc,EACd,cAAc,EACd,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scriptActionsMappers.d.ts","sourceRoot":"","sources":["../../src/models/scriptActionsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,oBAAoB,EACpB,aAAa,EACb,MAAM,EACN,mBAAmB,EACnB,yBAAyB,EACzB,4BAA4B,EAC5B,iBAAiB,EAClB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +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 regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { AsyncOperationResult, ErrorResponse, Errors, RuntimeScriptAction, RuntimeScriptActionDetail, ScriptActionExecutionSummary, ScriptActionsList } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=scriptActionsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scriptActionsMappers.js","sourceRoot":"","sources":["../../src/models/scriptActionsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,oBAAoB,EACpB,aAAa,EACb,MAAM,EACN,mBAAmB,EACnB,yBAAyB,EACzB,4BAA4B,EAC5B,iBAAiB,EAClB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scriptExecutionHistoryMappers.d.ts","sourceRoot":"","sources":["../../src/models/scriptExecutionHistoryMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,yBAAyB,EACzB,gCAAgC,EAChC,4BAA4B,EAC7B,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +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 regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { ErrorResponse, RuntimeScriptAction, RuntimeScriptActionDetail, ScriptActionExecutionHistoryList, ScriptActionExecutionSummary } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=scriptExecutionHistoryMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scriptExecutionHistoryMappers.js","sourceRoot":"","sources":["../../src/models/scriptExecutionHistoryMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,yBAAyB,EACzB,gCAAgC,EAChC,4BAA4B,EAC7B,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"virtualMachinesMappers.d.ts","sourceRoot":"","sources":["../../src/models/virtualMachinesMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,oBAAoB,EACpB,aAAa,EACb,MAAM,EACN,QAAQ,EACT,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"virtualMachinesMappers.js","sourceRoot":"","sources":["../../src/models/virtualMachinesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,oBAAoB,EACpB,aAAa,EACb,MAAM,EACN,QAAQ,EACT,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,142 +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
|
-
* Gets the async operation status.
|
|
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 operationId The long running operation id.
|
|
83
|
-
* @param [options] The optional parameters
|
|
84
|
-
* @returns Promise<Models.ApplicationsGetAzureAsyncOperationStatusResponse>
|
|
85
|
-
*/
|
|
86
|
-
getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsGetAzureAsyncOperationStatusResponse>;
|
|
87
|
-
/**
|
|
88
|
-
* @param resourceGroupName The name of the resource group.
|
|
89
|
-
* @param clusterName The name of the cluster.
|
|
90
|
-
* @param applicationName The constant value for the application name.
|
|
91
|
-
* @param operationId The long running operation id.
|
|
92
|
-
* @param callback The callback
|
|
93
|
-
*/
|
|
94
|
-
getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;
|
|
95
|
-
/**
|
|
96
|
-
* @param resourceGroupName The name of the resource group.
|
|
97
|
-
* @param clusterName The name of the cluster.
|
|
98
|
-
* @param applicationName The constant value for the application name.
|
|
99
|
-
* @param operationId The long running operation id.
|
|
100
|
-
* @param options The optional parameters
|
|
101
|
-
* @param callback The callback
|
|
102
|
-
*/
|
|
103
|
-
getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AsyncOperationResult>): void;
|
|
104
|
-
/**
|
|
105
|
-
* Creates applications for the HDInsight cluster.
|
|
106
|
-
* @param resourceGroupName The name of the resource group.
|
|
107
|
-
* @param clusterName The name of the cluster.
|
|
108
|
-
* @param applicationName The constant value for the application name.
|
|
109
|
-
* @param parameters The application create request.
|
|
110
|
-
* @param [options] The optional parameters
|
|
111
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
112
|
-
*/
|
|
113
|
-
beginCreate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
114
|
-
/**
|
|
115
|
-
* Deletes the specified application on the HDInsight cluster.
|
|
116
|
-
* @param resourceGroupName The name of the resource group.
|
|
117
|
-
* @param clusterName The name of the cluster.
|
|
118
|
-
* @param applicationName The constant value for the application name.
|
|
119
|
-
* @param [options] The optional parameters
|
|
120
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
121
|
-
*/
|
|
122
|
-
beginDeleteMethod(resourceGroupName: string, clusterName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
123
|
-
/**
|
|
124
|
-
* Lists all of the applications for the HDInsight cluster.
|
|
125
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
126
|
-
* @param [options] The optional parameters
|
|
127
|
-
* @returns Promise<Models.ApplicationsListByClusterNextResponse>
|
|
128
|
-
*/
|
|
129
|
-
listByClusterNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationsListByClusterNextResponse>;
|
|
130
|
-
/**
|
|
131
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
132
|
-
* @param callback The callback
|
|
133
|
-
*/
|
|
134
|
-
listByClusterNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ApplicationListResult>): void;
|
|
135
|
-
/**
|
|
136
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
137
|
-
* @param options The optional parameters
|
|
138
|
-
* @param callback The callback
|
|
139
|
-
*/
|
|
140
|
-
listByClusterNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationListResult>): void;
|
|
141
|
-
}
|
|
142
|
-
//# 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,268 +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
|
-
Applications.prototype.getAzureAsyncOperationStatus = function (resourceGroupName, clusterName, applicationName, operationId, options, callback) {
|
|
63
|
-
return this.client.sendOperationRequest({
|
|
64
|
-
resourceGroupName: resourceGroupName,
|
|
65
|
-
clusterName: clusterName,
|
|
66
|
-
applicationName: applicationName,
|
|
67
|
-
operationId: operationId,
|
|
68
|
-
options: options
|
|
69
|
-
}, getAzureAsyncOperationStatusOperationSpec, callback);
|
|
70
|
-
};
|
|
71
|
-
/**
|
|
72
|
-
* Creates applications for the HDInsight cluster.
|
|
73
|
-
* @param resourceGroupName The name of the resource group.
|
|
74
|
-
* @param clusterName The name of the cluster.
|
|
75
|
-
* @param applicationName The constant value for the application name.
|
|
76
|
-
* @param parameters The application create request.
|
|
77
|
-
* @param [options] The optional parameters
|
|
78
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
79
|
-
*/
|
|
80
|
-
Applications.prototype.beginCreate = function (resourceGroupName, clusterName, applicationName, parameters, options) {
|
|
81
|
-
return this.client.sendLRORequest({
|
|
82
|
-
resourceGroupName: resourceGroupName,
|
|
83
|
-
clusterName: clusterName,
|
|
84
|
-
applicationName: applicationName,
|
|
85
|
-
parameters: parameters,
|
|
86
|
-
options: options
|
|
87
|
-
}, beginCreateOperationSpec, options);
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* Deletes the specified application on the HDInsight cluster.
|
|
91
|
-
* @param resourceGroupName The name of the resource group.
|
|
92
|
-
* @param clusterName The name of the cluster.
|
|
93
|
-
* @param applicationName The constant value for the application name.
|
|
94
|
-
* @param [options] The optional parameters
|
|
95
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
96
|
-
*/
|
|
97
|
-
Applications.prototype.beginDeleteMethod = function (resourceGroupName, clusterName, applicationName, options) {
|
|
98
|
-
return this.client.sendLRORequest({
|
|
99
|
-
resourceGroupName: resourceGroupName,
|
|
100
|
-
clusterName: clusterName,
|
|
101
|
-
applicationName: applicationName,
|
|
102
|
-
options: options
|
|
103
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
104
|
-
};
|
|
105
|
-
Applications.prototype.listByClusterNext = function (nextPageLink, options, callback) {
|
|
106
|
-
return this.client.sendOperationRequest({
|
|
107
|
-
nextPageLink: nextPageLink,
|
|
108
|
-
options: options
|
|
109
|
-
}, listByClusterNextOperationSpec, callback);
|
|
110
|
-
};
|
|
111
|
-
return Applications;
|
|
112
|
-
}());
|
|
113
|
-
export { Applications };
|
|
114
|
-
// Operation Specifications
|
|
115
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
116
|
-
var listByClusterOperationSpec = {
|
|
117
|
-
httpMethod: "GET",
|
|
118
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications",
|
|
119
|
-
urlParameters: [
|
|
120
|
-
Parameters.subscriptionId,
|
|
121
|
-
Parameters.resourceGroupName,
|
|
122
|
-
Parameters.clusterName
|
|
123
|
-
],
|
|
124
|
-
queryParameters: [
|
|
125
|
-
Parameters.apiVersion
|
|
126
|
-
],
|
|
127
|
-
headerParameters: [
|
|
128
|
-
Parameters.acceptLanguage
|
|
129
|
-
],
|
|
130
|
-
responses: {
|
|
131
|
-
200: {
|
|
132
|
-
bodyMapper: Mappers.ApplicationListResult
|
|
133
|
-
},
|
|
134
|
-
default: {
|
|
135
|
-
bodyMapper: Mappers.ErrorResponse
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
serializer: serializer
|
|
139
|
-
};
|
|
140
|
-
var getOperationSpec = {
|
|
141
|
-
httpMethod: "GET",
|
|
142
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}",
|
|
143
|
-
urlParameters: [
|
|
144
|
-
Parameters.subscriptionId,
|
|
145
|
-
Parameters.resourceGroupName,
|
|
146
|
-
Parameters.clusterName,
|
|
147
|
-
Parameters.applicationName
|
|
148
|
-
],
|
|
149
|
-
queryParameters: [
|
|
150
|
-
Parameters.apiVersion
|
|
151
|
-
],
|
|
152
|
-
headerParameters: [
|
|
153
|
-
Parameters.acceptLanguage
|
|
154
|
-
],
|
|
155
|
-
responses: {
|
|
156
|
-
200: {
|
|
157
|
-
bodyMapper: Mappers.Application
|
|
158
|
-
},
|
|
159
|
-
default: {
|
|
160
|
-
bodyMapper: Mappers.ErrorResponse
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
serializer: serializer
|
|
164
|
-
};
|
|
165
|
-
var getAzureAsyncOperationStatusOperationSpec = {
|
|
166
|
-
httpMethod: "GET",
|
|
167
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}/azureasyncoperations/{operationId}",
|
|
168
|
-
urlParameters: [
|
|
169
|
-
Parameters.subscriptionId,
|
|
170
|
-
Parameters.resourceGroupName,
|
|
171
|
-
Parameters.clusterName,
|
|
172
|
-
Parameters.applicationName,
|
|
173
|
-
Parameters.operationId
|
|
174
|
-
],
|
|
175
|
-
queryParameters: [
|
|
176
|
-
Parameters.apiVersion
|
|
177
|
-
],
|
|
178
|
-
headerParameters: [
|
|
179
|
-
Parameters.acceptLanguage
|
|
180
|
-
],
|
|
181
|
-
responses: {
|
|
182
|
-
200: {
|
|
183
|
-
bodyMapper: Mappers.AsyncOperationResult
|
|
184
|
-
},
|
|
185
|
-
default: {
|
|
186
|
-
bodyMapper: Mappers.ErrorResponse
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
serializer: serializer
|
|
190
|
-
};
|
|
191
|
-
var beginCreateOperationSpec = {
|
|
192
|
-
httpMethod: "PUT",
|
|
193
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}",
|
|
194
|
-
urlParameters: [
|
|
195
|
-
Parameters.subscriptionId,
|
|
196
|
-
Parameters.resourceGroupName,
|
|
197
|
-
Parameters.clusterName,
|
|
198
|
-
Parameters.applicationName
|
|
199
|
-
],
|
|
200
|
-
queryParameters: [
|
|
201
|
-
Parameters.apiVersion
|
|
202
|
-
],
|
|
203
|
-
headerParameters: [
|
|
204
|
-
Parameters.acceptLanguage
|
|
205
|
-
],
|
|
206
|
-
requestBody: {
|
|
207
|
-
parameterPath: "parameters",
|
|
208
|
-
mapper: __assign(__assign({}, Mappers.Application), { required: true })
|
|
209
|
-
},
|
|
210
|
-
responses: {
|
|
211
|
-
200: {
|
|
212
|
-
bodyMapper: Mappers.Application
|
|
213
|
-
},
|
|
214
|
-
default: {
|
|
215
|
-
bodyMapper: Mappers.ErrorResponse
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
serializer: serializer
|
|
219
|
-
};
|
|
220
|
-
var beginDeleteMethodOperationSpec = {
|
|
221
|
-
httpMethod: "DELETE",
|
|
222
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}",
|
|
223
|
-
urlParameters: [
|
|
224
|
-
Parameters.subscriptionId,
|
|
225
|
-
Parameters.resourceGroupName,
|
|
226
|
-
Parameters.clusterName,
|
|
227
|
-
Parameters.applicationName
|
|
228
|
-
],
|
|
229
|
-
queryParameters: [
|
|
230
|
-
Parameters.apiVersion
|
|
231
|
-
],
|
|
232
|
-
headerParameters: [
|
|
233
|
-
Parameters.acceptLanguage
|
|
234
|
-
],
|
|
235
|
-
responses: {
|
|
236
|
-
200: {},
|
|
237
|
-
202: {},
|
|
238
|
-
204: {},
|
|
239
|
-
default: {
|
|
240
|
-
bodyMapper: Mappers.ErrorResponse
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
serializer: serializer
|
|
244
|
-
};
|
|
245
|
-
var listByClusterNextOperationSpec = {
|
|
246
|
-
httpMethod: "GET",
|
|
247
|
-
baseUrl: "https://management.azure.com",
|
|
248
|
-
path: "{nextLink}",
|
|
249
|
-
urlParameters: [
|
|
250
|
-
Parameters.nextPageLink
|
|
251
|
-
],
|
|
252
|
-
queryParameters: [
|
|
253
|
-
Parameters.apiVersion
|
|
254
|
-
],
|
|
255
|
-
headerParameters: [
|
|
256
|
-
Parameters.acceptLanguage
|
|
257
|
-
],
|
|
258
|
-
responses: {
|
|
259
|
-
200: {
|
|
260
|
-
bodyMapper: Mappers.ApplicationListResult
|
|
261
|
-
},
|
|
262
|
-
default: {
|
|
263
|
-
bodyMapper: Mappers.ErrorResponse
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
serializer: serializer
|
|
267
|
-
};
|
|
268
|
-
//# 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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"}
|