@azure/arm-hdinsight 1.3.0-beta.4 → 2.0.0-beta.1
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/README.md +11 -11
- package/dist/browser/api/applications/index.d.ts +3 -0
- package/dist/browser/api/applications/index.js +4 -0
- package/dist/browser/api/applications/index.js.map +1 -0
- package/dist/browser/api/applications/operations.d.ts +27 -0
- package/dist/browser/api/applications/operations.js +165 -0
- package/dist/browser/api/applications/operations.js.map +1 -0
- package/dist/browser/api/applications/options.d.ts +21 -0
- package/dist/browser/api/applications/options.js +4 -0
- package/dist/browser/api/applications/options.js.map +1 -0
- package/dist/browser/api/clusters/index.d.ts +3 -0
- package/dist/browser/api/clusters/index.js +4 -0
- package/dist/browser/api/clusters/index.js.map +1 -0
- package/dist/browser/api/clusters/operations.d.ts +63 -0
- package/dist/browser/api/clusters/operations.js +453 -0
- package/dist/browser/api/clusters/operations.js.map +1 -0
- package/dist/browser/api/clusters/options.d.ts +60 -0
- package/dist/browser/api/clusters/options.js +4 -0
- package/dist/browser/api/clusters/options.js.map +1 -0
- package/dist/browser/api/configurations/index.d.ts +3 -0
- package/dist/browser/api/configurations/index.js +4 -0
- package/dist/browser/api/configurations/index.js.map +1 -0
- package/dist/browser/api/configurations/operations.d.ts +18 -0
- package/dist/browser/api/configurations/operations.js +99 -0
- package/dist/browser/api/configurations/operations.js.map +1 -0
- package/dist/browser/api/configurations/options.d.ts +13 -0
- package/dist/browser/api/configurations/options.js +4 -0
- package/dist/browser/api/configurations/options.js.map +1 -0
- package/dist/browser/api/extensions/index.d.ts +3 -0
- package/dist/browser/api/extensions/index.js +4 -0
- package/dist/browser/api/extensions/index.js.map +1 -0
- package/dist/browser/api/extensions/operations.d.ts +58 -0
- package/dist/browser/api/extensions/operations.js +408 -0
- package/dist/browser/api/extensions/operations.js.map +1 -0
- package/dist/browser/api/extensions/options.d.ts +57 -0
- package/dist/browser/api/extensions/options.js +4 -0
- package/dist/browser/api/extensions/options.js.map +1 -0
- package/dist/browser/api/hdInsightManagementContext.d.ts +22 -0
- package/dist/browser/api/hdInsightManagementContext.js +24 -0
- package/dist/browser/api/hdInsightManagementContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/locations/index.d.ts +3 -0
- package/dist/browser/api/locations/index.js +4 -0
- package/dist/browser/api/locations/index.js.map +1 -0
- package/dist/browser/api/locations/operations.d.ts +29 -0
- package/dist/browser/api/locations/operations.js +173 -0
- package/dist/browser/api/locations/operations.js.map +1 -0
- package/dist/browser/api/locations/options.d.ts +20 -0
- package/dist/browser/api/locations/options.js +4 -0
- package/dist/browser/api/locations/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +35 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +135 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +13 -0
- package/dist/browser/api/privateLinkResources/operations.js +63 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/scriptActions/index.d.ts +3 -0
- package/dist/browser/api/scriptActions/index.js +4 -0
- package/dist/browser/api/scriptActions/index.js.map +1 -0
- package/dist/browser/api/scriptActions/operations.d.ts +22 -0
- package/dist/browser/api/scriptActions/operations.js +122 -0
- package/dist/browser/api/scriptActions/operations.js.map +1 -0
- package/dist/browser/api/scriptActions/options.d.ts +14 -0
- package/dist/browser/api/scriptActions/options.js +4 -0
- package/dist/browser/api/scriptActions/options.js.map +1 -0
- package/dist/browser/api/scriptExecutionHistory/index.d.ts +3 -0
- package/dist/browser/api/scriptExecutionHistory/index.js +4 -0
- package/dist/browser/api/scriptExecutionHistory/index.js.map +1 -0
- package/dist/browser/api/scriptExecutionHistory/operations.d.ts +14 -0
- package/dist/browser/api/scriptExecutionHistory/operations.js +64 -0
- package/dist/browser/api/scriptExecutionHistory/operations.js.map +1 -0
- package/dist/browser/api/scriptExecutionHistory/options.d.ts +8 -0
- package/dist/browser/api/scriptExecutionHistory/options.js +4 -0
- package/dist/browser/api/scriptExecutionHistory/options.js.map +1 -0
- package/dist/browser/api/virtualMachines/index.d.ts +3 -0
- package/dist/browser/api/virtualMachines/index.js +4 -0
- package/dist/browser/api/virtualMachines/index.js.map +1 -0
- package/dist/browser/api/virtualMachines/operations.d.ts +18 -0
- package/dist/browser/api/virtualMachines/operations.js +100 -0
- package/dist/browser/api/virtualMachines/operations.js.map +1 -0
- package/dist/browser/api/virtualMachines/options.d.ts +13 -0
- package/dist/browser/api/virtualMachines/options.js +4 -0
- package/dist/browser/api/virtualMachines/options.js.map +1 -0
- package/dist/browser/classic/applications/index.d.ts +29 -0
- package/dist/browser/classic/applications/index.js +35 -0
- package/dist/browser/classic/applications/index.js.map +1 -0
- package/dist/browser/classic/clusters/index.d.ts +71 -0
- package/dist/browser/classic/clusters/index.js +92 -0
- package/dist/browser/classic/clusters/index.js.map +1 -0
- package/dist/browser/classic/configurations/index.d.ts +20 -0
- package/dist/browser/classic/configurations/index.js +25 -0
- package/dist/browser/classic/configurations/index.js.map +1 -0
- package/dist/browser/classic/extensions/index.d.ts +68 -0
- package/dist/browser/classic/extensions/index.js +91 -0
- package/dist/browser/classic/extensions/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +12 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/locations/index.d.ts +20 -0
- package/dist/browser/classic/locations/index.js +19 -0
- package/dist/browser/classic/locations/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +12 -0
- package/dist/browser/classic/privateLinkResources/index.js +15 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/scriptActions/index.d.ts +17 -0
- package/dist/browser/classic/scriptActions/index.js +17 -0
- package/dist/browser/classic/scriptActions/index.js.map +1 -0
- package/dist/browser/classic/scriptExecutionHistory/index.d.ts +13 -0
- package/dist/browser/classic/scriptExecutionHistory/index.js +15 -0
- package/dist/browser/classic/scriptExecutionHistory/index.js.map +1 -0
- package/dist/browser/classic/virtualMachines/index.d.ts +20 -0
- package/dist/browser/classic/virtualMachines/index.js +25 -0
- package/dist/browser/classic/virtualMachines/index.js.map +1 -0
- package/dist/browser/hdInsightManagementClient.d.ts +45 -0
- package/dist/browser/hdInsightManagementClient.js +73 -0
- package/dist/browser/hdInsightManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +24 -4
- package/dist/browser/index.js +7 -12
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -2086
- package/dist/browser/models/index.js +3 -197
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1741 -0
- package/dist/browser/models/models.js +2021 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +129 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/applications/index.d.ts +3 -0
- package/dist/commonjs/api/applications/index.js +36 -0
- package/dist/commonjs/api/applications/index.js.map +7 -0
- package/dist/commonjs/api/applications/operations.d.ts +27 -0
- package/dist/commonjs/api/applications/operations.js +245 -0
- package/dist/commonjs/api/applications/operations.js.map +7 -0
- package/dist/commonjs/api/applications/options.d.ts +21 -0
- package/dist/commonjs/api/applications/options.js +16 -0
- package/dist/commonjs/api/applications/options.js.map +7 -0
- package/dist/commonjs/api/clusters/index.d.ts +3 -0
- package/dist/commonjs/api/clusters/index.js +54 -0
- package/dist/commonjs/api/clusters/index.js.map +7 -0
- package/dist/commonjs/api/clusters/operations.d.ts +63 -0
- package/dist/commonjs/api/clusters/operations.js +642 -0
- package/dist/commonjs/api/clusters/operations.js.map +7 -0
- package/dist/commonjs/api/clusters/options.d.ts +60 -0
- package/dist/commonjs/api/clusters/options.js +16 -0
- package/dist/commonjs/api/clusters/options.js.map +7 -0
- package/dist/commonjs/api/configurations/index.d.ts +3 -0
- package/dist/commonjs/api/configurations/index.js +32 -0
- package/dist/commonjs/api/configurations/index.js.map +7 -0
- package/dist/commonjs/api/configurations/operations.d.ts +18 -0
- package/dist/commonjs/api/configurations/operations.js +154 -0
- package/dist/commonjs/api/configurations/operations.js.map +7 -0
- package/dist/commonjs/api/configurations/options.d.ts +13 -0
- package/dist/commonjs/api/configurations/options.js +16 -0
- package/dist/commonjs/api/configurations/options.js.map +7 -0
- package/dist/commonjs/api/extensions/index.d.ts +3 -0
- package/dist/commonjs/api/extensions/index.js +52 -0
- package/dist/commonjs/api/extensions/index.js.map +7 -0
- package/dist/commonjs/api/extensions/operations.d.ts +58 -0
- package/dist/commonjs/api/extensions/operations.js +564 -0
- package/dist/commonjs/api/extensions/operations.js.map +7 -0
- package/dist/commonjs/api/extensions/options.d.ts +57 -0
- package/dist/commonjs/api/extensions/options.js +16 -0
- package/dist/commonjs/api/extensions/options.js.map +7 -0
- package/dist/commonjs/api/hdInsightManagementContext.d.ts +22 -0
- package/dist/commonjs/api/hdInsightManagementContext.js +45 -0
- package/dist/commonjs/api/hdInsightManagementContext.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/locations/index.d.ts +3 -0
- package/dist/commonjs/api/locations/index.js +38 -0
- package/dist/commonjs/api/locations/index.js.map +7 -0
- package/dist/commonjs/api/locations/operations.d.ts +29 -0
- package/dist/commonjs/api/locations/operations.js +249 -0
- package/dist/commonjs/api/locations/operations.js.map +7 -0
- package/dist/commonjs/api/locations/options.d.ts +20 -0
- package/dist/commonjs/api/locations/options.js +16 -0
- package/dist/commonjs/api/locations/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +72 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +212 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +30 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +13 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +109 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
- package/dist/commonjs/api/privateLinkResources/options.js +16 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/scriptActions/index.d.ts +3 -0
- package/dist/commonjs/api/scriptActions/index.js +34 -0
- package/dist/commonjs/api/scriptActions/index.js.map +7 -0
- package/dist/commonjs/api/scriptActions/operations.d.ts +22 -0
- package/dist/commonjs/api/scriptActions/operations.js +198 -0
- package/dist/commonjs/api/scriptActions/operations.js.map +7 -0
- package/dist/commonjs/api/scriptActions/options.d.ts +14 -0
- package/dist/commonjs/api/scriptActions/options.js +16 -0
- package/dist/commonjs/api/scriptActions/options.js.map +7 -0
- package/dist/commonjs/api/scriptExecutionHistory/index.d.ts +3 -0
- package/dist/commonjs/api/scriptExecutionHistory/index.js +30 -0
- package/dist/commonjs/api/scriptExecutionHistory/index.js.map +7 -0
- package/dist/commonjs/api/scriptExecutionHistory/operations.d.ts +14 -0
- package/dist/commonjs/api/scriptExecutionHistory/operations.js +116 -0
- package/dist/commonjs/api/scriptExecutionHistory/operations.js.map +7 -0
- package/dist/commonjs/api/scriptExecutionHistory/options.d.ts +8 -0
- package/dist/commonjs/api/scriptExecutionHistory/options.js +16 -0
- package/dist/commonjs/api/scriptExecutionHistory/options.js.map +7 -0
- package/dist/commonjs/api/virtualMachines/index.d.ts +3 -0
- package/dist/commonjs/api/virtualMachines/index.js +32 -0
- package/dist/commonjs/api/virtualMachines/index.js.map +7 -0
- package/dist/commonjs/api/virtualMachines/operations.d.ts +18 -0
- package/dist/commonjs/api/virtualMachines/operations.js +155 -0
- package/dist/commonjs/api/virtualMachines/operations.js.map +7 -0
- package/dist/commonjs/api/virtualMachines/options.d.ts +13 -0
- package/dist/commonjs/api/virtualMachines/options.js +16 -0
- package/dist/commonjs/api/virtualMachines/options.js.map +7 -0
- package/dist/commonjs/classic/applications/index.d.ts +29 -0
- package/dist/commonjs/classic/applications/index.js +80 -0
- package/dist/commonjs/classic/applications/index.js.map +7 -0
- package/dist/commonjs/classic/clusters/index.d.ts +71 -0
- package/dist/commonjs/classic/clusters/index.js +185 -0
- package/dist/commonjs/classic/clusters/index.js.map +7 -0
- package/dist/commonjs/classic/configurations/index.d.ts +20 -0
- package/dist/commonjs/classic/configurations/index.js +63 -0
- package/dist/commonjs/classic/configurations/index.js.map +7 -0
- package/dist/commonjs/classic/extensions/index.d.ts +68 -0
- package/dist/commonjs/classic/extensions/index.js +154 -0
- package/dist/commonjs/classic/extensions/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +12 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/locations/index.d.ts +20 -0
- package/dist/commonjs/classic/locations/index.js +43 -0
- package/dist/commonjs/classic/locations/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +91 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +12 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +39 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/scriptActions/index.d.ts +17 -0
- package/dist/commonjs/classic/scriptActions/index.js +47 -0
- package/dist/commonjs/classic/scriptActions/index.js.map +7 -0
- package/dist/commonjs/classic/scriptExecutionHistory/index.d.ts +13 -0
- package/dist/commonjs/classic/scriptExecutionHistory/index.js +39 -0
- package/dist/commonjs/classic/scriptExecutionHistory/index.js.map +7 -0
- package/dist/commonjs/classic/virtualMachines/index.d.ts +20 -0
- package/dist/commonjs/classic/virtualMachines/index.js +49 -0
- package/dist/commonjs/classic/virtualMachines/index.js.map +7 -0
- package/dist/commonjs/hdInsightManagementClient.d.ts +45 -0
- package/dist/commonjs/hdInsightManagementClient.js +94 -0
- package/dist/commonjs/hdInsightManagementClient.js.map +7 -0
- package/dist/commonjs/index.d.ts +24 -4
- package/dist/commonjs/index.js +73 -19
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -2086
- package/dist/commonjs/models/index.js +64 -201
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +1741 -0
- package/dist/commonjs/models/models.js +2180 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +142 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/applications/index.d.ts +3 -0
- package/dist/esm/api/applications/index.js +4 -0
- package/dist/esm/api/applications/index.js.map +1 -0
- package/dist/esm/api/applications/operations.d.ts +27 -0
- package/dist/esm/api/applications/operations.js +165 -0
- package/dist/esm/api/applications/operations.js.map +1 -0
- package/dist/esm/api/applications/options.d.ts +21 -0
- package/dist/esm/api/applications/options.js +4 -0
- package/dist/esm/api/applications/options.js.map +1 -0
- package/dist/esm/api/clusters/index.d.ts +3 -0
- package/dist/esm/api/clusters/index.js +4 -0
- package/dist/esm/api/clusters/index.js.map +1 -0
- package/dist/esm/api/clusters/operations.d.ts +63 -0
- package/dist/esm/api/clusters/operations.js +453 -0
- package/dist/esm/api/clusters/operations.js.map +1 -0
- package/dist/esm/api/clusters/options.d.ts +60 -0
- package/dist/esm/api/clusters/options.js +4 -0
- package/dist/esm/api/clusters/options.js.map +1 -0
- package/dist/esm/api/configurations/index.d.ts +3 -0
- package/dist/esm/api/configurations/index.js +4 -0
- package/dist/esm/api/configurations/index.js.map +1 -0
- package/dist/esm/api/configurations/operations.d.ts +18 -0
- package/dist/esm/api/configurations/operations.js +99 -0
- package/dist/esm/api/configurations/operations.js.map +1 -0
- package/dist/esm/api/configurations/options.d.ts +13 -0
- package/dist/esm/api/configurations/options.js +4 -0
- package/dist/esm/api/configurations/options.js.map +1 -0
- package/dist/esm/api/extensions/index.d.ts +3 -0
- package/dist/esm/api/extensions/index.js +4 -0
- package/dist/esm/api/extensions/index.js.map +1 -0
- package/dist/esm/api/extensions/operations.d.ts +58 -0
- package/dist/esm/api/extensions/operations.js +408 -0
- package/dist/esm/api/extensions/operations.js.map +1 -0
- package/dist/esm/api/extensions/options.d.ts +57 -0
- package/dist/esm/api/extensions/options.js +4 -0
- package/dist/esm/api/extensions/options.js.map +1 -0
- package/dist/esm/api/hdInsightManagementContext.d.ts +22 -0
- package/dist/esm/api/hdInsightManagementContext.js +24 -0
- package/dist/esm/api/hdInsightManagementContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/locations/index.d.ts +3 -0
- package/dist/esm/api/locations/index.js +4 -0
- package/dist/esm/api/locations/index.js.map +1 -0
- package/dist/esm/api/locations/operations.d.ts +29 -0
- package/dist/esm/api/locations/operations.js +173 -0
- package/dist/esm/api/locations/operations.js.map +1 -0
- package/dist/esm/api/locations/options.d.ts +20 -0
- package/dist/esm/api/locations/options.js +4 -0
- package/dist/esm/api/locations/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +35 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +135 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +13 -0
- package/dist/esm/api/privateLinkResources/operations.js +63 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/scriptActions/index.d.ts +3 -0
- package/dist/esm/api/scriptActions/index.js +4 -0
- package/dist/esm/api/scriptActions/index.js.map +1 -0
- package/dist/esm/api/scriptActions/operations.d.ts +22 -0
- package/dist/esm/api/scriptActions/operations.js +122 -0
- package/dist/esm/api/scriptActions/operations.js.map +1 -0
- package/dist/esm/api/scriptActions/options.d.ts +14 -0
- package/dist/esm/api/scriptActions/options.js +4 -0
- package/dist/esm/api/scriptActions/options.js.map +1 -0
- package/dist/esm/api/scriptExecutionHistory/index.d.ts +3 -0
- package/dist/esm/api/scriptExecutionHistory/index.js +4 -0
- package/dist/esm/api/scriptExecutionHistory/index.js.map +1 -0
- package/dist/esm/api/scriptExecutionHistory/operations.d.ts +14 -0
- package/dist/esm/api/scriptExecutionHistory/operations.js +64 -0
- package/dist/esm/api/scriptExecutionHistory/operations.js.map +1 -0
- package/dist/esm/api/scriptExecutionHistory/options.d.ts +8 -0
- package/dist/esm/api/scriptExecutionHistory/options.js +4 -0
- package/dist/esm/api/scriptExecutionHistory/options.js.map +1 -0
- package/dist/esm/api/virtualMachines/index.d.ts +3 -0
- package/dist/esm/api/virtualMachines/index.js +4 -0
- package/dist/esm/api/virtualMachines/index.js.map +1 -0
- package/dist/esm/api/virtualMachines/operations.d.ts +18 -0
- package/dist/esm/api/virtualMachines/operations.js +100 -0
- package/dist/esm/api/virtualMachines/operations.js.map +1 -0
- package/dist/esm/api/virtualMachines/options.d.ts +13 -0
- package/dist/esm/api/virtualMachines/options.js +4 -0
- package/dist/esm/api/virtualMachines/options.js.map +1 -0
- package/dist/esm/classic/applications/index.d.ts +29 -0
- package/dist/esm/classic/applications/index.js +35 -0
- package/dist/esm/classic/applications/index.js.map +1 -0
- package/dist/esm/classic/clusters/index.d.ts +71 -0
- package/dist/esm/classic/clusters/index.js +92 -0
- package/dist/esm/classic/clusters/index.js.map +1 -0
- package/dist/esm/classic/configurations/index.d.ts +20 -0
- package/dist/esm/classic/configurations/index.js +25 -0
- package/dist/esm/classic/configurations/index.js.map +1 -0
- package/dist/esm/classic/extensions/index.d.ts +68 -0
- package/dist/esm/classic/extensions/index.js +91 -0
- package/dist/esm/classic/extensions/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +12 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/locations/index.d.ts +20 -0
- package/dist/esm/classic/locations/index.js +19 -0
- package/dist/esm/classic/locations/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +12 -0
- package/dist/esm/classic/privateLinkResources/index.js +15 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/scriptActions/index.d.ts +17 -0
- package/dist/esm/classic/scriptActions/index.js +17 -0
- package/dist/esm/classic/scriptActions/index.js.map +1 -0
- package/dist/esm/classic/scriptExecutionHistory/index.d.ts +13 -0
- package/dist/esm/classic/scriptExecutionHistory/index.js +15 -0
- package/dist/esm/classic/scriptExecutionHistory/index.js.map +1 -0
- package/dist/esm/classic/virtualMachines/index.d.ts +20 -0
- package/dist/esm/classic/virtualMachines/index.js +25 -0
- package/dist/esm/classic/virtualMachines/index.js.map +1 -0
- package/dist/esm/hdInsightManagementClient.d.ts +45 -0
- package/dist/esm/hdInsightManagementClient.js +73 -0
- package/dist/esm/hdInsightManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +24 -4
- package/dist/esm/index.js +7 -12
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -2086
- package/dist/esm/models/index.js +3 -197
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1741 -0
- package/dist/esm/models/models.js +2021 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +129 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +271 -96
- package/dist/browser/hDInsightManagementClient.d.ts +0 -31
- package/dist/browser/hDInsightManagementClient.d.ts.map +0 -1
- package/dist/browser/hDInsightManagementClient.js +0 -125
- package/dist/browser/hDInsightManagementClient.js.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -25
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -113
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -3867
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -37
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -280
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/applications.d.ts +0 -90
- package/dist/browser/operations/applications.d.ts.map +0 -1
- package/dist/browser/operations/applications.js +0 -383
- package/dist/browser/operations/applications.js.map +0 -1
- package/dist/browser/operations/clusters.d.ts +0 -214
- package/dist/browser/operations/clusters.d.ts.map +0 -1
- package/dist/browser/operations/clusters.js +0 -1018
- package/dist/browser/operations/clusters.js.map +0 -1
- package/dist/browser/operations/configurations.d.ts +0 -54
- package/dist/browser/operations/configurations.d.ts.map +0 -1
- package/dist/browser/operations/configurations.js +0 -185
- package/dist/browser/operations/configurations.js.map +0 -1
- package/dist/browser/operations/extensions.d.ts +0 -176
- package/dist/browser/operations/extensions.d.ts.map +0 -1
- package/dist/browser/operations/extensions.js +0 -842
- package/dist/browser/operations/extensions.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -12
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -19
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/locations.d.ts +0 -52
- package/dist/browser/operations/locations.d.ts.map +0 -1
- package/dist/browser/operations/locations.js +0 -180
- package/dist/browser/operations/locations.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -81
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -359
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -28
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -86
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/scriptActions.d.ts +0 -62
- package/dist/browser/operations/scriptActions.d.ts.map +0 -1
- package/dist/browser/operations/scriptActions.js +0 -228
- package/dist/browser/operations/scriptActions.js.map +0 -1
- package/dist/browser/operations/scriptExecutionHistory.d.ts +0 -46
- package/dist/browser/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/dist/browser/operations/scriptExecutionHistory.js +0 -163
- package/dist/browser/operations/scriptExecutionHistory.js.map +0 -1
- package/dist/browser/operations/virtualMachines.d.ts +0 -45
- package/dist/browser/operations/virtualMachines.d.ts.map +0 -1
- package/dist/browser/operations/virtualMachines.js +0 -176
- package/dist/browser/operations/virtualMachines.js.map +0 -1
- package/dist/browser/operationsInterfaces/applications.d.ts +0 -65
- package/dist/browser/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/applications.js +0 -9
- package/dist/browser/operationsInterfaces/applications.js.map +0 -1
- package/dist/browser/operationsInterfaces/clusters.d.ts +0 -178
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/clusters.js +0 -9
- package/dist/browser/operationsInterfaces/clusters.js.map +0 -1
- package/dist/browser/operationsInterfaces/configurations.d.ts +0 -46
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/configurations.js +0 -9
- package/dist/browser/operationsInterfaces/configurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/extensions.d.ts +0 -168
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/extensions.js +0 -9
- package/dist/browser/operationsInterfaces/extensions.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -12
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -19
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/locations.d.ts +0 -44
- package/dist/browser/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/locations.js +0 -9
- package/dist/browser/operationsInterfaces/locations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/scriptActions.d.ts +0 -37
- package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/scriptActions.js +0 -9
- package/dist/browser/operationsInterfaces/scriptActions.js.map +0 -1
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.js +0 -9
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts +0 -37
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/virtualMachines.js +0 -9
- package/dist/browser/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/hDInsightManagementClient.d.ts +0 -31
- package/dist/commonjs/hDInsightManagementClient.d.ts.map +0 -1
- package/dist/commonjs/hDInsightManagementClient.js +0 -130
- package/dist/commonjs/hDInsightManagementClient.js.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -28
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -113
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -3872
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -37
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -283
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/applications.d.ts +0 -90
- package/dist/commonjs/operations/applications.d.ts.map +0 -1
- package/dist/commonjs/operations/applications.js +0 -388
- package/dist/commonjs/operations/applications.js.map +0 -1
- package/dist/commonjs/operations/clusters.d.ts +0 -214
- package/dist/commonjs/operations/clusters.d.ts.map +0 -1
- package/dist/commonjs/operations/clusters.js +0 -1023
- package/dist/commonjs/operations/clusters.js.map +0 -1
- package/dist/commonjs/operations/configurations.d.ts +0 -54
- package/dist/commonjs/operations/configurations.d.ts.map +0 -1
- package/dist/commonjs/operations/configurations.js +0 -190
- package/dist/commonjs/operations/configurations.js.map +0 -1
- package/dist/commonjs/operations/extensions.d.ts +0 -176
- package/dist/commonjs/operations/extensions.d.ts.map +0 -1
- package/dist/commonjs/operations/extensions.js +0 -847
- package/dist/commonjs/operations/extensions.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -12
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -22
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/locations.d.ts +0 -52
- package/dist/commonjs/operations/locations.d.ts.map +0 -1
- package/dist/commonjs/operations/locations.js +0 -185
- package/dist/commonjs/operations/locations.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -81
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -364
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -28
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -91
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/scriptActions.d.ts +0 -62
- package/dist/commonjs/operations/scriptActions.d.ts.map +0 -1
- package/dist/commonjs/operations/scriptActions.js +0 -233
- package/dist/commonjs/operations/scriptActions.js.map +0 -1
- package/dist/commonjs/operations/scriptExecutionHistory.d.ts +0 -46
- package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/dist/commonjs/operations/scriptExecutionHistory.js +0 -168
- package/dist/commonjs/operations/scriptExecutionHistory.js.map +0 -1
- package/dist/commonjs/operations/virtualMachines.d.ts +0 -45
- package/dist/commonjs/operations/virtualMachines.d.ts.map +0 -1
- package/dist/commonjs/operations/virtualMachines.js +0 -181
- package/dist/commonjs/operations/virtualMachines.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/applications.d.ts +0 -65
- package/dist/commonjs/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/applications.js +0 -10
- package/dist/commonjs/operationsInterfaces/applications.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +0 -178
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/clusters.js +0 -10
- package/dist/commonjs/operationsInterfaces/clusters.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +0 -46
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/configurations.js +0 -10
- package/dist/commonjs/operationsInterfaces/configurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +0 -168
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/extensions.js +0 -10
- package/dist/commonjs/operationsInterfaces/extensions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -22
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/locations.d.ts +0 -44
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/locations.js +0 -10
- package/dist/commonjs/operationsInterfaces/locations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +0 -37
- package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/scriptActions.js +0 -10
- package/dist/commonjs/operationsInterfaces/scriptActions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js +0 -10
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +0 -37
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/virtualMachines.js +0 -10
- package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/hDInsightManagementClient.d.ts +0 -31
- package/dist/esm/hDInsightManagementClient.d.ts.map +0 -1
- package/dist/esm/hDInsightManagementClient.js +0 -125
- package/dist/esm/hDInsightManagementClient.js.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -25
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -113
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -3867
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -37
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -280
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/applications.d.ts +0 -90
- package/dist/esm/operations/applications.d.ts.map +0 -1
- package/dist/esm/operations/applications.js +0 -383
- package/dist/esm/operations/applications.js.map +0 -1
- package/dist/esm/operations/clusters.d.ts +0 -214
- package/dist/esm/operations/clusters.d.ts.map +0 -1
- package/dist/esm/operations/clusters.js +0 -1018
- package/dist/esm/operations/clusters.js.map +0 -1
- package/dist/esm/operations/configurations.d.ts +0 -54
- package/dist/esm/operations/configurations.d.ts.map +0 -1
- package/dist/esm/operations/configurations.js +0 -185
- package/dist/esm/operations/configurations.js.map +0 -1
- package/dist/esm/operations/extensions.d.ts +0 -176
- package/dist/esm/operations/extensions.d.ts.map +0 -1
- package/dist/esm/operations/extensions.js +0 -842
- package/dist/esm/operations/extensions.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -12
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -19
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/locations.d.ts +0 -52
- package/dist/esm/operations/locations.d.ts.map +0 -1
- package/dist/esm/operations/locations.js +0 -180
- package/dist/esm/operations/locations.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -81
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -359
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -28
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -86
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/scriptActions.d.ts +0 -62
- package/dist/esm/operations/scriptActions.d.ts.map +0 -1
- package/dist/esm/operations/scriptActions.js +0 -228
- package/dist/esm/operations/scriptActions.js.map +0 -1
- package/dist/esm/operations/scriptExecutionHistory.d.ts +0 -46
- package/dist/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/dist/esm/operations/scriptExecutionHistory.js +0 -163
- package/dist/esm/operations/scriptExecutionHistory.js.map +0 -1
- package/dist/esm/operations/virtualMachines.d.ts +0 -45
- package/dist/esm/operations/virtualMachines.d.ts.map +0 -1
- package/dist/esm/operations/virtualMachines.js +0 -176
- package/dist/esm/operations/virtualMachines.js.map +0 -1
- package/dist/esm/operationsInterfaces/applications.d.ts +0 -65
- package/dist/esm/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/applications.js +0 -9
- package/dist/esm/operationsInterfaces/applications.js.map +0 -1
- package/dist/esm/operationsInterfaces/clusters.d.ts +0 -178
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/clusters.js +0 -9
- package/dist/esm/operationsInterfaces/clusters.js.map +0 -1
- package/dist/esm/operationsInterfaces/configurations.d.ts +0 -46
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/configurations.js +0 -9
- package/dist/esm/operationsInterfaces/configurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/extensions.d.ts +0 -168
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/extensions.js +0 -9
- package/dist/esm/operationsInterfaces/extensions.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -12
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -19
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/locations.d.ts +0 -44
- package/dist/esm/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/locations.js +0 -9
- package/dist/esm/operationsInterfaces/locations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/scriptActions.d.ts +0 -37
- package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/scriptActions.js +0 -9
- package/dist/esm/operationsInterfaces/scriptActions.js.map +0 -1
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.js +0 -9
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts +0 -37
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/virtualMachines.js +0 -9
- package/dist/esm/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/hDInsightManagementClient.d.ts +0 -31
- package/dist/react-native/hDInsightManagementClient.d.ts.map +0 -1
- package/dist/react-native/hDInsightManagementClient.js +0 -125
- package/dist/react-native/hDInsightManagementClient.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -25
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -2087
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -198
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -113
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -3867
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -37
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -280
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/applications.d.ts +0 -90
- package/dist/react-native/operations/applications.d.ts.map +0 -1
- package/dist/react-native/operations/applications.js +0 -383
- package/dist/react-native/operations/applications.js.map +0 -1
- package/dist/react-native/operations/clusters.d.ts +0 -214
- package/dist/react-native/operations/clusters.d.ts.map +0 -1
- package/dist/react-native/operations/clusters.js +0 -1018
- package/dist/react-native/operations/clusters.js.map +0 -1
- package/dist/react-native/operations/configurations.d.ts +0 -54
- package/dist/react-native/operations/configurations.d.ts.map +0 -1
- package/dist/react-native/operations/configurations.js +0 -185
- package/dist/react-native/operations/configurations.js.map +0 -1
- package/dist/react-native/operations/extensions.d.ts +0 -176
- package/dist/react-native/operations/extensions.d.ts.map +0 -1
- package/dist/react-native/operations/extensions.js +0 -842
- package/dist/react-native/operations/extensions.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -12
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -19
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/locations.d.ts +0 -52
- package/dist/react-native/operations/locations.d.ts.map +0 -1
- package/dist/react-native/operations/locations.js +0 -180
- package/dist/react-native/operations/locations.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -81
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -359
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -28
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -86
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/scriptActions.d.ts +0 -62
- package/dist/react-native/operations/scriptActions.d.ts.map +0 -1
- package/dist/react-native/operations/scriptActions.js +0 -228
- package/dist/react-native/operations/scriptActions.js.map +0 -1
- package/dist/react-native/operations/scriptExecutionHistory.d.ts +0 -46
- package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/dist/react-native/operations/scriptExecutionHistory.js +0 -163
- package/dist/react-native/operations/scriptExecutionHistory.js.map +0 -1
- package/dist/react-native/operations/virtualMachines.d.ts +0 -45
- package/dist/react-native/operations/virtualMachines.d.ts.map +0 -1
- package/dist/react-native/operations/virtualMachines.js +0 -176
- package/dist/react-native/operations/virtualMachines.js.map +0 -1
- package/dist/react-native/operationsInterfaces/applications.d.ts +0 -65
- package/dist/react-native/operationsInterfaces/applications.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/applications.js +0 -9
- package/dist/react-native/operationsInterfaces/applications.js.map +0 -1
- package/dist/react-native/operationsInterfaces/clusters.d.ts +0 -178
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/clusters.js +0 -9
- package/dist/react-native/operationsInterfaces/clusters.js.map +0 -1
- package/dist/react-native/operationsInterfaces/configurations.d.ts +0 -46
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/configurations.js +0 -9
- package/dist/react-native/operationsInterfaces/configurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/extensions.d.ts +0 -168
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/extensions.js +0 -9
- package/dist/react-native/operationsInterfaces/extensions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -19
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/locations.d.ts +0 -44
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/locations.js +0 -9
- package/dist/react-native/operationsInterfaces/locations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -9
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/scriptActions.d.ts +0 -37
- package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/scriptActions.js +0 -9
- package/dist/react-native/operationsInterfaces/scriptActions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js +0 -9
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +0 -1
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +0 -37
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/virtualMachines.js +0 -9
- package/dist/react-native/operationsInterfaces/virtualMachines.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -0,0 +1,1741 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** Result of the request to list HDInsight operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
6
|
+
export interface _OperationListResult {
|
|
7
|
+
/** The list of HDInsight operations supported by the HDInsight resource provider. */
|
|
8
|
+
readonly value?: Operation[];
|
|
9
|
+
/** The URL to get the next set of operation list results if there are any. */
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** The HDInsight REST API operation. */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** The operation name: {provider}/{resource}/{operation} */
|
|
17
|
+
name?: string;
|
|
18
|
+
/** The display of operation. */
|
|
19
|
+
display?: OperationDisplay;
|
|
20
|
+
/** The operation properties. */
|
|
21
|
+
properties?: OperationProperties;
|
|
22
|
+
}
|
|
23
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
24
|
+
/** The object that represents the operation. */
|
|
25
|
+
export interface OperationDisplay {
|
|
26
|
+
/** The service provider: Microsoft.HDInsight */
|
|
27
|
+
provider?: string;
|
|
28
|
+
/** The resource on which the operation is performed: Cluster, Applications, etc. */
|
|
29
|
+
resource?: string;
|
|
30
|
+
/** The operation type: read, write, delete, etc. */
|
|
31
|
+
operation?: string;
|
|
32
|
+
/** Localized friendly description for the operation */
|
|
33
|
+
description?: string;
|
|
34
|
+
}
|
|
35
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
36
|
+
/** The details of operation. */
|
|
37
|
+
export interface OperationProperties {
|
|
38
|
+
/** The specification of the service. */
|
|
39
|
+
serviceSpecification?: ServiceSpecification;
|
|
40
|
+
}
|
|
41
|
+
export declare function operationPropertiesDeserializer(item: any): OperationProperties;
|
|
42
|
+
/** The specification of the service. */
|
|
43
|
+
export interface ServiceSpecification {
|
|
44
|
+
/** The metric specifications. */
|
|
45
|
+
metricSpecifications?: MetricSpecifications[];
|
|
46
|
+
}
|
|
47
|
+
export declare function serviceSpecificationDeserializer(item: any): ServiceSpecification;
|
|
48
|
+
export declare function metricSpecificationsArrayDeserializer(result: Array<MetricSpecifications>): any[];
|
|
49
|
+
/** The details of metric specifications. */
|
|
50
|
+
export interface MetricSpecifications {
|
|
51
|
+
/** The name of the metric specification. */
|
|
52
|
+
name?: string;
|
|
53
|
+
/** The display name of the metric specification. */
|
|
54
|
+
displayName?: string;
|
|
55
|
+
/** The display description of the metric specification. */
|
|
56
|
+
displayDescription?: string;
|
|
57
|
+
/** The unit of the metric specification. */
|
|
58
|
+
unit?: string;
|
|
59
|
+
/** The aggregation type of the metric specification. */
|
|
60
|
+
aggregationType?: string;
|
|
61
|
+
/** The supported aggregation types of the metric specification. */
|
|
62
|
+
supportedAggregationTypes?: string[];
|
|
63
|
+
/** The supported time grain types of the metric specification. */
|
|
64
|
+
supportedTimeGrainTypes?: string[];
|
|
65
|
+
/** The flag indicates whether enable regional mdm account or not. */
|
|
66
|
+
enableRegionalMdmAccount?: boolean;
|
|
67
|
+
/** The source mdm account. */
|
|
68
|
+
sourceMdmAccount?: string;
|
|
69
|
+
/** The source mdm namespace. */
|
|
70
|
+
sourceMdmNamespace?: string;
|
|
71
|
+
/** The metric filter pattern. */
|
|
72
|
+
metricFilterPattern?: string;
|
|
73
|
+
/** The flag indicates whether filling gap with zero. */
|
|
74
|
+
fillGapWithZero?: boolean;
|
|
75
|
+
/** The category of the metric. */
|
|
76
|
+
category?: string;
|
|
77
|
+
/** The override name of resource id dimension name. */
|
|
78
|
+
resourceIdDimensionNameOverride?: string;
|
|
79
|
+
/** The flag indicates whether the metric is internal or not. */
|
|
80
|
+
isInternal?: boolean;
|
|
81
|
+
/** The override name of delegate metric. */
|
|
82
|
+
delegateMetricNameOverride?: string;
|
|
83
|
+
/** The dimensions of the metric specification. */
|
|
84
|
+
dimensions?: Dimension[];
|
|
85
|
+
}
|
|
86
|
+
export declare function metricSpecificationsDeserializer(item: any): MetricSpecifications;
|
|
87
|
+
export declare function dimensionArrayDeserializer(result: Array<Dimension>): any[];
|
|
88
|
+
/** The definition of Dimension. */
|
|
89
|
+
export interface Dimension {
|
|
90
|
+
/** The name of the dimension. */
|
|
91
|
+
name?: string;
|
|
92
|
+
/** The display name of the dimension. */
|
|
93
|
+
displayName?: string;
|
|
94
|
+
/** The display name of the dimension. */
|
|
95
|
+
internalName?: string;
|
|
96
|
+
/** The flag indicates whether the metric will be exported for shoebox or not. */
|
|
97
|
+
toBeExportedForShoebox?: boolean;
|
|
98
|
+
}
|
|
99
|
+
export declare function dimensionDeserializer(item: any): Dimension;
|
|
100
|
+
/** Describes the format of Error response. */
|
|
101
|
+
export interface ErrorResponse {
|
|
102
|
+
/** Error code */
|
|
103
|
+
code?: string;
|
|
104
|
+
/** Error message indicating why the operation failed. */
|
|
105
|
+
message?: string;
|
|
106
|
+
}
|
|
107
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
108
|
+
/** The HDInsight cluster application */
|
|
109
|
+
export interface Application extends ProxyResource {
|
|
110
|
+
/** The properties of the application. */
|
|
111
|
+
properties?: ApplicationProperties;
|
|
112
|
+
/** The ETag for the application */
|
|
113
|
+
etag?: string;
|
|
114
|
+
/** The tags for the application. */
|
|
115
|
+
tags?: Record<string, string>;
|
|
116
|
+
}
|
|
117
|
+
export declare function applicationSerializer(item: Application): any;
|
|
118
|
+
export declare function applicationDeserializer(item: any): Application;
|
|
119
|
+
/** The HDInsight cluster application GET response. */
|
|
120
|
+
export interface ApplicationProperties {
|
|
121
|
+
/** The list of roles in the cluster. */
|
|
122
|
+
computeProfile?: ComputeProfile;
|
|
123
|
+
/** The list of install script actions. */
|
|
124
|
+
installScriptActions?: RuntimeScriptAction[];
|
|
125
|
+
/** The list of uninstall script actions. */
|
|
126
|
+
uninstallScriptActions?: RuntimeScriptAction[];
|
|
127
|
+
/** The list of application HTTPS endpoints. */
|
|
128
|
+
httpsEndpoints?: ApplicationGetHttpsEndpoint[];
|
|
129
|
+
/** The list of application SSH endpoints. */
|
|
130
|
+
sshEndpoints?: ApplicationGetEndpoint[];
|
|
131
|
+
/** The provisioning state of the application. */
|
|
132
|
+
readonly provisioningState?: string;
|
|
133
|
+
/** The application type. */
|
|
134
|
+
applicationType?: string;
|
|
135
|
+
/** The application state. */
|
|
136
|
+
readonly applicationState?: string;
|
|
137
|
+
/** The list of errors. */
|
|
138
|
+
errors?: Errors[];
|
|
139
|
+
/** The application create date time. */
|
|
140
|
+
readonly createdDate?: string;
|
|
141
|
+
/** The marketplace identifier. */
|
|
142
|
+
readonly marketplaceIdentifier?: string;
|
|
143
|
+
/** The private link configurations. */
|
|
144
|
+
privateLinkConfigurations?: PrivateLinkConfiguration[];
|
|
145
|
+
}
|
|
146
|
+
export declare function applicationPropertiesSerializer(item: ApplicationProperties): any;
|
|
147
|
+
export declare function applicationPropertiesDeserializer(item: any): ApplicationProperties;
|
|
148
|
+
/** Describes the compute profile. */
|
|
149
|
+
export interface ComputeProfile {
|
|
150
|
+
/** The list of roles in the cluster. */
|
|
151
|
+
roles?: Role[];
|
|
152
|
+
}
|
|
153
|
+
export declare function computeProfileSerializer(item: ComputeProfile): any;
|
|
154
|
+
export declare function computeProfileDeserializer(item: any): ComputeProfile;
|
|
155
|
+
export declare function roleArraySerializer(result: Array<Role>): any[];
|
|
156
|
+
export declare function roleArrayDeserializer(result: Array<Role>): any[];
|
|
157
|
+
/** Describes a role on the cluster. */
|
|
158
|
+
export interface Role {
|
|
159
|
+
/** The name of the role. */
|
|
160
|
+
name?: string;
|
|
161
|
+
/** The minimum instance count of the cluster. */
|
|
162
|
+
minInstanceCount?: number;
|
|
163
|
+
/** The instance count of the cluster. */
|
|
164
|
+
targetInstanceCount?: number;
|
|
165
|
+
/** The name of the virtual machine group. */
|
|
166
|
+
vMGroupName?: string;
|
|
167
|
+
/** The autoscale configurations. */
|
|
168
|
+
autoscaleConfiguration?: Autoscale;
|
|
169
|
+
/** The hardware profile. */
|
|
170
|
+
hardwareProfile?: HardwareProfile;
|
|
171
|
+
/** The operating system profile. */
|
|
172
|
+
osProfile?: OsProfile;
|
|
173
|
+
/** The virtual network profile. */
|
|
174
|
+
virtualNetworkProfile?: VirtualNetworkProfile;
|
|
175
|
+
/** The data disks groups for the role. */
|
|
176
|
+
dataDisksGroups?: DataDisksGroups[];
|
|
177
|
+
/** The list of script actions on the role. */
|
|
178
|
+
scriptActions?: ScriptAction[];
|
|
179
|
+
/** Indicates whether encrypt the data disks. */
|
|
180
|
+
encryptDataDisks?: boolean;
|
|
181
|
+
}
|
|
182
|
+
export declare function roleSerializer(item: Role): any;
|
|
183
|
+
export declare function roleDeserializer(item: any): Role;
|
|
184
|
+
/** The autoscale request parameters */
|
|
185
|
+
export interface Autoscale {
|
|
186
|
+
/** Parameters for load-based autoscale */
|
|
187
|
+
capacity?: AutoscaleCapacity;
|
|
188
|
+
/** Parameters for schedule-based autoscale */
|
|
189
|
+
recurrence?: AutoscaleRecurrence;
|
|
190
|
+
}
|
|
191
|
+
export declare function autoscaleSerializer(item: Autoscale): any;
|
|
192
|
+
export declare function autoscaleDeserializer(item: any): Autoscale;
|
|
193
|
+
/** The load-based autoscale request parameters */
|
|
194
|
+
export interface AutoscaleCapacity {
|
|
195
|
+
/** The minimum instance count of the cluster */
|
|
196
|
+
minInstanceCount?: number;
|
|
197
|
+
/** The maximum instance count of the cluster */
|
|
198
|
+
maxInstanceCount?: number;
|
|
199
|
+
}
|
|
200
|
+
export declare function autoscaleCapacitySerializer(item: AutoscaleCapacity): any;
|
|
201
|
+
export declare function autoscaleCapacityDeserializer(item: any): AutoscaleCapacity;
|
|
202
|
+
/** Schedule-based autoscale request parameters */
|
|
203
|
+
export interface AutoscaleRecurrence {
|
|
204
|
+
/** The time zone for the autoscale schedule times */
|
|
205
|
+
timeZone?: string;
|
|
206
|
+
/** Array of schedule-based autoscale rules */
|
|
207
|
+
schedule?: AutoscaleSchedule[];
|
|
208
|
+
}
|
|
209
|
+
export declare function autoscaleRecurrenceSerializer(item: AutoscaleRecurrence): any;
|
|
210
|
+
export declare function autoscaleRecurrenceDeserializer(item: any): AutoscaleRecurrence;
|
|
211
|
+
export declare function autoscaleScheduleArraySerializer(result: Array<AutoscaleSchedule>): any[];
|
|
212
|
+
export declare function autoscaleScheduleArrayDeserializer(result: Array<AutoscaleSchedule>): any[];
|
|
213
|
+
/** Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity */
|
|
214
|
+
export interface AutoscaleSchedule {
|
|
215
|
+
/** Days of the week for a schedule-based autoscale rule */
|
|
216
|
+
days?: DaysOfWeek[];
|
|
217
|
+
/** Time and capacity for a schedule-based autoscale rule */
|
|
218
|
+
timeAndCapacity?: AutoscaleTimeAndCapacity;
|
|
219
|
+
}
|
|
220
|
+
export declare function autoscaleScheduleSerializer(item: AutoscaleSchedule): any;
|
|
221
|
+
export declare function autoscaleScheduleDeserializer(item: any): AutoscaleSchedule;
|
|
222
|
+
/** Known values of {@link DaysOfWeek} that the service accepts. */
|
|
223
|
+
export declare enum KnownDaysOfWeek {
|
|
224
|
+
/** Monday */
|
|
225
|
+
Monday = "Monday",
|
|
226
|
+
/** Tuesday */
|
|
227
|
+
Tuesday = "Tuesday",
|
|
228
|
+
/** Wednesday */
|
|
229
|
+
Wednesday = "Wednesday",
|
|
230
|
+
/** Thursday */
|
|
231
|
+
Thursday = "Thursday",
|
|
232
|
+
/** Friday */
|
|
233
|
+
Friday = "Friday",
|
|
234
|
+
/** Saturday */
|
|
235
|
+
Saturday = "Saturday",
|
|
236
|
+
/** Sunday */
|
|
237
|
+
Sunday = "Sunday"
|
|
238
|
+
}
|
|
239
|
+
/** Type of DaysOfWeek */
|
|
240
|
+
export type DaysOfWeek = string;
|
|
241
|
+
/** Time and capacity request parameters */
|
|
242
|
+
export interface AutoscaleTimeAndCapacity {
|
|
243
|
+
/** 24-hour time in the form xx:xx */
|
|
244
|
+
time?: string;
|
|
245
|
+
/** The minimum instance count of the cluster */
|
|
246
|
+
minInstanceCount?: number;
|
|
247
|
+
/** The maximum instance count of the cluster */
|
|
248
|
+
maxInstanceCount?: number;
|
|
249
|
+
}
|
|
250
|
+
export declare function autoscaleTimeAndCapacitySerializer(item: AutoscaleTimeAndCapacity): any;
|
|
251
|
+
export declare function autoscaleTimeAndCapacityDeserializer(item: any): AutoscaleTimeAndCapacity;
|
|
252
|
+
/** The hardware profile. */
|
|
253
|
+
export interface HardwareProfile {
|
|
254
|
+
/** The size of the VM */
|
|
255
|
+
vmSize?: string;
|
|
256
|
+
}
|
|
257
|
+
export declare function hardwareProfileSerializer(item: HardwareProfile): any;
|
|
258
|
+
export declare function hardwareProfileDeserializer(item: any): HardwareProfile;
|
|
259
|
+
/** The Linux operation systems profile. */
|
|
260
|
+
export interface OsProfile {
|
|
261
|
+
/** The Linux OS profile. */
|
|
262
|
+
linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;
|
|
263
|
+
}
|
|
264
|
+
export declare function osProfileSerializer(item: OsProfile): any;
|
|
265
|
+
export declare function osProfileDeserializer(item: any): OsProfile;
|
|
266
|
+
/** The ssh username, password, and ssh public key. */
|
|
267
|
+
export interface LinuxOperatingSystemProfile {
|
|
268
|
+
/** The username. */
|
|
269
|
+
username?: string;
|
|
270
|
+
/** The password. */
|
|
271
|
+
password?: string;
|
|
272
|
+
/** The SSH profile. */
|
|
273
|
+
sshProfile?: SshProfile;
|
|
274
|
+
}
|
|
275
|
+
export declare function linuxOperatingSystemProfileSerializer(item: LinuxOperatingSystemProfile): any;
|
|
276
|
+
export declare function linuxOperatingSystemProfileDeserializer(item: any): LinuxOperatingSystemProfile;
|
|
277
|
+
/** The list of SSH public keys. */
|
|
278
|
+
export interface SshProfile {
|
|
279
|
+
/** The list of SSH public keys. */
|
|
280
|
+
publicKeys?: SshPublicKey[];
|
|
281
|
+
}
|
|
282
|
+
export declare function sshProfileSerializer(item: SshProfile): any;
|
|
283
|
+
export declare function sshProfileDeserializer(item: any): SshProfile;
|
|
284
|
+
export declare function sshPublicKeyArraySerializer(result: Array<SshPublicKey>): any[];
|
|
285
|
+
export declare function sshPublicKeyArrayDeserializer(result: Array<SshPublicKey>): any[];
|
|
286
|
+
/** The SSH public key for the cluster nodes. */
|
|
287
|
+
export interface SshPublicKey {
|
|
288
|
+
/** The certificate for SSH. */
|
|
289
|
+
certificateData?: string;
|
|
290
|
+
}
|
|
291
|
+
export declare function sshPublicKeySerializer(item: SshPublicKey): any;
|
|
292
|
+
export declare function sshPublicKeyDeserializer(item: any): SshPublicKey;
|
|
293
|
+
/** The virtual network properties. */
|
|
294
|
+
export interface VirtualNetworkProfile {
|
|
295
|
+
/** The ID of the virtual network. */
|
|
296
|
+
id?: string;
|
|
297
|
+
/** The name of the subnet. */
|
|
298
|
+
subnet?: string;
|
|
299
|
+
}
|
|
300
|
+
export declare function virtualNetworkProfileSerializer(item: VirtualNetworkProfile): any;
|
|
301
|
+
export declare function virtualNetworkProfileDeserializer(item: any): VirtualNetworkProfile;
|
|
302
|
+
export declare function dataDisksGroupsArraySerializer(result: Array<DataDisksGroups>): any[];
|
|
303
|
+
export declare function dataDisksGroupsArrayDeserializer(result: Array<DataDisksGroups>): any[];
|
|
304
|
+
/** The data disks groups for the role. */
|
|
305
|
+
export interface DataDisksGroups {
|
|
306
|
+
/** The number of disks per node. */
|
|
307
|
+
disksPerNode?: number;
|
|
308
|
+
/** ReadOnly. The storage account type. Do not set this value. */
|
|
309
|
+
readonly storageAccountType?: string;
|
|
310
|
+
/** ReadOnly. The DiskSize in GB. Do not set this value. */
|
|
311
|
+
readonly diskSizeGB?: number;
|
|
312
|
+
}
|
|
313
|
+
export declare function dataDisksGroupsSerializer(item: DataDisksGroups): any;
|
|
314
|
+
export declare function dataDisksGroupsDeserializer(item: any): DataDisksGroups;
|
|
315
|
+
export declare function scriptActionArraySerializer(result: Array<ScriptAction>): any[];
|
|
316
|
+
export declare function scriptActionArrayDeserializer(result: Array<ScriptAction>): any[];
|
|
317
|
+
/** Describes a script action on role on the cluster. */
|
|
318
|
+
export interface ScriptAction {
|
|
319
|
+
/** The name of the script action. */
|
|
320
|
+
name: string;
|
|
321
|
+
/** The URI to the script. */
|
|
322
|
+
uri: string;
|
|
323
|
+
/** The parameters for the script provided. */
|
|
324
|
+
parameters: string;
|
|
325
|
+
}
|
|
326
|
+
export declare function scriptActionSerializer(item: ScriptAction): any;
|
|
327
|
+
export declare function scriptActionDeserializer(item: any): ScriptAction;
|
|
328
|
+
export declare function runtimeScriptActionArraySerializer(result: Array<RuntimeScriptAction>): any[];
|
|
329
|
+
export declare function runtimeScriptActionArrayDeserializer(result: Array<RuntimeScriptAction>): any[];
|
|
330
|
+
/** Describes a script action on a running cluster. */
|
|
331
|
+
export interface RuntimeScriptAction {
|
|
332
|
+
/** The name of the script action. */
|
|
333
|
+
name: string;
|
|
334
|
+
/** The URI to the script. */
|
|
335
|
+
uri: string;
|
|
336
|
+
/** The parameters for the script */
|
|
337
|
+
parameters?: string;
|
|
338
|
+
/** The list of roles where script will be executed. */
|
|
339
|
+
roles: string[];
|
|
340
|
+
/** The application name of the script action, if any. */
|
|
341
|
+
readonly applicationName?: string;
|
|
342
|
+
}
|
|
343
|
+
export declare function runtimeScriptActionSerializer(item: RuntimeScriptAction): any;
|
|
344
|
+
export declare function runtimeScriptActionDeserializer(item: any): RuntimeScriptAction;
|
|
345
|
+
export declare function applicationGetHttpsEndpointArraySerializer(result: Array<ApplicationGetHttpsEndpoint>): any[];
|
|
346
|
+
export declare function applicationGetHttpsEndpointArrayDeserializer(result: Array<ApplicationGetHttpsEndpoint>): any[];
|
|
347
|
+
/** Gets the application HTTP endpoints. */
|
|
348
|
+
export interface ApplicationGetHttpsEndpoint {
|
|
349
|
+
/** The list of access modes for the application. */
|
|
350
|
+
accessModes?: string[];
|
|
351
|
+
/** The location of the endpoint. */
|
|
352
|
+
readonly location?: string;
|
|
353
|
+
/** The destination port to connect to. */
|
|
354
|
+
destinationPort?: number;
|
|
355
|
+
/** The public port to connect to. */
|
|
356
|
+
readonly publicPort?: number;
|
|
357
|
+
/** The private ip address of the endpoint. */
|
|
358
|
+
privateIPAddress?: string;
|
|
359
|
+
/** The subdomain suffix of the application. */
|
|
360
|
+
subDomainSuffix?: string;
|
|
361
|
+
/** The value indicates whether to disable GatewayAuth. */
|
|
362
|
+
disableGatewayAuth?: boolean;
|
|
363
|
+
}
|
|
364
|
+
export declare function applicationGetHttpsEndpointSerializer(item: ApplicationGetHttpsEndpoint): any;
|
|
365
|
+
export declare function applicationGetHttpsEndpointDeserializer(item: any): ApplicationGetHttpsEndpoint;
|
|
366
|
+
export declare function applicationGetEndpointArraySerializer(result: Array<ApplicationGetEndpoint>): any[];
|
|
367
|
+
export declare function applicationGetEndpointArrayDeserializer(result: Array<ApplicationGetEndpoint>): any[];
|
|
368
|
+
/** Gets the application SSH endpoint */
|
|
369
|
+
export interface ApplicationGetEndpoint {
|
|
370
|
+
/** The location of the endpoint. */
|
|
371
|
+
location?: string;
|
|
372
|
+
/** The destination port to connect to. */
|
|
373
|
+
destinationPort?: number;
|
|
374
|
+
/** The public port to connect to. */
|
|
375
|
+
publicPort?: number;
|
|
376
|
+
/** The private ip address of the endpoint. */
|
|
377
|
+
privateIPAddress?: string;
|
|
378
|
+
}
|
|
379
|
+
export declare function applicationGetEndpointSerializer(item: ApplicationGetEndpoint): any;
|
|
380
|
+
export declare function applicationGetEndpointDeserializer(item: any): ApplicationGetEndpoint;
|
|
381
|
+
export declare function errorsArraySerializer(result: Array<Errors>): any[];
|
|
382
|
+
export declare function errorsArrayDeserializer(result: Array<Errors>): any[];
|
|
383
|
+
/** The error message associated with the cluster creation. */
|
|
384
|
+
export interface Errors {
|
|
385
|
+
/** The error code. */
|
|
386
|
+
code?: string;
|
|
387
|
+
/** The error message. */
|
|
388
|
+
message?: string;
|
|
389
|
+
}
|
|
390
|
+
export declare function errorsSerializer(item: Errors): any;
|
|
391
|
+
export declare function errorsDeserializer(item: any): Errors;
|
|
392
|
+
export declare function privateLinkConfigurationArraySerializer(result: Array<PrivateLinkConfiguration>): any[];
|
|
393
|
+
export declare function privateLinkConfigurationArrayDeserializer(result: Array<PrivateLinkConfiguration>): any[];
|
|
394
|
+
/** The private link configuration. */
|
|
395
|
+
export interface PrivateLinkConfiguration {
|
|
396
|
+
/** The private link configuration id. */
|
|
397
|
+
readonly id?: string;
|
|
398
|
+
/** The name of private link configuration. */
|
|
399
|
+
name: string;
|
|
400
|
+
/** The type of the private link configuration. */
|
|
401
|
+
readonly type?: string;
|
|
402
|
+
/** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */
|
|
403
|
+
groupId: string;
|
|
404
|
+
/** The private link configuration provisioning state, which only appears in the response. */
|
|
405
|
+
readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
|
|
406
|
+
/** The IP configurations for the private link service. */
|
|
407
|
+
ipConfigurations: IPConfiguration[];
|
|
408
|
+
}
|
|
409
|
+
export declare function privateLinkConfigurationSerializer(item: PrivateLinkConfiguration): any;
|
|
410
|
+
export declare function privateLinkConfigurationDeserializer(item: any): PrivateLinkConfiguration;
|
|
411
|
+
/** The private link configuration properties. */
|
|
412
|
+
export interface PrivateLinkConfigurationProperties {
|
|
413
|
+
/** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */
|
|
414
|
+
groupId: string;
|
|
415
|
+
/** The private link configuration provisioning state, which only appears in the response. */
|
|
416
|
+
readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
|
|
417
|
+
/** The IP configurations for the private link service. */
|
|
418
|
+
ipConfigurations: IPConfiguration[];
|
|
419
|
+
}
|
|
420
|
+
export declare function privateLinkConfigurationPropertiesSerializer(item: PrivateLinkConfigurationProperties): any;
|
|
421
|
+
export declare function privateLinkConfigurationPropertiesDeserializer(item: any): PrivateLinkConfigurationProperties;
|
|
422
|
+
/** The private link configuration provisioning state, which only appears in the response. */
|
|
423
|
+
export declare enum KnownPrivateLinkConfigurationProvisioningState {
|
|
424
|
+
/** InProgress */
|
|
425
|
+
InProgress = "InProgress",
|
|
426
|
+
/** Failed */
|
|
427
|
+
Failed = "Failed",
|
|
428
|
+
/** Succeeded */
|
|
429
|
+
Succeeded = "Succeeded",
|
|
430
|
+
/** Canceled */
|
|
431
|
+
Canceled = "Canceled",
|
|
432
|
+
/** Deleting */
|
|
433
|
+
Deleting = "Deleting"
|
|
434
|
+
}
|
|
435
|
+
/**
|
|
436
|
+
* The private link configuration provisioning state, which only appears in the response. \
|
|
437
|
+
* {@link KnownPrivateLinkConfigurationProvisioningState} can be used interchangeably with PrivateLinkConfigurationProvisioningState,
|
|
438
|
+
* this enum contains the known values that the service supports.
|
|
439
|
+
* ### Known values supported by the service
|
|
440
|
+
* **InProgress**: InProgress \
|
|
441
|
+
* **Failed**: Failed \
|
|
442
|
+
* **Succeeded**: Succeeded \
|
|
443
|
+
* **Canceled**: Canceled \
|
|
444
|
+
* **Deleting**: Deleting
|
|
445
|
+
*/
|
|
446
|
+
export type PrivateLinkConfigurationProvisioningState = string;
|
|
447
|
+
export declare function ipConfigurationArraySerializer(result: Array<IPConfiguration>): any[];
|
|
448
|
+
export declare function ipConfigurationArrayDeserializer(result: Array<IPConfiguration>): any[];
|
|
449
|
+
/** The ip configurations for the private link service. */
|
|
450
|
+
export interface IPConfiguration {
|
|
451
|
+
/** The private link IP configuration id. */
|
|
452
|
+
readonly id?: string;
|
|
453
|
+
/** The name of private link IP configuration. */
|
|
454
|
+
name: string;
|
|
455
|
+
/** The type of the private link IP configuration. */
|
|
456
|
+
readonly type?: string;
|
|
457
|
+
/** The private link configuration provisioning state, which only appears in the response. */
|
|
458
|
+
readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
|
|
459
|
+
/** Indicates whether this IP configuration is primary for the corresponding NIC. */
|
|
460
|
+
primary?: boolean;
|
|
461
|
+
/** The IP address. */
|
|
462
|
+
privateIPAddress?: string;
|
|
463
|
+
/** The method that private IP address is allocated. */
|
|
464
|
+
privateIPAllocationMethod?: PrivateIPAllocationMethod;
|
|
465
|
+
/** The subnet resource id. */
|
|
466
|
+
subnet?: ResourceId;
|
|
467
|
+
}
|
|
468
|
+
export declare function ipConfigurationSerializer(item: IPConfiguration): any;
|
|
469
|
+
export declare function ipConfigurationDeserializer(item: any): IPConfiguration;
|
|
470
|
+
/** The private link ip configuration properties. */
|
|
471
|
+
export interface IPConfigurationProperties {
|
|
472
|
+
/** The private link configuration provisioning state, which only appears in the response. */
|
|
473
|
+
readonly provisioningState?: PrivateLinkConfigurationProvisioningState;
|
|
474
|
+
/** Indicates whether this IP configuration is primary for the corresponding NIC. */
|
|
475
|
+
primary?: boolean;
|
|
476
|
+
/** The IP address. */
|
|
477
|
+
privateIPAddress?: string;
|
|
478
|
+
/** The method that private IP address is allocated. */
|
|
479
|
+
privateIPAllocationMethod?: PrivateIPAllocationMethod;
|
|
480
|
+
/** The subnet resource id. */
|
|
481
|
+
subnet?: ResourceId;
|
|
482
|
+
}
|
|
483
|
+
export declare function ipConfigurationPropertiesSerializer(item: IPConfigurationProperties): any;
|
|
484
|
+
export declare function ipConfigurationPropertiesDeserializer(item: any): IPConfigurationProperties;
|
|
485
|
+
/** The method that private IP address is allocated. */
|
|
486
|
+
export declare enum KnownPrivateIPAllocationMethod {
|
|
487
|
+
/** dynamic */
|
|
488
|
+
Dynamic = "dynamic",
|
|
489
|
+
/** static */
|
|
490
|
+
Static = "static"
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* The method that private IP address is allocated. \
|
|
494
|
+
* {@link KnownPrivateIPAllocationMethod} can be used interchangeably with PrivateIPAllocationMethod,
|
|
495
|
+
* this enum contains the known values that the service supports.
|
|
496
|
+
* ### Known values supported by the service
|
|
497
|
+
* **dynamic**: dynamic \
|
|
498
|
+
* **static**: static
|
|
499
|
+
*/
|
|
500
|
+
export type PrivateIPAllocationMethod = string;
|
|
501
|
+
/** The azure resource id. */
|
|
502
|
+
export interface ResourceId {
|
|
503
|
+
/** The azure resource id. */
|
|
504
|
+
id?: string;
|
|
505
|
+
}
|
|
506
|
+
export declare function resourceIdSerializer(item: ResourceId): any;
|
|
507
|
+
export declare function resourceIdDeserializer(item: any): ResourceId;
|
|
508
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
509
|
+
export interface ProxyResource extends Resource {
|
|
510
|
+
}
|
|
511
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
512
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
513
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
514
|
+
export interface Resource {
|
|
515
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
516
|
+
readonly id?: string;
|
|
517
|
+
/** The name of the resource */
|
|
518
|
+
readonly name?: string;
|
|
519
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
520
|
+
readonly type?: string;
|
|
521
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
522
|
+
readonly systemData?: SystemData;
|
|
523
|
+
}
|
|
524
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
525
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
526
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
527
|
+
export interface SystemData {
|
|
528
|
+
/** The identity that created the resource. */
|
|
529
|
+
createdBy?: string;
|
|
530
|
+
/** The type of identity that created the resource. */
|
|
531
|
+
createdByType?: CreatedByType;
|
|
532
|
+
/** The timestamp of resource creation (UTC). */
|
|
533
|
+
createdAt?: Date;
|
|
534
|
+
/** The identity that last modified the resource. */
|
|
535
|
+
lastModifiedBy?: string;
|
|
536
|
+
/** The type of identity that last modified the resource. */
|
|
537
|
+
lastModifiedByType?: CreatedByType;
|
|
538
|
+
/** The timestamp of resource last modification (UTC) */
|
|
539
|
+
lastModifiedAt?: Date;
|
|
540
|
+
}
|
|
541
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
542
|
+
/** The kind of entity that created the resource. */
|
|
543
|
+
export declare enum KnownCreatedByType {
|
|
544
|
+
/** The entity was created by a user. */
|
|
545
|
+
User = "User",
|
|
546
|
+
/** The entity was created by an application. */
|
|
547
|
+
Application = "Application",
|
|
548
|
+
/** The entity was created by a managed identity. */
|
|
549
|
+
ManagedIdentity = "ManagedIdentity",
|
|
550
|
+
/** The entity was created by a key. */
|
|
551
|
+
Key = "Key"
|
|
552
|
+
}
|
|
553
|
+
/**
|
|
554
|
+
* The kind of entity that created the resource. \
|
|
555
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
556
|
+
* this enum contains the known values that the service supports.
|
|
557
|
+
* ### Known values supported by the service
|
|
558
|
+
* **User**: The entity was created by a user. \
|
|
559
|
+
* **Application**: The entity was created by an application. \
|
|
560
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
561
|
+
* **Key**: The entity was created by a key.
|
|
562
|
+
*/
|
|
563
|
+
export type CreatedByType = string;
|
|
564
|
+
/** The response of a Application list operation. */
|
|
565
|
+
export interface _ApplicationListResult {
|
|
566
|
+
/** The Application items on this page */
|
|
567
|
+
value: Application[];
|
|
568
|
+
/** The link to the next page of items */
|
|
569
|
+
nextLink?: string;
|
|
570
|
+
}
|
|
571
|
+
export declare function _applicationListResultDeserializer(item: any): _ApplicationListResult;
|
|
572
|
+
export declare function applicationArraySerializer(result: Array<Application>): any[];
|
|
573
|
+
export declare function applicationArrayDeserializer(result: Array<Application>): any[];
|
|
574
|
+
/** The azure async operation response. */
|
|
575
|
+
export interface AsyncOperationResult {
|
|
576
|
+
/** The async operation state. */
|
|
577
|
+
status?: AsyncOperationState;
|
|
578
|
+
/** The operation error information. */
|
|
579
|
+
error?: Errors;
|
|
580
|
+
}
|
|
581
|
+
export declare function asyncOperationResultDeserializer(item: any): AsyncOperationResult;
|
|
582
|
+
/** The async operation state. */
|
|
583
|
+
export declare enum KnownAsyncOperationState {
|
|
584
|
+
/** InProgress */
|
|
585
|
+
InProgress = "InProgress",
|
|
586
|
+
/** Succeeded */
|
|
587
|
+
Succeeded = "Succeeded",
|
|
588
|
+
/** Failed */
|
|
589
|
+
Failed = "Failed"
|
|
590
|
+
}
|
|
591
|
+
/**
|
|
592
|
+
* The async operation state. \
|
|
593
|
+
* {@link KnownAsyncOperationState} can be used interchangeably with AsyncOperationState,
|
|
594
|
+
* this enum contains the known values that the service supports.
|
|
595
|
+
* ### Known values supported by the service
|
|
596
|
+
* **InProgress**: InProgress \
|
|
597
|
+
* **Succeeded**: Succeeded \
|
|
598
|
+
* **Failed**: Failed
|
|
599
|
+
*/
|
|
600
|
+
export type AsyncOperationState = string;
|
|
601
|
+
/** The HDInsight cluster. */
|
|
602
|
+
export interface Cluster extends TrackedResource {
|
|
603
|
+
/** The properties of the cluster. */
|
|
604
|
+
properties?: ClusterGetProperties;
|
|
605
|
+
/** The ETag for the resource */
|
|
606
|
+
etag?: string;
|
|
607
|
+
/** The availability zones. */
|
|
608
|
+
zones?: string[];
|
|
609
|
+
/** The identity of the cluster, if configured. */
|
|
610
|
+
identity?: ClusterIdentity;
|
|
611
|
+
}
|
|
612
|
+
export declare function clusterDeserializer(item: any): Cluster;
|
|
613
|
+
/** The properties of cluster. */
|
|
614
|
+
export interface ClusterGetProperties {
|
|
615
|
+
/** The version of the cluster. */
|
|
616
|
+
clusterVersion?: string;
|
|
617
|
+
/** The hdp version of the cluster. */
|
|
618
|
+
clusterHdpVersion?: string;
|
|
619
|
+
/** The type of operating system. */
|
|
620
|
+
osType?: OSType;
|
|
621
|
+
/** The cluster tier. */
|
|
622
|
+
tier?: Tier;
|
|
623
|
+
/** The cluster id. */
|
|
624
|
+
clusterId?: string;
|
|
625
|
+
/** The cluster definition. */
|
|
626
|
+
clusterDefinition: ClusterDefinition;
|
|
627
|
+
/** The cluster kafka rest proxy configuration. */
|
|
628
|
+
kafkaRestProperties?: KafkaRestProperties;
|
|
629
|
+
/** The security profile. */
|
|
630
|
+
securityProfile?: SecurityProfile;
|
|
631
|
+
/** The compute profile. */
|
|
632
|
+
computeProfile?: ComputeProfile;
|
|
633
|
+
/** The provisioning state, which only appears in the response. */
|
|
634
|
+
provisioningState?: HDInsightClusterProvisioningState;
|
|
635
|
+
/** The date on which the cluster was created. */
|
|
636
|
+
createdDate?: string;
|
|
637
|
+
/** The state of the cluster. */
|
|
638
|
+
clusterState?: string;
|
|
639
|
+
/** The quota information. */
|
|
640
|
+
quotaInfo?: QuotaInfo;
|
|
641
|
+
/** The list of errors. */
|
|
642
|
+
errors?: Errors[];
|
|
643
|
+
/** The list of connectivity endpoints. */
|
|
644
|
+
connectivityEndpoints?: ConnectivityEndpoint[];
|
|
645
|
+
/** The disk encryption properties. */
|
|
646
|
+
diskEncryptionProperties?: DiskEncryptionProperties;
|
|
647
|
+
/** The encryption-in-transit properties. */
|
|
648
|
+
encryptionInTransitProperties?: EncryptionInTransitProperties;
|
|
649
|
+
/** The storage profile. */
|
|
650
|
+
storageProfile?: StorageProfile;
|
|
651
|
+
/** The minimal supported tls version. */
|
|
652
|
+
minSupportedTlsVersion?: string;
|
|
653
|
+
/** The excluded services config. */
|
|
654
|
+
excludedServicesConfig?: ExcludedServicesConfig;
|
|
655
|
+
/** The network properties. */
|
|
656
|
+
networkProperties?: NetworkProperties;
|
|
657
|
+
/** The compute isolation properties. */
|
|
658
|
+
computeIsolationProperties?: ComputeIsolationProperties;
|
|
659
|
+
/** The private link configurations. */
|
|
660
|
+
privateLinkConfigurations?: PrivateLinkConfiguration[];
|
|
661
|
+
/** The list of private endpoint connections. */
|
|
662
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
663
|
+
}
|
|
664
|
+
export declare function clusterGetPropertiesDeserializer(item: any): ClusterGetProperties;
|
|
665
|
+
/** The type of operating system. */
|
|
666
|
+
export declare enum KnownOSType {
|
|
667
|
+
/** Windows */
|
|
668
|
+
Windows = "Windows",
|
|
669
|
+
/** Linux */
|
|
670
|
+
Linux = "Linux"
|
|
671
|
+
}
|
|
672
|
+
/**
|
|
673
|
+
* The type of operating system. \
|
|
674
|
+
* {@link KnownOSType} can be used interchangeably with OSType,
|
|
675
|
+
* this enum contains the known values that the service supports.
|
|
676
|
+
* ### Known values supported by the service
|
|
677
|
+
* **Windows**: Windows \
|
|
678
|
+
* **Linux**: Linux
|
|
679
|
+
*/
|
|
680
|
+
export type OSType = string;
|
|
681
|
+
/** The cluster tier. */
|
|
682
|
+
export declare enum KnownTier {
|
|
683
|
+
/** Standard */
|
|
684
|
+
Standard = "Standard",
|
|
685
|
+
/** Premium */
|
|
686
|
+
Premium = "Premium"
|
|
687
|
+
}
|
|
688
|
+
/**
|
|
689
|
+
* The cluster tier. \
|
|
690
|
+
* {@link KnownTier} can be used interchangeably with Tier,
|
|
691
|
+
* this enum contains the known values that the service supports.
|
|
692
|
+
* ### Known values supported by the service
|
|
693
|
+
* **Standard**: Standard \
|
|
694
|
+
* **Premium**: Premium
|
|
695
|
+
*/
|
|
696
|
+
export type Tier = string;
|
|
697
|
+
/** The cluster definition. */
|
|
698
|
+
export interface ClusterDefinition {
|
|
699
|
+
/** The link to the blueprint. */
|
|
700
|
+
blueprint?: string;
|
|
701
|
+
/** The type of cluster. */
|
|
702
|
+
kind?: string;
|
|
703
|
+
/** The versions of different services in the cluster. */
|
|
704
|
+
componentVersion?: Record<string, string>;
|
|
705
|
+
/** The cluster configurations. */
|
|
706
|
+
configurations?: any;
|
|
707
|
+
}
|
|
708
|
+
export declare function clusterDefinitionSerializer(item: ClusterDefinition): any;
|
|
709
|
+
export declare function clusterDefinitionDeserializer(item: any): ClusterDefinition;
|
|
710
|
+
/** The kafka rest proxy configuration which contains AAD security group information. */
|
|
711
|
+
export interface KafkaRestProperties {
|
|
712
|
+
/** The information of AAD security group. */
|
|
713
|
+
clientGroupInfo?: ClientGroupInfo;
|
|
714
|
+
/** The configurations that need to be overriden. */
|
|
715
|
+
configurationOverride?: Record<string, string>;
|
|
716
|
+
}
|
|
717
|
+
export declare function kafkaRestPropertiesSerializer(item: KafkaRestProperties): any;
|
|
718
|
+
export declare function kafkaRestPropertiesDeserializer(item: any): KafkaRestProperties;
|
|
719
|
+
/** The information of AAD security group. */
|
|
720
|
+
export interface ClientGroupInfo {
|
|
721
|
+
/** The AAD security group name. */
|
|
722
|
+
groupName?: string;
|
|
723
|
+
/** The AAD security group id. */
|
|
724
|
+
groupId?: string;
|
|
725
|
+
}
|
|
726
|
+
export declare function clientGroupInfoSerializer(item: ClientGroupInfo): any;
|
|
727
|
+
export declare function clientGroupInfoDeserializer(item: any): ClientGroupInfo;
|
|
728
|
+
/** The security profile which contains Ssh public key for the HDInsight cluster. */
|
|
729
|
+
export interface SecurityProfile {
|
|
730
|
+
/** The directory type. */
|
|
731
|
+
directoryType?: DirectoryType;
|
|
732
|
+
/** The organization's active directory domain. */
|
|
733
|
+
domain?: string;
|
|
734
|
+
/** The organizational unit within the Active Directory to place the cluster and service accounts. */
|
|
735
|
+
organizationalUnitDN?: string;
|
|
736
|
+
/** The LDAPS protocol URLs to communicate with the Active Directory. */
|
|
737
|
+
ldapsUrls?: string[];
|
|
738
|
+
/** The domain user account that will have admin privileges on the cluster. */
|
|
739
|
+
domainUsername?: string;
|
|
740
|
+
/** The domain admin password. */
|
|
741
|
+
domainUserPassword?: string;
|
|
742
|
+
/** Optional. The Distinguished Names for cluster user groups */
|
|
743
|
+
clusterUsersGroupDNs?: string[];
|
|
744
|
+
/** The resource ID of the user's Azure Active Directory Domain Service. */
|
|
745
|
+
aaddsResourceId?: string;
|
|
746
|
+
/** User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. */
|
|
747
|
+
msiResourceId?: string;
|
|
748
|
+
}
|
|
749
|
+
export declare function securityProfileSerializer(item: SecurityProfile): any;
|
|
750
|
+
export declare function securityProfileDeserializer(item: any): SecurityProfile;
|
|
751
|
+
/** The directory type. */
|
|
752
|
+
export declare enum KnownDirectoryType {
|
|
753
|
+
/** ActiveDirectory */
|
|
754
|
+
ActiveDirectory = "ActiveDirectory"
|
|
755
|
+
}
|
|
756
|
+
/**
|
|
757
|
+
* The directory type. \
|
|
758
|
+
* {@link KnownDirectoryType} can be used interchangeably with DirectoryType,
|
|
759
|
+
* this enum contains the known values that the service supports.
|
|
760
|
+
* ### Known values supported by the service
|
|
761
|
+
* **ActiveDirectory**: ActiveDirectory
|
|
762
|
+
*/
|
|
763
|
+
export type DirectoryType = string;
|
|
764
|
+
/** The provisioning state, which only appears in the response. */
|
|
765
|
+
export declare enum KnownHDInsightClusterProvisioningState {
|
|
766
|
+
/** InProgress */
|
|
767
|
+
InProgress = "InProgress",
|
|
768
|
+
/** Failed */
|
|
769
|
+
Failed = "Failed",
|
|
770
|
+
/** Succeeded */
|
|
771
|
+
Succeeded = "Succeeded",
|
|
772
|
+
/** Canceled */
|
|
773
|
+
Canceled = "Canceled",
|
|
774
|
+
/** Deleting */
|
|
775
|
+
Deleting = "Deleting"
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* The provisioning state, which only appears in the response. \
|
|
779
|
+
* {@link KnownHDInsightClusterProvisioningState} can be used interchangeably with HDInsightClusterProvisioningState,
|
|
780
|
+
* this enum contains the known values that the service supports.
|
|
781
|
+
* ### Known values supported by the service
|
|
782
|
+
* **InProgress**: InProgress \
|
|
783
|
+
* **Failed**: Failed \
|
|
784
|
+
* **Succeeded**: Succeeded \
|
|
785
|
+
* **Canceled**: Canceled \
|
|
786
|
+
* **Deleting**: Deleting
|
|
787
|
+
*/
|
|
788
|
+
export type HDInsightClusterProvisioningState = string;
|
|
789
|
+
/** The quota properties for the cluster. */
|
|
790
|
+
export interface QuotaInfo {
|
|
791
|
+
/** The cores used by the cluster. */
|
|
792
|
+
coresUsed?: number;
|
|
793
|
+
}
|
|
794
|
+
export declare function quotaInfoDeserializer(item: any): QuotaInfo;
|
|
795
|
+
export declare function connectivityEndpointArrayDeserializer(result: Array<ConnectivityEndpoint>): any[];
|
|
796
|
+
/** The connectivity properties */
|
|
797
|
+
export interface ConnectivityEndpoint {
|
|
798
|
+
/** The name of the endpoint. */
|
|
799
|
+
name?: string;
|
|
800
|
+
/** The protocol of the endpoint. */
|
|
801
|
+
protocol?: string;
|
|
802
|
+
/** The location of the endpoint. */
|
|
803
|
+
location?: string;
|
|
804
|
+
/** The port to connect to. */
|
|
805
|
+
port?: number;
|
|
806
|
+
/** The private ip address of the endpoint. */
|
|
807
|
+
privateIPAddress?: string;
|
|
808
|
+
}
|
|
809
|
+
export declare function connectivityEndpointDeserializer(item: any): ConnectivityEndpoint;
|
|
810
|
+
/** The disk encryption properties */
|
|
811
|
+
export interface DiskEncryptionProperties {
|
|
812
|
+
/** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */
|
|
813
|
+
vaultUri?: string;
|
|
814
|
+
/** Key name that is used for enabling disk encryption. */
|
|
815
|
+
keyName?: string;
|
|
816
|
+
/** Specific key version that is used for enabling disk encryption. */
|
|
817
|
+
keyVersion?: string;
|
|
818
|
+
/** Algorithm identifier for encryption, default RSA-OAEP. */
|
|
819
|
+
encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;
|
|
820
|
+
/** Resource ID of Managed Identity that is used to access the key vault. */
|
|
821
|
+
msiResourceId?: string;
|
|
822
|
+
/** Indicates whether or not resource disk encryption is enabled. */
|
|
823
|
+
encryptionAtHost?: boolean;
|
|
824
|
+
}
|
|
825
|
+
export declare function diskEncryptionPropertiesSerializer(item: DiskEncryptionProperties): any;
|
|
826
|
+
export declare function diskEncryptionPropertiesDeserializer(item: any): DiskEncryptionProperties;
|
|
827
|
+
/** Algorithm identifier for encryption, default RSA-OAEP. */
|
|
828
|
+
export declare enum KnownJsonWebKeyEncryptionAlgorithm {
|
|
829
|
+
/** RSA-OAEP */
|
|
830
|
+
RSAOaep = "RSA-OAEP",
|
|
831
|
+
/** RSA-OAEP-256 */
|
|
832
|
+
RSAOaep256 = "RSA-OAEP-256",
|
|
833
|
+
/** RSA1_5 */
|
|
834
|
+
RSA15 = "RSA1_5"
|
|
835
|
+
}
|
|
836
|
+
/**
|
|
837
|
+
* Algorithm identifier for encryption, default RSA-OAEP. \
|
|
838
|
+
* {@link KnownJsonWebKeyEncryptionAlgorithm} can be used interchangeably with JsonWebKeyEncryptionAlgorithm,
|
|
839
|
+
* this enum contains the known values that the service supports.
|
|
840
|
+
* ### Known values supported by the service
|
|
841
|
+
* **RSA-OAEP**: RSA-OAEP \
|
|
842
|
+
* **RSA-OAEP-256**: RSA-OAEP-256 \
|
|
843
|
+
* **RSA1_5**: RSA1_5
|
|
844
|
+
*/
|
|
845
|
+
export type JsonWebKeyEncryptionAlgorithm = string;
|
|
846
|
+
/** The encryption-in-transit properties. */
|
|
847
|
+
export interface EncryptionInTransitProperties {
|
|
848
|
+
/** Indicates whether or not inter cluster node communication is encrypted in transit. */
|
|
849
|
+
isEncryptionInTransitEnabled?: boolean;
|
|
850
|
+
}
|
|
851
|
+
export declare function encryptionInTransitPropertiesSerializer(item: EncryptionInTransitProperties): any;
|
|
852
|
+
export declare function encryptionInTransitPropertiesDeserializer(item: any): EncryptionInTransitProperties;
|
|
853
|
+
/** The storage profile. */
|
|
854
|
+
export interface StorageProfile {
|
|
855
|
+
/** The list of storage accounts in the cluster. */
|
|
856
|
+
storageaccounts?: StorageAccount[];
|
|
857
|
+
}
|
|
858
|
+
export declare function storageProfileSerializer(item: StorageProfile): any;
|
|
859
|
+
export declare function storageProfileDeserializer(item: any): StorageProfile;
|
|
860
|
+
export declare function storageAccountArraySerializer(result: Array<StorageAccount>): any[];
|
|
861
|
+
export declare function storageAccountArrayDeserializer(result: Array<StorageAccount>): any[];
|
|
862
|
+
/** The storage Account. */
|
|
863
|
+
export interface StorageAccount {
|
|
864
|
+
/** The name of the storage account. */
|
|
865
|
+
name?: string;
|
|
866
|
+
/** Whether or not the storage account is the default storage account. */
|
|
867
|
+
isDefault?: boolean;
|
|
868
|
+
/** The container in the storage account, only to be specified for WASB storage accounts. */
|
|
869
|
+
container?: string;
|
|
870
|
+
/** The filesystem, only to be specified for Azure Data Lake Storage Gen 2. */
|
|
871
|
+
fileSystem?: string;
|
|
872
|
+
/** The storage account access key. */
|
|
873
|
+
key?: string;
|
|
874
|
+
/** The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. */
|
|
875
|
+
resourceId?: string;
|
|
876
|
+
/** The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. */
|
|
877
|
+
msiResourceId?: string;
|
|
878
|
+
/** The shared access signature key. */
|
|
879
|
+
saskey?: string;
|
|
880
|
+
/** The file share name. */
|
|
881
|
+
fileshare?: string;
|
|
882
|
+
/** Enable secure channel or not, it's an optional field. Default value is false when cluster version < 5.1 and true when cluster version >= 5.1 , */
|
|
883
|
+
enableSecureChannel?: boolean;
|
|
884
|
+
}
|
|
885
|
+
export declare function storageAccountSerializer(item: StorageAccount): any;
|
|
886
|
+
export declare function storageAccountDeserializer(item: any): StorageAccount;
|
|
887
|
+
/** The configuration that services will be excluded when creating cluster. */
|
|
888
|
+
export interface ExcludedServicesConfig {
|
|
889
|
+
/** The config id of excluded services. */
|
|
890
|
+
excludedServicesConfigId?: string;
|
|
891
|
+
/** The list of excluded services. */
|
|
892
|
+
excludedServicesList?: string;
|
|
893
|
+
}
|
|
894
|
+
export declare function excludedServicesConfigDeserializer(item: any): ExcludedServicesConfig;
|
|
895
|
+
/** The network properties. */
|
|
896
|
+
export interface NetworkProperties {
|
|
897
|
+
/** A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution. */
|
|
898
|
+
outboundDependenciesManagedType?: OutboundDependenciesManagedType;
|
|
899
|
+
/** The direction for the resource provider connection. */
|
|
900
|
+
resourceProviderConnection?: ResourceProviderConnection;
|
|
901
|
+
/** Indicates whether or not private link is enabled. */
|
|
902
|
+
privateLink?: PrivateLink;
|
|
903
|
+
/** Gets or sets the IP tag for the public IPs created along with the HDInsight Clusters. */
|
|
904
|
+
publicIpTag?: IpTag;
|
|
905
|
+
}
|
|
906
|
+
export declare function networkPropertiesSerializer(item: NetworkProperties): any;
|
|
907
|
+
export declare function networkPropertiesDeserializer(item: any): NetworkProperties;
|
|
908
|
+
/** A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution. */
|
|
909
|
+
export declare enum KnownOutboundDependenciesManagedType {
|
|
910
|
+
/** Managed */
|
|
911
|
+
Managed = "Managed",
|
|
912
|
+
/** External */
|
|
913
|
+
External = "External"
|
|
914
|
+
}
|
|
915
|
+
/**
|
|
916
|
+
* A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution. \
|
|
917
|
+
* {@link KnownOutboundDependenciesManagedType} can be used interchangeably with OutboundDependenciesManagedType,
|
|
918
|
+
* this enum contains the known values that the service supports.
|
|
919
|
+
* ### Known values supported by the service
|
|
920
|
+
* **Managed**: Managed \
|
|
921
|
+
* **External**: External
|
|
922
|
+
*/
|
|
923
|
+
export type OutboundDependenciesManagedType = string;
|
|
924
|
+
/** The direction for the resource provider connection. */
|
|
925
|
+
export declare enum KnownResourceProviderConnection {
|
|
926
|
+
/** Inbound */
|
|
927
|
+
Inbound = "Inbound",
|
|
928
|
+
/** Outbound */
|
|
929
|
+
Outbound = "Outbound"
|
|
930
|
+
}
|
|
931
|
+
/**
|
|
932
|
+
* The direction for the resource provider connection. \
|
|
933
|
+
* {@link KnownResourceProviderConnection} can be used interchangeably with ResourceProviderConnection,
|
|
934
|
+
* this enum contains the known values that the service supports.
|
|
935
|
+
* ### Known values supported by the service
|
|
936
|
+
* **Inbound**: Inbound \
|
|
937
|
+
* **Outbound**: Outbound
|
|
938
|
+
*/
|
|
939
|
+
export type ResourceProviderConnection = string;
|
|
940
|
+
/** Indicates whether or not private link is enabled. */
|
|
941
|
+
export declare enum KnownPrivateLink {
|
|
942
|
+
/** Disabled */
|
|
943
|
+
Disabled = "Disabled",
|
|
944
|
+
/** Enabled */
|
|
945
|
+
Enabled = "Enabled"
|
|
946
|
+
}
|
|
947
|
+
/**
|
|
948
|
+
* Indicates whether or not private link is enabled. \
|
|
949
|
+
* {@link KnownPrivateLink} can be used interchangeably with PrivateLink,
|
|
950
|
+
* this enum contains the known values that the service supports.
|
|
951
|
+
* ### Known values supported by the service
|
|
952
|
+
* **Disabled**: Disabled \
|
|
953
|
+
* **Enabled**: Enabled
|
|
954
|
+
*/
|
|
955
|
+
export type PrivateLink = string;
|
|
956
|
+
/** Contains the IpTag associated with the public IP address */
|
|
957
|
+
export interface IpTag {
|
|
958
|
+
/** Gets or sets the ipTag type: Example FirstPartyUsage. */
|
|
959
|
+
ipTagType: string;
|
|
960
|
+
/** Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc */
|
|
961
|
+
tag: string;
|
|
962
|
+
}
|
|
963
|
+
export declare function ipTagSerializer(item: IpTag): any;
|
|
964
|
+
export declare function ipTagDeserializer(item: any): IpTag;
|
|
965
|
+
/** The compute isolation properties. */
|
|
966
|
+
export interface ComputeIsolationProperties {
|
|
967
|
+
/** The flag indicates whether enable compute isolation or not. */
|
|
968
|
+
enableComputeIsolation?: boolean;
|
|
969
|
+
/** The host sku. */
|
|
970
|
+
hostSku?: string;
|
|
971
|
+
}
|
|
972
|
+
export declare function computeIsolationPropertiesSerializer(item: ComputeIsolationProperties): any;
|
|
973
|
+
export declare function computeIsolationPropertiesDeserializer(item: any): ComputeIsolationProperties;
|
|
974
|
+
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
975
|
+
export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
|
|
976
|
+
/** The private endpoint connection. */
|
|
977
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
|
978
|
+
/** The private endpoint of the private endpoint connection */
|
|
979
|
+
readonly privateEndpoint?: PrivateEndpoint;
|
|
980
|
+
/** The private link service connection state. */
|
|
981
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
982
|
+
/** The link identifier. */
|
|
983
|
+
readonly linkIdentifier?: string;
|
|
984
|
+
/** The provisioning state, which only appears in the response. */
|
|
985
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
986
|
+
}
|
|
987
|
+
export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
|
|
988
|
+
export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
|
|
989
|
+
/** The private endpoint connection properties. */
|
|
990
|
+
export interface PrivateEndpointConnectionProperties {
|
|
991
|
+
/** The private endpoint of the private endpoint connection */
|
|
992
|
+
readonly privateEndpoint?: PrivateEndpoint;
|
|
993
|
+
/** The private link service connection state. */
|
|
994
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
995
|
+
/** The link identifier. */
|
|
996
|
+
readonly linkIdentifier?: string;
|
|
997
|
+
/** The provisioning state, which only appears in the response. */
|
|
998
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
999
|
+
}
|
|
1000
|
+
export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
|
|
1001
|
+
export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
|
|
1002
|
+
/** The private endpoint. */
|
|
1003
|
+
export interface PrivateEndpoint {
|
|
1004
|
+
/** The private endpoint id. */
|
|
1005
|
+
id?: string;
|
|
1006
|
+
}
|
|
1007
|
+
export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
|
|
1008
|
+
/** The private link service connection state. */
|
|
1009
|
+
export interface PrivateLinkServiceConnectionState {
|
|
1010
|
+
/** The concrete private link service connection. */
|
|
1011
|
+
status: PrivateLinkServiceConnectionStatus;
|
|
1012
|
+
/** The optional description of the status. */
|
|
1013
|
+
description?: string;
|
|
1014
|
+
/** Whether there is further actions. */
|
|
1015
|
+
actionsRequired?: string;
|
|
1016
|
+
}
|
|
1017
|
+
export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
|
|
1018
|
+
export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
|
|
1019
|
+
/** The concrete private link service connection. */
|
|
1020
|
+
export declare enum KnownPrivateLinkServiceConnectionStatus {
|
|
1021
|
+
/** Approved */
|
|
1022
|
+
Approved = "Approved",
|
|
1023
|
+
/** Rejected */
|
|
1024
|
+
Rejected = "Rejected",
|
|
1025
|
+
/** Pending */
|
|
1026
|
+
Pending = "Pending",
|
|
1027
|
+
/** Removed */
|
|
1028
|
+
Removed = "Removed"
|
|
1029
|
+
}
|
|
1030
|
+
/**
|
|
1031
|
+
* The concrete private link service connection. \
|
|
1032
|
+
* {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,
|
|
1033
|
+
* this enum contains the known values that the service supports.
|
|
1034
|
+
* ### Known values supported by the service
|
|
1035
|
+
* **Approved**: Approved \
|
|
1036
|
+
* **Rejected**: Rejected \
|
|
1037
|
+
* **Pending**: Pending \
|
|
1038
|
+
* **Removed**: Removed
|
|
1039
|
+
*/
|
|
1040
|
+
export type PrivateLinkServiceConnectionStatus = string;
|
|
1041
|
+
/** The provisioning state, which only appears in the response. */
|
|
1042
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1043
|
+
/** InProgress */
|
|
1044
|
+
InProgress = "InProgress",
|
|
1045
|
+
/** Updating */
|
|
1046
|
+
Updating = "Updating",
|
|
1047
|
+
/** Failed */
|
|
1048
|
+
Failed = "Failed",
|
|
1049
|
+
/** Succeeded */
|
|
1050
|
+
Succeeded = "Succeeded",
|
|
1051
|
+
/** Canceled */
|
|
1052
|
+
Canceled = "Canceled",
|
|
1053
|
+
/** Deleting */
|
|
1054
|
+
Deleting = "Deleting"
|
|
1055
|
+
}
|
|
1056
|
+
/**
|
|
1057
|
+
* The provisioning state, which only appears in the response. \
|
|
1058
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1059
|
+
* this enum contains the known values that the service supports.
|
|
1060
|
+
* ### Known values supported by the service
|
|
1061
|
+
* **InProgress**: InProgress \
|
|
1062
|
+
* **Updating**: Updating \
|
|
1063
|
+
* **Failed**: Failed \
|
|
1064
|
+
* **Succeeded**: Succeeded \
|
|
1065
|
+
* **Canceled**: Canceled \
|
|
1066
|
+
* **Deleting**: Deleting
|
|
1067
|
+
*/
|
|
1068
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1069
|
+
/** Identity for the cluster. */
|
|
1070
|
+
export interface ClusterIdentity {
|
|
1071
|
+
/** The principal id of cluster identity. This property will only be provided for a system assigned identity. */
|
|
1072
|
+
readonly principalId?: string;
|
|
1073
|
+
/** The tenant id associated with the cluster. This property will only be provided for a system assigned identity. */
|
|
1074
|
+
readonly tenantId?: string;
|
|
1075
|
+
/** The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. */
|
|
1076
|
+
type?: ResourceIdentityType;
|
|
1077
|
+
/** The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. */
|
|
1078
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1079
|
+
}
|
|
1080
|
+
export declare function clusterIdentitySerializer(item: ClusterIdentity): any;
|
|
1081
|
+
export declare function clusterIdentityDeserializer(item: any): ClusterIdentity;
|
|
1082
|
+
/** The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. */
|
|
1083
|
+
export declare enum KnownResourceIdentityType {
|
|
1084
|
+
/** SystemAssigned */
|
|
1085
|
+
SystemAssigned = "SystemAssigned",
|
|
1086
|
+
/** UserAssigned */
|
|
1087
|
+
UserAssigned = "UserAssigned",
|
|
1088
|
+
/** SystemAssigned, UserAssigned */
|
|
1089
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned",
|
|
1090
|
+
/** None */
|
|
1091
|
+
None = "None"
|
|
1092
|
+
}
|
|
1093
|
+
/**
|
|
1094
|
+
* The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. \
|
|
1095
|
+
* {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
|
|
1096
|
+
* this enum contains the known values that the service supports.
|
|
1097
|
+
* ### Known values supported by the service
|
|
1098
|
+
* **SystemAssigned**: SystemAssigned \
|
|
1099
|
+
* **UserAssigned**: UserAssigned \
|
|
1100
|
+
* **SystemAssigned, UserAssigned**: SystemAssigned, UserAssigned \
|
|
1101
|
+
* **None**: None
|
|
1102
|
+
*/
|
|
1103
|
+
export type ResourceIdentityType = string;
|
|
1104
|
+
export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
|
|
1105
|
+
export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
|
|
1106
|
+
/** The User Assigned Identity */
|
|
1107
|
+
export interface UserAssignedIdentity {
|
|
1108
|
+
/** The principal id of user assigned identity. */
|
|
1109
|
+
readonly principalId?: string;
|
|
1110
|
+
/** The client id of user assigned identity. */
|
|
1111
|
+
readonly clientId?: string;
|
|
1112
|
+
/** The tenant id of user assigned identity. */
|
|
1113
|
+
tenantId?: string;
|
|
1114
|
+
}
|
|
1115
|
+
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
1116
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
1117
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1118
|
+
export interface TrackedResource extends Resource {
|
|
1119
|
+
/** Resource tags. */
|
|
1120
|
+
tags?: Record<string, string>;
|
|
1121
|
+
/** The geo-location where the resource lives */
|
|
1122
|
+
location: string;
|
|
1123
|
+
}
|
|
1124
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
1125
|
+
/** The CreateCluster request parameters. */
|
|
1126
|
+
export interface ClusterCreateParametersExtended {
|
|
1127
|
+
/** The location of the cluster. */
|
|
1128
|
+
location?: string;
|
|
1129
|
+
/** The resource tags. */
|
|
1130
|
+
tags?: Record<string, string>;
|
|
1131
|
+
/** The availability zones. */
|
|
1132
|
+
zones?: string[];
|
|
1133
|
+
/** The cluster create parameters. */
|
|
1134
|
+
properties?: ClusterCreateProperties;
|
|
1135
|
+
/** The identity of the cluster, if configured. */
|
|
1136
|
+
identity?: ClusterIdentity;
|
|
1137
|
+
}
|
|
1138
|
+
export declare function clusterCreateParametersExtendedSerializer(item: ClusterCreateParametersExtended): any;
|
|
1139
|
+
/** The cluster create parameters. */
|
|
1140
|
+
export interface ClusterCreateProperties {
|
|
1141
|
+
/** The version of the cluster. */
|
|
1142
|
+
clusterVersion?: string;
|
|
1143
|
+
/** The type of operating system. */
|
|
1144
|
+
osType?: OSType;
|
|
1145
|
+
/** The cluster tier. */
|
|
1146
|
+
tier?: Tier;
|
|
1147
|
+
/** The cluster definition. */
|
|
1148
|
+
clusterDefinition?: ClusterDefinition;
|
|
1149
|
+
/** The cluster kafka rest proxy configuration. */
|
|
1150
|
+
kafkaRestProperties?: KafkaRestProperties;
|
|
1151
|
+
/** The security profile. */
|
|
1152
|
+
securityProfile?: SecurityProfile;
|
|
1153
|
+
/** The compute profile. */
|
|
1154
|
+
computeProfile?: ComputeProfile;
|
|
1155
|
+
/** The storage profile. */
|
|
1156
|
+
storageProfile?: StorageProfile;
|
|
1157
|
+
/** The disk encryption properties. */
|
|
1158
|
+
diskEncryptionProperties?: DiskEncryptionProperties;
|
|
1159
|
+
/** The encryption-in-transit properties. */
|
|
1160
|
+
encryptionInTransitProperties?: EncryptionInTransitProperties;
|
|
1161
|
+
/** The minimal supported tls version. */
|
|
1162
|
+
minSupportedTlsVersion?: string;
|
|
1163
|
+
/** The network properties. */
|
|
1164
|
+
networkProperties?: NetworkProperties;
|
|
1165
|
+
/** The compute isolation properties. */
|
|
1166
|
+
computeIsolationProperties?: ComputeIsolationProperties;
|
|
1167
|
+
/** The private link configurations. */
|
|
1168
|
+
privateLinkConfigurations?: PrivateLinkConfiguration[];
|
|
1169
|
+
}
|
|
1170
|
+
export declare function clusterCreatePropertiesSerializer(item: ClusterCreateProperties): any;
|
|
1171
|
+
/** The PatchCluster request parameters */
|
|
1172
|
+
export interface ClusterPatchParameters {
|
|
1173
|
+
/** The resource tags. */
|
|
1174
|
+
tags?: Record<string, string>;
|
|
1175
|
+
/** The identity of the cluster, if configured. Setting this property will override the existing identity configuration of the cluster. */
|
|
1176
|
+
identity?: ClusterIdentity;
|
|
1177
|
+
}
|
|
1178
|
+
export declare function clusterPatchParametersSerializer(item: ClusterPatchParameters): any;
|
|
1179
|
+
/** The response of a Cluster list operation. */
|
|
1180
|
+
export interface _ClusterListResult {
|
|
1181
|
+
/** The Cluster items on this page */
|
|
1182
|
+
value: Cluster[];
|
|
1183
|
+
/** The link to the next page of items */
|
|
1184
|
+
nextLink?: string;
|
|
1185
|
+
}
|
|
1186
|
+
export declare function _clusterListResultDeserializer(item: any): _ClusterListResult;
|
|
1187
|
+
export declare function clusterArrayDeserializer(result: Array<Cluster>): any[];
|
|
1188
|
+
/** The Resize Cluster request parameters. */
|
|
1189
|
+
export interface ClusterResizeParameters {
|
|
1190
|
+
/** The target instance count for the operation. */
|
|
1191
|
+
targetInstanceCount?: number;
|
|
1192
|
+
}
|
|
1193
|
+
export declare function clusterResizeParametersSerializer(item: ClusterResizeParameters): any;
|
|
1194
|
+
/** The autoscale configuration update parameter. */
|
|
1195
|
+
export interface AutoscaleConfigurationUpdateParameter {
|
|
1196
|
+
/** The autoscale configuration. */
|
|
1197
|
+
autoscale?: Autoscale;
|
|
1198
|
+
}
|
|
1199
|
+
export declare function autoscaleConfigurationUpdateParameterSerializer(item: AutoscaleConfigurationUpdateParameter): any;
|
|
1200
|
+
/** The Disk Encryption Cluster request parameters. */
|
|
1201
|
+
export interface ClusterDiskEncryptionParameters {
|
|
1202
|
+
/** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */
|
|
1203
|
+
vaultUri?: string;
|
|
1204
|
+
/** Key name that is used for enabling disk encryption. */
|
|
1205
|
+
keyName?: string;
|
|
1206
|
+
/** Specific key version that is used for enabling disk encryption. */
|
|
1207
|
+
keyVersion?: string;
|
|
1208
|
+
}
|
|
1209
|
+
export declare function clusterDiskEncryptionParametersSerializer(item: ClusterDiskEncryptionParameters): any;
|
|
1210
|
+
/** Gateway settings. */
|
|
1211
|
+
export interface GatewaySettings {
|
|
1212
|
+
/** Indicates whether or not the gateway settings based authorization is enabled. */
|
|
1213
|
+
readonly isCredentialEnabled?: string;
|
|
1214
|
+
/** The gateway settings user name. */
|
|
1215
|
+
readonly userName?: string;
|
|
1216
|
+
/** The gateway settings user password. */
|
|
1217
|
+
readonly password?: string;
|
|
1218
|
+
/** List of Entra users for gateway access. */
|
|
1219
|
+
restAuthEntraUsers?: EntraUserInfo[];
|
|
1220
|
+
}
|
|
1221
|
+
export declare function gatewaySettingsDeserializer(item: any): GatewaySettings;
|
|
1222
|
+
export declare function entraUserInfoArraySerializer(result: Array<EntraUserInfo>): any[];
|
|
1223
|
+
export declare function entraUserInfoArrayDeserializer(result: Array<EntraUserInfo>): any[];
|
|
1224
|
+
/** Details of an Entra user for gateway access. */
|
|
1225
|
+
export interface EntraUserInfo {
|
|
1226
|
+
/** The unique object ID of the Entra user or client ID of the enterprise applications. */
|
|
1227
|
+
objectId?: string;
|
|
1228
|
+
/** The display name of the Entra user. */
|
|
1229
|
+
displayName?: string;
|
|
1230
|
+
/** The User Principal Name (UPN) of the Entra user. It may be empty in certain cases, such as for enterprise applications. */
|
|
1231
|
+
upn?: string;
|
|
1232
|
+
}
|
|
1233
|
+
export declare function entraUserInfoSerializer(item: EntraUserInfo): any;
|
|
1234
|
+
export declare function entraUserInfoDeserializer(item: any): EntraUserInfo;
|
|
1235
|
+
/** The update gateway settings request parameters. Note either basic or entra user should be provided at a time. */
|
|
1236
|
+
export interface UpdateGatewaySettingsParameters {
|
|
1237
|
+
/** Indicates whether or not the gateway settings based authorization is enabled. */
|
|
1238
|
+
isCredentialEnabled?: boolean;
|
|
1239
|
+
/** The gateway settings user name. */
|
|
1240
|
+
userName?: string;
|
|
1241
|
+
/** The gateway settings user password. */
|
|
1242
|
+
password?: string;
|
|
1243
|
+
/** List of Entra users for gateway access. */
|
|
1244
|
+
restAuthEntraUsers?: EntraUserInfo[];
|
|
1245
|
+
}
|
|
1246
|
+
export declare function updateGatewaySettingsParametersSerializer(item: UpdateGatewaySettingsParameters): any;
|
|
1247
|
+
/** The update cluster identity certificate request parameters. */
|
|
1248
|
+
export interface UpdateClusterIdentityCertificateParameters {
|
|
1249
|
+
/** The application id. */
|
|
1250
|
+
applicationId?: string;
|
|
1251
|
+
/** The certificate in base64 encoded format. */
|
|
1252
|
+
certificate?: string;
|
|
1253
|
+
/** The password of the certificate. */
|
|
1254
|
+
certificatePassword?: string;
|
|
1255
|
+
}
|
|
1256
|
+
export declare function updateClusterIdentityCertificateParametersSerializer(item: UpdateClusterIdentityCertificateParameters): any;
|
|
1257
|
+
/** The parameters for the script actions to execute on a running cluster. */
|
|
1258
|
+
export interface ExecuteScriptActionParameters {
|
|
1259
|
+
/** The list of run time script actions. */
|
|
1260
|
+
scriptActions?: RuntimeScriptAction[];
|
|
1261
|
+
/** Gets or sets if the scripts needs to be persisted. */
|
|
1262
|
+
persistOnSuccess: boolean;
|
|
1263
|
+
}
|
|
1264
|
+
export declare function executeScriptActionParametersSerializer(item: ExecuteScriptActionParameters): any;
|
|
1265
|
+
/** The response of a PrivateEndpointConnection list operation. */
|
|
1266
|
+
export interface _PrivateEndpointConnectionListResult {
|
|
1267
|
+
/** The PrivateEndpointConnection items on this page */
|
|
1268
|
+
value: PrivateEndpointConnection[];
|
|
1269
|
+
/** The link to the next page of items */
|
|
1270
|
+
nextLink?: string;
|
|
1271
|
+
}
|
|
1272
|
+
export declare function _privateEndpointConnectionListResultDeserializer(item: any): _PrivateEndpointConnectionListResult;
|
|
1273
|
+
/** A private link resource */
|
|
1274
|
+
export interface PrivateLinkResource extends ProxyResource {
|
|
1275
|
+
/** The private link resource group id. */
|
|
1276
|
+
readonly groupId?: string;
|
|
1277
|
+
/** The private link resource required member names. */
|
|
1278
|
+
readonly requiredMembers?: string[];
|
|
1279
|
+
/** The private link resource private link DNS zone name. */
|
|
1280
|
+
requiredZoneNames?: string[];
|
|
1281
|
+
}
|
|
1282
|
+
export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
|
|
1283
|
+
/** Properties of a private link resource. */
|
|
1284
|
+
export interface PrivateLinkResourceProperties {
|
|
1285
|
+
/** The private link resource group id. */
|
|
1286
|
+
readonly groupId?: string;
|
|
1287
|
+
/** The private link resource required member names. */
|
|
1288
|
+
readonly requiredMembers?: string[];
|
|
1289
|
+
/** The private link resource private link DNS zone name. */
|
|
1290
|
+
requiredZoneNames?: string[];
|
|
1291
|
+
}
|
|
1292
|
+
export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
|
|
1293
|
+
/** A list of private link resources */
|
|
1294
|
+
export interface PrivateLinkResourceListResult {
|
|
1295
|
+
/** Array of private link resources */
|
|
1296
|
+
value?: PrivateLinkResource[];
|
|
1297
|
+
}
|
|
1298
|
+
export declare function privateLinkResourceListResultDeserializer(item: any): PrivateLinkResourceListResult;
|
|
1299
|
+
export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
|
|
1300
|
+
/** The configuration object for the specified cluster. */
|
|
1301
|
+
export interface ClusterConfigurations {
|
|
1302
|
+
/** The configuration object for the specified configuration for the specified cluster. */
|
|
1303
|
+
configurations?: Record<string, Record<string, string>>;
|
|
1304
|
+
}
|
|
1305
|
+
export declare function clusterConfigurationsDeserializer(item: any): ClusterConfigurations;
|
|
1306
|
+
/** The cluster monitor parameters. */
|
|
1307
|
+
export interface ClusterMonitoringRequest {
|
|
1308
|
+
/** The cluster monitor workspace ID. */
|
|
1309
|
+
workspaceId?: string;
|
|
1310
|
+
/** The cluster monitor workspace key. */
|
|
1311
|
+
primaryKey?: string;
|
|
1312
|
+
}
|
|
1313
|
+
export declare function clusterMonitoringRequestSerializer(item: ClusterMonitoringRequest): any;
|
|
1314
|
+
/** The cluster monitoring status response. */
|
|
1315
|
+
export interface ClusterMonitoringResponse {
|
|
1316
|
+
/** The status of the monitor on the HDInsight cluster. */
|
|
1317
|
+
clusterMonitoringEnabled?: boolean;
|
|
1318
|
+
/** The workspace ID of the monitor on the HDInsight cluster. */
|
|
1319
|
+
workspaceId?: string;
|
|
1320
|
+
}
|
|
1321
|
+
export declare function clusterMonitoringResponseDeserializer(item: any): ClusterMonitoringResponse;
|
|
1322
|
+
/** The azure monitor parameters. */
|
|
1323
|
+
export interface AzureMonitorRequest {
|
|
1324
|
+
/** The Log Analytics workspace ID. */
|
|
1325
|
+
workspaceId?: string;
|
|
1326
|
+
/** The Log Analytics workspace key. */
|
|
1327
|
+
primaryKey?: string;
|
|
1328
|
+
/** The selected configurations. */
|
|
1329
|
+
selectedConfigurations?: AzureMonitorSelectedConfigurations;
|
|
1330
|
+
}
|
|
1331
|
+
export declare function azureMonitorRequestSerializer(item: AzureMonitorRequest): any;
|
|
1332
|
+
/** The selected configurations for azure monitor. */
|
|
1333
|
+
export interface AzureMonitorSelectedConfigurations {
|
|
1334
|
+
/** The configuration version. */
|
|
1335
|
+
configurationVersion?: string;
|
|
1336
|
+
/** The global configurations of selected configurations. */
|
|
1337
|
+
globalConfigurations?: Record<string, string>;
|
|
1338
|
+
/** The table list. */
|
|
1339
|
+
tableList?: AzureMonitorTableConfiguration[];
|
|
1340
|
+
}
|
|
1341
|
+
export declare function azureMonitorSelectedConfigurationsSerializer(item: AzureMonitorSelectedConfigurations): any;
|
|
1342
|
+
export declare function azureMonitorSelectedConfigurationsDeserializer(item: any): AzureMonitorSelectedConfigurations;
|
|
1343
|
+
export declare function azureMonitorTableConfigurationArraySerializer(result: Array<AzureMonitorTableConfiguration>): any[];
|
|
1344
|
+
export declare function azureMonitorTableConfigurationArrayDeserializer(result: Array<AzureMonitorTableConfiguration>): any[];
|
|
1345
|
+
/** The table configuration for the Log Analytics integration. */
|
|
1346
|
+
export interface AzureMonitorTableConfiguration {
|
|
1347
|
+
/** The name. */
|
|
1348
|
+
name?: string;
|
|
1349
|
+
}
|
|
1350
|
+
export declare function azureMonitorTableConfigurationSerializer(item: AzureMonitorTableConfiguration): any;
|
|
1351
|
+
export declare function azureMonitorTableConfigurationDeserializer(item: any): AzureMonitorTableConfiguration;
|
|
1352
|
+
/** The azure monitor status response. */
|
|
1353
|
+
export interface AzureMonitorResponse {
|
|
1354
|
+
/** The status of the monitor on the HDInsight cluster. */
|
|
1355
|
+
clusterMonitoringEnabled?: boolean;
|
|
1356
|
+
/** The workspace ID of the monitor on the HDInsight cluster. */
|
|
1357
|
+
workspaceId?: string;
|
|
1358
|
+
/** The selected configurations. */
|
|
1359
|
+
selectedConfigurations?: AzureMonitorSelectedConfigurations;
|
|
1360
|
+
}
|
|
1361
|
+
export declare function azureMonitorResponseDeserializer(item: any): AzureMonitorResponse;
|
|
1362
|
+
/** Cluster monitoring extensions. */
|
|
1363
|
+
export interface Extension {
|
|
1364
|
+
/** The workspace ID for the cluster monitoring extension. */
|
|
1365
|
+
workspaceId?: string;
|
|
1366
|
+
/** The certificate for the cluster monitoring extensions. */
|
|
1367
|
+
primaryKey?: string;
|
|
1368
|
+
}
|
|
1369
|
+
export declare function extensionSerializer(item: Extension): any;
|
|
1370
|
+
/** The persisted script action for the cluster. */
|
|
1371
|
+
export interface _ScriptActionsList {
|
|
1372
|
+
/** The RuntimeScriptActionDetail items on this page */
|
|
1373
|
+
value: RuntimeScriptActionDetail[];
|
|
1374
|
+
/** The link to the next page of items */
|
|
1375
|
+
nextLink?: string;
|
|
1376
|
+
}
|
|
1377
|
+
export declare function _scriptActionsListDeserializer(item: any): _ScriptActionsList;
|
|
1378
|
+
export declare function runtimeScriptActionDetailArrayDeserializer(result: Array<RuntimeScriptActionDetail>): any[];
|
|
1379
|
+
/** The execution details of a script action. */
|
|
1380
|
+
export interface RuntimeScriptActionDetail extends RuntimeScriptAction {
|
|
1381
|
+
/** The execution id of the script action. */
|
|
1382
|
+
readonly scriptExecutionId?: number;
|
|
1383
|
+
/** The start time of script action execution. */
|
|
1384
|
+
readonly startTime?: string;
|
|
1385
|
+
/** The end time of script action execution. */
|
|
1386
|
+
readonly endTime?: string;
|
|
1387
|
+
/** The current execution status of the script action. */
|
|
1388
|
+
readonly status?: string;
|
|
1389
|
+
/** The reason why the script action was executed. */
|
|
1390
|
+
readonly operation?: string;
|
|
1391
|
+
/** The summary of script action execution result. */
|
|
1392
|
+
readonly executionSummary?: ScriptActionExecutionSummary[];
|
|
1393
|
+
/** The script action execution debug information. */
|
|
1394
|
+
readonly debugInformation?: string;
|
|
1395
|
+
}
|
|
1396
|
+
export declare function runtimeScriptActionDetailDeserializer(item: any): RuntimeScriptActionDetail;
|
|
1397
|
+
export declare function scriptActionExecutionSummaryArrayDeserializer(result: Array<ScriptActionExecutionSummary>): any[];
|
|
1398
|
+
/** The execution summary of a script action. */
|
|
1399
|
+
export interface ScriptActionExecutionSummary {
|
|
1400
|
+
/** The status of script action execution. */
|
|
1401
|
+
readonly status?: string;
|
|
1402
|
+
/** The instance count for a given script action execution status. */
|
|
1403
|
+
readonly instanceCount?: number;
|
|
1404
|
+
}
|
|
1405
|
+
export declare function scriptActionExecutionSummaryDeserializer(item: any): ScriptActionExecutionSummary;
|
|
1406
|
+
/** The list script execution history response. */
|
|
1407
|
+
export interface _ScriptActionExecutionHistoryList {
|
|
1408
|
+
/** The RuntimeScriptActionDetail items on this page */
|
|
1409
|
+
readonly value: RuntimeScriptActionDetail[];
|
|
1410
|
+
/** The link to the next page of items */
|
|
1411
|
+
nextLink?: string;
|
|
1412
|
+
}
|
|
1413
|
+
export declare function _scriptActionExecutionHistoryListDeserializer(item: any): _ScriptActionExecutionHistoryList;
|
|
1414
|
+
/** The cluster host information. */
|
|
1415
|
+
export interface HostInfo {
|
|
1416
|
+
/** The host name */
|
|
1417
|
+
name?: string;
|
|
1418
|
+
/** The Fully Qualified Domain Name of host */
|
|
1419
|
+
fqdn?: string;
|
|
1420
|
+
/** The effective disk encryption key URL used by the host */
|
|
1421
|
+
effectiveDiskEncryptionKeyUrl?: string;
|
|
1422
|
+
}
|
|
1423
|
+
export declare function hostInfoDeserializer(item: any): HostInfo;
|
|
1424
|
+
/** The Get Capabilities operation response. */
|
|
1425
|
+
export interface CapabilitiesResult {
|
|
1426
|
+
/** The version capability. */
|
|
1427
|
+
readonly versions?: Record<string, VersionsCapability>;
|
|
1428
|
+
/** The virtual machine size compatibility features. */
|
|
1429
|
+
regions?: Record<string, RegionsCapability>;
|
|
1430
|
+
/** The capability features. */
|
|
1431
|
+
features?: string[];
|
|
1432
|
+
/** The quota capability. */
|
|
1433
|
+
readonly quota?: QuotaCapability;
|
|
1434
|
+
}
|
|
1435
|
+
export declare function capabilitiesResultDeserializer(item: any): CapabilitiesResult;
|
|
1436
|
+
export declare function versionsCapabilityRecordDeserializer(item: Record<string, any>): Record<string, VersionsCapability>;
|
|
1437
|
+
/** The version capability. */
|
|
1438
|
+
export interface VersionsCapability {
|
|
1439
|
+
/** The list of version capabilities. */
|
|
1440
|
+
readonly available?: VersionSpec[];
|
|
1441
|
+
}
|
|
1442
|
+
export declare function versionsCapabilityDeserializer(item: any): VersionsCapability;
|
|
1443
|
+
export declare function versionSpecArrayDeserializer(result: Array<VersionSpec>): any[];
|
|
1444
|
+
/** The version properties. */
|
|
1445
|
+
export interface VersionSpec {
|
|
1446
|
+
/** The friendly name */
|
|
1447
|
+
friendlyName?: string;
|
|
1448
|
+
/** The display name */
|
|
1449
|
+
displayName?: string;
|
|
1450
|
+
/** Whether or not the version is the default version. */
|
|
1451
|
+
isDefault?: boolean;
|
|
1452
|
+
/** The component version property. */
|
|
1453
|
+
componentVersions?: Record<string, string>;
|
|
1454
|
+
}
|
|
1455
|
+
export declare function versionSpecDeserializer(item: any): VersionSpec;
|
|
1456
|
+
export declare function regionsCapabilityRecordDeserializer(item: Record<string, any>): Record<string, RegionsCapability>;
|
|
1457
|
+
/** The regions capability. */
|
|
1458
|
+
export interface RegionsCapability {
|
|
1459
|
+
/** The list of region capabilities. */
|
|
1460
|
+
available?: string[];
|
|
1461
|
+
}
|
|
1462
|
+
export declare function regionsCapabilityDeserializer(item: any): RegionsCapability;
|
|
1463
|
+
/** The regional quota capability. */
|
|
1464
|
+
export interface QuotaCapability {
|
|
1465
|
+
/** The number of cores used in the subscription. */
|
|
1466
|
+
coresUsed?: number;
|
|
1467
|
+
/** The number of cores that the subscription allowed. */
|
|
1468
|
+
maxCoresAllowed?: number;
|
|
1469
|
+
/** The list of region quota capabilities. */
|
|
1470
|
+
readonly regionalQuotas?: RegionalQuotaCapability[];
|
|
1471
|
+
}
|
|
1472
|
+
export declare function quotaCapabilityDeserializer(item: any): QuotaCapability;
|
|
1473
|
+
export declare function regionalQuotaCapabilityArrayDeserializer(result: Array<RegionalQuotaCapability>): any[];
|
|
1474
|
+
/** The regional quota capacity. */
|
|
1475
|
+
export interface RegionalQuotaCapability {
|
|
1476
|
+
/** The region name. */
|
|
1477
|
+
regionName?: string;
|
|
1478
|
+
/** The number of cores used in the region. */
|
|
1479
|
+
coresUsed?: number;
|
|
1480
|
+
/** The number of cores available in the region. */
|
|
1481
|
+
coresAvailable?: number;
|
|
1482
|
+
}
|
|
1483
|
+
export declare function regionalQuotaCapabilityDeserializer(item: any): RegionalQuotaCapability;
|
|
1484
|
+
/** The response for the operation to get regional usages for a subscription. */
|
|
1485
|
+
export interface UsagesListResult {
|
|
1486
|
+
/** The list of usages. */
|
|
1487
|
+
readonly value?: Usage[];
|
|
1488
|
+
}
|
|
1489
|
+
export declare function usagesListResultDeserializer(item: any): UsagesListResult;
|
|
1490
|
+
export declare function usageArrayDeserializer(result: Array<Usage>): any[];
|
|
1491
|
+
/** The details about the usage of a particular limited resource. */
|
|
1492
|
+
export interface Usage {
|
|
1493
|
+
/** The type of measurement for usage. */
|
|
1494
|
+
unit?: string;
|
|
1495
|
+
/** The current usage. */
|
|
1496
|
+
currentValue?: number;
|
|
1497
|
+
/** The maximum allowed usage. */
|
|
1498
|
+
limit?: number;
|
|
1499
|
+
/** The details about the localizable name of the used resource. */
|
|
1500
|
+
readonly name?: LocalizedName;
|
|
1501
|
+
}
|
|
1502
|
+
export declare function usageDeserializer(item: any): Usage;
|
|
1503
|
+
/** The details about the localizable name of a type of usage. */
|
|
1504
|
+
export interface LocalizedName {
|
|
1505
|
+
/** The name of the used resource. */
|
|
1506
|
+
value?: string;
|
|
1507
|
+
/** The localized name of the used resource. */
|
|
1508
|
+
localizedValue?: string;
|
|
1509
|
+
}
|
|
1510
|
+
export declare function localizedNameDeserializer(item: any): LocalizedName;
|
|
1511
|
+
/** The response for the operation to get regional billingSpecs for a subscription. */
|
|
1512
|
+
export interface BillingResponseListResult {
|
|
1513
|
+
/** The virtual machine sizes to include or exclude. */
|
|
1514
|
+
vmSizes?: string[];
|
|
1515
|
+
/** The vm sizes which enable encryption at host. */
|
|
1516
|
+
vmSizesWithEncryptionAtHost?: string[];
|
|
1517
|
+
/** The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set. */
|
|
1518
|
+
vmSizeFilters?: VmSizeCompatibilityFilterV2[];
|
|
1519
|
+
/** The vm size properties. */
|
|
1520
|
+
readonly vmSizeProperties?: VmSizeProperty[];
|
|
1521
|
+
/** The billing and managed disk billing resources for a region. */
|
|
1522
|
+
billingResources?: BillingResources[];
|
|
1523
|
+
}
|
|
1524
|
+
export declare function billingResponseListResultDeserializer(item: any): BillingResponseListResult;
|
|
1525
|
+
export declare function vmSizeCompatibilityFilterV2ArrayDeserializer(result: Array<VmSizeCompatibilityFilterV2>): any[];
|
|
1526
|
+
/** This class represent a single filter object that defines a multidimensional set. The dimensions of this set are Regions, ClusterFlavors, NodeTypes and ClusterVersions. The constraint should be defined based on the following: FilterMode (Exclude vs Include), VMSizes (the vm sizes in affect of exclusion/inclusion) and the ordering of the Filters. Later filters override previous settings if conflicted. */
|
|
1527
|
+
export interface VmSizeCompatibilityFilterV2 {
|
|
1528
|
+
/** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */
|
|
1529
|
+
filterMode?: FilterMode;
|
|
1530
|
+
/** The list of regions under the effect of the filter. */
|
|
1531
|
+
regions?: string[];
|
|
1532
|
+
/** The list of cluster flavors under the effect of the filter. */
|
|
1533
|
+
clusterFlavors?: string[];
|
|
1534
|
+
/** The list of node types affected by the filter. */
|
|
1535
|
+
nodeTypes?: string[];
|
|
1536
|
+
/** The list of cluster versions affected in Major.Minor format. */
|
|
1537
|
+
clusterVersions?: string[];
|
|
1538
|
+
/** The OSType affected, Windows or Linux. */
|
|
1539
|
+
osType?: OSType[];
|
|
1540
|
+
/** The list of virtual machine sizes to include or exclude. */
|
|
1541
|
+
vmSizes?: string[];
|
|
1542
|
+
/** Whether apply for ESP cluster. 'true' means only for ESP, 'false' means only for non-ESP, null or empty string or others mean for both. */
|
|
1543
|
+
espApplied?: string;
|
|
1544
|
+
/** Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster. */
|
|
1545
|
+
computeIsolationSupported?: string;
|
|
1546
|
+
}
|
|
1547
|
+
export declare function vmSizeCompatibilityFilterV2Deserializer(item: any): VmSizeCompatibilityFilterV2;
|
|
1548
|
+
/** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */
|
|
1549
|
+
export declare enum KnownFilterMode {
|
|
1550
|
+
/** Exclude */
|
|
1551
|
+
Exclude = "Exclude",
|
|
1552
|
+
/** Include */
|
|
1553
|
+
Include = "Include",
|
|
1554
|
+
/** Recommend */
|
|
1555
|
+
Recommend = "Recommend",
|
|
1556
|
+
/** Default */
|
|
1557
|
+
Default = "Default"
|
|
1558
|
+
}
|
|
1559
|
+
/**
|
|
1560
|
+
* The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. \
|
|
1561
|
+
* {@link KnownFilterMode} can be used interchangeably with FilterMode,
|
|
1562
|
+
* this enum contains the known values that the service supports.
|
|
1563
|
+
* ### Known values supported by the service
|
|
1564
|
+
* **Exclude**: Exclude \
|
|
1565
|
+
* **Include**: Include \
|
|
1566
|
+
* **Recommend**: Recommend \
|
|
1567
|
+
* **Default**: Default
|
|
1568
|
+
*/
|
|
1569
|
+
export type FilterMode = string;
|
|
1570
|
+
export declare function vmSizePropertyArrayDeserializer(result: Array<VmSizeProperty>): any[];
|
|
1571
|
+
/** The vm size property */
|
|
1572
|
+
export interface VmSizeProperty {
|
|
1573
|
+
/** The vm size name. */
|
|
1574
|
+
name?: string;
|
|
1575
|
+
/** The number of cores that the vm size has. */
|
|
1576
|
+
cores?: number;
|
|
1577
|
+
/** The data disk storage tier of the vm size. */
|
|
1578
|
+
dataDiskStorageTier?: string;
|
|
1579
|
+
/** The label of the vm size. */
|
|
1580
|
+
label?: string;
|
|
1581
|
+
/** The max data disk count of the vm size. */
|
|
1582
|
+
maxDataDiskCount?: number;
|
|
1583
|
+
/** The memory whose unit is MB of the vm size. */
|
|
1584
|
+
memoryInMb?: number;
|
|
1585
|
+
/** This indicates this vm size is supported by virtual machines or not */
|
|
1586
|
+
supportedByVirtualMachines?: boolean;
|
|
1587
|
+
/** The indicates this vm size is supported by web worker roles or not */
|
|
1588
|
+
supportedByWebWorkerRoles?: boolean;
|
|
1589
|
+
/** The virtual machine resource disk size whose unit is MB of the vm size. */
|
|
1590
|
+
virtualMachineResourceDiskSizeInMb?: number;
|
|
1591
|
+
/** The web worker resource disk size whose unit is MB of the vm size. */
|
|
1592
|
+
webWorkerResourceDiskSizeInMb?: number;
|
|
1593
|
+
}
|
|
1594
|
+
export declare function vmSizePropertyDeserializer(item: any): VmSizeProperty;
|
|
1595
|
+
export declare function billingResourcesArrayDeserializer(result: Array<BillingResources>): any[];
|
|
1596
|
+
/** The billing resources. */
|
|
1597
|
+
export interface BillingResources {
|
|
1598
|
+
/** The region or location. */
|
|
1599
|
+
region?: string;
|
|
1600
|
+
/** The billing meter information. */
|
|
1601
|
+
billingMeters?: BillingMeters[];
|
|
1602
|
+
/** The managed disk billing information. */
|
|
1603
|
+
diskBillingMeters?: DiskBillingMeters[];
|
|
1604
|
+
}
|
|
1605
|
+
export declare function billingResourcesDeserializer(item: any): BillingResources;
|
|
1606
|
+
export declare function billingMetersArrayDeserializer(result: Array<BillingMeters>): any[];
|
|
1607
|
+
/** The billing meters. */
|
|
1608
|
+
export interface BillingMeters {
|
|
1609
|
+
/** The virtual machine sizes. */
|
|
1610
|
+
meterParameter?: string;
|
|
1611
|
+
/** The HDInsight meter guid. */
|
|
1612
|
+
meter?: string;
|
|
1613
|
+
/** The unit of meter, VMHours or CoreHours. */
|
|
1614
|
+
unit?: string;
|
|
1615
|
+
}
|
|
1616
|
+
export declare function billingMetersDeserializer(item: any): BillingMeters;
|
|
1617
|
+
export declare function diskBillingMetersArrayDeserializer(result: Array<DiskBillingMeters>): any[];
|
|
1618
|
+
/** The disk billing meters. */
|
|
1619
|
+
export interface DiskBillingMeters {
|
|
1620
|
+
/** The managed disk meter guid. */
|
|
1621
|
+
diskRpMeter?: string;
|
|
1622
|
+
/** The managed disk billing sku, P30 or S30. */
|
|
1623
|
+
sku?: string;
|
|
1624
|
+
/** The managed disk billing tier, Standard or Premium. */
|
|
1625
|
+
tier?: Tier;
|
|
1626
|
+
}
|
|
1627
|
+
export declare function diskBillingMetersDeserializer(item: any): DiskBillingMeters;
|
|
1628
|
+
/** The request spec of checking name availability. */
|
|
1629
|
+
export interface NameAvailabilityCheckRequestParameters {
|
|
1630
|
+
/** The resource name. */
|
|
1631
|
+
name?: string;
|
|
1632
|
+
/** The resource type */
|
|
1633
|
+
type?: string;
|
|
1634
|
+
}
|
|
1635
|
+
export declare function nameAvailabilityCheckRequestParametersSerializer(item: NameAvailabilityCheckRequestParameters): any;
|
|
1636
|
+
/** The response spec of checking name availability. */
|
|
1637
|
+
export interface NameAvailabilityCheckResult {
|
|
1638
|
+
/** This indicates whether the name is available. */
|
|
1639
|
+
nameAvailable?: boolean;
|
|
1640
|
+
/** The reason of the result. */
|
|
1641
|
+
readonly reason?: string;
|
|
1642
|
+
/** The related message. */
|
|
1643
|
+
readonly message?: string;
|
|
1644
|
+
}
|
|
1645
|
+
export declare function nameAvailabilityCheckResultDeserializer(item: any): NameAvailabilityCheckResult;
|
|
1646
|
+
/** The cluster create request specification. */
|
|
1647
|
+
export interface ClusterCreateRequestValidationParameters extends ClusterCreateParametersExtended {
|
|
1648
|
+
/** The cluster name. */
|
|
1649
|
+
name?: string;
|
|
1650
|
+
/** The resource type. */
|
|
1651
|
+
type?: string;
|
|
1652
|
+
/** The tenant id. */
|
|
1653
|
+
tenantId?: string;
|
|
1654
|
+
/** This indicates whether fetch Aadds resource or not. */
|
|
1655
|
+
fetchAaddsResource?: boolean;
|
|
1656
|
+
}
|
|
1657
|
+
export declare function clusterCreateRequestValidationParametersSerializer(item: ClusterCreateRequestValidationParameters): any;
|
|
1658
|
+
/** The response of cluster create request validation. */
|
|
1659
|
+
export interface ClusterCreateValidationResult {
|
|
1660
|
+
/** The validation errors. */
|
|
1661
|
+
validationErrors?: ValidationErrorInfo[];
|
|
1662
|
+
/** The validation warnings. */
|
|
1663
|
+
validationWarnings?: ValidationErrorInfo[];
|
|
1664
|
+
/** The estimated creation duration. */
|
|
1665
|
+
estimatedCreationDuration?: string;
|
|
1666
|
+
/** The Azure active directory domain service resource details. */
|
|
1667
|
+
aaddsResourcesDetails?: AaddsResourceDetails[];
|
|
1668
|
+
}
|
|
1669
|
+
export declare function clusterCreateValidationResultDeserializer(item: any): ClusterCreateValidationResult;
|
|
1670
|
+
export declare function validationErrorInfoArrayDeserializer(result: Array<ValidationErrorInfo>): any[];
|
|
1671
|
+
/** The validation error information. */
|
|
1672
|
+
export interface ValidationErrorInfo {
|
|
1673
|
+
/** The error code. */
|
|
1674
|
+
code?: string;
|
|
1675
|
+
/** The error message. */
|
|
1676
|
+
message?: string;
|
|
1677
|
+
/** The error resource. */
|
|
1678
|
+
errorResource?: string;
|
|
1679
|
+
/** The message arguments */
|
|
1680
|
+
messageArguments?: string[];
|
|
1681
|
+
}
|
|
1682
|
+
export declare function validationErrorInfoDeserializer(item: any): ValidationErrorInfo;
|
|
1683
|
+
export declare function aaddsResourceDetailsArrayDeserializer(result: Array<AaddsResourceDetails>): any[];
|
|
1684
|
+
/** The Azure active directory domain service resource details. */
|
|
1685
|
+
export interface AaddsResourceDetails {
|
|
1686
|
+
/** The Azure active directory domain service name. */
|
|
1687
|
+
domainName?: string;
|
|
1688
|
+
/** This indicates whether initial sync complete or not. */
|
|
1689
|
+
initialSyncComplete?: boolean;
|
|
1690
|
+
/** This indicates whether enable ldaps or not. */
|
|
1691
|
+
ldapsEnabled?: boolean;
|
|
1692
|
+
/** The base 64 format string of public ldap certificate. */
|
|
1693
|
+
ldapsPublicCertificateInBase64?: string;
|
|
1694
|
+
/** The resource id of azure active directory domain service. */
|
|
1695
|
+
resourceId?: string;
|
|
1696
|
+
/** The subnet resource id. */
|
|
1697
|
+
subnetId?: string;
|
|
1698
|
+
/** The tenant id of azure active directory domain service . */
|
|
1699
|
+
tenantId?: string;
|
|
1700
|
+
}
|
|
1701
|
+
export declare function aaddsResourceDetailsDeserializer(item: any): AaddsResourceDetails;
|
|
1702
|
+
/** Known values of {@link RoleName} that the service accepts. */
|
|
1703
|
+
export declare enum KnownRoleName {
|
|
1704
|
+
/** workernode */
|
|
1705
|
+
Workernode = "workernode"
|
|
1706
|
+
}
|
|
1707
|
+
/** Type of RoleName */
|
|
1708
|
+
export type RoleName = string;
|
|
1709
|
+
/** The available API versions. */
|
|
1710
|
+
export declare enum KnownVersions {
|
|
1711
|
+
/** The 2025-01-15-preview API version. */
|
|
1712
|
+
V20250115Preview = "2025-01-15-preview"
|
|
1713
|
+
}
|
|
1714
|
+
export declare function hostInfoArrayDeserializer(result: Array<HostInfo>): any[];
|
|
1715
|
+
export declare function _ipConfigurationPropertiesSerializer(item: IPConfiguration): any;
|
|
1716
|
+
export declare function _ipConfigurationPropertiesDeserializer(item: any): {
|
|
1717
|
+
provisioningState: any;
|
|
1718
|
+
primary: any;
|
|
1719
|
+
privateIPAddress: any;
|
|
1720
|
+
privateIPAllocationMethod: any;
|
|
1721
|
+
subnet: any;
|
|
1722
|
+
};
|
|
1723
|
+
export declare function _privateLinkConfigurationPropertiesSerializer(item: PrivateLinkConfiguration): any;
|
|
1724
|
+
export declare function _privateLinkConfigurationPropertiesDeserializer(item: any): {
|
|
1725
|
+
groupId: any;
|
|
1726
|
+
provisioningState: any;
|
|
1727
|
+
ipConfigurations: any[];
|
|
1728
|
+
};
|
|
1729
|
+
export declare function _privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnection): any;
|
|
1730
|
+
export declare function _privateEndpointConnectionPropertiesDeserializer(item: any): {
|
|
1731
|
+
privateEndpoint: any;
|
|
1732
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
1733
|
+
linkIdentifier: any;
|
|
1734
|
+
provisioningState: any;
|
|
1735
|
+
};
|
|
1736
|
+
export declare function _privateLinkResourcePropertiesDeserializer(item: any): {
|
|
1737
|
+
groupId: any;
|
|
1738
|
+
requiredMembers: any;
|
|
1739
|
+
requiredZoneNames: any;
|
|
1740
|
+
};
|
|
1741
|
+
//# sourceMappingURL=models.d.ts.map
|