@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
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
10
|
-
import {
|
|
11
|
-
ConfigurationsListOptionalParams,
|
|
12
|
-
ConfigurationsListResponse,
|
|
13
|
-
ConfigurationsUpdateOptionalParams,
|
|
14
|
-
ConfigurationsGetOptionalParams,
|
|
15
|
-
ConfigurationsGetResponse
|
|
16
|
-
} from "../models";
|
|
17
|
-
|
|
18
|
-
/** Interface representing a Configurations. */
|
|
19
|
-
export interface Configurations {
|
|
20
|
-
/**
|
|
21
|
-
* Gets all configuration information for an HDI cluster.
|
|
22
|
-
* @param resourceGroupName The name of the resource group.
|
|
23
|
-
* @param clusterName The name of the cluster.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
list(
|
|
27
|
-
resourceGroupName: string,
|
|
28
|
-
clusterName: string,
|
|
29
|
-
options?: ConfigurationsListOptionalParams
|
|
30
|
-
): Promise<ConfigurationsListResponse>;
|
|
31
|
-
/**
|
|
32
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
33
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
34
|
-
* @param resourceGroupName The name of the resource group.
|
|
35
|
-
* @param clusterName The name of the cluster.
|
|
36
|
-
* @param configurationName The name of the cluster configuration.
|
|
37
|
-
* @param parameters The cluster configurations.
|
|
38
|
-
* @param options The options parameters.
|
|
39
|
-
*/
|
|
40
|
-
beginUpdate(
|
|
41
|
-
resourceGroupName: string,
|
|
42
|
-
clusterName: string,
|
|
43
|
-
configurationName: string,
|
|
44
|
-
parameters: { [propertyName: string]: string },
|
|
45
|
-
options?: ConfigurationsUpdateOptionalParams
|
|
46
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
47
|
-
/**
|
|
48
|
-
* Configures the HTTP settings on the specified cluster. This API is deprecated, please use
|
|
49
|
-
* UpdateGatewaySettings in cluster endpoint instead.
|
|
50
|
-
* @param resourceGroupName The name of the resource group.
|
|
51
|
-
* @param clusterName The name of the cluster.
|
|
52
|
-
* @param configurationName The name of the cluster configuration.
|
|
53
|
-
* @param parameters The cluster configurations.
|
|
54
|
-
* @param options The options parameters.
|
|
55
|
-
*/
|
|
56
|
-
beginUpdateAndWait(
|
|
57
|
-
resourceGroupName: string,
|
|
58
|
-
clusterName: string,
|
|
59
|
-
configurationName: string,
|
|
60
|
-
parameters: { [propertyName: string]: string },
|
|
61
|
-
options?: ConfigurationsUpdateOptionalParams
|
|
62
|
-
): Promise<void>;
|
|
63
|
-
/**
|
|
64
|
-
* The configuration object for the specified cluster. This API is not recommended and might be removed
|
|
65
|
-
* in the future. Please consider using List configurations API instead.
|
|
66
|
-
* @param resourceGroupName The name of the resource group.
|
|
67
|
-
* @param clusterName The name of the cluster.
|
|
68
|
-
* @param configurationName The name of the cluster configuration.
|
|
69
|
-
* @param options The options parameters.
|
|
70
|
-
*/
|
|
71
|
-
get(
|
|
72
|
-
resourceGroupName: string,
|
|
73
|
-
clusterName: string,
|
|
74
|
-
configurationName: string,
|
|
75
|
-
options?: ConfigurationsGetOptionalParams
|
|
76
|
-
): Promise<ConfigurationsGetResponse>;
|
|
77
|
-
}
|
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
10
|
-
import {
|
|
11
|
-
ClusterMonitoringRequest,
|
|
12
|
-
ExtensionsEnableMonitoringOptionalParams,
|
|
13
|
-
ExtensionsGetMonitoringStatusOptionalParams,
|
|
14
|
-
ExtensionsGetMonitoringStatusResponse,
|
|
15
|
-
ExtensionsDisableMonitoringOptionalParams,
|
|
16
|
-
AzureMonitorRequest,
|
|
17
|
-
ExtensionsEnableAzureMonitorOptionalParams,
|
|
18
|
-
ExtensionsGetAzureMonitorStatusOptionalParams,
|
|
19
|
-
ExtensionsGetAzureMonitorStatusResponse,
|
|
20
|
-
ExtensionsDisableAzureMonitorOptionalParams,
|
|
21
|
-
Extension,
|
|
22
|
-
ExtensionsCreateOptionalParams,
|
|
23
|
-
ExtensionsGetOptionalParams,
|
|
24
|
-
ExtensionsGetResponse,
|
|
25
|
-
ExtensionsDeleteOptionalParams,
|
|
26
|
-
ExtensionsGetAzureAsyncOperationStatusOptionalParams,
|
|
27
|
-
ExtensionsGetAzureAsyncOperationStatusResponse
|
|
28
|
-
} from "../models";
|
|
29
|
-
|
|
30
|
-
/** Interface representing a Extensions. */
|
|
31
|
-
export interface Extensions {
|
|
32
|
-
/**
|
|
33
|
-
* Enables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
34
|
-
* @param resourceGroupName The name of the resource group.
|
|
35
|
-
* @param clusterName The name of the cluster.
|
|
36
|
-
* @param parameters The Operations Management Suite (OMS) workspace parameters.
|
|
37
|
-
* @param options The options parameters.
|
|
38
|
-
*/
|
|
39
|
-
beginEnableMonitoring(
|
|
40
|
-
resourceGroupName: string,
|
|
41
|
-
clusterName: string,
|
|
42
|
-
parameters: ClusterMonitoringRequest,
|
|
43
|
-
options?: ExtensionsEnableMonitoringOptionalParams
|
|
44
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
45
|
-
/**
|
|
46
|
-
* Enables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
47
|
-
* @param resourceGroupName The name of the resource group.
|
|
48
|
-
* @param clusterName The name of the cluster.
|
|
49
|
-
* @param parameters The Operations Management Suite (OMS) workspace parameters.
|
|
50
|
-
* @param options The options parameters.
|
|
51
|
-
*/
|
|
52
|
-
beginEnableMonitoringAndWait(
|
|
53
|
-
resourceGroupName: string,
|
|
54
|
-
clusterName: string,
|
|
55
|
-
parameters: ClusterMonitoringRequest,
|
|
56
|
-
options?: ExtensionsEnableMonitoringOptionalParams
|
|
57
|
-
): Promise<void>;
|
|
58
|
-
/**
|
|
59
|
-
* Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.
|
|
60
|
-
* @param resourceGroupName The name of the resource group.
|
|
61
|
-
* @param clusterName The name of the cluster.
|
|
62
|
-
* @param options The options parameters.
|
|
63
|
-
*/
|
|
64
|
-
getMonitoringStatus(
|
|
65
|
-
resourceGroupName: string,
|
|
66
|
-
clusterName: string,
|
|
67
|
-
options?: ExtensionsGetMonitoringStatusOptionalParams
|
|
68
|
-
): Promise<ExtensionsGetMonitoringStatusResponse>;
|
|
69
|
-
/**
|
|
70
|
-
* Disables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
71
|
-
* @param resourceGroupName The name of the resource group.
|
|
72
|
-
* @param clusterName The name of the cluster.
|
|
73
|
-
* @param options The options parameters.
|
|
74
|
-
*/
|
|
75
|
-
beginDisableMonitoring(
|
|
76
|
-
resourceGroupName: string,
|
|
77
|
-
clusterName: string,
|
|
78
|
-
options?: ExtensionsDisableMonitoringOptionalParams
|
|
79
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
80
|
-
/**
|
|
81
|
-
* Disables the Operations Management Suite (OMS) on the HDInsight cluster.
|
|
82
|
-
* @param resourceGroupName The name of the resource group.
|
|
83
|
-
* @param clusterName The name of the cluster.
|
|
84
|
-
* @param options The options parameters.
|
|
85
|
-
*/
|
|
86
|
-
beginDisableMonitoringAndWait(
|
|
87
|
-
resourceGroupName: string,
|
|
88
|
-
clusterName: string,
|
|
89
|
-
options?: ExtensionsDisableMonitoringOptionalParams
|
|
90
|
-
): Promise<void>;
|
|
91
|
-
/**
|
|
92
|
-
* Enables the Azure Monitor on the HDInsight cluster.
|
|
93
|
-
* @param resourceGroupName The name of the resource group.
|
|
94
|
-
* @param clusterName The name of the cluster.
|
|
95
|
-
* @param parameters The Log Analytics workspace parameters.
|
|
96
|
-
* @param options The options parameters.
|
|
97
|
-
*/
|
|
98
|
-
beginEnableAzureMonitor(
|
|
99
|
-
resourceGroupName: string,
|
|
100
|
-
clusterName: string,
|
|
101
|
-
parameters: AzureMonitorRequest,
|
|
102
|
-
options?: ExtensionsEnableAzureMonitorOptionalParams
|
|
103
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
104
|
-
/**
|
|
105
|
-
* Enables the Azure Monitor on the HDInsight cluster.
|
|
106
|
-
* @param resourceGroupName The name of the resource group.
|
|
107
|
-
* @param clusterName The name of the cluster.
|
|
108
|
-
* @param parameters The Log Analytics workspace parameters.
|
|
109
|
-
* @param options The options parameters.
|
|
110
|
-
*/
|
|
111
|
-
beginEnableAzureMonitorAndWait(
|
|
112
|
-
resourceGroupName: string,
|
|
113
|
-
clusterName: string,
|
|
114
|
-
parameters: AzureMonitorRequest,
|
|
115
|
-
options?: ExtensionsEnableAzureMonitorOptionalParams
|
|
116
|
-
): Promise<void>;
|
|
117
|
-
/**
|
|
118
|
-
* Gets the status of Azure Monitor on the HDInsight cluster.
|
|
119
|
-
* @param resourceGroupName The name of the resource group.
|
|
120
|
-
* @param clusterName The name of the cluster.
|
|
121
|
-
* @param options The options parameters.
|
|
122
|
-
*/
|
|
123
|
-
getAzureMonitorStatus(
|
|
124
|
-
resourceGroupName: string,
|
|
125
|
-
clusterName: string,
|
|
126
|
-
options?: ExtensionsGetAzureMonitorStatusOptionalParams
|
|
127
|
-
): Promise<ExtensionsGetAzureMonitorStatusResponse>;
|
|
128
|
-
/**
|
|
129
|
-
* Disables the Azure Monitor on the HDInsight cluster.
|
|
130
|
-
* @param resourceGroupName The name of the resource group.
|
|
131
|
-
* @param clusterName The name of the cluster.
|
|
132
|
-
* @param options The options parameters.
|
|
133
|
-
*/
|
|
134
|
-
beginDisableAzureMonitor(
|
|
135
|
-
resourceGroupName: string,
|
|
136
|
-
clusterName: string,
|
|
137
|
-
options?: ExtensionsDisableAzureMonitorOptionalParams
|
|
138
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
139
|
-
/**
|
|
140
|
-
* Disables the Azure Monitor on the HDInsight cluster.
|
|
141
|
-
* @param resourceGroupName The name of the resource group.
|
|
142
|
-
* @param clusterName The name of the cluster.
|
|
143
|
-
* @param options The options parameters.
|
|
144
|
-
*/
|
|
145
|
-
beginDisableAzureMonitorAndWait(
|
|
146
|
-
resourceGroupName: string,
|
|
147
|
-
clusterName: string,
|
|
148
|
-
options?: ExtensionsDisableAzureMonitorOptionalParams
|
|
149
|
-
): Promise<void>;
|
|
150
|
-
/**
|
|
151
|
-
* Creates an HDInsight cluster extension.
|
|
152
|
-
* @param resourceGroupName The name of the resource group.
|
|
153
|
-
* @param clusterName The name of the cluster.
|
|
154
|
-
* @param extensionName The name of the cluster extension.
|
|
155
|
-
* @param parameters The cluster extensions create request.
|
|
156
|
-
* @param options The options parameters.
|
|
157
|
-
*/
|
|
158
|
-
beginCreate(
|
|
159
|
-
resourceGroupName: string,
|
|
160
|
-
clusterName: string,
|
|
161
|
-
extensionName: string,
|
|
162
|
-
parameters: Extension,
|
|
163
|
-
options?: ExtensionsCreateOptionalParams
|
|
164
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
165
|
-
/**
|
|
166
|
-
* Creates an HDInsight cluster extension.
|
|
167
|
-
* @param resourceGroupName The name of the resource group.
|
|
168
|
-
* @param clusterName The name of the cluster.
|
|
169
|
-
* @param extensionName The name of the cluster extension.
|
|
170
|
-
* @param parameters The cluster extensions create request.
|
|
171
|
-
* @param options The options parameters.
|
|
172
|
-
*/
|
|
173
|
-
beginCreateAndWait(
|
|
174
|
-
resourceGroupName: string,
|
|
175
|
-
clusterName: string,
|
|
176
|
-
extensionName: string,
|
|
177
|
-
parameters: Extension,
|
|
178
|
-
options?: ExtensionsCreateOptionalParams
|
|
179
|
-
): Promise<void>;
|
|
180
|
-
/**
|
|
181
|
-
* Gets the extension properties for the specified HDInsight cluster extension.
|
|
182
|
-
* @param resourceGroupName The name of the resource group.
|
|
183
|
-
* @param clusterName The name of the cluster.
|
|
184
|
-
* @param extensionName The name of the cluster extension.
|
|
185
|
-
* @param options The options parameters.
|
|
186
|
-
*/
|
|
187
|
-
get(
|
|
188
|
-
resourceGroupName: string,
|
|
189
|
-
clusterName: string,
|
|
190
|
-
extensionName: string,
|
|
191
|
-
options?: ExtensionsGetOptionalParams
|
|
192
|
-
): Promise<ExtensionsGetResponse>;
|
|
193
|
-
/**
|
|
194
|
-
* Deletes the specified extension for HDInsight cluster.
|
|
195
|
-
* @param resourceGroupName The name of the resource group.
|
|
196
|
-
* @param clusterName The name of the cluster.
|
|
197
|
-
* @param extensionName The name of the cluster extension.
|
|
198
|
-
* @param options The options parameters.
|
|
199
|
-
*/
|
|
200
|
-
beginDelete(
|
|
201
|
-
resourceGroupName: string,
|
|
202
|
-
clusterName: string,
|
|
203
|
-
extensionName: string,
|
|
204
|
-
options?: ExtensionsDeleteOptionalParams
|
|
205
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
206
|
-
/**
|
|
207
|
-
* Deletes the specified extension for HDInsight cluster.
|
|
208
|
-
* @param resourceGroupName The name of the resource group.
|
|
209
|
-
* @param clusterName The name of the cluster.
|
|
210
|
-
* @param extensionName The name of the cluster extension.
|
|
211
|
-
* @param options The options parameters.
|
|
212
|
-
*/
|
|
213
|
-
beginDeleteAndWait(
|
|
214
|
-
resourceGroupName: string,
|
|
215
|
-
clusterName: string,
|
|
216
|
-
extensionName: string,
|
|
217
|
-
options?: ExtensionsDeleteOptionalParams
|
|
218
|
-
): Promise<void>;
|
|
219
|
-
/**
|
|
220
|
-
* Gets the async operation status.
|
|
221
|
-
* @param resourceGroupName The name of the resource group.
|
|
222
|
-
* @param clusterName The name of the cluster.
|
|
223
|
-
* @param extensionName The name of the cluster extension.
|
|
224
|
-
* @param operationId The long running operation id.
|
|
225
|
-
* @param options The options parameters.
|
|
226
|
-
*/
|
|
227
|
-
getAzureAsyncOperationStatus(
|
|
228
|
-
resourceGroupName: string,
|
|
229
|
-
clusterName: string,
|
|
230
|
-
extensionName: string,
|
|
231
|
-
operationId: string,
|
|
232
|
-
options?: ExtensionsGetAzureAsyncOperationStatusOptionalParams
|
|
233
|
-
): Promise<ExtensionsGetAzureAsyncOperationStatusResponse>;
|
|
234
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export * from "./applications";
|
|
10
|
-
export * from "./clusters";
|
|
11
|
-
export * from "./configurations";
|
|
12
|
-
export * from "./extensions";
|
|
13
|
-
export * from "./locations";
|
|
14
|
-
export * from "./operations";
|
|
15
|
-
export * from "./privateEndpointConnections";
|
|
16
|
-
export * from "./privateLinkResources";
|
|
17
|
-
export * from "./scriptActions";
|
|
18
|
-
export * from "./scriptExecutionHistory";
|
|
19
|
-
export * from "./virtualMachines";
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import {
|
|
10
|
-
LocationsGetCapabilitiesOptionalParams,
|
|
11
|
-
LocationsGetCapabilitiesResponse,
|
|
12
|
-
LocationsListUsagesOptionalParams,
|
|
13
|
-
LocationsListUsagesResponse,
|
|
14
|
-
LocationsListBillingSpecsOptionalParams,
|
|
15
|
-
LocationsListBillingSpecsResponse,
|
|
16
|
-
LocationsGetAzureAsyncOperationStatusOptionalParams,
|
|
17
|
-
LocationsGetAzureAsyncOperationStatusResponse,
|
|
18
|
-
NameAvailabilityCheckRequestParameters,
|
|
19
|
-
LocationsCheckNameAvailabilityOptionalParams,
|
|
20
|
-
LocationsCheckNameAvailabilityResponse,
|
|
21
|
-
ClusterCreateRequestValidationParameters,
|
|
22
|
-
LocationsValidateClusterCreateRequestOptionalParams,
|
|
23
|
-
LocationsValidateClusterCreateRequestResponse
|
|
24
|
-
} from "../models";
|
|
25
|
-
|
|
26
|
-
/** Interface representing a Locations. */
|
|
27
|
-
export interface Locations {
|
|
28
|
-
/**
|
|
29
|
-
* Gets the capabilities for the specified location.
|
|
30
|
-
* @param location The Azure location (region) for which to make the request.
|
|
31
|
-
* @param options The options parameters.
|
|
32
|
-
*/
|
|
33
|
-
getCapabilities(
|
|
34
|
-
location: string,
|
|
35
|
-
options?: LocationsGetCapabilitiesOptionalParams
|
|
36
|
-
): Promise<LocationsGetCapabilitiesResponse>;
|
|
37
|
-
/**
|
|
38
|
-
* Lists the usages for the specified location.
|
|
39
|
-
* @param location The Azure location (region) for which to make the request.
|
|
40
|
-
* @param options The options parameters.
|
|
41
|
-
*/
|
|
42
|
-
listUsages(
|
|
43
|
-
location: string,
|
|
44
|
-
options?: LocationsListUsagesOptionalParams
|
|
45
|
-
): Promise<LocationsListUsagesResponse>;
|
|
46
|
-
/**
|
|
47
|
-
* Lists the billingSpecs for the specified subscription and location.
|
|
48
|
-
* @param location The Azure location (region) for which to make the request.
|
|
49
|
-
* @param options The options parameters.
|
|
50
|
-
*/
|
|
51
|
-
listBillingSpecs(
|
|
52
|
-
location: string,
|
|
53
|
-
options?: LocationsListBillingSpecsOptionalParams
|
|
54
|
-
): Promise<LocationsListBillingSpecsResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* Get the async operation status.
|
|
57
|
-
* @param location The Azure location (region) for which to make the request.
|
|
58
|
-
* @param operationId The long running operation id.
|
|
59
|
-
* @param options The options parameters.
|
|
60
|
-
*/
|
|
61
|
-
getAzureAsyncOperationStatus(
|
|
62
|
-
location: string,
|
|
63
|
-
operationId: string,
|
|
64
|
-
options?: LocationsGetAzureAsyncOperationStatusOptionalParams
|
|
65
|
-
): Promise<LocationsGetAzureAsyncOperationStatusResponse>;
|
|
66
|
-
/**
|
|
67
|
-
* Check the cluster name is available or not.
|
|
68
|
-
* @param location The Azure location (region) for which to make the request.
|
|
69
|
-
* @param parameters The request spec of checking name availability.
|
|
70
|
-
* @param options The options parameters.
|
|
71
|
-
*/
|
|
72
|
-
checkNameAvailability(
|
|
73
|
-
location: string,
|
|
74
|
-
parameters: NameAvailabilityCheckRequestParameters,
|
|
75
|
-
options?: LocationsCheckNameAvailabilityOptionalParams
|
|
76
|
-
): Promise<LocationsCheckNameAvailabilityResponse>;
|
|
77
|
-
/**
|
|
78
|
-
* Validate the cluster create request spec is valid or not.
|
|
79
|
-
* @param location The Azure location (region) for which to make the request.
|
|
80
|
-
* @param parameters The cluster create request specification.
|
|
81
|
-
* @param options The options parameters.
|
|
82
|
-
*/
|
|
83
|
-
validateClusterCreateRequest(
|
|
84
|
-
location: string,
|
|
85
|
-
parameters: ClusterCreateRequestValidationParameters,
|
|
86
|
-
options?: LocationsValidateClusterCreateRequestOptionalParams
|
|
87
|
-
): Promise<LocationsValidateClusterCreateRequestResponse>;
|
|
88
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a Operations. */
|
|
14
|
-
export interface Operations {
|
|
15
|
-
/**
|
|
16
|
-
* Lists all of the available HDInsight REST API operations.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(
|
|
20
|
-
options?: OperationsListOptionalParams
|
|
21
|
-
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
PrivateEndpointConnection,
|
|
13
|
-
PrivateEndpointConnectionsListByClusterOptionalParams,
|
|
14
|
-
PrivateEndpointConnectionsCreateOrUpdateOptionalParams,
|
|
15
|
-
PrivateEndpointConnectionsCreateOrUpdateResponse,
|
|
16
|
-
PrivateEndpointConnectionsGetOptionalParams,
|
|
17
|
-
PrivateEndpointConnectionsGetResponse,
|
|
18
|
-
PrivateEndpointConnectionsDeleteOptionalParams
|
|
19
|
-
} from "../models";
|
|
20
|
-
|
|
21
|
-
/// <reference lib="esnext.asynciterable" />
|
|
22
|
-
/** Interface representing a PrivateEndpointConnections. */
|
|
23
|
-
export interface PrivateEndpointConnections {
|
|
24
|
-
/**
|
|
25
|
-
* Lists the private endpoint connections for a HDInsight cluster.
|
|
26
|
-
* @param resourceGroupName The name of the resource group.
|
|
27
|
-
* @param clusterName The name of the cluster.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
listByCluster(
|
|
31
|
-
resourceGroupName: string,
|
|
32
|
-
clusterName: string,
|
|
33
|
-
options?: PrivateEndpointConnectionsListByClusterOptionalParams
|
|
34
|
-
): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
35
|
-
/**
|
|
36
|
-
* Approve or reject a private endpoint connection manually.
|
|
37
|
-
* @param resourceGroupName The name of the resource group.
|
|
38
|
-
* @param clusterName The name of the cluster.
|
|
39
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
40
|
-
* @param parameters The private endpoint connection create or update request.
|
|
41
|
-
* @param options The options parameters.
|
|
42
|
-
*/
|
|
43
|
-
beginCreateOrUpdate(
|
|
44
|
-
resourceGroupName: string,
|
|
45
|
-
clusterName: string,
|
|
46
|
-
privateEndpointConnectionName: string,
|
|
47
|
-
parameters: PrivateEndpointConnection,
|
|
48
|
-
options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
|
49
|
-
): Promise<
|
|
50
|
-
SimplePollerLike<
|
|
51
|
-
OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>,
|
|
52
|
-
PrivateEndpointConnectionsCreateOrUpdateResponse
|
|
53
|
-
>
|
|
54
|
-
>;
|
|
55
|
-
/**
|
|
56
|
-
* Approve or reject a private endpoint connection manually.
|
|
57
|
-
* @param resourceGroupName The name of the resource group.
|
|
58
|
-
* @param clusterName The name of the cluster.
|
|
59
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
60
|
-
* @param parameters The private endpoint connection create or update request.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
beginCreateOrUpdateAndWait(
|
|
64
|
-
resourceGroupName: string,
|
|
65
|
-
clusterName: string,
|
|
66
|
-
privateEndpointConnectionName: string,
|
|
67
|
-
parameters: PrivateEndpointConnection,
|
|
68
|
-
options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
|
69
|
-
): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
70
|
-
/**
|
|
71
|
-
* Gets the specific private endpoint connection.
|
|
72
|
-
* @param resourceGroupName The name of the resource group.
|
|
73
|
-
* @param clusterName The name of the cluster.
|
|
74
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
75
|
-
* @param options The options parameters.
|
|
76
|
-
*/
|
|
77
|
-
get(
|
|
78
|
-
resourceGroupName: string,
|
|
79
|
-
clusterName: string,
|
|
80
|
-
privateEndpointConnectionName: string,
|
|
81
|
-
options?: PrivateEndpointConnectionsGetOptionalParams
|
|
82
|
-
): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
83
|
-
/**
|
|
84
|
-
* Deletes the specific private endpoint connection.
|
|
85
|
-
* @param resourceGroupName The name of the resource group.
|
|
86
|
-
* @param clusterName The name of the cluster.
|
|
87
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
88
|
-
* @param options The options parameters.
|
|
89
|
-
*/
|
|
90
|
-
beginDelete(
|
|
91
|
-
resourceGroupName: string,
|
|
92
|
-
clusterName: string,
|
|
93
|
-
privateEndpointConnectionName: string,
|
|
94
|
-
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
95
|
-
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
96
|
-
/**
|
|
97
|
-
* Deletes the specific private endpoint connection.
|
|
98
|
-
* @param resourceGroupName The name of the resource group.
|
|
99
|
-
* @param clusterName The name of the cluster.
|
|
100
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
101
|
-
* @param options The options parameters.
|
|
102
|
-
*/
|
|
103
|
-
beginDeleteAndWait(
|
|
104
|
-
resourceGroupName: string,
|
|
105
|
-
clusterName: string,
|
|
106
|
-
privateEndpointConnectionName: string,
|
|
107
|
-
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
108
|
-
): Promise<void>;
|
|
109
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import {
|
|
10
|
-
PrivateLinkResourcesListByClusterOptionalParams,
|
|
11
|
-
PrivateLinkResourcesListByClusterResponse,
|
|
12
|
-
PrivateLinkResourcesGetOptionalParams,
|
|
13
|
-
PrivateLinkResourcesGetResponse
|
|
14
|
-
} from "../models";
|
|
15
|
-
|
|
16
|
-
/** Interface representing a PrivateLinkResources. */
|
|
17
|
-
export interface PrivateLinkResources {
|
|
18
|
-
/**
|
|
19
|
-
* Lists the private link resources in a HDInsight cluster.
|
|
20
|
-
* @param resourceGroupName The name of the resource group.
|
|
21
|
-
* @param clusterName The name of the cluster.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
listByCluster(
|
|
25
|
-
resourceGroupName: string,
|
|
26
|
-
clusterName: string,
|
|
27
|
-
options?: PrivateLinkResourcesListByClusterOptionalParams
|
|
28
|
-
): Promise<PrivateLinkResourcesListByClusterResponse>;
|
|
29
|
-
/**
|
|
30
|
-
* Gets the specific private link resource.
|
|
31
|
-
* @param resourceGroupName The name of the resource group.
|
|
32
|
-
* @param clusterName The name of the cluster.
|
|
33
|
-
* @param privateLinkResourceName The name of the private link resource.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
get(
|
|
37
|
-
resourceGroupName: string,
|
|
38
|
-
clusterName: string,
|
|
39
|
-
privateLinkResourceName: string,
|
|
40
|
-
options?: PrivateLinkResourcesGetOptionalParams
|
|
41
|
-
): Promise<PrivateLinkResourcesGetResponse>;
|
|
42
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
RuntimeScriptActionDetail,
|
|
12
|
-
ScriptActionsListByClusterOptionalParams,
|
|
13
|
-
ScriptActionsDeleteOptionalParams,
|
|
14
|
-
ScriptActionsGetExecutionDetailOptionalParams,
|
|
15
|
-
ScriptActionsGetExecutionDetailResponse,
|
|
16
|
-
ScriptActionsGetExecutionAsyncOperationStatusOptionalParams,
|
|
17
|
-
ScriptActionsGetExecutionAsyncOperationStatusResponse
|
|
18
|
-
} from "../models";
|
|
19
|
-
|
|
20
|
-
/// <reference lib="esnext.asynciterable" />
|
|
21
|
-
/** Interface representing a ScriptActions. */
|
|
22
|
-
export interface ScriptActions {
|
|
23
|
-
/**
|
|
24
|
-
* Lists all the persisted script actions for the specified cluster.
|
|
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
|
-
listByCluster(
|
|
30
|
-
resourceGroupName: string,
|
|
31
|
-
clusterName: string,
|
|
32
|
-
options?: ScriptActionsListByClusterOptionalParams
|
|
33
|
-
): PagedAsyncIterableIterator<RuntimeScriptActionDetail>;
|
|
34
|
-
/**
|
|
35
|
-
* Deletes a specified persisted script action of the cluster.
|
|
36
|
-
* @param resourceGroupName The name of the resource group.
|
|
37
|
-
* @param clusterName The name of the cluster.
|
|
38
|
-
* @param scriptName The name of the script.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
delete(
|
|
42
|
-
resourceGroupName: string,
|
|
43
|
-
clusterName: string,
|
|
44
|
-
scriptName: string,
|
|
45
|
-
options?: ScriptActionsDeleteOptionalParams
|
|
46
|
-
): Promise<void>;
|
|
47
|
-
/**
|
|
48
|
-
* Gets the script execution detail for the given script execution ID.
|
|
49
|
-
* @param resourceGroupName The name of the resource group.
|
|
50
|
-
* @param clusterName The name of the cluster.
|
|
51
|
-
* @param scriptExecutionId The script execution Id
|
|
52
|
-
* @param options The options parameters.
|
|
53
|
-
*/
|
|
54
|
-
getExecutionDetail(
|
|
55
|
-
resourceGroupName: string,
|
|
56
|
-
clusterName: string,
|
|
57
|
-
scriptExecutionId: string,
|
|
58
|
-
options?: ScriptActionsGetExecutionDetailOptionalParams
|
|
59
|
-
): Promise<ScriptActionsGetExecutionDetailResponse>;
|
|
60
|
-
/**
|
|
61
|
-
* Gets the async operation status of execution operation.
|
|
62
|
-
* @param resourceGroupName The name of the resource group.
|
|
63
|
-
* @param clusterName The name of the cluster.
|
|
64
|
-
* @param operationId The long running operation id.
|
|
65
|
-
* @param options The options parameters.
|
|
66
|
-
*/
|
|
67
|
-
getExecutionAsyncOperationStatus(
|
|
68
|
-
resourceGroupName: string,
|
|
69
|
-
clusterName: string,
|
|
70
|
-
operationId: string,
|
|
71
|
-
options?: ScriptActionsGetExecutionAsyncOperationStatusOptionalParams
|
|
72
|
-
): Promise<ScriptActionsGetExecutionAsyncOperationStatusResponse>;
|
|
73
|
-
}
|