@azure/arm-hdinsight 1.3.0-beta.1 → 1.3.0-beta.3
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 +39 -6
- package/LICENSE +4 -4
- package/README.md +25 -18
- package/dist/browser/hDInsightManagementClient.d.ts +31 -0
- package/dist/browser/hDInsightManagementClient.d.ts.map +1 -0
- package/dist/browser/hDInsightManagementClient.js +127 -0
- package/dist/browser/hDInsightManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +2074 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +198 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +112 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +3817 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +280 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/applications.d.ts +90 -0
- package/dist/browser/operations/applications.d.ts.map +1 -0
- package/dist/browser/operations/applications.js +383 -0
- package/dist/browser/operations/applications.js.map +1 -0
- package/dist/browser/operations/clusters.d.ts +214 -0
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +1026 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +54 -0
- package/dist/browser/operations/configurations.d.ts.map +1 -0
- package/dist/browser/operations/configurations.js +185 -0
- package/dist/browser/operations/configurations.js.map +1 -0
- package/dist/browser/operations/extensions.d.ts +176 -0
- package/dist/browser/operations/extensions.d.ts.map +1 -0
- package/dist/browser/operations/extensions.js +842 -0
- package/dist/browser/operations/extensions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locations.d.ts +52 -0
- package/dist/browser/operations/locations.d.ts.map +1 -0
- package/dist/browser/operations/locations.js +200 -0
- package/dist/browser/operations/locations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +359 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +28 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +86 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/scriptActions.d.ts +62 -0
- package/dist/browser/operations/scriptActions.d.ts.map +1 -0
- package/dist/browser/operations/scriptActions.js +228 -0
- package/dist/browser/operations/scriptActions.js.map +1 -0
- package/dist/browser/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist/browser/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/browser/operations/scriptExecutionHistory.js +163 -0
- package/dist/browser/operations/scriptExecutionHistory.js.map +1 -0
- package/dist/browser/operations/virtualMachines.d.ts +45 -0
- package/dist/browser/operations/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operations/virtualMachines.js +176 -0
- package/dist/browser/operations/virtualMachines.js.map +1 -0
- package/dist/browser/operationsInterfaces/applications.d.ts +65 -0
- package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/applications.js.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts +178 -0
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +46 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts +168 -0
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locations.d.ts +44 -0
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/hDInsightManagementClient.d.ts +31 -0
- package/dist/commonjs/hDInsightManagementClient.d.ts.map +1 -0
- package/dist/commonjs/hDInsightManagementClient.js +132 -0
- package/dist/commonjs/hDInsightManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2074 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +201 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +112 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3822 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +37 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +283 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/applications.d.ts +90 -0
- package/dist/commonjs/operations/applications.d.ts.map +1 -0
- package/dist/commonjs/operations/applications.js +388 -0
- package/dist/commonjs/operations/applications.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +214 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +1031 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +54 -0
- package/dist/commonjs/operations/configurations.d.ts.map +1 -0
- package/dist/commonjs/operations/configurations.js +190 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/extensions.d.ts +176 -0
- package/dist/commonjs/operations/extensions.d.ts.map +1 -0
- package/dist/commonjs/operations/extensions.js +847 -0
- package/dist/commonjs/operations/extensions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locations.d.ts +52 -0
- package/dist/commonjs/operations/locations.d.ts.map +1 -0
- package/dist/commonjs/operations/locations.js +205 -0
- package/dist/commonjs/operations/locations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +364 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +91 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/scriptActions.d.ts +62 -0
- package/dist/commonjs/operations/scriptActions.d.ts.map +1 -0
- package/dist/commonjs/operations/scriptActions.js +233 -0
- package/dist/commonjs/operations/scriptActions.js.map +1 -0
- package/dist/commonjs/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/commonjs/operations/scriptExecutionHistory.js +168 -0
- package/dist/commonjs/operations/scriptExecutionHistory.js.map +1 -0
- package/dist/commonjs/operations/virtualMachines.d.ts +45 -0
- package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualMachines.js +181 -0
- package/dist/commonjs/operations/virtualMachines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts +65 -0
- package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/applications.js +10 -0
- package/dist/commonjs/operationsInterfaces/applications.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +178 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +168 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.js +10 -0
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptActions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +10 -0
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/hDInsightManagementClient.d.ts +31 -0
- package/dist/esm/hDInsightManagementClient.d.ts.map +1 -0
- package/dist/esm/hDInsightManagementClient.js +127 -0
- package/dist/esm/hDInsightManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2074 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +198 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +112 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3817 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +37 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +280 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/applications.d.ts +90 -0
- package/dist/esm/operations/applications.d.ts.map +1 -0
- package/dist/esm/operations/applications.js +383 -0
- package/dist/esm/operations/applications.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +214 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +1026 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +54 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +185 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/extensions.d.ts +176 -0
- package/dist/esm/operations/extensions.d.ts.map +1 -0
- package/dist/esm/operations/extensions.js +842 -0
- package/dist/esm/operations/extensions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locations.d.ts +52 -0
- package/dist/esm/operations/locations.d.ts.map +1 -0
- package/dist/esm/operations/locations.js +200 -0
- package/dist/esm/operations/locations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +359 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +86 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/scriptActions.d.ts +62 -0
- package/dist/esm/operations/scriptActions.d.ts.map +1 -0
- package/dist/esm/operations/scriptActions.js +228 -0
- package/dist/esm/operations/scriptActions.js.map +1 -0
- package/dist/esm/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist/esm/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/esm/operations/scriptExecutionHistory.js +163 -0
- package/dist/esm/operations/scriptExecutionHistory.js.map +1 -0
- package/dist/esm/operations/virtualMachines.d.ts +45 -0
- package/dist/esm/operations/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operations/virtualMachines.js +176 -0
- package/dist/esm/operations/virtualMachines.js.map +1 -0
- package/dist/esm/operationsInterfaces/applications.d.ts +65 -0
- package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/applications.js +9 -0
- package/dist/esm/operationsInterfaces/applications.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +178 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +46 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts +168 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.js +9 -0
- package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locations.d.ts +44 -0
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locations.js +9 -0
- package/dist/esm/operationsInterfaces/locations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scriptActions.js +9 -0
- package/dist/esm/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/hDInsightManagementClient.d.ts +31 -0
- package/dist/react-native/hDInsightManagementClient.d.ts.map +1 -0
- package/dist/react-native/hDInsightManagementClient.js +127 -0
- package/dist/react-native/hDInsightManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2074 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +198 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +112 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3817 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +37 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +280 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/applications.d.ts +90 -0
- package/dist/react-native/operations/applications.d.ts.map +1 -0
- package/dist/react-native/operations/applications.js +383 -0
- package/dist/react-native/operations/applications.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +214 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +1026 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +54 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +185 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/extensions.d.ts +176 -0
- package/dist/react-native/operations/extensions.d.ts.map +1 -0
- package/dist/react-native/operations/extensions.js +842 -0
- package/dist/react-native/operations/extensions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locations.d.ts +52 -0
- package/dist/react-native/operations/locations.d.ts.map +1 -0
- package/dist/react-native/operations/locations.js +200 -0
- package/dist/react-native/operations/locations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +359 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +86 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/scriptActions.d.ts +62 -0
- package/dist/react-native/operations/scriptActions.d.ts.map +1 -0
- package/dist/react-native/operations/scriptActions.js +228 -0
- package/dist/react-native/operations/scriptActions.js.map +1 -0
- package/dist/react-native/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/react-native/operations/scriptExecutionHistory.js +163 -0
- package/dist/react-native/operations/scriptExecutionHistory.js.map +1 -0
- package/dist/react-native/operations/virtualMachines.d.ts +45 -0
- package/dist/react-native/operations/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operations/virtualMachines.js +176 -0
- package/dist/react-native/operations/virtualMachines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts +65 -0
- package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/applications.js +9 -0
- package/dist/react-native/operationsInterfaces/applications.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +178 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts +168 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.js +9 -0
- package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.js +9 -0
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptActions.js +9 -0
- package/dist/react-native/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +87 -78
- package/review/arm-hdinsight-node.api.md +1668 -0
- package/dist/index.js +0 -8144
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsCreateSample.js +0 -70
- package/dist-esm/samples-dev/applicationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/applicationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js +0 -40
- package/dist-esm/samples-dev/applicationsGetAzureAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsGetSample.js +0 -58
- package/dist-esm/samples-dev/applicationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/applicationsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/applicationsListByClusterSample.js +0 -59
- package/dist-esm/samples-dev/applicationsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -1221
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -38
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js +0 -49
- package/dist-esm/samples-dev/clustersExecuteScriptActionsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetAzureAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js +0 -38
- package/dist-esm/samples-dev/clustersGetGatewaySettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -56
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -58
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -57
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersResizeSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersResizeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersResizeSample.js +0 -40
- package/dist-esm/samples-dev/clustersResizeSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js +0 -43
- package/dist-esm/samples-dev/clustersRotateDiskEncryptionKeySample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js +0 -98
- package/dist-esm/samples-dev/clustersUpdateAutoScaleConfigurationSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js +0 -43
- package/dist-esm/samples-dev/clustersUpdateGatewaySettingsSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js +0 -43
- package/dist-esm/samples-dev/clustersUpdateIdentityCertificateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -41
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +0 -39
- package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListSample.js +0 -38
- package/dist-esm/samples-dev/configurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -66
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.js +0 -43
- package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js +0 -38
- package/dist-esm/samples-dev/extensionsDisableAzureMonitorSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDisableMonitoringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js +0 -38
- package/dist-esm/samples-dev/extensionsDisableMonitoringSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js +0 -42
- package/dist-esm/samples-dev/extensionsEnableAzureMonitorSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsEnableMonitoringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js +0 -42
- package/dist-esm/samples-dev/extensionsEnableMonitoringSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js +0 -40
- package/dist-esm/samples-dev/extensionsGetAzureAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js +0 -38
- package/dist-esm/samples-dev/extensionsGetAzureMonitorStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js +0 -38
- package/dist-esm/samples-dev/extensionsGetMonitoringStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.js +0 -39
- package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/locationsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js +0 -38
- package/dist-esm/samples-dev/locationsGetAzureAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsGetCapabilitiesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js +0 -37
- package/dist-esm/samples-dev/locationsGetCapabilitiesSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsListBillingSpecsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsListBillingSpecsSample.js +0 -37
- package/dist-esm/samples-dev/locationsListBillingSpecsSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsListUsagesSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsListUsagesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsListUsagesSample.js +0 -37
- package/dist-esm/samples-dev/locationsListUsagesSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js +0 -125
- package/dist-esm/samples-dev/locationsValidateClusterCreateRequestSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +0 -59
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -38
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptActionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptActionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/scriptActionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js +0 -39
- package/dist-esm/samples-dev/scriptActionsGetExecutionAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js +0 -39
- package/dist-esm/samples-dev/scriptActionsGetExecutionDetailSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptActionsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptActionsListByClusterSample.js +0 -59
- package/dist-esm/samples-dev/scriptActionsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js +0 -59
- package/dist-esm/samples-dev/scriptExecutionHistoryListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js +0 -39
- package/dist-esm/samples-dev/scriptExecutionHistoryPromoteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachinesGetAsyncOperationStatusSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesListHostsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesListHostsSample.js +0 -38
- package/dist-esm/samples-dev/virtualMachinesListHostsSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js +0 -39
- package/dist-esm/samples-dev/virtualMachinesRestartHostsSample.js.map +0 -1
- package/dist-esm/src/hDInsightManagementClient.d.ts +0 -31
- package/dist-esm/src/hDInsightManagementClient.d.ts.map +0 -1
- package/dist-esm/src/hDInsightManagementClient.js +0 -111
- package/dist-esm/src/hDInsightManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2026
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -190
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -111
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3726
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -280
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/applications.d.ts +0 -90
- package/dist-esm/src/operations/applications.d.ts.map +0 -1
- package/dist-esm/src/operations/applications.js +0 -403
- package/dist-esm/src/operations/applications.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -214
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -1062
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts +0 -54
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js +0 -184
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/extensions.d.ts +0 -139
- package/dist-esm/src/operations/extensions.d.ts.map +0 -1
- package/dist-esm/src/operations/extensions.js +0 -644
- package/dist-esm/src/operations/extensions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -12
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -19
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locations.d.ts +0 -52
- package/dist-esm/src/operations/locations.d.ts.map +0 -1
- package/dist-esm/src/operations/locations.js +0 -199
- package/dist-esm/src/operations/locations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -379
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -85
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/scriptActions.d.ts +0 -62
- package/dist-esm/src/operations/scriptActions.d.ts.map +0 -1
- package/dist-esm/src/operations/scriptActions.js +0 -250
- package/dist-esm/src/operations/scriptActions.js.map +0 -1
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts +0 -46
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/dist-esm/src/operations/scriptExecutionHistory.js +0 -185
- package/dist-esm/src/operations/scriptExecutionHistory.js.map +0 -1
- package/dist-esm/src/operations/virtualMachines.d.ts +0 -45
- package/dist-esm/src/operations/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualMachines.js +0 -175
- package/dist-esm/src/operations/virtualMachines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.d.ts +0 -65
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/applications.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -178
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +0 -131
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -19
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.d.ts +0 -44
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptActions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hdinsights_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hdinsights_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hdinsights_operations_test.spec.js +0 -86
- package/dist-esm/test/hdinsights_operations_test.spec.js.map +0 -1
- package/review/arm-hdinsight.api.md +0 -1626
- package/rollup.config.js +0 -122
- package/src/hDInsightManagementClient.ts +0 -185
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2275
- package/src/models/mappers.ts +0 -3883
- package/src/models/parameters.ts +0 -336
- package/src/operations/applications.ts +0 -555
- package/src/operations/clusters.ts +0 -1423
- package/src/operations/configurations.ts +0 -253
- package/src/operations/extensions.ts +0 -894
- package/src/operations/index.ts +0 -19
- package/src/operations/locations.ts +0 -272
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -519
- package/src/operations/privateLinkResources.ts +0 -116
- package/src/operations/scriptActions.ts +0 -332
- package/src/operations/scriptExecutionHistory.ts +0 -243
- package/src/operations/virtualMachines.ts +0 -241
- package/src/operationsInterfaces/applications.ts +0 -126
- package/src/operationsInterfaces/clusters.ts +0 -327
- package/src/operationsInterfaces/configurations.ts +0 -77
- package/src/operationsInterfaces/extensions.ts +0 -234
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/locations.ts +0 -88
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -42
- package/src/operationsInterfaces/scriptActions.ts +0 -73
- package/src/operationsInterfaces/scriptExecutionHistory.ts +0 -43
- package/src/operationsInterfaces/virtualMachines.ts +0 -70
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hdinsight.d.ts +0 -2937
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/applications.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptActions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scriptExecutionHistory.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualMachines.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
|
12
|
+
import { createLroSpec } from "../lroImpl.js";
|
|
13
|
+
/** Class containing VirtualMachines operations. */
|
|
14
|
+
export class VirtualMachinesImpl {
|
|
15
|
+
client;
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class VirtualMachines class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Lists the HDInsight clusters hosts
|
|
25
|
+
* @param resourceGroupName The name of the resource group.
|
|
26
|
+
* @param clusterName The name of the cluster.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
listHosts(resourceGroupName, clusterName, options) {
|
|
30
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, listHostsOperationSpec);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Restarts the specified HDInsight cluster hosts.
|
|
34
|
+
* @param resourceGroupName The name of the resource group.
|
|
35
|
+
* @param clusterName The name of the cluster.
|
|
36
|
+
* @param hosts The list of hosts to restart
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
async beginRestartHosts(resourceGroupName, clusterName, hosts, options) {
|
|
40
|
+
const directSendOperation = async (args, spec) => {
|
|
41
|
+
return this.client.sendOperationRequest(args, spec);
|
|
42
|
+
};
|
|
43
|
+
const sendOperationFn = async (args, spec) => {
|
|
44
|
+
let currentRawResponse = undefined;
|
|
45
|
+
const providedCallback = args.options?.onResponse;
|
|
46
|
+
const callback = (rawResponse, flatResponse) => {
|
|
47
|
+
currentRawResponse = rawResponse;
|
|
48
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
49
|
+
};
|
|
50
|
+
const updatedArgs = {
|
|
51
|
+
...args,
|
|
52
|
+
options: {
|
|
53
|
+
...args.options,
|
|
54
|
+
onResponse: callback,
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
58
|
+
return {
|
|
59
|
+
flatResponse,
|
|
60
|
+
rawResponse: {
|
|
61
|
+
statusCode: currentRawResponse.status,
|
|
62
|
+
body: currentRawResponse.parsedBody,
|
|
63
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
const lro = createLroSpec({
|
|
68
|
+
sendOperationFn,
|
|
69
|
+
args: { resourceGroupName, clusterName, hosts, options },
|
|
70
|
+
spec: restartHostsOperationSpec,
|
|
71
|
+
});
|
|
72
|
+
const poller = await createHttpPoller(lro, {
|
|
73
|
+
restoreFrom: options?.resumeFrom,
|
|
74
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
75
|
+
resourceLocationConfig: "location",
|
|
76
|
+
});
|
|
77
|
+
await poller.poll();
|
|
78
|
+
return poller;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Restarts the specified HDInsight cluster hosts.
|
|
82
|
+
* @param resourceGroupName The name of the resource group.
|
|
83
|
+
* @param clusterName The name of the cluster.
|
|
84
|
+
* @param hosts The list of hosts to restart
|
|
85
|
+
* @param options The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
async beginRestartHostsAndWait(resourceGroupName, clusterName, hosts, options) {
|
|
88
|
+
const poller = await this.beginRestartHosts(resourceGroupName, clusterName, hosts, options);
|
|
89
|
+
return poller.pollUntilDone();
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Gets the async operation status.
|
|
93
|
+
* @param resourceGroupName The name of the resource group.
|
|
94
|
+
* @param clusterName The name of the cluster.
|
|
95
|
+
* @param operationId The long running operation id.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
getAsyncOperationStatus(resourceGroupName, clusterName, operationId, options) {
|
|
99
|
+
return this.client.sendOperationRequest({ resourceGroupName, clusterName, operationId, options }, getAsyncOperationStatusOperationSpec);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
// Operation Specifications
|
|
103
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
104
|
+
const listHostsOperationSpec = {
|
|
105
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/listHosts",
|
|
106
|
+
httpMethod: "POST",
|
|
107
|
+
responses: {
|
|
108
|
+
200: {
|
|
109
|
+
bodyMapper: {
|
|
110
|
+
type: {
|
|
111
|
+
name: "Sequence",
|
|
112
|
+
element: { type: { name: "Composite", className: "HostInfo" } },
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
default: {
|
|
117
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
queryParameters: [Parameters.apiVersion],
|
|
121
|
+
urlParameters: [
|
|
122
|
+
Parameters.$host,
|
|
123
|
+
Parameters.subscriptionId,
|
|
124
|
+
Parameters.resourceGroupName,
|
|
125
|
+
Parameters.clusterName,
|
|
126
|
+
],
|
|
127
|
+
headerParameters: [Parameters.accept],
|
|
128
|
+
serializer,
|
|
129
|
+
};
|
|
130
|
+
const restartHostsOperationSpec = {
|
|
131
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts",
|
|
132
|
+
httpMethod: "POST",
|
|
133
|
+
responses: {
|
|
134
|
+
200: {},
|
|
135
|
+
201: {},
|
|
136
|
+
202: {},
|
|
137
|
+
204: {},
|
|
138
|
+
default: {
|
|
139
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
140
|
+
},
|
|
141
|
+
},
|
|
142
|
+
requestBody: Parameters.hosts,
|
|
143
|
+
queryParameters: [Parameters.apiVersion],
|
|
144
|
+
urlParameters: [
|
|
145
|
+
Parameters.$host,
|
|
146
|
+
Parameters.subscriptionId,
|
|
147
|
+
Parameters.resourceGroupName,
|
|
148
|
+
Parameters.clusterName,
|
|
149
|
+
],
|
|
150
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
151
|
+
mediaType: "json",
|
|
152
|
+
serializer,
|
|
153
|
+
};
|
|
154
|
+
const getAsyncOperationStatusOperationSpec = {
|
|
155
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts/azureasyncoperations/{operationId}",
|
|
156
|
+
httpMethod: "GET",
|
|
157
|
+
responses: {
|
|
158
|
+
200: {
|
|
159
|
+
bodyMapper: Mappers.AsyncOperationResult,
|
|
160
|
+
},
|
|
161
|
+
default: {
|
|
162
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
|
+
queryParameters: [Parameters.apiVersion],
|
|
166
|
+
urlParameters: [
|
|
167
|
+
Parameters.$host,
|
|
168
|
+
Parameters.subscriptionId,
|
|
169
|
+
Parameters.resourceGroupName,
|
|
170
|
+
Parameters.clusterName,
|
|
171
|
+
Parameters.operationId,
|
|
172
|
+
],
|
|
173
|
+
headerParameters: [Parameters.accept],
|
|
174
|
+
serializer,
|
|
175
|
+
};
|
|
176
|
+
//# sourceMappingURL=virtualMachines.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtualMachines.js","sourceRoot":"","sources":["../../../src/operations/virtualMachines.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { VirtualMachines } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { HDInsightManagementClient } from \"../hDInsightManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n VirtualMachinesListHostsOptionalParams,\n VirtualMachinesListHostsResponse,\n VirtualMachinesRestartHostsOptionalParams,\n VirtualMachinesGetAsyncOperationStatusOptionalParams,\n VirtualMachinesGetAsyncOperationStatusResponse,\n} from \"../models/index.js\";\n\n/** Class containing VirtualMachines operations. */\nexport class VirtualMachinesImpl implements VirtualMachines {\n private readonly client: HDInsightManagementClient;\n\n /**\n * Initialize a new instance of the class VirtualMachines class.\n * @param client Reference to the service client\n */\n constructor(client: HDInsightManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the HDInsight clusters hosts\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listHosts(\n resourceGroupName: string,\n clusterName: string,\n options?: VirtualMachinesListHostsOptionalParams,\n ): Promise<VirtualMachinesListHostsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n listHostsOperationSpec,\n );\n }\n\n /**\n * Restarts the specified HDInsight cluster hosts.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param hosts The list of hosts to restart\n * @param options The options parameters.\n */\n async beginRestartHosts(\n resourceGroupName: string,\n clusterName: string,\n hosts: string[],\n options?: VirtualMachinesRestartHostsOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, hosts, options },\n spec: restartHostsOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Restarts the specified HDInsight cluster hosts.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param hosts The list of hosts to restart\n * @param options The options parameters.\n */\n async beginRestartHostsAndWait(\n resourceGroupName: string,\n clusterName: string,\n hosts: string[],\n options?: VirtualMachinesRestartHostsOptionalParams,\n ): Promise<void> {\n const poller = await this.beginRestartHosts(\n resourceGroupName,\n clusterName,\n hosts,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param options The options parameters.\n */\n getAsyncOperationStatus(\n resourceGroupName: string,\n clusterName: string,\n operationId: string,\n options?: VirtualMachinesGetAsyncOperationStatusOptionalParams,\n ): Promise<VirtualMachinesGetAsyncOperationStatusResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, operationId, options },\n getAsyncOperationStatusOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listHostsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/listHosts\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: {\n type: {\n name: \"Sequence\",\n element: { type: { name: \"Composite\", className: \"HostInfo\" } },\n },\n },\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst restartHostsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.hosts,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getAsyncOperationStatusOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/restartHosts/azureasyncoperations/{operationId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AsyncOperationResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n Parameters.operationId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Application, ApplicationsListByClusterOptionalParams, ApplicationsGetOptionalParams, ApplicationsGetResponse, ApplicationsCreateOptionalParams, ApplicationsCreateResponse, ApplicationsDeleteOptionalParams, ApplicationsGetAzureAsyncOperationStatusOptionalParams, ApplicationsGetAzureAsyncOperationStatusResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Applications. */
|
|
5
|
+
export interface Applications {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the applications for the HDInsight cluster.
|
|
8
|
+
* @param resourceGroupName The name of the resource group.
|
|
9
|
+
* @param clusterName The name of the cluster.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: ApplicationsListByClusterOptionalParams): PagedAsyncIterableIterator<Application>;
|
|
13
|
+
/**
|
|
14
|
+
* Gets properties of the specified application.
|
|
15
|
+
* @param resourceGroupName The name of the resource group.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param applicationName The constant value for the application name.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<ApplicationsGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Creates applications for the HDInsight cluster.
|
|
23
|
+
* @param resourceGroupName The name of the resource group.
|
|
24
|
+
* @param clusterName The name of the cluster.
|
|
25
|
+
* @param applicationName The constant value for the application name.
|
|
26
|
+
* @param parameters The application create request.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginCreate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationsCreateResponse>, ApplicationsCreateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates applications for the HDInsight cluster.
|
|
32
|
+
* @param resourceGroupName The name of the resource group.
|
|
33
|
+
* @param clusterName The name of the cluster.
|
|
34
|
+
* @param applicationName The constant value for the application name.
|
|
35
|
+
* @param parameters The application create request.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginCreateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOptionalParams): Promise<ApplicationsCreateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Deletes the specified application on the HDInsight cluster.
|
|
41
|
+
* @param resourceGroupName The name of the resource group.
|
|
42
|
+
* @param clusterName The name of the cluster.
|
|
43
|
+
* @param applicationName The constant value for the application name.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
47
|
+
/**
|
|
48
|
+
* Deletes the specified application on the HDInsight cluster.
|
|
49
|
+
* @param resourceGroupName The name of the resource group.
|
|
50
|
+
* @param clusterName The name of the cluster.
|
|
51
|
+
* @param applicationName The constant value for the application name.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>;
|
|
55
|
+
/**
|
|
56
|
+
* Gets the async operation status.
|
|
57
|
+
* @param resourceGroupName The name of the resource group.
|
|
58
|
+
* @param clusterName The name of the cluster.
|
|
59
|
+
* @param applicationName The constant value for the application name.
|
|
60
|
+
* @param operationId The long running operation id.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options?: ApplicationsGetAzureAsyncOperationStatusOptionalParams): Promise<ApplicationsGetAzureAsyncOperationStatusResponse>;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=applications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applications.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/applications.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,WAAW,EACX,uCAAuC,EACvC,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,sDAAsD,EACtD,gDAAgD,EACjD,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,WAAW,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,4BAA4B,CAC1B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applications.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/applications.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Application,\n ApplicationsListByClusterOptionalParams,\n ApplicationsGetOptionalParams,\n ApplicationsGetResponse,\n ApplicationsCreateOptionalParams,\n ApplicationsCreateResponse,\n ApplicationsDeleteOptionalParams,\n ApplicationsGetAzureAsyncOperationStatusOptionalParams,\n ApplicationsGetAzureAsyncOperationStatusResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Applications. */\nexport interface Applications {\n /**\n * Lists all of the applications for the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: ApplicationsListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<Application>;\n /**\n * Gets properties of the specified application.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsGetOptionalParams,\n ): Promise<ApplicationsGetResponse>;\n /**\n * Creates applications for the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param parameters The application create request.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: Application,\n options?: ApplicationsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ApplicationsCreateResponse>,\n ApplicationsCreateResponse\n >\n >;\n /**\n * Creates applications for the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param parameters The application create request.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n parameters: Application,\n options?: ApplicationsCreateOptionalParams,\n ): Promise<ApplicationsCreateResponse>;\n /**\n * Deletes the specified application on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified application on the HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n options?: ApplicationsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param applicationName The constant value for the application name.\n * @param operationId The long running operation id.\n * @param options The options parameters.\n */\n getAzureAsyncOperationStatus(\n resourceGroupName: string,\n clusterName: string,\n applicationName: string,\n operationId: string,\n options?: ApplicationsGetAzureAsyncOperationStatusOptionalParams,\n ): Promise<ApplicationsGetAzureAsyncOperationStatusResponse>;\n}\n"]}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Cluster, ClustersListByResourceGroupOptionalParams, ClustersListOptionalParams, ClusterCreateParametersExtended, ClustersCreateOptionalParams, ClustersCreateResponse, ClusterPatchParameters, ClustersUpdateOptionalParams, ClustersUpdateResponse, ClustersDeleteOptionalParams, ClustersGetOptionalParams, ClustersGetResponse, ClusterResizeParameters, RoleName, ClustersResizeOptionalParams, AutoscaleConfigurationUpdateParameter, ClustersUpdateAutoScaleConfigurationOptionalParams, ClusterDiskEncryptionParameters, ClustersRotateDiskEncryptionKeyOptionalParams, ClustersGetGatewaySettingsOptionalParams, ClustersGetGatewaySettingsResponse, UpdateGatewaySettingsParameters, ClustersUpdateGatewaySettingsOptionalParams, ClustersGetAzureAsyncOperationStatusOptionalParams, ClustersGetAzureAsyncOperationStatusResponse, UpdateClusterIdentityCertificateParameters, ClustersUpdateIdentityCertificateOptionalParams, ExecuteScriptActionParameters, ClustersExecuteScriptActionsOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Clusters. */
|
|
5
|
+
export interface Clusters {
|
|
6
|
+
/**
|
|
7
|
+
* Lists the HDInsight clusters in a resource group.
|
|
8
|
+
* @param resourceGroupName The name of the resource group.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
12
|
+
/**
|
|
13
|
+
* Lists all the HDInsight clusters under the subscription.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
17
|
+
/**
|
|
18
|
+
* Creates a new HDInsight cluster with the specified parameters.
|
|
19
|
+
* @param resourceGroupName The name of the resource group.
|
|
20
|
+
* @param clusterName The name of the cluster.
|
|
21
|
+
* @param parameters The cluster create request.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
beginCreate(resourceGroupName: string, clusterName: string, parameters: ClusterCreateParametersExtended, options?: ClustersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateResponse>, ClustersCreateResponse>>;
|
|
25
|
+
/**
|
|
26
|
+
* Creates a new HDInsight cluster with the specified parameters.
|
|
27
|
+
* @param resourceGroupName The name of the resource group.
|
|
28
|
+
* @param clusterName The name of the cluster.
|
|
29
|
+
* @param parameters The cluster create request.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginCreateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterCreateParametersExtended, options?: ClustersCreateOptionalParams): Promise<ClustersCreateResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* Patch HDInsight cluster with the specified parameters.
|
|
35
|
+
* @param resourceGroupName The name of the resource group.
|
|
36
|
+
* @param clusterName The name of the cluster.
|
|
37
|
+
* @param parameters The cluster patch request.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
update(resourceGroupName: string, clusterName: string, parameters: ClusterPatchParameters, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Deletes the specified HDInsight cluster.
|
|
43
|
+
* @param resourceGroupName The name of the resource group.
|
|
44
|
+
* @param clusterName The name of the cluster.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
48
|
+
/**
|
|
49
|
+
* Deletes the specified HDInsight cluster.
|
|
50
|
+
* @param resourceGroupName The name of the resource group.
|
|
51
|
+
* @param clusterName The name of the cluster.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
55
|
+
/**
|
|
56
|
+
* Gets the specified cluster.
|
|
57
|
+
* @param resourceGroupName The name of the resource group.
|
|
58
|
+
* @param clusterName The name of the cluster.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Resizes the specified HDInsight cluster to the specified size.
|
|
64
|
+
* @param resourceGroupName The name of the resource group.
|
|
65
|
+
* @param clusterName The name of the cluster.
|
|
66
|
+
* @param roleName The constant value for the roleName
|
|
67
|
+
* @param parameters The parameters for the resize operation.
|
|
68
|
+
* @param options The options parameters.
|
|
69
|
+
*/
|
|
70
|
+
beginResize(resourceGroupName: string, clusterName: string, roleName: RoleName, parameters: ClusterResizeParameters, options?: ClustersResizeOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
71
|
+
/**
|
|
72
|
+
* Resizes the specified HDInsight cluster to the specified size.
|
|
73
|
+
* @param resourceGroupName The name of the resource group.
|
|
74
|
+
* @param clusterName The name of the cluster.
|
|
75
|
+
* @param roleName The constant value for the roleName
|
|
76
|
+
* @param parameters The parameters for the resize operation.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
beginResizeAndWait(resourceGroupName: string, clusterName: string, roleName: RoleName, parameters: ClusterResizeParameters, options?: ClustersResizeOptionalParams): Promise<void>;
|
|
80
|
+
/**
|
|
81
|
+
* Updates the Autoscale Configuration for HDInsight cluster.
|
|
82
|
+
* @param resourceGroupName The name of the resource group.
|
|
83
|
+
* @param clusterName The name of the cluster.
|
|
84
|
+
* @param roleName The constant value for the roleName
|
|
85
|
+
* @param parameters The parameters for the update autoscale configuration operation.
|
|
86
|
+
* @param options The options parameters.
|
|
87
|
+
*/
|
|
88
|
+
beginUpdateAutoScaleConfiguration(resourceGroupName: string, clusterName: string, roleName: RoleName, parameters: AutoscaleConfigurationUpdateParameter, options?: ClustersUpdateAutoScaleConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
89
|
+
/**
|
|
90
|
+
* Updates the Autoscale Configuration for HDInsight cluster.
|
|
91
|
+
* @param resourceGroupName The name of the resource group.
|
|
92
|
+
* @param clusterName The name of the cluster.
|
|
93
|
+
* @param roleName The constant value for the roleName
|
|
94
|
+
* @param parameters The parameters for the update autoscale configuration operation.
|
|
95
|
+
* @param options The options parameters.
|
|
96
|
+
*/
|
|
97
|
+
beginUpdateAutoScaleConfigurationAndWait(resourceGroupName: string, clusterName: string, roleName: RoleName, parameters: AutoscaleConfigurationUpdateParameter, options?: ClustersUpdateAutoScaleConfigurationOptionalParams): Promise<void>;
|
|
98
|
+
/**
|
|
99
|
+
* Rotate disk encryption key of the specified HDInsight cluster.
|
|
100
|
+
* @param resourceGroupName The name of the resource group.
|
|
101
|
+
* @param clusterName The name of the cluster.
|
|
102
|
+
* @param parameters The parameters for the disk encryption operation.
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
beginRotateDiskEncryptionKey(resourceGroupName: string, clusterName: string, parameters: ClusterDiskEncryptionParameters, options?: ClustersRotateDiskEncryptionKeyOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
106
|
+
/**
|
|
107
|
+
* Rotate disk encryption key of the specified HDInsight cluster.
|
|
108
|
+
* @param resourceGroupName The name of the resource group.
|
|
109
|
+
* @param clusterName The name of the cluster.
|
|
110
|
+
* @param parameters The parameters for the disk encryption operation.
|
|
111
|
+
* @param options The options parameters.
|
|
112
|
+
*/
|
|
113
|
+
beginRotateDiskEncryptionKeyAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterDiskEncryptionParameters, options?: ClustersRotateDiskEncryptionKeyOptionalParams): Promise<void>;
|
|
114
|
+
/**
|
|
115
|
+
* Gets the gateway settings for the specified cluster.
|
|
116
|
+
* @param resourceGroupName The name of the resource group.
|
|
117
|
+
* @param clusterName The name of the cluster.
|
|
118
|
+
* @param options The options parameters.
|
|
119
|
+
*/
|
|
120
|
+
getGatewaySettings(resourceGroupName: string, clusterName: string, options?: ClustersGetGatewaySettingsOptionalParams): Promise<ClustersGetGatewaySettingsResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* Configures the gateway settings on the specified cluster.
|
|
123
|
+
* @param resourceGroupName The name of the resource group.
|
|
124
|
+
* @param clusterName The name of the cluster.
|
|
125
|
+
* @param parameters The cluster configurations.
|
|
126
|
+
* @param options The options parameters.
|
|
127
|
+
*/
|
|
128
|
+
beginUpdateGatewaySettings(resourceGroupName: string, clusterName: string, parameters: UpdateGatewaySettingsParameters, options?: ClustersUpdateGatewaySettingsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
129
|
+
/**
|
|
130
|
+
* Configures the gateway settings on the specified cluster.
|
|
131
|
+
* @param resourceGroupName The name of the resource group.
|
|
132
|
+
* @param clusterName The name of the cluster.
|
|
133
|
+
* @param parameters The cluster configurations.
|
|
134
|
+
* @param options The options parameters.
|
|
135
|
+
*/
|
|
136
|
+
beginUpdateGatewaySettingsAndWait(resourceGroupName: string, clusterName: string, parameters: UpdateGatewaySettingsParameters, options?: ClustersUpdateGatewaySettingsOptionalParams): Promise<void>;
|
|
137
|
+
/**
|
|
138
|
+
* The the async operation status.
|
|
139
|
+
* @param resourceGroupName The name of the resource group.
|
|
140
|
+
* @param clusterName The name of the cluster.
|
|
141
|
+
* @param operationId The long running operation id.
|
|
142
|
+
* @param options The options parameters.
|
|
143
|
+
*/
|
|
144
|
+
getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: ClustersGetAzureAsyncOperationStatusOptionalParams): Promise<ClustersGetAzureAsyncOperationStatusResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* Updates the cluster identity certificate.
|
|
147
|
+
* @param resourceGroupName The name of the resource group.
|
|
148
|
+
* @param clusterName The name of the cluster.
|
|
149
|
+
* @param parameters The cluster configurations.
|
|
150
|
+
* @param options The options parameters.
|
|
151
|
+
*/
|
|
152
|
+
beginUpdateIdentityCertificate(resourceGroupName: string, clusterName: string, parameters: UpdateClusterIdentityCertificateParameters, options?: ClustersUpdateIdentityCertificateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
153
|
+
/**
|
|
154
|
+
* Updates the cluster identity certificate.
|
|
155
|
+
* @param resourceGroupName The name of the resource group.
|
|
156
|
+
* @param clusterName The name of the cluster.
|
|
157
|
+
* @param parameters The cluster configurations.
|
|
158
|
+
* @param options The options parameters.
|
|
159
|
+
*/
|
|
160
|
+
beginUpdateIdentityCertificateAndWait(resourceGroupName: string, clusterName: string, parameters: UpdateClusterIdentityCertificateParameters, options?: ClustersUpdateIdentityCertificateOptionalParams): Promise<void>;
|
|
161
|
+
/**
|
|
162
|
+
* Executes script actions on the specified HDInsight cluster.
|
|
163
|
+
* @param resourceGroupName The name of the resource group.
|
|
164
|
+
* @param clusterName The name of the cluster.
|
|
165
|
+
* @param parameters The parameters for executing script actions.
|
|
166
|
+
* @param options The options parameters.
|
|
167
|
+
*/
|
|
168
|
+
beginExecuteScriptActions(resourceGroupName: string, clusterName: string, parameters: ExecuteScriptActionParameters, options?: ClustersExecuteScriptActionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
169
|
+
/**
|
|
170
|
+
* Executes script actions on the specified HDInsight cluster.
|
|
171
|
+
* @param resourceGroupName The name of the resource group.
|
|
172
|
+
* @param clusterName The name of the cluster.
|
|
173
|
+
* @param parameters The parameters for executing script actions.
|
|
174
|
+
* @param options The options parameters.
|
|
175
|
+
*/
|
|
176
|
+
beginExecuteScriptActionsAndWait(resourceGroupName: string, clusterName: string, parameters: ExecuteScriptActionParameters, options?: ClustersExecuteScriptActionsOptionalParams): Promise<void>;
|
|
177
|
+
}
|
|
178
|
+
//# sourceMappingURL=clusters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusters.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/clusters.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clusters.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/clusters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Cluster,\n ClustersListByResourceGroupOptionalParams,\n ClustersListOptionalParams,\n ClusterCreateParametersExtended,\n ClustersCreateOptionalParams,\n ClustersCreateResponse,\n ClusterPatchParameters,\n ClustersUpdateOptionalParams,\n ClustersUpdateResponse,\n ClustersDeleteOptionalParams,\n ClustersGetOptionalParams,\n ClustersGetResponse,\n ClusterResizeParameters,\n RoleName,\n ClustersResizeOptionalParams,\n AutoscaleConfigurationUpdateParameter,\n ClustersUpdateAutoScaleConfigurationOptionalParams,\n ClusterDiskEncryptionParameters,\n ClustersRotateDiskEncryptionKeyOptionalParams,\n ClustersGetGatewaySettingsOptionalParams,\n ClustersGetGatewaySettingsResponse,\n UpdateGatewaySettingsParameters,\n ClustersUpdateGatewaySettingsOptionalParams,\n ClustersGetAzureAsyncOperationStatusOptionalParams,\n ClustersGetAzureAsyncOperationStatusResponse,\n UpdateClusterIdentityCertificateParameters,\n ClustersUpdateIdentityCertificateOptionalParams,\n ExecuteScriptActionParameters,\n ClustersExecuteScriptActionsOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Clusters. */\nexport interface Clusters {\n /**\n * Lists the HDInsight clusters in a resource group.\n * @param resourceGroupName The name of the resource group.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ClustersListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Cluster>;\n /**\n * Lists all the HDInsight clusters under the subscription.\n * @param options The options parameters.\n */\n list(\n options?: ClustersListOptionalParams,\n ): PagedAsyncIterableIterator<Cluster>;\n /**\n * Creates a new HDInsight cluster with the specified parameters.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster create request.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterCreateParametersExtended,\n options?: ClustersCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ClustersCreateResponse>,\n ClustersCreateResponse\n >\n >;\n /**\n * Creates a new HDInsight cluster with the specified parameters.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster create request.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterCreateParametersExtended,\n options?: ClustersCreateOptionalParams,\n ): Promise<ClustersCreateResponse>;\n /**\n * Patch HDInsight cluster with the specified parameters.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster patch request.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterPatchParameters,\n options?: ClustersUpdateOptionalParams,\n ): Promise<ClustersUpdateResponse>;\n /**\n * Deletes the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersGetOptionalParams,\n ): Promise<ClustersGetResponse>;\n /**\n * Resizes the specified HDInsight cluster to the specified size.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param roleName The constant value for the roleName\n * @param parameters The parameters for the resize operation.\n * @param options The options parameters.\n */\n beginResize(\n resourceGroupName: string,\n clusterName: string,\n roleName: RoleName,\n parameters: ClusterResizeParameters,\n options?: ClustersResizeOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Resizes the specified HDInsight cluster to the specified size.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param roleName The constant value for the roleName\n * @param parameters The parameters for the resize operation.\n * @param options The options parameters.\n */\n beginResizeAndWait(\n resourceGroupName: string,\n clusterName: string,\n roleName: RoleName,\n parameters: ClusterResizeParameters,\n options?: ClustersResizeOptionalParams,\n ): Promise<void>;\n /**\n * Updates the Autoscale Configuration for HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param roleName The constant value for the roleName\n * @param parameters The parameters for the update autoscale configuration operation.\n * @param options The options parameters.\n */\n beginUpdateAutoScaleConfiguration(\n resourceGroupName: string,\n clusterName: string,\n roleName: RoleName,\n parameters: AutoscaleConfigurationUpdateParameter,\n options?: ClustersUpdateAutoScaleConfigurationOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Updates the Autoscale Configuration for HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param roleName The constant value for the roleName\n * @param parameters The parameters for the update autoscale configuration operation.\n * @param options The options parameters.\n */\n beginUpdateAutoScaleConfigurationAndWait(\n resourceGroupName: string,\n clusterName: string,\n roleName: RoleName,\n parameters: AutoscaleConfigurationUpdateParameter,\n options?: ClustersUpdateAutoScaleConfigurationOptionalParams,\n ): Promise<void>;\n /**\n * Rotate disk encryption key of the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for the disk encryption operation.\n * @param options The options parameters.\n */\n beginRotateDiskEncryptionKey(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterDiskEncryptionParameters,\n options?: ClustersRotateDiskEncryptionKeyOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Rotate disk encryption key of the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for the disk encryption operation.\n * @param options The options parameters.\n */\n beginRotateDiskEncryptionKeyAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterDiskEncryptionParameters,\n options?: ClustersRotateDiskEncryptionKeyOptionalParams,\n ): Promise<void>;\n /**\n * Gets the gateway settings for the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n getGatewaySettings(\n resourceGroupName: string,\n clusterName: string,\n options?: ClustersGetGatewaySettingsOptionalParams,\n ): Promise<ClustersGetGatewaySettingsResponse>;\n /**\n * Configures the gateway settings on the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster configurations.\n * @param options The options parameters.\n */\n beginUpdateGatewaySettings(\n resourceGroupName: string,\n clusterName: string,\n parameters: UpdateGatewaySettingsParameters,\n options?: ClustersUpdateGatewaySettingsOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Configures the gateway settings on the specified cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster configurations.\n * @param options The options parameters.\n */\n beginUpdateGatewaySettingsAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: UpdateGatewaySettingsParameters,\n options?: ClustersUpdateGatewaySettingsOptionalParams,\n ): Promise<void>;\n /**\n * The the async operation status.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param operationId The long running operation id.\n * @param options The options parameters.\n */\n getAzureAsyncOperationStatus(\n resourceGroupName: string,\n clusterName: string,\n operationId: string,\n options?: ClustersGetAzureAsyncOperationStatusOptionalParams,\n ): Promise<ClustersGetAzureAsyncOperationStatusResponse>;\n /**\n * Updates the cluster identity certificate.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster configurations.\n * @param options The options parameters.\n */\n beginUpdateIdentityCertificate(\n resourceGroupName: string,\n clusterName: string,\n parameters: UpdateClusterIdentityCertificateParameters,\n options?: ClustersUpdateIdentityCertificateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Updates the cluster identity certificate.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The cluster configurations.\n * @param options The options parameters.\n */\n beginUpdateIdentityCertificateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: UpdateClusterIdentityCertificateParameters,\n options?: ClustersUpdateIdentityCertificateOptionalParams,\n ): Promise<void>;\n /**\n * Executes script actions on the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for executing script actions.\n * @param options The options parameters.\n */\n beginExecuteScriptActions(\n resourceGroupName: string,\n clusterName: string,\n parameters: ExecuteScriptActionParameters,\n options?: ClustersExecuteScriptActionsOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Executes script actions on the specified HDInsight cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param parameters The parameters for executing script actions.\n * @param options The options parameters.\n */\n beginExecuteScriptActionsAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: ExecuteScriptActionParameters,\n options?: ClustersExecuteScriptActionsOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
+
import { ConfigurationsListOptionalParams, ConfigurationsListResponse, ConfigurationsUpdateOptionalParams, ConfigurationsGetOptionalParams, ConfigurationsGetResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Configurations. */
|
|
4
|
+
export interface Configurations {
|
|
5
|
+
/**
|
|
6
|
+
* Gets all configuration information for an HDI cluster.
|
|
7
|
+
* @param resourceGroupName The name of the resource group.
|
|
8
|
+
* @param clusterName The name of the cluster.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(resourceGroupName: string, clusterName: string, options?: ConfigurationsListOptionalParams): Promise<ConfigurationsListResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
14
|
+
* UpdateGatewaySettings in cluster endpoint instead.
|
|
15
|
+
* @param resourceGroupName The name of the resource group.
|
|
16
|
+
* @param clusterName The name of the cluster.
|
|
17
|
+
* @param configurationName The name of the cluster configuration.
|
|
18
|
+
* @param parameters The cluster configurations.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
beginUpdate(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {
|
|
22
|
+
[propertyName: string]: string;
|
|
23
|
+
}, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
24
|
+
/**
|
|
25
|
+
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
26
|
+
* UpdateGatewaySettings in cluster endpoint instead.
|
|
27
|
+
* @param resourceGroupName The name of the resource group.
|
|
28
|
+
* @param clusterName The name of the cluster.
|
|
29
|
+
* @param configurationName The name of the cluster configuration.
|
|
30
|
+
* @param parameters The cluster configurations.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, configurationName: string, parameters: {
|
|
34
|
+
[propertyName: string]: string;
|
|
35
|
+
}, options?: ConfigurationsUpdateOptionalParams): Promise<void>;
|
|
36
|
+
/**
|
|
37
|
+
* The configuration object for the specified cluster. This API is not recommended and might be removed
|
|
38
|
+
* in the future. Please consider using List configurations API instead.
|
|
39
|
+
* @param resourceGroupName The name of the resource group.
|
|
40
|
+
* @param clusterName The name of the cluster.
|
|
41
|
+
* @param configurationName The name of the cluster configuration.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
get(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=configurations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,gCAAgC,EAChC,0BAA0B,EAC1B,kCAAkC,EAClC,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EAC9C,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EAC9C,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ConfigurationsListOptionalParams,\n ConfigurationsListResponse,\n ConfigurationsUpdateOptionalParams,\n ConfigurationsGetOptionalParams,\n ConfigurationsGetResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Configurations. */\nexport interface Configurations {\n /**\n * Gets all configuration information for an HDI cluster.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: ConfigurationsListOptionalParams,\n ): Promise<ConfigurationsListResponse>;\n /**\n * Configures the HTTP settings on the specified cluster. This API is deprecated, please use\n * UpdateGatewaySettings in cluster endpoint instead.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param configurationName The name of the cluster configuration.\n * @param parameters The cluster configurations.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n configurationName: string,\n parameters: { [propertyName: string]: string },\n options?: ConfigurationsUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Configures the HTTP settings on the specified cluster. This API is deprecated, please use\n * UpdateGatewaySettings in cluster endpoint instead.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param configurationName The name of the cluster configuration.\n * @param parameters The cluster configurations.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n configurationName: string,\n parameters: { [propertyName: string]: string },\n options?: ConfigurationsUpdateOptionalParams,\n ): Promise<void>;\n /**\n * The configuration object for the specified cluster. This API is not recommended and might be removed\n * in the future. Please consider using List configurations API instead.\n * @param resourceGroupName The name of the resource group.\n * @param clusterName The name of the cluster.\n * @param configurationName The name of the cluster configuration.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n configurationName: string,\n options?: ConfigurationsGetOptionalParams,\n ): Promise<ConfigurationsGetResponse>;\n}\n"]}
|