@azure/arm-hdinsight 1.3.0-beta.3 → 1.3.0-beta.4
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/LICENSE +1 -1
- package/README.md +1 -2
- package/dist/browser/hDInsightManagementClient.d.ts +3 -3
- package/dist/browser/hDInsightManagementClient.d.ts.map +1 -1
- package/dist/browser/hDInsightManagementClient.js +4 -6
- package/dist/browser/hDInsightManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +16 -3
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +2 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +50 -0
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +1 -1
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/applications.d.ts +5 -5
- package/dist/browser/operations/applications.d.ts.map +1 -1
- package/dist/browser/operations/applications.js +3 -3
- package/dist/browser/operations/applications.js.map +1 -1
- package/dist/browser/operations/clusters.d.ts +5 -5
- package/dist/browser/operations/clusters.d.ts.map +1 -1
- package/dist/browser/operations/clusters.js +7 -15
- package/dist/browser/operations/clusters.js.map +1 -1
- package/dist/browser/operations/configurations.d.ts +4 -4
- package/dist/browser/operations/configurations.d.ts.map +1 -1
- package/dist/browser/operations/configurations.js +1 -1
- package/dist/browser/operations/configurations.js.map +1 -1
- package/dist/browser/operations/extensions.d.ts +4 -4
- package/dist/browser/operations/extensions.d.ts.map +1 -1
- package/dist/browser/operations/extensions.js +1 -1
- package/dist/browser/operations/extensions.js.map +1 -1
- package/dist/browser/operations/locations.d.ts +3 -3
- package/dist/browser/operations/locations.d.ts.map +1 -1
- package/dist/browser/operations/locations.js +5 -25
- package/dist/browser/operations/locations.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +2 -2
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +3 -3
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/scriptActions.d.ts +4 -4
- package/dist/browser/operations/scriptActions.d.ts.map +1 -1
- package/dist/browser/operations/scriptActions.js +2 -2
- package/dist/browser/operations/scriptActions.js.map +1 -1
- package/dist/browser/operations/scriptExecutionHistory.d.ts +4 -4
- package/dist/browser/operations/scriptExecutionHistory.d.ts.map +1 -1
- package/dist/browser/operations/scriptExecutionHistory.js +2 -2
- package/dist/browser/operations/scriptExecutionHistory.js.map +1 -1
- package/dist/browser/operations/virtualMachines.d.ts +4 -4
- package/dist/browser/operations/virtualMachines.d.ts.map +1 -1
- package/dist/browser/operations/virtualMachines.js +1 -1
- package/dist/browser/operations/virtualMachines.js.map +1 -1
- package/dist/browser/operationsInterfaces/applications.d.ts +3 -3
- package/dist/browser/operationsInterfaces/applications.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/applications.js.map +1 -1
- package/dist/browser/operationsInterfaces/clusters.d.ts +3 -3
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -1
- package/dist/browser/operationsInterfaces/configurations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -1
- package/dist/browser/operationsInterfaces/extensions.d.ts +2 -2
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/extensions.js.map +1 -1
- package/dist/browser/operationsInterfaces/locations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/locations.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/scriptActions.d.ts +2 -2
- package/dist/browser/operationsInterfaces/scriptActions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/scriptActions.js.map +1 -1
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts +2 -2
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/scriptExecutionHistory.js.map +1 -1
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts +2 -2
- package/dist/browser/operationsInterfaces/virtualMachines.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/virtualMachines.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/hDInsightManagementClient.d.ts +3 -3
- package/dist/commonjs/hDInsightManagementClient.d.ts.map +1 -1
- package/dist/commonjs/hDInsightManagementClient.js +4 -6
- package/dist/commonjs/hDInsightManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +16 -3
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +2 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +52 -2
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +1 -1
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +1 -1
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/applications.d.ts +5 -5
- package/dist/commonjs/operations/applications.d.ts.map +1 -1
- package/dist/commonjs/operations/applications.js +2 -2
- package/dist/commonjs/operations/applications.js.map +1 -1
- package/dist/commonjs/operations/clusters.d.ts +5 -5
- package/dist/commonjs/operations/clusters.d.ts.map +1 -1
- package/dist/commonjs/operations/clusters.js +6 -14
- package/dist/commonjs/operations/clusters.js.map +1 -1
- package/dist/commonjs/operations/configurations.d.ts +4 -4
- package/dist/commonjs/operations/configurations.d.ts.map +1 -1
- package/dist/commonjs/operations/configurations.js.map +1 -1
- package/dist/commonjs/operations/extensions.d.ts +4 -4
- package/dist/commonjs/operations/extensions.d.ts.map +1 -1
- package/dist/commonjs/operations/extensions.js.map +1 -1
- package/dist/commonjs/operations/locations.d.ts +3 -3
- package/dist/commonjs/operations/locations.d.ts.map +1 -1
- package/dist/commonjs/operations/locations.js +5 -25
- package/dist/commonjs/operations/locations.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +2 -2
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +2 -2
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +3 -3
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/scriptActions.d.ts +4 -4
- package/dist/commonjs/operations/scriptActions.d.ts.map +1 -1
- package/dist/commonjs/operations/scriptActions.js +2 -2
- package/dist/commonjs/operations/scriptActions.js.map +1 -1
- package/dist/commonjs/operations/scriptExecutionHistory.d.ts +4 -4
- package/dist/commonjs/operations/scriptExecutionHistory.d.ts.map +1 -1
- package/dist/commonjs/operations/scriptExecutionHistory.js +2 -2
- package/dist/commonjs/operations/scriptExecutionHistory.js.map +1 -1
- package/dist/commonjs/operations/virtualMachines.d.ts +4 -4
- package/dist/commonjs/operations/virtualMachines.d.ts.map +1 -1
- package/dist/commonjs/operations/virtualMachines.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/applications.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/applications.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/applications.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/locations.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/scriptActions.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/scriptActions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/scriptActions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/scriptExecutionHistory.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/virtualMachines.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualMachines.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/hDInsightManagementClient.d.ts +3 -3
- package/dist/esm/hDInsightManagementClient.d.ts.map +1 -1
- package/dist/esm/hDInsightManagementClient.js +4 -6
- package/dist/esm/hDInsightManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +16 -3
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +2 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +50 -0
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +1 -1
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +1 -1
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/applications.d.ts +5 -5
- package/dist/esm/operations/applications.d.ts.map +1 -1
- package/dist/esm/operations/applications.js +3 -3
- package/dist/esm/operations/applications.js.map +1 -1
- package/dist/esm/operations/clusters.d.ts +5 -5
- package/dist/esm/operations/clusters.d.ts.map +1 -1
- package/dist/esm/operations/clusters.js +7 -15
- package/dist/esm/operations/clusters.js.map +1 -1
- package/dist/esm/operations/configurations.d.ts +4 -4
- package/dist/esm/operations/configurations.d.ts.map +1 -1
- package/dist/esm/operations/configurations.js +1 -1
- package/dist/esm/operations/configurations.js.map +1 -1
- package/dist/esm/operations/extensions.d.ts +4 -4
- package/dist/esm/operations/extensions.d.ts.map +1 -1
- package/dist/esm/operations/extensions.js +1 -1
- package/dist/esm/operations/extensions.js.map +1 -1
- package/dist/esm/operations/locations.d.ts +3 -3
- package/dist/esm/operations/locations.d.ts.map +1 -1
- package/dist/esm/operations/locations.js +5 -25
- package/dist/esm/operations/locations.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +2 -2
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +3 -3
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts +3 -3
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/scriptActions.d.ts +4 -4
- package/dist/esm/operations/scriptActions.d.ts.map +1 -1
- package/dist/esm/operations/scriptActions.js +2 -2
- package/dist/esm/operations/scriptActions.js.map +1 -1
- package/dist/esm/operations/scriptExecutionHistory.d.ts +4 -4
- package/dist/esm/operations/scriptExecutionHistory.d.ts.map +1 -1
- package/dist/esm/operations/scriptExecutionHistory.js +2 -2
- package/dist/esm/operations/scriptExecutionHistory.js.map +1 -1
- package/dist/esm/operations/virtualMachines.d.ts +4 -4
- package/dist/esm/operations/virtualMachines.d.ts.map +1 -1
- package/dist/esm/operations/virtualMachines.js +1 -1
- package/dist/esm/operations/virtualMachines.js.map +1 -1
- package/dist/esm/operationsInterfaces/applications.d.ts +3 -3
- package/dist/esm/operationsInterfaces/applications.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/applications.js.map +1 -1
- package/dist/esm/operationsInterfaces/clusters.d.ts +3 -3
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -1
- package/dist/esm/operationsInterfaces/configurations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -1
- package/dist/esm/operationsInterfaces/extensions.d.ts +2 -2
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/extensions.js.map +1 -1
- package/dist/esm/operationsInterfaces/locations.d.ts +1 -1
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/locations.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/scriptActions.d.ts +2 -2
- package/dist/esm/operationsInterfaces/scriptActions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/scriptActions.js.map +1 -1
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts +2 -2
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/scriptExecutionHistory.js.map +1 -1
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts +2 -2
- package/dist/esm/operationsInterfaces/virtualMachines.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/virtualMachines.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/hDInsightManagementClient.d.ts +3 -3
- package/dist/react-native/hDInsightManagementClient.d.ts.map +1 -1
- package/dist/react-native/hDInsightManagementClient.js +4 -6
- package/dist/react-native/hDInsightManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +16 -3
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +2 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +50 -0
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +1 -1
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +1 -1
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/applications.d.ts +5 -5
- package/dist/react-native/operations/applications.d.ts.map +1 -1
- package/dist/react-native/operations/applications.js +3 -3
- package/dist/react-native/operations/applications.js.map +1 -1
- package/dist/react-native/operations/clusters.d.ts +5 -5
- package/dist/react-native/operations/clusters.d.ts.map +1 -1
- package/dist/react-native/operations/clusters.js +7 -15
- package/dist/react-native/operations/clusters.js.map +1 -1
- package/dist/react-native/operations/configurations.d.ts +4 -4
- package/dist/react-native/operations/configurations.d.ts.map +1 -1
- package/dist/react-native/operations/configurations.js +1 -1
- package/dist/react-native/operations/configurations.js.map +1 -1
- package/dist/react-native/operations/extensions.d.ts +4 -4
- package/dist/react-native/operations/extensions.d.ts.map +1 -1
- package/dist/react-native/operations/extensions.js +1 -1
- package/dist/react-native/operations/extensions.js.map +1 -1
- package/dist/react-native/operations/locations.d.ts +3 -3
- package/dist/react-native/operations/locations.d.ts.map +1 -1
- package/dist/react-native/operations/locations.js +5 -25
- package/dist/react-native/operations/locations.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +2 -2
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +3 -3
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +3 -3
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/scriptActions.d.ts +4 -4
- package/dist/react-native/operations/scriptActions.d.ts.map +1 -1
- package/dist/react-native/operations/scriptActions.js +2 -2
- package/dist/react-native/operations/scriptActions.js.map +1 -1
- package/dist/react-native/operations/scriptExecutionHistory.d.ts +4 -4
- package/dist/react-native/operations/scriptExecutionHistory.d.ts.map +1 -1
- package/dist/react-native/operations/scriptExecutionHistory.js +2 -2
- package/dist/react-native/operations/scriptExecutionHistory.js.map +1 -1
- package/dist/react-native/operations/virtualMachines.d.ts +4 -4
- package/dist/react-native/operations/virtualMachines.d.ts.map +1 -1
- package/dist/react-native/operations/virtualMachines.js +1 -1
- package/dist/react-native/operations/virtualMachines.js.map +1 -1
- package/dist/react-native/operationsInterfaces/applications.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/applications.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/applications.js.map +1 -1
- package/dist/react-native/operationsInterfaces/clusters.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/configurations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/extensions.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/extensions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/locations.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/scriptActions.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/scriptActions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/scriptActions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/scriptExecutionHistory.js.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/virtualMachines.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualMachines.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +42 -49
- package/CHANGELOG.md +0 -73
- package/review/arm-hdinsight-node.api.md +0 -1668
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list cluster Applications. It contains a list of operations and a URL link to get the next set of results. */\nexport interface ApplicationListResult {\n /** The list of HDInsight applications installed on HDInsight cluster. */\n value?: Application[];\n /**\n * The URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The HDInsight cluster application GET response. */\nexport interface ApplicationProperties {\n /** The list of roles in the cluster. */\n computeProfile?: ComputeProfile;\n /** The list of install script actions. */\n installScriptActions?: RuntimeScriptAction[];\n /** The list of uninstall script actions. */\n uninstallScriptActions?: RuntimeScriptAction[];\n /** The list of application HTTPS endpoints. */\n httpsEndpoints?: ApplicationGetHttpsEndpoint[];\n /** The list of application SSH endpoints. */\n sshEndpoints?: ApplicationGetEndpoint[];\n /**\n * The provisioning state of the application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The application type. */\n applicationType?: string;\n /**\n * The application state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationState?: string;\n /** The list of errors. */\n errors?: Errors[];\n /**\n * The application create date time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: string;\n /**\n * The marketplace identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceIdentifier?: string;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n}\n\n/** Describes the compute profile. */\nexport interface ComputeProfile {\n /** The list of roles in the cluster. */\n roles?: Role[];\n}\n\n/** Describes a role on the cluster. */\nexport interface Role {\n /** The name of the role. */\n name?: string;\n /** The minimum instance count of the cluster. */\n minInstanceCount?: number;\n /** The instance count of the cluster. */\n targetInstanceCount?: number;\n /** The name of the virtual machine group. */\n vMGroupName?: string;\n /** The autoscale configurations. */\n autoscaleConfiguration?: Autoscale;\n /** The hardware profile. */\n hardwareProfile?: HardwareProfile;\n /** The operating system profile. */\n osProfile?: OsProfile;\n /** The virtual network profile. */\n virtualNetworkProfile?: VirtualNetworkProfile;\n /** The data disks groups for the role. */\n dataDisksGroups?: DataDisksGroups[];\n /** The list of script actions on the role. */\n scriptActions?: ScriptAction[];\n /** Indicates whether encrypt the data disks. */\n encryptDataDisks?: boolean;\n}\n\n/** The autoscale request parameters */\nexport interface Autoscale {\n /** Parameters for load-based autoscale */\n capacity?: AutoscaleCapacity;\n /** Parameters for schedule-based autoscale */\n recurrence?: AutoscaleRecurrence;\n}\n\n/** The load-based autoscale request parameters */\nexport interface AutoscaleCapacity {\n /** The minimum instance count of the cluster */\n minInstanceCount?: number;\n /** The maximum instance count of the cluster */\n maxInstanceCount?: number;\n}\n\n/** Schedule-based autoscale request parameters */\nexport interface AutoscaleRecurrence {\n /** The time zone for the autoscale schedule times */\n timeZone?: string;\n /** Array of schedule-based autoscale rules */\n schedule?: AutoscaleSchedule[];\n}\n\n/** Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity */\nexport interface AutoscaleSchedule {\n /** Days of the week for a schedule-based autoscale rule */\n days?: DaysOfWeek[];\n /** Time and capacity for a schedule-based autoscale rule */\n timeAndCapacity?: AutoscaleTimeAndCapacity;\n}\n\n/** Time and capacity request parameters */\nexport interface AutoscaleTimeAndCapacity {\n /** 24-hour time in the form xx:xx */\n time?: string;\n /** The minimum instance count of the cluster */\n minInstanceCount?: number;\n /** The maximum instance count of the cluster */\n maxInstanceCount?: number;\n}\n\n/** The hardware profile. */\nexport interface HardwareProfile {\n /** The size of the VM */\n vmSize?: string;\n}\n\n/** The Linux operation systems profile. */\nexport interface OsProfile {\n /** The Linux OS profile. */\n linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;\n}\n\n/** The ssh username, password, and ssh public key. */\nexport interface LinuxOperatingSystemProfile {\n /** The username. */\n username?: string;\n /** The password. */\n password?: string;\n /** The SSH profile. */\n sshProfile?: SshProfile;\n}\n\n/** The list of SSH public keys. */\nexport interface SshProfile {\n /** The list of SSH public keys. */\n publicKeys?: SshPublicKey[];\n}\n\n/** The SSH public key for the cluster nodes. */\nexport interface SshPublicKey {\n /** The certificate for SSH. */\n certificateData?: string;\n}\n\n/** The virtual network properties. */\nexport interface VirtualNetworkProfile {\n /** The ID of the virtual network. */\n id?: string;\n /** The name of the subnet. */\n subnet?: string;\n}\n\n/** The data disks groups for the role. */\nexport interface DataDisksGroups {\n /** The number of disks per node. */\n disksPerNode?: number;\n /**\n * ReadOnly. The storage account type. Do not set this value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountType?: string;\n /**\n * ReadOnly. The DiskSize in GB. Do not set this value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskSizeGB?: number;\n}\n\n/** Describes a script action on role on the cluster. */\nexport interface ScriptAction {\n /** The name of the script action. */\n name: string;\n /** The URI to the script. */\n uri: string;\n /** The parameters for the script provided. */\n parameters: string;\n}\n\n/** Describes a script action on a running cluster. */\nexport interface RuntimeScriptAction {\n /** The name of the script action. */\n name: string;\n /** The URI to the script. */\n uri: string;\n /** The parameters for the script */\n parameters?: string;\n /** The list of roles where script will be executed. */\n roles: string[];\n /**\n * The application name of the script action, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationName?: string;\n}\n\n/** Gets the application HTTP endpoints. */\nexport interface ApplicationGetHttpsEndpoint {\n /** The list of access modes for the application. */\n accessModes?: string[];\n /**\n * The location of the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** The destination port to connect to. */\n destinationPort?: number;\n /**\n * The public port to connect to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicPort?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n /** The subdomain suffix of the application. */\n subDomainSuffix?: string;\n /** The value indicates whether to disable GatewayAuth. */\n disableGatewayAuth?: boolean;\n}\n\n/** Gets the application SSH endpoint */\nexport interface ApplicationGetEndpoint {\n /** The location of the endpoint. */\n location?: string;\n /** The destination port to connect to. */\n destinationPort?: number;\n /** The public port to connect to. */\n publicPort?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n}\n\n/** The error message associated with the cluster creation. */\nexport interface Errors {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n}\n\n/** The private link configuration. */\nexport interface PrivateLinkConfiguration {\n /**\n * The private link configuration id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The name of private link configuration. */\n name: string;\n /**\n * The type of the private link configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */\n groupId: string;\n /**\n * The private link configuration provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /** The IP configurations for the private link service. */\n ipConfigurations: IPConfiguration[];\n}\n\n/** The ip configurations for the private link service. */\nexport interface IPConfiguration {\n /**\n * The private link IP configuration id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The name of private link IP configuration. */\n name: string;\n /**\n * The type of the private link IP configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The private link configuration provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /** Indicates whether this IP configuration is primary for the corresponding NIC. */\n primary?: boolean;\n /** The IP address. */\n privateIPAddress?: string;\n /** The method that private IP address is allocated. */\n privateIPAllocationMethod?: PrivateIPAllocationMethod;\n /** The subnet resource id. */\n subnet?: ResourceId;\n}\n\n/** The azure resource id. */\nexport interface ResourceId {\n /** The azure resource id. */\n id?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** The azure async operation response. */\nexport interface AsyncOperationResult {\n /** The async operation state. */\n status?: AsyncOperationState;\n /** The operation error information. */\n error?: Errors;\n}\n\n/** The CreateCluster request parameters. */\nexport interface ClusterCreateParametersExtended {\n /** The location of the cluster. */\n location?: string;\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n /** The availability zones. */\n zones?: string[];\n /** The cluster create parameters. */\n properties?: ClusterCreateProperties;\n /** The identity of the cluster, if configured. */\n identity?: ClusterIdentity;\n}\n\n/** The cluster create parameters. */\nexport interface ClusterCreateProperties {\n /** The version of the cluster. */\n clusterVersion?: string;\n /** The type of operating system. */\n osType?: OSType;\n /** The cluster tier. */\n tier?: Tier;\n /** The cluster definition. */\n clusterDefinition?: ClusterDefinition;\n /** The cluster kafka rest proxy configuration. */\n kafkaRestProperties?: KafkaRestProperties;\n /** The security profile. */\n securityProfile?: SecurityProfile;\n /** The compute profile. */\n computeProfile?: ComputeProfile;\n /** The storage profile. */\n storageProfile?: StorageProfile;\n /** The disk encryption properties. */\n diskEncryptionProperties?: DiskEncryptionProperties;\n /** The encryption-in-transit properties. */\n encryptionInTransitProperties?: EncryptionInTransitProperties;\n /** The minimal supported tls version. */\n minSupportedTlsVersion?: string;\n /** The network properties. */\n networkProperties?: NetworkProperties;\n /** The compute isolation properties. */\n computeIsolationProperties?: ComputeIsolationProperties;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n}\n\n/** The cluster definition. */\nexport interface ClusterDefinition {\n /** The link to the blueprint. */\n blueprint?: string;\n /** The type of cluster. */\n kind?: string;\n /** The versions of different services in the cluster. */\n componentVersion?: { [propertyName: string]: string };\n /** The cluster configurations. */\n configurations?: Record<string, unknown>;\n}\n\n/** The kafka rest proxy configuration which contains AAD security group information. */\nexport interface KafkaRestProperties {\n /** The information of AAD security group. */\n clientGroupInfo?: ClientGroupInfo;\n /** The configurations that need to be overriden. */\n configurationOverride?: { [propertyName: string]: string };\n}\n\n/** The information of AAD security group. */\nexport interface ClientGroupInfo {\n /** The AAD security group name. */\n groupName?: string;\n /** The AAD security group id. */\n groupId?: string;\n}\n\n/** The security profile which contains Ssh public key for the HDInsight cluster. */\nexport interface SecurityProfile {\n /** The directory type. */\n directoryType?: DirectoryType;\n /** The organization's active directory domain. */\n domain?: string;\n /** The organizational unit within the Active Directory to place the cluster and service accounts. */\n organizationalUnitDN?: string;\n /** The LDAPS protocol URLs to communicate with the Active Directory. */\n ldapsUrls?: string[];\n /** The domain user account that will have admin privileges on the cluster. */\n domainUsername?: string;\n /**\n * The domain admin password.\n * This value contains a credential. Consider obscuring before showing to users\n */\n domainUserPassword?: string;\n /** Optional. The Distinguished Names for cluster user groups */\n clusterUsersGroupDNs?: string[];\n /** The resource ID of the user's Azure Active Directory Domain Service. */\n aaddsResourceId?: string;\n /** User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. */\n msiResourceId?: string;\n}\n\n/** The storage profile. */\nexport interface StorageProfile {\n /** The list of storage accounts in the cluster. */\n storageaccounts?: StorageAccount[];\n}\n\n/** The storage Account. */\nexport interface StorageAccount {\n /** The name of the storage account. */\n name?: string;\n /** Whether or not the storage account is the default storage account. */\n isDefault?: boolean;\n /** The container in the storage account, only to be specified for WASB storage accounts. */\n container?: string;\n /** The filesystem, only to be specified for Azure Data Lake Storage Gen 2. */\n fileSystem?: string;\n /** The storage account access key. */\n key?: string;\n /** The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. */\n resourceId?: string;\n /** The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. */\n msiResourceId?: string;\n /** The shared access signature key. */\n saskey?: string;\n /** The file share name. */\n fileshare?: string;\n /** 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 , */\n enableSecureChannel?: boolean;\n}\n\n/** The disk encryption properties */\nexport interface DiskEncryptionProperties {\n /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */\n vaultUri?: string;\n /** Key name that is used for enabling disk encryption. */\n keyName?: string;\n /** Specific key version that is used for enabling disk encryption. */\n keyVersion?: string;\n /** Algorithm identifier for encryption, default RSA-OAEP. */\n encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;\n /** Resource ID of Managed Identity that is used to access the key vault. */\n msiResourceId?: string;\n /** Indicates whether or not resource disk encryption is enabled. */\n encryptionAtHost?: boolean;\n}\n\n/** The encryption-in-transit properties. */\nexport interface EncryptionInTransitProperties {\n /** Indicates whether or not inter cluster node communication is encrypted in transit. */\n isEncryptionInTransitEnabled?: boolean;\n}\n\n/** The network properties. */\nexport interface NetworkProperties {\n /** 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. */\n outboundDependenciesManagedType?: OutboundDependenciesManagedType;\n /** The direction for the resource provider connection. */\n resourceProviderConnection?: ResourceProviderConnection;\n /** Indicates whether or not private link is enabled. */\n privateLink?: PrivateLink;\n /** Gets or sets the IP tag for the public IPs created along with the HDInsight Clusters. */\n publicIpTag?: IpTag;\n}\n\n/** Contains the IpTag associated with the public IP address */\nexport interface IpTag {\n /** Gets or sets the ipTag type: Example FirstPartyUsage. */\n ipTagType: string;\n /** Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc */\n tag: string;\n}\n\n/** The compute isolation properties. */\nexport interface ComputeIsolationProperties {\n /** The flag indicates whether enable compute isolation or not. */\n enableComputeIsolation?: boolean;\n /** The host sku. */\n hostSku?: string;\n}\n\n/** Identity for the cluster. */\nexport interface ClusterIdentity {\n /**\n * The principal id of cluster identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant id associated with the cluster. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** 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. */\n type?: ResourceIdentityType;\n /** 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}'. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** The User Assigned Identity */\nexport interface UserAssignedIdentity {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /** The tenant id of user assigned identity. */\n tenantId?: string;\n}\n\n/** The properties of cluster. */\nexport interface ClusterGetProperties {\n /** The version of the cluster. */\n clusterVersion?: string;\n /** The hdp version of the cluster. */\n clusterHdpVersion?: string;\n /** The type of operating system. */\n osType?: OSType;\n /** The cluster tier. */\n tier?: Tier;\n /** The cluster id. */\n clusterId?: string;\n /** The cluster definition. */\n clusterDefinition: ClusterDefinition;\n /** The cluster kafka rest proxy configuration. */\n kafkaRestProperties?: KafkaRestProperties;\n /** The security profile. */\n securityProfile?: SecurityProfile;\n /** The compute profile. */\n computeProfile?: ComputeProfile;\n /** The provisioning state, which only appears in the response. */\n provisioningState?: HDInsightClusterProvisioningState;\n /** The date on which the cluster was created. */\n createdDate?: string;\n /** The state of the cluster. */\n clusterState?: string;\n /** The quota information. */\n quotaInfo?: QuotaInfo;\n /** The list of errors. */\n errors?: Errors[];\n /** The list of connectivity endpoints. */\n connectivityEndpoints?: ConnectivityEndpoint[];\n /** The disk encryption properties. */\n diskEncryptionProperties?: DiskEncryptionProperties;\n /** The encryption-in-transit properties. */\n encryptionInTransitProperties?: EncryptionInTransitProperties;\n /** The storage profile. */\n storageProfile?: StorageProfile;\n /** The minimal supported tls version. */\n minSupportedTlsVersion?: string;\n /** The excluded services config. */\n excludedServicesConfig?: ExcludedServicesConfig;\n /** The network properties. */\n networkProperties?: NetworkProperties;\n /** The compute isolation properties. */\n computeIsolationProperties?: ComputeIsolationProperties;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n /**\n * The list of private endpoint connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\n/** The quota properties for the cluster. */\nexport interface QuotaInfo {\n /** The cores used by the cluster. */\n coresUsed?: number;\n}\n\n/** The connectivity properties */\nexport interface ConnectivityEndpoint {\n /** The name of the endpoint. */\n name?: string;\n /** The protocol of the endpoint. */\n protocol?: string;\n /** The location of the endpoint. */\n location?: string;\n /** The port to connect to. */\n port?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n}\n\n/** The configuration that services will be excluded when creating cluster. */\nexport interface ExcludedServicesConfig {\n /** The config id of excluded services. */\n excludedServicesConfigId?: string;\n /** The list of excluded services. */\n excludedServicesList?: string;\n}\n\n/** The private endpoint. */\nexport interface PrivateEndpoint {\n /** The private endpoint id. */\n id?: string;\n}\n\n/** The private link service connection state. */\nexport interface PrivateLinkServiceConnectionState {\n /** The concrete private link service connection. */\n status: PrivateLinkServiceConnectionStatus;\n /** The optional description of the status. */\n description?: string;\n /** Whether there is further actions. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ResourceAutoGenerated {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The PatchCluster request parameters */\nexport interface ClusterPatchParameters {\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n /** The identity of the cluster, if configured. */\n identity?: ClusterIdentity;\n}\n\n/** The List Cluster operation response. */\nexport interface ClusterListResult {\n /** The list of Clusters. */\n value?: Cluster[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The Resize Cluster request parameters. */\nexport interface ClusterResizeParameters {\n /** The target instance count for the operation. */\n targetInstanceCount?: number;\n}\n\n/** The autoscale configuration update parameter. */\nexport interface AutoscaleConfigurationUpdateParameter {\n /** The autoscale configuration. */\n autoscale?: Autoscale;\n}\n\n/** The Disk Encryption Cluster request parameters. */\nexport interface ClusterDiskEncryptionParameters {\n /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */\n vaultUri?: string;\n /** Key name that is used for enabling disk encryption. */\n keyName?: string;\n /** Specific key version that is used for enabling disk encryption. */\n keyVersion?: string;\n}\n\n/** Gateway settings. */\nexport interface GatewaySettings {\n /**\n * Indicates whether or not the gateway settings based authorization is enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isCredentialEnabled?: string;\n /**\n * The gateway settings user name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userName?: string;\n /**\n * The gateway settings user password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password?: string;\n}\n\n/** The update gateway settings request parameters. */\nexport interface UpdateGatewaySettingsParameters {\n /** Indicates whether or not the gateway settings based authorization is enabled. */\n isCredentialEnabled?: boolean;\n /** The gateway settings user name. */\n userName?: string;\n /** The gateway settings user password. */\n password?: string;\n}\n\n/** The update cluster identity certificate request parameters. */\nexport interface UpdateClusterIdentityCertificateParameters {\n /** The application id. */\n applicationId?: string;\n /** The certificate in base64 encoded format. */\n certificate?: string;\n /** The password of the certificate. */\n certificatePassword?: string;\n}\n\n/** The configuration object for the specified cluster. */\nexport interface ClusterConfigurations {\n /** The configuration object for the specified configuration for the specified cluster. */\n configurations?: {\n [propertyName: string]: { [propertyName: string]: string };\n };\n}\n\n/** The cluster monitor parameters. */\nexport interface ClusterMonitoringRequest {\n /** The cluster monitor workspace ID. */\n workspaceId?: string;\n /** The cluster monitor workspace key. */\n primaryKey?: string;\n}\n\n/** The cluster monitoring status response. */\nexport interface ClusterMonitoringResponse {\n /** The status of the monitor on the HDInsight cluster. */\n clusterMonitoringEnabled?: boolean;\n /** The workspace ID of the monitor on the HDInsight cluster. */\n workspaceId?: string;\n}\n\n/** The azure monitor parameters. */\nexport interface AzureMonitorRequest {\n /** The Log Analytics workspace ID. */\n workspaceId?: string;\n /** The Log Analytics workspace key. */\n primaryKey?: string;\n /** The selected configurations. */\n selectedConfigurations?: AzureMonitorSelectedConfigurations;\n}\n\n/** The selected configurations for azure monitor. */\nexport interface AzureMonitorSelectedConfigurations {\n /** The configuration version. */\n configurationVersion?: string;\n /** The global configurations of selected configurations. */\n globalConfigurations?: { [propertyName: string]: string };\n /** The table list. */\n tableList?: AzureMonitorTableConfiguration[];\n}\n\n/** The table configuration for the Log Analytics integration. */\nexport interface AzureMonitorTableConfiguration {\n /** The name. */\n name?: string;\n}\n\n/** The azure monitor status response. */\nexport interface AzureMonitorResponse {\n /** The status of the monitor on the HDInsight cluster. */\n clusterMonitoringEnabled?: boolean;\n /** The workspace ID of the monitor on the HDInsight cluster. */\n workspaceId?: string;\n /** The selected configurations. */\n selectedConfigurations?: AzureMonitorSelectedConfigurations;\n}\n\n/** Cluster monitoring extensions. */\nexport interface Extension {\n /** The workspace ID for the cluster monitoring extension. */\n workspaceId?: string;\n /** The certificate for the cluster monitoring extensions. */\n primaryKey?: string;\n}\n\n/** The Get Capabilities operation response. */\nexport interface CapabilitiesResult {\n /** The version capability. */\n versions?: { [propertyName: string]: VersionsCapability };\n /** The virtual machine size compatibility features. */\n regions?: { [propertyName: string]: RegionsCapability };\n /** The capability features. */\n features?: string[];\n /**\n * The quota capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quota?: QuotaCapability;\n}\n\n/** The version capability. */\nexport interface VersionsCapability {\n /** The list of version capabilities. */\n available?: VersionSpec[];\n}\n\n/** The version properties. */\nexport interface VersionSpec {\n /** The friendly name */\n friendlyName?: string;\n /** The display name */\n displayName?: string;\n /** Whether or not the version is the default version. */\n isDefault?: boolean;\n /** The component version property. */\n componentVersions?: { [propertyName: string]: string };\n}\n\n/** The regions capability. */\nexport interface RegionsCapability {\n /** The list of region capabilities. */\n available?: string[];\n}\n\n/** The regional quota capability. */\nexport interface QuotaCapability {\n /** The number of cores used in the subscription. */\n coresUsed?: number;\n /** The number of cores that the subscription allowed. */\n maxCoresAllowed?: number;\n /** The list of region quota capabilities. */\n regionalQuotas?: RegionalQuotaCapability[];\n}\n\n/** The regional quota capacity. */\nexport interface RegionalQuotaCapability {\n /** The region name. */\n regionName?: string;\n /** The number of cores used in the region. */\n coresUsed?: number;\n /** The number of cores available in the region. */\n coresAvailable?: number;\n}\n\n/** The response for the operation to get regional usages for a subscription. */\nexport interface UsagesListResult {\n /** The list of usages. */\n value?: Usage[];\n}\n\n/** The details about the usage of a particular limited resource. */\nexport interface Usage {\n /** The type of measurement for usage. */\n unit?: string;\n /** The current usage. */\n currentValue?: number;\n /** The maximum allowed usage. */\n limit?: number;\n /**\n * The details about the localizable name of the used resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: LocalizedName;\n}\n\n/** The details about the localizable name of a type of usage. */\nexport interface LocalizedName {\n /** The name of the used resource. */\n value?: string;\n /** The localized name of the used resource. */\n localizedValue?: string;\n}\n\n/** The response for the operation to get regional billingSpecs for a subscription. */\nexport interface BillingResponseListResult {\n /** The virtual machine sizes to include or exclude. */\n vmSizes?: string[];\n /** The vm sizes which enable encryption at host. */\n vmSizesWithEncryptionAtHost?: string[];\n /** The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set. */\n vmSizeFilters?: VmSizeCompatibilityFilterV2[];\n /**\n * The vm size properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmSizeProperties?: VmSizeProperty[];\n /** The billing and managed disk billing resources for a region. */\n billingResources?: BillingResources[];\n}\n\n/** 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. */\nexport interface VmSizeCompatibilityFilterV2 {\n /** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */\n filterMode?: FilterMode;\n /** The list of regions under the effect of the filter. */\n regions?: string[];\n /** The list of cluster flavors under the effect of the filter. */\n clusterFlavors?: string[];\n /** The list of node types affected by the filter. */\n nodeTypes?: string[];\n /** The list of cluster versions affected in Major.Minor format. */\n clusterVersions?: string[];\n /** The OSType affected, Windows or Linux. */\n osType?: OSType[];\n /** The list of virtual machine sizes to include or exclude. */\n vmSizes?: string[];\n /** 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. */\n espApplied?: string;\n /** Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster. */\n computeIsolationSupported?: string;\n}\n\n/** The vm size property */\nexport interface VmSizeProperty {\n /** The vm size name. */\n name?: string;\n /** The number of cores that the vm size has. */\n cores?: number;\n /** The data disk storage tier of the vm size. */\n dataDiskStorageTier?: string;\n /** The label of the vm size. */\n label?: string;\n /** The max data disk count of the vm size. */\n maxDataDiskCount?: number;\n /** The memory whose unit is MB of the vm size. */\n memoryInMb?: number;\n /** This indicates this vm size is supported by virtual machines or not */\n supportedByVirtualMachines?: boolean;\n /** The indicates this vm size is supported by web worker roles or not */\n supportedByWebWorkerRoles?: boolean;\n /** The virtual machine resource disk size whose unit is MB of the vm size. */\n virtualMachineResourceDiskSizeInMb?: number;\n /** The web worker resource disk size whose unit is MB of the vm size. */\n webWorkerResourceDiskSizeInMb?: number;\n}\n\n/** The billing resources. */\nexport interface BillingResources {\n /** The region or location. */\n region?: string;\n /** The billing meter information. */\n billingMeters?: BillingMeters[];\n /** The managed disk billing information. */\n diskBillingMeters?: DiskBillingMeters[];\n}\n\n/** The billing meters. */\nexport interface BillingMeters {\n /** The virtual machine sizes. */\n meterParameter?: string;\n /** The HDInsight meter guid. */\n meter?: string;\n /** The unit of meter, VMHours or CoreHours. */\n unit?: string;\n}\n\n/** The disk billing meters. */\nexport interface DiskBillingMeters {\n /** The managed disk meter guid. */\n diskRpMeter?: string;\n /** The managed disk billing sku, P30 or S30. */\n sku?: string;\n /** The managed disk billing tier, Standard or Premium. */\n tier?: Tier;\n}\n\n/** The request spec of checking name availability. */\nexport interface NameAvailabilityCheckRequestParameters {\n /** The resource name. */\n name?: string;\n /** The resource type */\n type?: string;\n}\n\n/** The response spec of checking name availability. */\nexport interface NameAvailabilityCheckResult {\n /** This indicates whether the name is available. */\n nameAvailable?: boolean;\n /**\n * The reason of the result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * The related message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** The response of cluster create request validation. */\nexport interface ClusterCreateValidationResult {\n /** The validation errors. */\n validationErrors?: ValidationErrorInfo[];\n /** The validation warnings. */\n validationWarnings?: ValidationErrorInfo[];\n /** The estimated creation duration. */\n estimatedCreationDuration?: string;\n /** The Azure active directory domain service resource details. */\n aaddsResourcesDetails?: AaddsResourceDetails[];\n}\n\n/** The validation error information. */\nexport interface ValidationErrorInfo {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n /** The error resource. */\n errorResource?: string;\n /** The message arguments */\n messageArguments?: string[];\n}\n\n/** The Azure active directory domain service resource details. */\nexport interface AaddsResourceDetails {\n /** The Azure active directory domain service name. */\n domainName?: string;\n /** This indicates whether initial sync complete or not. */\n initialSyncComplete?: boolean;\n /** This indicates whether enable ldaps or not. */\n ldapsEnabled?: boolean;\n /** The base 64 format string of public ldap certificate. */\n ldapsPublicCertificateInBase64?: string;\n /** The resource id of azure active directory domain service. */\n resourceId?: string;\n /** The subnet resource id. */\n subnetId?: string;\n /** The tenant id of azure active directory domain service . */\n tenantId?: string;\n}\n\n/** 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. */\nexport interface OperationListResult {\n /** The list of HDInsight operations supported by the HDInsight resource provider. */\n value?: Operation[];\n /** The URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** The HDInsight REST API operation. */\nexport interface Operation {\n /** The operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The display of operation. */\n display?: OperationDisplay;\n /** The operation properties. */\n properties?: OperationProperties;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** The service provider: Microsoft.HDInsight */\n provider?: string;\n /** The resource on which the operation is performed: Cluster, Applications, etc. */\n resource?: string;\n /** The operation type: read, write, delete, etc. */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** The details of operation. */\nexport interface OperationProperties {\n /** The specification of the service. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** The specification of the service. */\nexport interface ServiceSpecification {\n /** The metric specifications. */\n metricSpecifications?: MetricSpecifications[];\n}\n\n/** The details of metric specifications. */\nexport interface MetricSpecifications {\n /** The name of the metric specification. */\n name?: string;\n /** The display name of the metric specification. */\n displayName?: string;\n /** The display description of the metric specification. */\n displayDescription?: string;\n /** The unit of the metric specification. */\n unit?: string;\n /** The aggregation type of the metric specification. */\n aggregationType?: string;\n /** The supported aggregation types of the metric specification. */\n supportedAggregationTypes?: string[];\n /** The supported time grain types of the metric specification. */\n supportedTimeGrainTypes?: string[];\n /** The flag indicates whether enable regional mdm account or not. */\n enableRegionalMdmAccount?: boolean;\n /** The source mdm account. */\n sourceMdmAccount?: string;\n /** The source mdm namespace. */\n sourceMdmNamespace?: string;\n /** The metric filter pattern. */\n metricFilterPattern?: string;\n /** The flag indicates whether filling gap with zero. */\n fillGapWithZero?: boolean;\n /** The category of the metric. */\n category?: string;\n /** The override name of resource id dimension name. */\n resourceIdDimensionNameOverride?: string;\n /** The flag indicates whether the metric is internal or not. */\n isInternal?: boolean;\n /** The override name of delegate metric. */\n delegateMetricNameOverride?: string;\n /** The dimensions of the metric specification. */\n dimensions?: Dimension[];\n}\n\n/** The definition of Dimension. */\nexport interface Dimension {\n /** The name of the dimension. */\n name?: string;\n /** The display name of the dimension. */\n displayName?: string;\n /** The display name of the dimension. */\n internalName?: string;\n /** The flag indicates whether the metric will be exported for shoebox or not. */\n toBeExportedForShoebox?: boolean;\n}\n\n/** The list private endpoint connections response. */\nexport interface PrivateEndpointConnectionListResult {\n /** The list of private endpoint connections. */\n value?: PrivateEndpointConnection[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** The parameters for the script actions to execute on a running cluster. */\nexport interface ExecuteScriptActionParameters {\n /** The list of run time script actions. */\n scriptActions?: RuntimeScriptAction[];\n /** Gets or sets if the scripts needs to be persisted. */\n persistOnSuccess: boolean;\n}\n\n/** The persisted script action for the cluster. */\nexport interface ScriptActionsList {\n /** The list of persisted script action details for the cluster. */\n value?: RuntimeScriptActionDetail[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The execution summary of a script action. */\nexport interface ScriptActionExecutionSummary {\n /**\n * The status of script action execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The instance count for a given script action execution status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceCount?: number;\n}\n\n/** The list script execution history response. */\nexport interface ScriptActionExecutionHistoryList {\n /**\n * The list of persisted script action details for the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: RuntimeScriptActionDetail[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The cluster host information. */\nexport interface HostInfo {\n /** The host name */\n name?: string;\n /** The Fully Qualified Domain Name of host */\n fqdn?: string;\n /** The effective disk encryption key URL used by the host */\n effectiveDiskEncryptionKeyUrl?: string;\n}\n\n/** The ListPersistedScriptActions operation response. */\nexport interface ClusterListPersistedScriptActionsResult {\n /** The list of Persisted Script Actions. */\n value?: RuntimeScriptAction[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The persisted script action for cluster. */\nexport interface ScriptActionPersistedGetResponseSpec {\n /** The name of script action. */\n name?: string;\n /** The URI to the script. */\n uri?: string;\n /** The parameters for the script provided. */\n parameters?: string;\n /** The list of roles where script will be executed. */\n roles?: string[];\n /** The application name for the script action. */\n applicationName?: string;\n}\n\n/** The execution details of a script action. */\nexport interface RuntimeScriptActionDetail extends RuntimeScriptAction {\n /**\n * The execution id of the script action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scriptExecutionId?: number;\n /**\n * The start time of script action execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: string;\n /**\n * The end time of script action execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: string;\n /**\n * The current execution status of the script action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The reason why the script action was executed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The summary of script action execution result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly executionSummary?: ScriptActionExecutionSummary[];\n /**\n * The script action execution debug information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly debugInformation?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The private endpoint connection. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * The private endpoint of the private endpoint connection\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpoint?: PrivateEndpoint;\n /** The private link service connection state. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /**\n * The link identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkIdentifier?: string;\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The cluster create request specification. */\nexport interface ClusterCreateRequestValidationParameters\n extends ClusterCreateParametersExtended {\n /** The cluster name. */\n name?: string;\n /** The resource type. */\n type?: string;\n /** The tenant id. */\n tenantId?: string;\n /** This indicates whether fetch Aadds resource or not. */\n fetchAaddsResource?: boolean;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends ResourceAutoGenerated {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ResourceAutoGenerated {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The HDInsight cluster application */\nexport interface Application extends ProxyResource {\n /** The ETag for the application */\n etag?: string;\n /** The tags for the application. */\n tags?: { [propertyName: string]: string };\n /** The properties of the application. */\n properties?: ApplicationProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The HDInsight cluster. */\nexport interface Cluster extends TrackedResource {\n /** The ETag for the resource */\n etag?: string;\n /** The availability zones. */\n zones?: string[];\n /** The properties of the cluster. */\n properties?: ClusterGetProperties;\n /** The identity of the cluster, if configured. */\n identity?: ClusterIdentity;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Known values of {@link DaysOfWeek} that the service accepts. */\nexport enum KnownDaysOfWeek {\n /** Monday */\n Monday = \"Monday\",\n /** Tuesday */\n Tuesday = \"Tuesday\",\n /** Wednesday */\n Wednesday = \"Wednesday\",\n /** Thursday */\n Thursday = \"Thursday\",\n /** Friday */\n Friday = \"Friday\",\n /** Saturday */\n Saturday = \"Saturday\",\n /** Sunday */\n Sunday = \"Sunday\",\n}\n\n/**\n * Defines values for DaysOfWeek. \\\n * {@link KnownDaysOfWeek} can be used interchangeably with DaysOfWeek,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday** \\\n * **Tuesday** \\\n * **Wednesday** \\\n * **Thursday** \\\n * **Friday** \\\n * **Saturday** \\\n * **Sunday**\n */\nexport type DaysOfWeek = string;\n\n/** Known values of {@link PrivateLinkConfigurationProvisioningState} that the service accepts. */\nexport enum KnownPrivateLinkConfigurationProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for PrivateLinkConfigurationProvisioningState. \\\n * {@link KnownPrivateLinkConfigurationProvisioningState} can be used interchangeably with PrivateLinkConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type PrivateLinkConfigurationProvisioningState = string;\n\n/** Known values of {@link PrivateIPAllocationMethod} that the service accepts. */\nexport enum KnownPrivateIPAllocationMethod {\n /** Dynamic */\n Dynamic = \"dynamic\",\n /** Static */\n Static = \"static\",\n}\n\n/**\n * Defines values for PrivateIPAllocationMethod. \\\n * {@link KnownPrivateIPAllocationMethod} can be used interchangeably with PrivateIPAllocationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **dynamic** \\\n * **static**\n */\nexport type PrivateIPAllocationMethod = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AsyncOperationState} that the service accepts. */\nexport enum KnownAsyncOperationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for AsyncOperationState. \\\n * {@link KnownAsyncOperationState} can be used interchangeably with AsyncOperationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type AsyncOperationState = string;\n\n/** Known values of {@link OSType} that the service accepts. */\nexport enum KnownOSType {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n}\n\n/**\n * Defines values for OSType. \\\n * {@link KnownOSType} can be used interchangeably with OSType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux**\n */\nexport type OSType = string;\n\n/** Known values of {@link Tier} that the service accepts. */\nexport enum KnownTier {\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n}\n\n/**\n * Defines values for Tier. \\\n * {@link KnownTier} can be used interchangeably with Tier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Premium**\n */\nexport type Tier = string;\n\n/** Known values of {@link DirectoryType} that the service accepts. */\nexport enum KnownDirectoryType {\n /** ActiveDirectory */\n ActiveDirectory = \"ActiveDirectory\",\n}\n\n/**\n * Defines values for DirectoryType. \\\n * {@link KnownDirectoryType} can be used interchangeably with DirectoryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActiveDirectory**\n */\nexport type DirectoryType = string;\n\n/** Known values of {@link JsonWebKeyEncryptionAlgorithm} that the service accepts. */\nexport enum KnownJsonWebKeyEncryptionAlgorithm {\n /** RSAOaep */\n RSAOaep = \"RSA-OAEP\",\n /** RSAOaep256 */\n RSAOaep256 = \"RSA-OAEP-256\",\n /** RSA15 */\n RSA15 = \"RSA1_5\",\n}\n\n/**\n * Defines values for JsonWebKeyEncryptionAlgorithm. \\\n * {@link KnownJsonWebKeyEncryptionAlgorithm} can be used interchangeably with JsonWebKeyEncryptionAlgorithm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RSA-OAEP** \\\n * **RSA-OAEP-256** \\\n * **RSA1_5**\n */\nexport type JsonWebKeyEncryptionAlgorithm = string;\n\n/** Known values of {@link OutboundDependenciesManagedType} that the service accepts. */\nexport enum KnownOutboundDependenciesManagedType {\n /** Managed */\n Managed = \"Managed\",\n /** External */\n External = \"External\",\n}\n\n/**\n * Defines values for OutboundDependenciesManagedType. \\\n * {@link KnownOutboundDependenciesManagedType} can be used interchangeably with OutboundDependenciesManagedType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed** \\\n * **External**\n */\nexport type OutboundDependenciesManagedType = string;\n\n/** Known values of {@link ResourceProviderConnection} that the service accepts. */\nexport enum KnownResourceProviderConnection {\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\",\n}\n\n/**\n * Defines values for ResourceProviderConnection. \\\n * {@link KnownResourceProviderConnection} can be used interchangeably with ResourceProviderConnection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound** \\\n * **Outbound**\n */\nexport type ResourceProviderConnection = string;\n\n/** Known values of {@link PrivateLink} that the service accepts. */\nexport enum KnownPrivateLink {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for PrivateLink. \\\n * {@link KnownPrivateLink} can be used interchangeably with PrivateLink,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type PrivateLink = string;\n\n/** Known values of {@link ResourceIdentityType} that the service accepts. */\nexport enum KnownResourceIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for ResourceIdentityType. \\\n * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned** \\\n * **None**\n */\nexport type ResourceIdentityType = string;\n\n/** Known values of {@link HDInsightClusterProvisioningState} that the service accepts. */\nexport enum KnownHDInsightClusterProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for HDInsightClusterProvisioningState. \\\n * {@link KnownHDInsightClusterProvisioningState} can be used interchangeably with HDInsightClusterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type HDInsightClusterProvisioningState = string;\n\n/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateLinkServiceConnectionStatus {\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Pending */\n Pending = \"Pending\",\n /** Removed */\n Removed = \"Removed\",\n}\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus. \\\n * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approved** \\\n * **Rejected** \\\n * **Pending** \\\n * **Removed**\n */\nexport type PrivateLinkServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Updating** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link RoleName} that the service accepts. */\nexport enum KnownRoleName {\n /** Workernode */\n Workernode = \"workernode\",\n}\n\n/**\n * Defines values for RoleName. \\\n * {@link KnownRoleName} can be used interchangeably with RoleName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **workernode**\n */\nexport type RoleName = string;\n\n/** Known values of {@link FilterMode} that the service accepts. */\nexport enum KnownFilterMode {\n /** Exclude */\n Exclude = \"Exclude\",\n /** Include */\n Include = \"Include\",\n /** Recommend */\n Recommend = \"Recommend\",\n /** Default */\n Default = \"Default\",\n}\n\n/**\n * Defines values for FilterMode. \\\n * {@link KnownFilterMode} can be used interchangeably with FilterMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Exclude** \\\n * **Include** \\\n * **Recommend** \\\n * **Default**\n */\nexport type FilterMode = string;\n\n/** Optional parameters. */\nexport interface ApplicationsListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type ApplicationsListByClusterResponse = ApplicationListResult;\n\n/** Optional parameters. */\nexport interface ApplicationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ApplicationsGetResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ApplicationsCreateResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ApplicationsGetAzureAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureAsyncOperationStatus operation. */\nexport type ApplicationsGetAzureAsyncOperationStatusResponse =\n AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface ApplicationsListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type ApplicationsListByClusterNextResponse = ApplicationListResult;\n\n/** Optional parameters. */\nexport interface ClustersCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ClustersCreateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ClustersUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClustersGetResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ClustersListByResourceGroupResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersResizeOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersUpdateAutoScaleConfigurationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ClustersListResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersRotateDiskEncryptionKeyOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersGetGatewaySettingsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getGatewaySettings operation. */\nexport type ClustersGetGatewaySettingsResponse = GatewaySettings;\n\n/** Optional parameters. */\nexport interface ClustersUpdateGatewaySettingsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersGetAzureAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureAsyncOperationStatus operation. */\nexport type ClustersGetAzureAsyncOperationStatusResponse = AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface ClustersUpdateIdentityCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersExecuteScriptActionsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ClustersListByResourceGroupNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ClustersListNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ConfigurationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConfigurationsListResponse = ClusterConfigurations;\n\n/** Optional parameters. */\nexport interface ConfigurationsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ConfigurationsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConfigurationsGetResponse = { [propertyName: string]: string };\n\n/** Optional parameters. */\nexport interface ExtensionsEnableMonitoringOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetMonitoringStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMonitoringStatus operation. */\nexport type ExtensionsGetMonitoringStatusResponse = ClusterMonitoringResponse;\n\n/** Optional parameters. */\nexport interface ExtensionsDisableMonitoringOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsEnableAzureMonitorOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetAzureMonitorStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureMonitorStatus operation. */\nexport type ExtensionsGetAzureMonitorStatusResponse = AzureMonitorResponse;\n\n/** Optional parameters. */\nexport interface ExtensionsDisableAzureMonitorOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsEnableAzureMonitorAgentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetAzureMonitorAgentStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureMonitorAgentStatus operation. */\nexport type ExtensionsGetAzureMonitorAgentStatusResponse = AzureMonitorResponse;\n\n/** Optional parameters. */\nexport interface ExtensionsDisableAzureMonitorAgentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExtensionsGetResponse = ClusterMonitoringResponse;\n\n/** Optional parameters. */\nexport interface ExtensionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetAzureAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureAsyncOperationStatus operation. */\nexport type ExtensionsGetAzureAsyncOperationStatusResponse =\n AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface LocationsGetCapabilitiesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCapabilities operation. */\nexport type LocationsGetCapabilitiesResponse = CapabilitiesResult;\n\n/** Optional parameters. */\nexport interface LocationsListUsagesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsages operation. */\nexport type LocationsListUsagesResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface LocationsListBillingSpecsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBillingSpecs operation. */\nexport type LocationsListBillingSpecsResponse = BillingResponseListResult;\n\n/** Optional parameters. */\nexport interface LocationsGetAzureAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureAsyncOperationStatus operation. */\nexport type LocationsGetAzureAsyncOperationStatusResponse =\n AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface LocationsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type LocationsCheckNameAvailabilityResponse =\n NameAvailabilityCheckResult;\n\n/** Optional parameters. */\nexport interface LocationsValidateClusterCreateRequestOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateClusterCreateRequest operation. */\nexport type LocationsValidateClusterCreateRequestResponse =\n ClusterCreateValidationResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type PrivateEndpointConnectionsListByClusterResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse =\n PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type PrivateEndpointConnectionsListByClusterNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type PrivateLinkResourcesListByClusterResponse =\n PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface ScriptActionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScriptActionsListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type ScriptActionsListByClusterResponse = ScriptActionsList;\n\n/** Optional parameters. */\nexport interface ScriptActionsGetExecutionDetailOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getExecutionDetail operation. */\nexport type ScriptActionsGetExecutionDetailResponse = RuntimeScriptActionDetail;\n\n/** Optional parameters. */\nexport interface ScriptActionsGetExecutionAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getExecutionAsyncOperationStatus operation. */\nexport type ScriptActionsGetExecutionAsyncOperationStatusResponse =\n AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface ScriptActionsListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type ScriptActionsListByClusterNextResponse = ScriptActionsList;\n\n/** Optional parameters. */\nexport interface ScriptExecutionHistoryListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type ScriptExecutionHistoryListByClusterResponse =\n ScriptActionExecutionHistoryList;\n\n/** Optional parameters. */\nexport interface ScriptExecutionHistoryPromoteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScriptExecutionHistoryListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type ScriptExecutionHistoryListByClusterNextResponse =\n ScriptActionExecutionHistoryList;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListHostsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHosts operation. */\nexport type VirtualMachinesListHostsResponse = HostInfo[];\n\n/** Optional parameters. */\nexport interface VirtualMachinesRestartHostsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesGetAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAsyncOperationStatus operation. */\nexport type VirtualMachinesGetAsyncOperationStatusResponse =\n AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface HDInsightManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** Result of the request to list cluster Applications. It contains a list of operations and a URL link to get the next set of results. */\nexport interface ApplicationListResult {\n /** The list of HDInsight applications installed on HDInsight cluster. */\n value?: Application[];\n /**\n * The URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The HDInsight cluster application GET response. */\nexport interface ApplicationProperties {\n /** The list of roles in the cluster. */\n computeProfile?: ComputeProfile;\n /** The list of install script actions. */\n installScriptActions?: RuntimeScriptAction[];\n /** The list of uninstall script actions. */\n uninstallScriptActions?: RuntimeScriptAction[];\n /** The list of application HTTPS endpoints. */\n httpsEndpoints?: ApplicationGetHttpsEndpoint[];\n /** The list of application SSH endpoints. */\n sshEndpoints?: ApplicationGetEndpoint[];\n /**\n * The provisioning state of the application.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /** The application type. */\n applicationType?: string;\n /**\n * The application state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationState?: string;\n /** The list of errors. */\n errors?: Errors[];\n /**\n * The application create date time.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDate?: string;\n /**\n * The marketplace identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly marketplaceIdentifier?: string;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n}\n\n/** Describes the compute profile. */\nexport interface ComputeProfile {\n /** The list of roles in the cluster. */\n roles?: Role[];\n}\n\n/** Describes a role on the cluster. */\nexport interface Role {\n /** The name of the role. */\n name?: string;\n /** The minimum instance count of the cluster. */\n minInstanceCount?: number;\n /** The instance count of the cluster. */\n targetInstanceCount?: number;\n /** The name of the virtual machine group. */\n vMGroupName?: string;\n /** The autoscale configurations. */\n autoscaleConfiguration?: Autoscale;\n /** The hardware profile. */\n hardwareProfile?: HardwareProfile;\n /** The operating system profile. */\n osProfile?: OsProfile;\n /** The virtual network profile. */\n virtualNetworkProfile?: VirtualNetworkProfile;\n /** The data disks groups for the role. */\n dataDisksGroups?: DataDisksGroups[];\n /** The list of script actions on the role. */\n scriptActions?: ScriptAction[];\n /** Indicates whether encrypt the data disks. */\n encryptDataDisks?: boolean;\n}\n\n/** The autoscale request parameters */\nexport interface Autoscale {\n /** Parameters for load-based autoscale */\n capacity?: AutoscaleCapacity;\n /** Parameters for schedule-based autoscale */\n recurrence?: AutoscaleRecurrence;\n}\n\n/** The load-based autoscale request parameters */\nexport interface AutoscaleCapacity {\n /** The minimum instance count of the cluster */\n minInstanceCount?: number;\n /** The maximum instance count of the cluster */\n maxInstanceCount?: number;\n}\n\n/** Schedule-based autoscale request parameters */\nexport interface AutoscaleRecurrence {\n /** The time zone for the autoscale schedule times */\n timeZone?: string;\n /** Array of schedule-based autoscale rules */\n schedule?: AutoscaleSchedule[];\n}\n\n/** Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity */\nexport interface AutoscaleSchedule {\n /** Days of the week for a schedule-based autoscale rule */\n days?: DaysOfWeek[];\n /** Time and capacity for a schedule-based autoscale rule */\n timeAndCapacity?: AutoscaleTimeAndCapacity;\n}\n\n/** Time and capacity request parameters */\nexport interface AutoscaleTimeAndCapacity {\n /** 24-hour time in the form xx:xx */\n time?: string;\n /** The minimum instance count of the cluster */\n minInstanceCount?: number;\n /** The maximum instance count of the cluster */\n maxInstanceCount?: number;\n}\n\n/** The hardware profile. */\nexport interface HardwareProfile {\n /** The size of the VM */\n vmSize?: string;\n}\n\n/** The Linux operation systems profile. */\nexport interface OsProfile {\n /** The Linux OS profile. */\n linuxOperatingSystemProfile?: LinuxOperatingSystemProfile;\n}\n\n/** The ssh username, password, and ssh public key. */\nexport interface LinuxOperatingSystemProfile {\n /** The username. */\n username?: string;\n /** The password. */\n password?: string;\n /** The SSH profile. */\n sshProfile?: SshProfile;\n}\n\n/** The list of SSH public keys. */\nexport interface SshProfile {\n /** The list of SSH public keys. */\n publicKeys?: SshPublicKey[];\n}\n\n/** The SSH public key for the cluster nodes. */\nexport interface SshPublicKey {\n /** The certificate for SSH. */\n certificateData?: string;\n}\n\n/** The virtual network properties. */\nexport interface VirtualNetworkProfile {\n /** The ID of the virtual network. */\n id?: string;\n /** The name of the subnet. */\n subnet?: string;\n}\n\n/** The data disks groups for the role. */\nexport interface DataDisksGroups {\n /** The number of disks per node. */\n disksPerNode?: number;\n /**\n * ReadOnly. The storage account type. Do not set this value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAccountType?: string;\n /**\n * ReadOnly. The DiskSize in GB. Do not set this value.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskSizeGB?: number;\n}\n\n/** Describes a script action on role on the cluster. */\nexport interface ScriptAction {\n /** The name of the script action. */\n name: string;\n /** The URI to the script. */\n uri: string;\n /** The parameters for the script provided. */\n parameters: string;\n}\n\n/** Describes a script action on a running cluster. */\nexport interface RuntimeScriptAction {\n /** The name of the script action. */\n name: string;\n /** The URI to the script. */\n uri: string;\n /** The parameters for the script */\n parameters?: string;\n /** The list of roles where script will be executed. */\n roles: string[];\n /**\n * The application name of the script action, if any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly applicationName?: string;\n}\n\n/** Gets the application HTTP endpoints. */\nexport interface ApplicationGetHttpsEndpoint {\n /** The list of access modes for the application. */\n accessModes?: string[];\n /**\n * The location of the endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** The destination port to connect to. */\n destinationPort?: number;\n /**\n * The public port to connect to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publicPort?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n /** The subdomain suffix of the application. */\n subDomainSuffix?: string;\n /** The value indicates whether to disable GatewayAuth. */\n disableGatewayAuth?: boolean;\n}\n\n/** Gets the application SSH endpoint */\nexport interface ApplicationGetEndpoint {\n /** The location of the endpoint. */\n location?: string;\n /** The destination port to connect to. */\n destinationPort?: number;\n /** The public port to connect to. */\n publicPort?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n}\n\n/** The error message associated with the cluster creation. */\nexport interface Errors {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n}\n\n/** The private link configuration. */\nexport interface PrivateLinkConfiguration {\n /**\n * The private link configuration id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The name of private link configuration. */\n name: string;\n /**\n * The type of the private link configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The HDInsight private linkable sub-resource name to apply the private link configuration to. For example, 'headnode', 'gateway', 'edgenode'. */\n groupId: string;\n /**\n * The private link configuration provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /** The IP configurations for the private link service. */\n ipConfigurations: IPConfiguration[];\n}\n\n/** The ip configurations for the private link service. */\nexport interface IPConfiguration {\n /**\n * The private link IP configuration id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The name of private link IP configuration. */\n name: string;\n /**\n * The type of the private link IP configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The private link configuration provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateLinkConfigurationProvisioningState;\n /** Indicates whether this IP configuration is primary for the corresponding NIC. */\n primary?: boolean;\n /** The IP address. */\n privateIPAddress?: string;\n /** The method that private IP address is allocated. */\n privateIPAllocationMethod?: PrivateIPAllocationMethod;\n /** The subnet resource id. */\n subnet?: ResourceId;\n}\n\n/** The azure resource id. */\nexport interface ResourceId {\n /** The azure resource id. */\n id?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Describes the format of Error response. */\nexport interface ErrorResponse {\n /** Error code */\n code?: string;\n /** Error message indicating why the operation failed. */\n message?: string;\n}\n\n/** The azure async operation response. */\nexport interface AsyncOperationResult {\n /** The async operation state. */\n status?: AsyncOperationState;\n /** The operation error information. */\n error?: Errors;\n}\n\n/** The CreateCluster request parameters. */\nexport interface ClusterCreateParametersExtended {\n /** The location of the cluster. */\n location?: string;\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n /** The availability zones. */\n zones?: string[];\n /** The cluster create parameters. */\n properties?: ClusterCreateProperties;\n /** The identity of the cluster, if configured. */\n identity?: ClusterIdentity;\n}\n\n/** The cluster create parameters. */\nexport interface ClusterCreateProperties {\n /** The version of the cluster. */\n clusterVersion?: string;\n /** The type of operating system. */\n osType?: OSType;\n /** The cluster tier. */\n tier?: Tier;\n /** The cluster definition. */\n clusterDefinition?: ClusterDefinition;\n /** The cluster kafka rest proxy configuration. */\n kafkaRestProperties?: KafkaRestProperties;\n /** The security profile. */\n securityProfile?: SecurityProfile;\n /** The compute profile. */\n computeProfile?: ComputeProfile;\n /** The storage profile. */\n storageProfile?: StorageProfile;\n /** The disk encryption properties. */\n diskEncryptionProperties?: DiskEncryptionProperties;\n /** The encryption-in-transit properties. */\n encryptionInTransitProperties?: EncryptionInTransitProperties;\n /** The minimal supported tls version. */\n minSupportedTlsVersion?: string;\n /** The network properties. */\n networkProperties?: NetworkProperties;\n /** The compute isolation properties. */\n computeIsolationProperties?: ComputeIsolationProperties;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n}\n\n/** The cluster definition. */\nexport interface ClusterDefinition {\n /** The link to the blueprint. */\n blueprint?: string;\n /** The type of cluster. */\n kind?: string;\n /** The versions of different services in the cluster. */\n componentVersion?: { [propertyName: string]: string };\n /** The cluster configurations. */\n configurations?: Record<string, unknown>;\n}\n\n/** The kafka rest proxy configuration which contains AAD security group information. */\nexport interface KafkaRestProperties {\n /** The information of AAD security group. */\n clientGroupInfo?: ClientGroupInfo;\n /** The configurations that need to be overriden. */\n configurationOverride?: { [propertyName: string]: string };\n}\n\n/** The information of AAD security group. */\nexport interface ClientGroupInfo {\n /** The AAD security group name. */\n groupName?: string;\n /** The AAD security group id. */\n groupId?: string;\n}\n\n/** The security profile which contains Ssh public key for the HDInsight cluster. */\nexport interface SecurityProfile {\n /** The directory type. */\n directoryType?: DirectoryType;\n /** The organization's active directory domain. */\n domain?: string;\n /** The organizational unit within the Active Directory to place the cluster and service accounts. */\n organizationalUnitDN?: string;\n /** The LDAPS protocol URLs to communicate with the Active Directory. */\n ldapsUrls?: string[];\n /** The domain user account that will have admin privileges on the cluster. */\n domainUsername?: string;\n /**\n * The domain admin password.\n * This value contains a credential. Consider obscuring before showing to users\n */\n domainUserPassword?: string;\n /** Optional. The Distinguished Names for cluster user groups */\n clusterUsersGroupDNs?: string[];\n /** The resource ID of the user's Azure Active Directory Domain Service. */\n aaddsResourceId?: string;\n /** User assigned identity that has permissions to read and create cluster-related artifacts in the user's AADDS. */\n msiResourceId?: string;\n}\n\n/** The storage profile. */\nexport interface StorageProfile {\n /** The list of storage accounts in the cluster. */\n storageaccounts?: StorageAccount[];\n}\n\n/** The storage Account. */\nexport interface StorageAccount {\n /** The name of the storage account. */\n name?: string;\n /** Whether or not the storage account is the default storage account. */\n isDefault?: boolean;\n /** The container in the storage account, only to be specified for WASB storage accounts. */\n container?: string;\n /** The filesystem, only to be specified for Azure Data Lake Storage Gen 2. */\n fileSystem?: string;\n /** The storage account access key. */\n key?: string;\n /** The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2. */\n resourceId?: string;\n /** The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2. */\n msiResourceId?: string;\n /** The shared access signature key. */\n saskey?: string;\n /** The file share name. */\n fileshare?: string;\n /** 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 , */\n enableSecureChannel?: boolean;\n}\n\n/** The disk encryption properties */\nexport interface DiskEncryptionProperties {\n /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */\n vaultUri?: string;\n /** Key name that is used for enabling disk encryption. */\n keyName?: string;\n /** Specific key version that is used for enabling disk encryption. */\n keyVersion?: string;\n /** Algorithm identifier for encryption, default RSA-OAEP. */\n encryptionAlgorithm?: JsonWebKeyEncryptionAlgorithm;\n /** Resource ID of Managed Identity that is used to access the key vault. */\n msiResourceId?: string;\n /** Indicates whether or not resource disk encryption is enabled. */\n encryptionAtHost?: boolean;\n}\n\n/** The encryption-in-transit properties. */\nexport interface EncryptionInTransitProperties {\n /** Indicates whether or not inter cluster node communication is encrypted in transit. */\n isEncryptionInTransitEnabled?: boolean;\n}\n\n/** The network properties. */\nexport interface NetworkProperties {\n /** 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. */\n outboundDependenciesManagedType?: OutboundDependenciesManagedType;\n /** The direction for the resource provider connection. */\n resourceProviderConnection?: ResourceProviderConnection;\n /** Indicates whether or not private link is enabled. */\n privateLink?: PrivateLink;\n /** Gets or sets the IP tag for the public IPs created along with the HDInsight Clusters. */\n publicIpTag?: IpTag;\n}\n\n/** Contains the IpTag associated with the public IP address */\nexport interface IpTag {\n /** Gets or sets the ipTag type: Example FirstPartyUsage. */\n ipTagType: string;\n /** Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc */\n tag: string;\n}\n\n/** The compute isolation properties. */\nexport interface ComputeIsolationProperties {\n /** The flag indicates whether enable compute isolation or not. */\n enableComputeIsolation?: boolean;\n /** The host sku. */\n hostSku?: string;\n}\n\n/** Identity for the cluster. */\nexport interface ClusterIdentity {\n /**\n * The principal id of cluster identity. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant id associated with the cluster. This property will only be provided for a system assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** 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. */\n type?: ResourceIdentityType;\n /** 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}'. */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** The User Assigned Identity */\nexport interface UserAssignedIdentity {\n /**\n * The principal id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The client id of user assigned identity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /** The tenant id of user assigned identity. */\n tenantId?: string;\n}\n\n/** The properties of cluster. */\nexport interface ClusterGetProperties {\n /** The version of the cluster. */\n clusterVersion?: string;\n /** The hdp version of the cluster. */\n clusterHdpVersion?: string;\n /** The type of operating system. */\n osType?: OSType;\n /** The cluster tier. */\n tier?: Tier;\n /** The cluster id. */\n clusterId?: string;\n /** The cluster definition. */\n clusterDefinition: ClusterDefinition;\n /** The cluster kafka rest proxy configuration. */\n kafkaRestProperties?: KafkaRestProperties;\n /** The security profile. */\n securityProfile?: SecurityProfile;\n /** The compute profile. */\n computeProfile?: ComputeProfile;\n /** The provisioning state, which only appears in the response. */\n provisioningState?: HDInsightClusterProvisioningState;\n /** The date on which the cluster was created. */\n createdDate?: string;\n /** The state of the cluster. */\n clusterState?: string;\n /** The quota information. */\n quotaInfo?: QuotaInfo;\n /** The list of errors. */\n errors?: Errors[];\n /** The list of connectivity endpoints. */\n connectivityEndpoints?: ConnectivityEndpoint[];\n /** The disk encryption properties. */\n diskEncryptionProperties?: DiskEncryptionProperties;\n /** The encryption-in-transit properties. */\n encryptionInTransitProperties?: EncryptionInTransitProperties;\n /** The storage profile. */\n storageProfile?: StorageProfile;\n /** The minimal supported tls version. */\n minSupportedTlsVersion?: string;\n /** The excluded services config. */\n excludedServicesConfig?: ExcludedServicesConfig;\n /** The network properties. */\n networkProperties?: NetworkProperties;\n /** The compute isolation properties. */\n computeIsolationProperties?: ComputeIsolationProperties;\n /** The private link configurations. */\n privateLinkConfigurations?: PrivateLinkConfiguration[];\n /**\n * The list of private endpoint connections.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n}\n\n/** The quota properties for the cluster. */\nexport interface QuotaInfo {\n /** The cores used by the cluster. */\n coresUsed?: number;\n}\n\n/** The connectivity properties */\nexport interface ConnectivityEndpoint {\n /** The name of the endpoint. */\n name?: string;\n /** The protocol of the endpoint. */\n protocol?: string;\n /** The location of the endpoint. */\n location?: string;\n /** The port to connect to. */\n port?: number;\n /** The private ip address of the endpoint. */\n privateIPAddress?: string;\n}\n\n/** The configuration that services will be excluded when creating cluster. */\nexport interface ExcludedServicesConfig {\n /** The config id of excluded services. */\n excludedServicesConfigId?: string;\n /** The list of excluded services. */\n excludedServicesList?: string;\n}\n\n/** The private endpoint. */\nexport interface PrivateEndpoint {\n /** The private endpoint id. */\n id?: string;\n}\n\n/** The private link service connection state. */\nexport interface PrivateLinkServiceConnectionState {\n /** The concrete private link service connection. */\n status: PrivateLinkServiceConnectionStatus;\n /** The optional description of the status. */\n description?: string;\n /** Whether there is further actions. */\n actionsRequired?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ResourceAutoGenerated {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The PatchCluster request parameters */\nexport interface ClusterPatchParameters {\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n /** The identity of the cluster, if configured. Setting this property will override the existing identity configuration of the cluster. */\n identity?: ClusterIdentity;\n}\n\n/** The List Cluster operation response. */\nexport interface ClusterListResult {\n /** The list of Clusters. */\n value?: Cluster[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The Resize Cluster request parameters. */\nexport interface ClusterResizeParameters {\n /** The target instance count for the operation. */\n targetInstanceCount?: number;\n}\n\n/** The autoscale configuration update parameter. */\nexport interface AutoscaleConfigurationUpdateParameter {\n /** The autoscale configuration. */\n autoscale?: Autoscale;\n}\n\n/** The Disk Encryption Cluster request parameters. */\nexport interface ClusterDiskEncryptionParameters {\n /** Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net */\n vaultUri?: string;\n /** Key name that is used for enabling disk encryption. */\n keyName?: string;\n /** Specific key version that is used for enabling disk encryption. */\n keyVersion?: string;\n}\n\n/** Gateway settings. */\nexport interface GatewaySettings {\n /**\n * Indicates whether or not the gateway settings based authorization is enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isCredentialEnabled?: string;\n /**\n * The gateway settings user name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly userName?: string;\n /**\n * The gateway settings user password.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly password?: string;\n /** List of Entra users for gateway access. */\n restAuthEntraUsers?: EntraUserInfo[];\n}\n\n/** Details of an Entra user for gateway access. */\nexport interface EntraUserInfo {\n /** The unique object ID of the Entra user or client ID of the enterprise applications. */\n objectId?: string;\n /** The display name of the Entra user. */\n displayName?: string;\n /** The User Principal Name (UPN) of the Entra user. It may be empty in certain cases, such as for enterprise applications. */\n upn?: string;\n}\n\n/** The update gateway settings request parameters. Note either basic or entra user should be provided at a time. */\nexport interface UpdateGatewaySettingsParameters {\n /** Indicates whether or not the gateway settings based authorization is enabled. */\n isCredentialEnabled?: boolean;\n /** The gateway settings user name. */\n userName?: string;\n /** The gateway settings user password. */\n password?: string;\n /** List of Entra users for gateway access. */\n restAuthEntraUsers?: EntraUserInfo[];\n}\n\n/** The update cluster identity certificate request parameters. */\nexport interface UpdateClusterIdentityCertificateParameters {\n /** The application id. */\n applicationId?: string;\n /** The certificate in base64 encoded format. */\n certificate?: string;\n /** The password of the certificate. */\n certificatePassword?: string;\n}\n\n/** The configuration object for the specified cluster. */\nexport interface ClusterConfigurations {\n /** The configuration object for the specified configuration for the specified cluster. */\n configurations?: {\n [propertyName: string]: { [propertyName: string]: string };\n };\n}\n\n/** The cluster monitor parameters. */\nexport interface ClusterMonitoringRequest {\n /** The cluster monitor workspace ID. */\n workspaceId?: string;\n /** The cluster monitor workspace key. */\n primaryKey?: string;\n}\n\n/** The cluster monitoring status response. */\nexport interface ClusterMonitoringResponse {\n /** The status of the monitor on the HDInsight cluster. */\n clusterMonitoringEnabled?: boolean;\n /** The workspace ID of the monitor on the HDInsight cluster. */\n workspaceId?: string;\n}\n\n/** The azure monitor parameters. */\nexport interface AzureMonitorRequest {\n /** The Log Analytics workspace ID. */\n workspaceId?: string;\n /** The Log Analytics workspace key. */\n primaryKey?: string;\n /** The selected configurations. */\n selectedConfigurations?: AzureMonitorSelectedConfigurations;\n}\n\n/** The selected configurations for azure monitor. */\nexport interface AzureMonitorSelectedConfigurations {\n /** The configuration version. */\n configurationVersion?: string;\n /** The global configurations of selected configurations. */\n globalConfigurations?: { [propertyName: string]: string };\n /** The table list. */\n tableList?: AzureMonitorTableConfiguration[];\n}\n\n/** The table configuration for the Log Analytics integration. */\nexport interface AzureMonitorTableConfiguration {\n /** The name. */\n name?: string;\n}\n\n/** The azure monitor status response. */\nexport interface AzureMonitorResponse {\n /** The status of the monitor on the HDInsight cluster. */\n clusterMonitoringEnabled?: boolean;\n /** The workspace ID of the monitor on the HDInsight cluster. */\n workspaceId?: string;\n /** The selected configurations. */\n selectedConfigurations?: AzureMonitorSelectedConfigurations;\n}\n\n/** Cluster monitoring extensions. */\nexport interface Extension {\n /** The workspace ID for the cluster monitoring extension. */\n workspaceId?: string;\n /** The certificate for the cluster monitoring extensions. */\n primaryKey?: string;\n}\n\n/** The Get Capabilities operation response. */\nexport interface CapabilitiesResult {\n /** The version capability. */\n versions?: { [propertyName: string]: VersionsCapability };\n /** The virtual machine size compatibility features. */\n regions?: { [propertyName: string]: RegionsCapability };\n /** The capability features. */\n features?: string[];\n /**\n * The quota capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly quota?: QuotaCapability;\n}\n\n/** The version capability. */\nexport interface VersionsCapability {\n /** The list of version capabilities. */\n available?: VersionSpec[];\n}\n\n/** The version properties. */\nexport interface VersionSpec {\n /** The friendly name */\n friendlyName?: string;\n /** The display name */\n displayName?: string;\n /** Whether or not the version is the default version. */\n isDefault?: boolean;\n /** The component version property. */\n componentVersions?: { [propertyName: string]: string };\n}\n\n/** The regions capability. */\nexport interface RegionsCapability {\n /** The list of region capabilities. */\n available?: string[];\n}\n\n/** The regional quota capability. */\nexport interface QuotaCapability {\n /** The number of cores used in the subscription. */\n coresUsed?: number;\n /** The number of cores that the subscription allowed. */\n maxCoresAllowed?: number;\n /** The list of region quota capabilities. */\n regionalQuotas?: RegionalQuotaCapability[];\n}\n\n/** The regional quota capacity. */\nexport interface RegionalQuotaCapability {\n /** The region name. */\n regionName?: string;\n /** The number of cores used in the region. */\n coresUsed?: number;\n /** The number of cores available in the region. */\n coresAvailable?: number;\n}\n\n/** The response for the operation to get regional usages for a subscription. */\nexport interface UsagesListResult {\n /** The list of usages. */\n value?: Usage[];\n}\n\n/** The details about the usage of a particular limited resource. */\nexport interface Usage {\n /** The type of measurement for usage. */\n unit?: string;\n /** The current usage. */\n currentValue?: number;\n /** The maximum allowed usage. */\n limit?: number;\n /**\n * The details about the localizable name of the used resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: LocalizedName;\n}\n\n/** The details about the localizable name of a type of usage. */\nexport interface LocalizedName {\n /** The name of the used resource. */\n value?: string;\n /** The localized name of the used resource. */\n localizedValue?: string;\n}\n\n/** The response for the operation to get regional billingSpecs for a subscription. */\nexport interface BillingResponseListResult {\n /** The virtual machine sizes to include or exclude. */\n vmSizes?: string[];\n /** The vm sizes which enable encryption at host. */\n vmSizesWithEncryptionAtHost?: string[];\n /** The virtual machine filtering mode. Effectively this can enabling or disabling the virtual machine sizes in a particular set. */\n vmSizeFilters?: VmSizeCompatibilityFilterV2[];\n /**\n * The vm size properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmSizeProperties?: VmSizeProperty[];\n /** The billing and managed disk billing resources for a region. */\n billingResources?: BillingResources[];\n}\n\n/** 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. */\nexport interface VmSizeCompatibilityFilterV2 {\n /** The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. */\n filterMode?: FilterMode;\n /** The list of regions under the effect of the filter. */\n regions?: string[];\n /** The list of cluster flavors under the effect of the filter. */\n clusterFlavors?: string[];\n /** The list of node types affected by the filter. */\n nodeTypes?: string[];\n /** The list of cluster versions affected in Major.Minor format. */\n clusterVersions?: string[];\n /** The OSType affected, Windows or Linux. */\n osType?: OSType[];\n /** The list of virtual machine sizes to include or exclude. */\n vmSizes?: string[];\n /** 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. */\n espApplied?: string;\n /** Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster. */\n computeIsolationSupported?: string;\n}\n\n/** The vm size property */\nexport interface VmSizeProperty {\n /** The vm size name. */\n name?: string;\n /** The number of cores that the vm size has. */\n cores?: number;\n /** The data disk storage tier of the vm size. */\n dataDiskStorageTier?: string;\n /** The label of the vm size. */\n label?: string;\n /** The max data disk count of the vm size. */\n maxDataDiskCount?: number;\n /** The memory whose unit is MB of the vm size. */\n memoryInMb?: number;\n /** This indicates this vm size is supported by virtual machines or not */\n supportedByVirtualMachines?: boolean;\n /** The indicates this vm size is supported by web worker roles or not */\n supportedByWebWorkerRoles?: boolean;\n /** The virtual machine resource disk size whose unit is MB of the vm size. */\n virtualMachineResourceDiskSizeInMb?: number;\n /** The web worker resource disk size whose unit is MB of the vm size. */\n webWorkerResourceDiskSizeInMb?: number;\n}\n\n/** The billing resources. */\nexport interface BillingResources {\n /** The region or location. */\n region?: string;\n /** The billing meter information. */\n billingMeters?: BillingMeters[];\n /** The managed disk billing information. */\n diskBillingMeters?: DiskBillingMeters[];\n}\n\n/** The billing meters. */\nexport interface BillingMeters {\n /** The virtual machine sizes. */\n meterParameter?: string;\n /** The HDInsight meter guid. */\n meter?: string;\n /** The unit of meter, VMHours or CoreHours. */\n unit?: string;\n}\n\n/** The disk billing meters. */\nexport interface DiskBillingMeters {\n /** The managed disk meter guid. */\n diskRpMeter?: string;\n /** The managed disk billing sku, P30 or S30. */\n sku?: string;\n /** The managed disk billing tier, Standard or Premium. */\n tier?: Tier;\n}\n\n/** The request spec of checking name availability. */\nexport interface NameAvailabilityCheckRequestParameters {\n /** The resource name. */\n name?: string;\n /** The resource type */\n type?: string;\n}\n\n/** The response spec of checking name availability. */\nexport interface NameAvailabilityCheckResult {\n /** This indicates whether the name is available. */\n nameAvailable?: boolean;\n /**\n * The reason of the result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n /**\n * The related message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** The response of cluster create request validation. */\nexport interface ClusterCreateValidationResult {\n /** The validation errors. */\n validationErrors?: ValidationErrorInfo[];\n /** The validation warnings. */\n validationWarnings?: ValidationErrorInfo[];\n /** The estimated creation duration. */\n estimatedCreationDuration?: string;\n /** The Azure active directory domain service resource details. */\n aaddsResourcesDetails?: AaddsResourceDetails[];\n}\n\n/** The validation error information. */\nexport interface ValidationErrorInfo {\n /** The error code. */\n code?: string;\n /** The error message. */\n message?: string;\n /** The error resource. */\n errorResource?: string;\n /** The message arguments */\n messageArguments?: string[];\n}\n\n/** The Azure active directory domain service resource details. */\nexport interface AaddsResourceDetails {\n /** The Azure active directory domain service name. */\n domainName?: string;\n /** This indicates whether initial sync complete or not. */\n initialSyncComplete?: boolean;\n /** This indicates whether enable ldaps or not. */\n ldapsEnabled?: boolean;\n /** The base 64 format string of public ldap certificate. */\n ldapsPublicCertificateInBase64?: string;\n /** The resource id of azure active directory domain service. */\n resourceId?: string;\n /** The subnet resource id. */\n subnetId?: string;\n /** The tenant id of azure active directory domain service . */\n tenantId?: string;\n}\n\n/** 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. */\nexport interface OperationListResult {\n /** The list of HDInsight operations supported by the HDInsight resource provider. */\n value?: Operation[];\n /** The URL to get the next set of operation list results if there are any. */\n nextLink?: string;\n}\n\n/** The HDInsight REST API operation. */\nexport interface Operation {\n /** The operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** The display of operation. */\n display?: OperationDisplay;\n /** The operation properties. */\n properties?: OperationProperties;\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /** The service provider: Microsoft.HDInsight */\n provider?: string;\n /** The resource on which the operation is performed: Cluster, Applications, etc. */\n resource?: string;\n /** The operation type: read, write, delete, etc. */\n operation?: string;\n /** Localized friendly description for the operation */\n description?: string;\n}\n\n/** The details of operation. */\nexport interface OperationProperties {\n /** The specification of the service. */\n serviceSpecification?: ServiceSpecification;\n}\n\n/** The specification of the service. */\nexport interface ServiceSpecification {\n /** The metric specifications. */\n metricSpecifications?: MetricSpecifications[];\n}\n\n/** The details of metric specifications. */\nexport interface MetricSpecifications {\n /** The name of the metric specification. */\n name?: string;\n /** The display name of the metric specification. */\n displayName?: string;\n /** The display description of the metric specification. */\n displayDescription?: string;\n /** The unit of the metric specification. */\n unit?: string;\n /** The aggregation type of the metric specification. */\n aggregationType?: string;\n /** The supported aggregation types of the metric specification. */\n supportedAggregationTypes?: string[];\n /** The supported time grain types of the metric specification. */\n supportedTimeGrainTypes?: string[];\n /** The flag indicates whether enable regional mdm account or not. */\n enableRegionalMdmAccount?: boolean;\n /** The source mdm account. */\n sourceMdmAccount?: string;\n /** The source mdm namespace. */\n sourceMdmNamespace?: string;\n /** The metric filter pattern. */\n metricFilterPattern?: string;\n /** The flag indicates whether filling gap with zero. */\n fillGapWithZero?: boolean;\n /** The category of the metric. */\n category?: string;\n /** The override name of resource id dimension name. */\n resourceIdDimensionNameOverride?: string;\n /** The flag indicates whether the metric is internal or not. */\n isInternal?: boolean;\n /** The override name of delegate metric. */\n delegateMetricNameOverride?: string;\n /** The dimensions of the metric specification. */\n dimensions?: Dimension[];\n}\n\n/** The definition of Dimension. */\nexport interface Dimension {\n /** The name of the dimension. */\n name?: string;\n /** The display name of the dimension. */\n displayName?: string;\n /** The display name of the dimension. */\n internalName?: string;\n /** The flag indicates whether the metric will be exported for shoebox or not. */\n toBeExportedForShoebox?: boolean;\n}\n\n/** The list private endpoint connections response. */\nexport interface PrivateEndpointConnectionListResult {\n /** The list of private endpoint connections. */\n value?: PrivateEndpointConnection[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\n/** The parameters for the script actions to execute on a running cluster. */\nexport interface ExecuteScriptActionParameters {\n /** The list of run time script actions. */\n scriptActions?: RuntimeScriptAction[];\n /** Gets or sets if the scripts needs to be persisted. */\n persistOnSuccess: boolean;\n}\n\n/** The persisted script action for the cluster. */\nexport interface ScriptActionsList {\n /** The list of persisted script action details for the cluster. */\n value?: RuntimeScriptActionDetail[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The execution summary of a script action. */\nexport interface ScriptActionExecutionSummary {\n /**\n * The status of script action execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The instance count for a given script action execution status.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly instanceCount?: number;\n}\n\n/** The list script execution history response. */\nexport interface ScriptActionExecutionHistoryList {\n /**\n * The list of persisted script action details for the cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: RuntimeScriptActionDetail[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The cluster host information. */\nexport interface HostInfo {\n /** The host name */\n name?: string;\n /** The Fully Qualified Domain Name of host */\n fqdn?: string;\n /** The effective disk encryption key URL used by the host */\n effectiveDiskEncryptionKeyUrl?: string;\n}\n\n/** The ListPersistedScriptActions operation response. */\nexport interface ClusterListPersistedScriptActionsResult {\n /** The list of Persisted Script Actions. */\n value?: RuntimeScriptAction[];\n /**\n * The link (url) to the next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The persisted script action for cluster. */\nexport interface ScriptActionPersistedGetResponseSpec {\n /** The name of script action. */\n name?: string;\n /** The URI to the script. */\n uri?: string;\n /** The parameters for the script provided. */\n parameters?: string;\n /** The list of roles where script will be executed. */\n roles?: string[];\n /** The application name for the script action. */\n applicationName?: string;\n}\n\n/** The execution details of a script action. */\nexport interface RuntimeScriptActionDetail extends RuntimeScriptAction {\n /**\n * The execution id of the script action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scriptExecutionId?: number;\n /**\n * The start time of script action execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly startTime?: string;\n /**\n * The end time of script action execution.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly endTime?: string;\n /**\n * The current execution status of the script action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The reason why the script action was executed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The summary of script action execution result.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly executionSummary?: ScriptActionExecutionSummary[];\n /**\n * The script action execution debug information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly debugInformation?: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The private endpoint connection. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * The private endpoint of the private endpoint connection\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpoint?: PrivateEndpoint;\n /** The private link service connection state. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /**\n * The link identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly linkIdentifier?: string;\n /**\n * The provisioning state, which only appears in the response.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The cluster create request specification. */\nexport interface ClusterCreateRequestValidationParameters extends ClusterCreateParametersExtended {\n /** The cluster name. */\n name?: string;\n /** The resource type. */\n type?: string;\n /** The tenant id. */\n tenantId?: string;\n /** This indicates whether fetch Aadds resource or not. */\n fetchAaddsResource?: boolean;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends ResourceAutoGenerated {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ResourceAutoGenerated {\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** The HDInsight cluster application */\nexport interface Application extends ProxyResource {\n /** The ETag for the application */\n etag?: string;\n /** The tags for the application. */\n tags?: { [propertyName: string]: string };\n /** The properties of the application. */\n properties?: ApplicationProperties;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The HDInsight cluster. */\nexport interface Cluster extends TrackedResource {\n /** The ETag for the resource */\n etag?: string;\n /** The availability zones. */\n zones?: string[];\n /** The properties of the cluster. */\n properties?: ClusterGetProperties;\n /** The identity of the cluster, if configured. */\n identity?: ClusterIdentity;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Known values of {@link DaysOfWeek} that the service accepts. */\nexport enum KnownDaysOfWeek {\n /** Monday */\n Monday = \"Monday\",\n /** Tuesday */\n Tuesday = \"Tuesday\",\n /** Wednesday */\n Wednesday = \"Wednesday\",\n /** Thursday */\n Thursday = \"Thursday\",\n /** Friday */\n Friday = \"Friday\",\n /** Saturday */\n Saturday = \"Saturday\",\n /** Sunday */\n Sunday = \"Sunday\",\n}\n\n/**\n * Defines values for DaysOfWeek. \\\n * {@link KnownDaysOfWeek} can be used interchangeably with DaysOfWeek,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday** \\\n * **Tuesday** \\\n * **Wednesday** \\\n * **Thursday** \\\n * **Friday** \\\n * **Saturday** \\\n * **Sunday**\n */\nexport type DaysOfWeek = string;\n\n/** Known values of {@link PrivateLinkConfigurationProvisioningState} that the service accepts. */\nexport enum KnownPrivateLinkConfigurationProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for PrivateLinkConfigurationProvisioningState. \\\n * {@link KnownPrivateLinkConfigurationProvisioningState} can be used interchangeably with PrivateLinkConfigurationProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type PrivateLinkConfigurationProvisioningState = string;\n\n/** Known values of {@link PrivateIPAllocationMethod} that the service accepts. */\nexport enum KnownPrivateIPAllocationMethod {\n /** Dynamic */\n Dynamic = \"dynamic\",\n /** Static */\n Static = \"static\",\n}\n\n/**\n * Defines values for PrivateIPAllocationMethod. \\\n * {@link KnownPrivateIPAllocationMethod} can be used interchangeably with PrivateIPAllocationMethod,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **dynamic** \\\n * **static**\n */\nexport type PrivateIPAllocationMethod = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link AsyncOperationState} that the service accepts. */\nexport enum KnownAsyncOperationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for AsyncOperationState. \\\n * {@link KnownAsyncOperationState} can be used interchangeably with AsyncOperationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **Failed**\n */\nexport type AsyncOperationState = string;\n\n/** Known values of {@link OSType} that the service accepts. */\nexport enum KnownOSType {\n /** Windows */\n Windows = \"Windows\",\n /** Linux */\n Linux = \"Linux\",\n}\n\n/**\n * Defines values for OSType. \\\n * {@link KnownOSType} can be used interchangeably with OSType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Windows** \\\n * **Linux**\n */\nexport type OSType = string;\n\n/** Known values of {@link Tier} that the service accepts. */\nexport enum KnownTier {\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n}\n\n/**\n * Defines values for Tier. \\\n * {@link KnownTier} can be used interchangeably with Tier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Premium**\n */\nexport type Tier = string;\n\n/** Known values of {@link DirectoryType} that the service accepts. */\nexport enum KnownDirectoryType {\n /** ActiveDirectory */\n ActiveDirectory = \"ActiveDirectory\",\n}\n\n/**\n * Defines values for DirectoryType. \\\n * {@link KnownDirectoryType} can be used interchangeably with DirectoryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ActiveDirectory**\n */\nexport type DirectoryType = string;\n\n/** Known values of {@link JsonWebKeyEncryptionAlgorithm} that the service accepts. */\nexport enum KnownJsonWebKeyEncryptionAlgorithm {\n /** RSAOaep */\n RSAOaep = \"RSA-OAEP\",\n /** RSAOaep256 */\n RSAOaep256 = \"RSA-OAEP-256\",\n /** RSA15 */\n RSA15 = \"RSA1_5\",\n}\n\n/**\n * Defines values for JsonWebKeyEncryptionAlgorithm. \\\n * {@link KnownJsonWebKeyEncryptionAlgorithm} can be used interchangeably with JsonWebKeyEncryptionAlgorithm,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RSA-OAEP** \\\n * **RSA-OAEP-256** \\\n * **RSA1_5**\n */\nexport type JsonWebKeyEncryptionAlgorithm = string;\n\n/** Known values of {@link OutboundDependenciesManagedType} that the service accepts. */\nexport enum KnownOutboundDependenciesManagedType {\n /** Managed */\n Managed = \"Managed\",\n /** External */\n External = \"External\",\n}\n\n/**\n * Defines values for OutboundDependenciesManagedType. \\\n * {@link KnownOutboundDependenciesManagedType} can be used interchangeably with OutboundDependenciesManagedType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed** \\\n * **External**\n */\nexport type OutboundDependenciesManagedType = string;\n\n/** Known values of {@link ResourceProviderConnection} that the service accepts. */\nexport enum KnownResourceProviderConnection {\n /** Inbound */\n Inbound = \"Inbound\",\n /** Outbound */\n Outbound = \"Outbound\",\n}\n\n/**\n * Defines values for ResourceProviderConnection. \\\n * {@link KnownResourceProviderConnection} can be used interchangeably with ResourceProviderConnection,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inbound** \\\n * **Outbound**\n */\nexport type ResourceProviderConnection = string;\n\n/** Known values of {@link PrivateLink} that the service accepts. */\nexport enum KnownPrivateLink {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n}\n\n/**\n * Defines values for PrivateLink. \\\n * {@link KnownPrivateLink} can be used interchangeably with PrivateLink,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled**\n */\nexport type PrivateLink = string;\n\n/** Known values of {@link ResourceIdentityType} that the service accepts. */\nexport enum KnownResourceIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned, UserAssigned\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Defines values for ResourceIdentityType. \\\n * {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned, UserAssigned** \\\n * **None**\n */\nexport type ResourceIdentityType = string;\n\n/** Known values of {@link HDInsightClusterProvisioningState} that the service accepts. */\nexport enum KnownHDInsightClusterProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for HDInsightClusterProvisioningState. \\\n * {@link KnownHDInsightClusterProvisioningState} can be used interchangeably with HDInsightClusterProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type HDInsightClusterProvisioningState = string;\n\n/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateLinkServiceConnectionStatus {\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Pending */\n Pending = \"Pending\",\n /** Removed */\n Removed = \"Removed\",\n}\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus. \\\n * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approved** \\\n * **Rejected** \\\n * **Pending** \\\n * **Removed**\n */\nexport type PrivateLinkServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Updating */\n Updating = \"Updating\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Updating** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Deleting**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link RoleName} that the service accepts. */\nexport enum KnownRoleName {\n /** Workernode */\n Workernode = \"workernode\",\n}\n\n/**\n * Defines values for RoleName. \\\n * {@link KnownRoleName} can be used interchangeably with RoleName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **workernode**\n */\nexport type RoleName = string;\n\n/** Known values of {@link FilterMode} that the service accepts. */\nexport enum KnownFilterMode {\n /** Exclude */\n Exclude = \"Exclude\",\n /** Include */\n Include = \"Include\",\n /** Recommend */\n Recommend = \"Recommend\",\n /** Default */\n Default = \"Default\",\n}\n\n/**\n * Defines values for FilterMode. \\\n * {@link KnownFilterMode} can be used interchangeably with FilterMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Exclude** \\\n * **Include** \\\n * **Recommend** \\\n * **Default**\n */\nexport type FilterMode = string;\n\n/** Optional parameters. */\nexport interface ApplicationsListByClusterOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type ApplicationsListByClusterResponse = ApplicationListResult;\n\n/** Optional parameters. */\nexport interface ApplicationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ApplicationsGetResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ApplicationsCreateResponse = Application;\n\n/** Optional parameters. */\nexport interface ApplicationsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ApplicationsGetAzureAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureAsyncOperationStatus operation. */\nexport type ApplicationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface ApplicationsListByClusterNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type ApplicationsListByClusterNextResponse = ApplicationListResult;\n\n/** Optional parameters. */\nexport interface ClustersCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ClustersCreateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type ClustersUpdateResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ClustersGetResponse = Cluster;\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ClustersListByResourceGroupResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersResizeOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersUpdateAutoScaleConfigurationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ClustersListResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersRotateDiskEncryptionKeyOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersGetGatewaySettingsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getGatewaySettings operation. */\nexport type ClustersGetGatewaySettingsResponse = GatewaySettings;\n\n/** Optional parameters. */\nexport interface ClustersUpdateGatewaySettingsOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersGetAzureAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureAsyncOperationStatus operation. */\nexport type ClustersGetAzureAsyncOperationStatusResponse = AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface ClustersUpdateIdentityCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersExecuteScriptActionsOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ClustersListByResourceGroupNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ClustersListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ClustersListNextResponse = ClusterListResult;\n\n/** Optional parameters. */\nexport interface ConfigurationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ConfigurationsListResponse = ClusterConfigurations;\n\n/** Optional parameters. */\nexport interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConfigurationsGetResponse = { [propertyName: string]: string };\n\n/** Optional parameters. */\nexport interface ExtensionsEnableMonitoringOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetMonitoringStatusOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getMonitoringStatus operation. */\nexport type ExtensionsGetMonitoringStatusResponse = ClusterMonitoringResponse;\n\n/** Optional parameters. */\nexport interface ExtensionsDisableMonitoringOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsEnableAzureMonitorOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetAzureMonitorStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureMonitorStatus operation. */\nexport type ExtensionsGetAzureMonitorStatusResponse = AzureMonitorResponse;\n\n/** Optional parameters. */\nexport interface ExtensionsDisableAzureMonitorOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsEnableAzureMonitorAgentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetAzureMonitorAgentStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureMonitorAgentStatus operation. */\nexport type ExtensionsGetAzureMonitorAgentStatusResponse = AzureMonitorResponse;\n\n/** Optional parameters. */\nexport interface ExtensionsDisableAzureMonitorAgentOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ExtensionsGetResponse = ClusterMonitoringResponse;\n\n/** Optional parameters. */\nexport interface ExtensionsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ExtensionsGetAzureAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureAsyncOperationStatus operation. */\nexport type ExtensionsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface LocationsGetCapabilitiesOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCapabilities operation. */\nexport type LocationsGetCapabilitiesResponse = CapabilitiesResult;\n\n/** Optional parameters. */\nexport interface LocationsListUsagesOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listUsages operation. */\nexport type LocationsListUsagesResponse = UsagesListResult;\n\n/** Optional parameters. */\nexport interface LocationsListBillingSpecsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBillingSpecs operation. */\nexport type LocationsListBillingSpecsResponse = BillingResponseListResult;\n\n/** Optional parameters. */\nexport interface LocationsGetAzureAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAzureAsyncOperationStatus operation. */\nexport type LocationsGetAzureAsyncOperationStatusResponse = AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface LocationsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type LocationsCheckNameAvailabilityResponse = NameAvailabilityCheckResult;\n\n/** Optional parameters. */\nexport interface LocationsValidateClusterCreateRequestOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the validateClusterCreateRequest operation. */\nexport type LocationsValidateClusterCreateRequestResponse = ClusterCreateValidationResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type PrivateEndpointConnectionsListByClusterResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type PrivateEndpointConnectionsListByClusterNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface ScriptActionsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScriptActionsListByClusterOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type ScriptActionsListByClusterResponse = ScriptActionsList;\n\n/** Optional parameters. */\nexport interface ScriptActionsGetExecutionDetailOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getExecutionDetail operation. */\nexport type ScriptActionsGetExecutionDetailResponse = RuntimeScriptActionDetail;\n\n/** Optional parameters. */\nexport interface ScriptActionsGetExecutionAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getExecutionAsyncOperationStatus operation. */\nexport type ScriptActionsGetExecutionAsyncOperationStatusResponse = AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface ScriptActionsListByClusterNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type ScriptActionsListByClusterNextResponse = ScriptActionsList;\n\n/** Optional parameters. */\nexport interface ScriptExecutionHistoryListByClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCluster operation. */\nexport type ScriptExecutionHistoryListByClusterResponse = ScriptActionExecutionHistoryList;\n\n/** Optional parameters. */\nexport interface ScriptExecutionHistoryPromoteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ScriptExecutionHistoryListByClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByClusterNext operation. */\nexport type ScriptExecutionHistoryListByClusterNextResponse = ScriptActionExecutionHistoryList;\n\n/** Optional parameters. */\nexport interface VirtualMachinesListHostsOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listHosts operation. */\nexport type VirtualMachinesListHostsResponse = HostInfo[];\n\n/** Optional parameters. */\nexport interface VirtualMachinesRestartHostsOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface VirtualMachinesGetAsyncOperationStatusOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAsyncOperationStatus operation. */\nexport type VirtualMachinesGetAsyncOperationStatusResponse = AsyncOperationResult;\n\n/** Optional parameters. */\nexport interface HDInsightManagementClientOptionalParams extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
2
|
export declare const ApplicationListResult: coreClient.CompositeMapper;
|
|
3
3
|
export declare const ApplicationProperties: coreClient.CompositeMapper;
|
|
4
4
|
export declare const ComputeProfile: coreClient.CompositeMapper;
|
|
@@ -55,6 +55,7 @@ export declare const ClusterResizeParameters: coreClient.CompositeMapper;
|
|
|
55
55
|
export declare const AutoscaleConfigurationUpdateParameter: coreClient.CompositeMapper;
|
|
56
56
|
export declare const ClusterDiskEncryptionParameters: coreClient.CompositeMapper;
|
|
57
57
|
export declare const GatewaySettings: coreClient.CompositeMapper;
|
|
58
|
+
export declare const EntraUserInfo: coreClient.CompositeMapper;
|
|
58
59
|
export declare const UpdateGatewaySettingsParameters: coreClient.CompositeMapper;
|
|
59
60
|
export declare const UpdateClusterIdentityCertificateParameters: coreClient.CompositeMapper;
|
|
60
61
|
export declare const ClusterConfigurations: coreClient.CompositeMapper;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.ResourceAutoGenerated = exports.PrivateLinkServiceConnectionState = exports.PrivateEndpoint = exports.ExcludedServicesConfig = exports.ConnectivityEndpoint = exports.QuotaInfo = exports.ClusterGetProperties = exports.UserAssignedIdentity = exports.ClusterIdentity = exports.ComputeIsolationProperties = exports.IpTag = exports.NetworkProperties = exports.EncryptionInTransitProperties = exports.DiskEncryptionProperties = exports.StorageAccount = exports.StorageProfile = exports.SecurityProfile = exports.ClientGroupInfo = exports.KafkaRestProperties = exports.ClusterDefinition = exports.ClusterCreateProperties = exports.ClusterCreateParametersExtended = exports.AsyncOperationResult = exports.ErrorResponse = exports.Resource = exports.SystemData = exports.ResourceId = exports.IPConfiguration = exports.PrivateLinkConfiguration = exports.Errors = exports.ApplicationGetEndpoint = exports.ApplicationGetHttpsEndpoint = exports.RuntimeScriptAction = exports.ScriptAction = exports.DataDisksGroups = exports.VirtualNetworkProfile = exports.SshPublicKey = exports.SshProfile = exports.LinuxOperatingSystemProfile = exports.OsProfile = exports.HardwareProfile = exports.AutoscaleTimeAndCapacity = exports.AutoscaleSchedule = exports.AutoscaleRecurrence = exports.AutoscaleCapacity = exports.Autoscale = exports.Role = exports.ComputeProfile = exports.ApplicationProperties = exports.ApplicationListResult = void 0;
|
|
11
|
-
exports.
|
|
12
|
-
exports.Cluster = exports.Application = exports.PrivateLinkResource = exports.TrackedResource = exports.ClusterCreateRequestValidationParameters = exports.PrivateEndpointConnection = exports.ProxyResource = exports.RuntimeScriptActionDetail = exports.ScriptActionPersistedGetResponseSpec = exports.ClusterListPersistedScriptActionsResult = void 0;
|
|
11
|
+
exports.ScriptActionExecutionHistoryList = exports.ScriptActionExecutionSummary = exports.ScriptActionsList = exports.ExecuteScriptActionParameters = exports.PrivateLinkResourceListResult = exports.PrivateEndpointConnectionListResult = exports.Dimension = exports.MetricSpecifications = exports.ServiceSpecification = exports.OperationProperties = exports.OperationDisplay = exports.Operation = exports.OperationListResult = exports.AaddsResourceDetails = exports.ValidationErrorInfo = exports.ClusterCreateValidationResult = exports.NameAvailabilityCheckResult = exports.NameAvailabilityCheckRequestParameters = exports.DiskBillingMeters = exports.BillingMeters = exports.BillingResources = exports.VmSizeProperty = exports.VmSizeCompatibilityFilterV2 = exports.BillingResponseListResult = exports.LocalizedName = exports.Usage = exports.UsagesListResult = exports.RegionalQuotaCapability = exports.QuotaCapability = exports.RegionsCapability = exports.VersionSpec = exports.VersionsCapability = exports.CapabilitiesResult = exports.Extension = exports.AzureMonitorResponse = exports.AzureMonitorTableConfiguration = exports.AzureMonitorSelectedConfigurations = exports.AzureMonitorRequest = exports.ClusterMonitoringResponse = exports.ClusterMonitoringRequest = exports.ClusterConfigurations = exports.UpdateClusterIdentityCertificateParameters = exports.UpdateGatewaySettingsParameters = exports.EntraUserInfo = exports.GatewaySettings = exports.ClusterDiskEncryptionParameters = exports.AutoscaleConfigurationUpdateParameter = exports.ClusterResizeParameters = exports.ClusterListResult = exports.ClusterPatchParameters = void 0;
|
|
12
|
+
exports.Cluster = exports.Application = exports.PrivateLinkResource = exports.TrackedResource = exports.ClusterCreateRequestValidationParameters = exports.PrivateEndpointConnection = exports.ProxyResource = exports.RuntimeScriptActionDetail = exports.ScriptActionPersistedGetResponseSpec = exports.ClusterListPersistedScriptActionsResult = exports.HostInfo = void 0;
|
|
13
13
|
exports.ApplicationListResult = {
|
|
14
14
|
type: {
|
|
15
15
|
name: "Composite",
|
|
@@ -2008,6 +2008,44 @@ exports.GatewaySettings = {
|
|
|
2008
2008
|
name: "String",
|
|
2009
2009
|
},
|
|
2010
2010
|
},
|
|
2011
|
+
restAuthEntraUsers: {
|
|
2012
|
+
serializedName: "restAuthEntraUsers",
|
|
2013
|
+
type: {
|
|
2014
|
+
name: "Sequence",
|
|
2015
|
+
element: {
|
|
2016
|
+
type: {
|
|
2017
|
+
name: "Composite",
|
|
2018
|
+
className: "EntraUserInfo",
|
|
2019
|
+
},
|
|
2020
|
+
},
|
|
2021
|
+
},
|
|
2022
|
+
},
|
|
2023
|
+
},
|
|
2024
|
+
},
|
|
2025
|
+
};
|
|
2026
|
+
exports.EntraUserInfo = {
|
|
2027
|
+
type: {
|
|
2028
|
+
name: "Composite",
|
|
2029
|
+
className: "EntraUserInfo",
|
|
2030
|
+
modelProperties: {
|
|
2031
|
+
objectId: {
|
|
2032
|
+
serializedName: "objectId",
|
|
2033
|
+
type: {
|
|
2034
|
+
name: "String",
|
|
2035
|
+
},
|
|
2036
|
+
},
|
|
2037
|
+
displayName: {
|
|
2038
|
+
serializedName: "displayName",
|
|
2039
|
+
type: {
|
|
2040
|
+
name: "String",
|
|
2041
|
+
},
|
|
2042
|
+
},
|
|
2043
|
+
upn: {
|
|
2044
|
+
serializedName: "upn",
|
|
2045
|
+
type: {
|
|
2046
|
+
name: "String",
|
|
2047
|
+
},
|
|
2048
|
+
},
|
|
2011
2049
|
},
|
|
2012
2050
|
},
|
|
2013
2051
|
};
|
|
@@ -2035,6 +2073,18 @@ exports.UpdateGatewaySettingsParameters = {
|
|
|
2035
2073
|
name: "String",
|
|
2036
2074
|
},
|
|
2037
2075
|
},
|
|
2076
|
+
restAuthEntraUsers: {
|
|
2077
|
+
serializedName: "restAuthEntraUsers",
|
|
2078
|
+
type: {
|
|
2079
|
+
name: "Sequence",
|
|
2080
|
+
element: {
|
|
2081
|
+
type: {
|
|
2082
|
+
name: "Composite",
|
|
2083
|
+
className: "EntraUserInfo",
|
|
2084
|
+
},
|
|
2085
|
+
},
|
|
2086
|
+
},
|
|
2087
|
+
},
|
|
2038
2088
|
},
|
|
2039
2089
|
},
|
|
2040
2090
|
};
|