@azure/arm-healthdataaiservices 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +100 -0
- package/dist/browser/api/deidServices/index.d.ts +31 -0
- package/dist/browser/api/deidServices/index.d.ts.map +1 -0
- package/dist/browser/api/deidServices/index.js +519 -0
- package/dist/browser/api/deidServices/index.js.map +1 -0
- package/dist/browser/api/healthDataAIServicesContext.d.ts +12 -0
- package/dist/browser/api/healthDataAIServicesContext.d.ts.map +1 -0
- package/dist/browser/api/healthDataAIServicesContext.js +12 -0
- package/dist/browser/api/healthDataAIServicesContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +6 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +8 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +10 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +40 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/pagingHelpers.d.ts +7 -0
- package/dist/browser/api/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/api/pagingHelpers.js +138 -0
- package/dist/browser/api/pagingHelpers.js.map +1 -0
- package/dist/browser/api/pollingHelpers.d.ts +30 -0
- package/dist/browser/api/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/api/pollingHelpers.js +81 -0
- package/dist/browser/api/pollingHelpers.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +23 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.js +198 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateLinks/index.d.ts +10 -0
- package/dist/browser/api/privateLinks/index.d.ts.map +1 -0
- package/dist/browser/api/privateLinks/index.js +52 -0
- package/dist/browser/api/privateLinks/index.js.map +1 -0
- package/dist/browser/classic/deidServices/index.d.ts +30 -0
- package/dist/browser/classic/deidServices/index.d.ts.map +1 -0
- package/dist/browser/classic/deidServices/index.js +17 -0
- package/dist/browser/classic/deidServices/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +5 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +14 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +24 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +15 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinks/index.d.ts +14 -0
- package/dist/browser/classic/privateLinks/index.d.ts.map +1 -0
- package/dist/browser/classic/privateLinks/index.js +12 -0
- package/dist/browser/classic/privateLinks/index.js.map +1 -0
- package/dist/browser/healthDataAIServicesClient.d.ts +23 -0
- package/dist/browser/healthDataAIServicesClient.d.ts.map +1 -0
- package/dist/browser/healthDataAIServicesClient.js +23 -0
- package/dist/browser/healthDataAIServicesClient.js.map +1 -0
- package/dist/browser/helpers/serializerHelpers.d.ts +3 -0
- package/dist/browser/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/browser/helpers/serializerHelpers.js +24 -0
- package/dist/browser/helpers/serializerHelpers.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +4 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +377 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +163 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/models/options.d.ts +48 -0
- package/dist/browser/models/options.d.ts.map +1 -0
- package/dist/browser/models/options.js +4 -0
- package/dist/browser/models/options.js.map +1 -0
- package/dist/browser/models/pagingTypes.d.ts +67 -0
- package/dist/browser/models/pagingTypes.d.ts.map +1 -0
- package/dist/browser/models/pagingTypes.js +4 -0
- package/dist/browser/models/pagingTypes.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/rest/clientDefinitions.d.ts +61 -0
- package/dist/browser/rest/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/rest/clientDefinitions.js +4 -0
- package/dist/browser/rest/clientDefinitions.js.map +1 -0
- package/dist/browser/rest/healthDataAIServicesClient.d.ts +15 -0
- package/dist/browser/rest/healthDataAIServicesClient.d.ts.map +1 -0
- package/dist/browser/rest/healthDataAIServicesClient.js +42 -0
- package/dist/browser/rest/healthDataAIServicesClient.js.map +1 -0
- package/dist/browser/rest/index.d.ts +12 -0
- package/dist/browser/rest/index.d.ts.map +1 -0
- package/dist/browser/rest/index.js +14 -0
- package/dist/browser/rest/index.js.map +1 -0
- package/dist/browser/rest/isUnexpected.d.ts +14 -0
- package/dist/browser/rest/isUnexpected.d.ts.map +1 -0
- package/dist/browser/rest/isUnexpected.js +83 -0
- package/dist/browser/rest/isUnexpected.js.map +1 -0
- package/dist/browser/rest/models.d.ts +213 -0
- package/dist/browser/rest/models.d.ts.map +1 -0
- package/dist/browser/rest/models.js +4 -0
- package/dist/browser/rest/models.js.map +1 -0
- package/dist/browser/rest/outputModels.d.ts +304 -0
- package/dist/browser/rest/outputModels.d.ts.map +1 -0
- package/dist/browser/rest/outputModels.js +4 -0
- package/dist/browser/rest/outputModels.js.map +1 -0
- package/dist/browser/rest/paginateHelper.d.ts +43 -0
- package/dist/browser/rest/paginateHelper.d.ts.map +1 -0
- package/dist/browser/rest/paginateHelper.js +70 -0
- package/dist/browser/rest/paginateHelper.js.map +1 -0
- package/dist/browser/rest/parameters.d.ts +27 -0
- package/dist/browser/rest/parameters.d.ts.map +1 -0
- package/dist/browser/rest/parameters.js +4 -0
- package/dist/browser/rest/parameters.js.map +1 -0
- package/dist/browser/rest/pollingHelper.d.ts +81 -0
- package/dist/browser/rest/pollingHelper.d.ts.map +1 -0
- package/dist/browser/rest/pollingHelper.js +97 -0
- package/dist/browser/rest/pollingHelper.js.map +1 -0
- package/dist/browser/rest/responses.d.ts +190 -0
- package/dist/browser/rest/responses.d.ts.map +1 -0
- package/dist/browser/rest/responses.js +4 -0
- package/dist/browser/rest/responses.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +94 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/api/deidServices/index.d.ts +31 -0
- package/dist/commonjs/api/deidServices/index.d.ts.map +1 -0
- package/dist/commonjs/api/deidServices/index.js +539 -0
- package/dist/commonjs/api/deidServices/index.js.map +1 -0
- package/dist/commonjs/api/healthDataAIServicesContext.d.ts +12 -0
- package/dist/commonjs/api/healthDataAIServicesContext.d.ts.map +1 -0
- package/dist/commonjs/api/healthDataAIServicesContext.js +16 -0
- package/dist/commonjs/api/healthDataAIServicesContext.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +6 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +24 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +10 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +45 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/pagingHelpers.d.ts +7 -0
- package/dist/commonjs/api/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/api/pagingHelpers.js +141 -0
- package/dist/commonjs/api/pagingHelpers.js.map +1 -0
- package/dist/commonjs/api/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/api/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/api/pollingHelpers.js +84 -0
- package/dist/commonjs/api/pollingHelpers.js.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +23 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts.map +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +212 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/api/privateLinks/index.d.ts +10 -0
- package/dist/commonjs/api/privateLinks/index.d.ts.map +1 -0
- package/dist/commonjs/api/privateLinks/index.js +57 -0
- package/dist/commonjs/api/privateLinks/index.js.map +1 -0
- package/dist/commonjs/classic/deidServices/index.d.ts +30 -0
- package/dist/commonjs/classic/deidServices/index.d.ts.map +1 -0
- package/dist/commonjs/classic/deidServices/index.js +21 -0
- package/dist/commonjs/classic/deidServices/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +5 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +14 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +16 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +24 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts.map +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +19 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/commonjs/classic/privateLinks/index.d.ts +14 -0
- package/dist/commonjs/classic/privateLinks/index.d.ts.map +1 -0
- package/dist/commonjs/classic/privateLinks/index.js +16 -0
- package/dist/commonjs/classic/privateLinks/index.js.map +1 -0
- package/dist/commonjs/healthDataAIServicesClient.d.ts +23 -0
- package/dist/commonjs/healthDataAIServicesClient.d.ts.map +1 -0
- package/dist/commonjs/healthDataAIServicesClient.js +27 -0
- package/dist/commonjs/healthDataAIServicesClient.js.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts +3 -0
- package/dist/commonjs/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/commonjs/helpers/serializerHelpers.js +27 -0
- package/dist/commonjs/helpers/serializerHelpers.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +18 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +14 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +377 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +180 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/models/options.d.ts +48 -0
- package/dist/commonjs/models/options.d.ts.map +1 -0
- package/dist/commonjs/models/options.js +5 -0
- package/dist/commonjs/models/options.js.map +1 -0
- package/dist/commonjs/models/pagingTypes.d.ts +67 -0
- package/dist/commonjs/models/pagingTypes.d.ts.map +1 -0
- package/dist/commonjs/models/pagingTypes.js +5 -0
- package/dist/commonjs/models/pagingTypes.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/rest/clientDefinitions.d.ts +61 -0
- package/dist/commonjs/rest/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/rest/clientDefinitions.js +5 -0
- package/dist/commonjs/rest/clientDefinitions.js.map +1 -0
- package/dist/commonjs/rest/healthDataAIServicesClient.d.ts +15 -0
- package/dist/commonjs/rest/healthDataAIServicesClient.d.ts.map +1 -0
- package/dist/commonjs/rest/healthDataAIServicesClient.js +45 -0
- package/dist/commonjs/rest/healthDataAIServicesClient.js.map +1 -0
- package/dist/commonjs/rest/index.d.ts +12 -0
- package/dist/commonjs/rest/index.d.ts.map +1 -0
- package/dist/commonjs/rest/index.js +17 -0
- package/dist/commonjs/rest/index.js.map +1 -0
- package/dist/commonjs/rest/isUnexpected.d.ts +14 -0
- package/dist/commonjs/rest/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/rest/isUnexpected.js +86 -0
- package/dist/commonjs/rest/isUnexpected.js.map +1 -0
- package/dist/commonjs/rest/models.d.ts +213 -0
- package/dist/commonjs/rest/models.d.ts.map +1 -0
- package/dist/commonjs/rest/models.js +5 -0
- package/dist/commonjs/rest/models.js.map +1 -0
- package/dist/commonjs/rest/outputModels.d.ts +304 -0
- package/dist/commonjs/rest/outputModels.d.ts.map +1 -0
- package/dist/commonjs/rest/outputModels.js +5 -0
- package/dist/commonjs/rest/outputModels.js.map +1 -0
- package/dist/commonjs/rest/paginateHelper.d.ts +43 -0
- package/dist/commonjs/rest/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/rest/paginateHelper.js +73 -0
- package/dist/commonjs/rest/paginateHelper.js.map +1 -0
- package/dist/commonjs/rest/parameters.d.ts +27 -0
- package/dist/commonjs/rest/parameters.d.ts.map +1 -0
- package/dist/commonjs/rest/parameters.js +5 -0
- package/dist/commonjs/rest/parameters.js.map +1 -0
- package/dist/commonjs/rest/pollingHelper.d.ts +81 -0
- package/dist/commonjs/rest/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/rest/pollingHelper.js +100 -0
- package/dist/commonjs/rest/pollingHelper.js.map +1 -0
- package/dist/commonjs/rest/responses.d.ts +190 -0
- package/dist/commonjs/rest/responses.d.ts.map +1 -0
- package/dist/commonjs/rest/responses.js +5 -0
- package/dist/commonjs/rest/responses.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +97 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/deidServices/index.d.ts +31 -0
- package/dist/esm/api/deidServices/index.d.ts.map +1 -0
- package/dist/esm/api/deidServices/index.js +519 -0
- package/dist/esm/api/deidServices/index.js.map +1 -0
- package/dist/esm/api/healthDataAIServicesContext.d.ts +12 -0
- package/dist/esm/api/healthDataAIServicesContext.d.ts.map +1 -0
- package/dist/esm/api/healthDataAIServicesContext.js +12 -0
- package/dist/esm/api/healthDataAIServicesContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +6 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +8 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +10 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +40 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/pagingHelpers.d.ts +7 -0
- package/dist/esm/api/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/api/pagingHelpers.js +138 -0
- package/dist/esm/api/pagingHelpers.js.map +1 -0
- package/dist/esm/api/pollingHelpers.d.ts +30 -0
- package/dist/esm/api/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/api/pollingHelpers.js +81 -0
- package/dist/esm/api/pollingHelpers.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +23 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.js +198 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateLinks/index.d.ts +10 -0
- package/dist/esm/api/privateLinks/index.d.ts.map +1 -0
- package/dist/esm/api/privateLinks/index.js +52 -0
- package/dist/esm/api/privateLinks/index.js.map +1 -0
- package/dist/esm/classic/deidServices/index.d.ts +30 -0
- package/dist/esm/classic/deidServices/index.d.ts.map +1 -0
- package/dist/esm/classic/deidServices/index.js +17 -0
- package/dist/esm/classic/deidServices/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +5 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +14 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +24 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +15 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinks/index.d.ts +14 -0
- package/dist/esm/classic/privateLinks/index.d.ts.map +1 -0
- package/dist/esm/classic/privateLinks/index.js +12 -0
- package/dist/esm/classic/privateLinks/index.js.map +1 -0
- package/dist/esm/healthDataAIServicesClient.d.ts +23 -0
- package/dist/esm/healthDataAIServicesClient.d.ts.map +1 -0
- package/dist/esm/healthDataAIServicesClient.js +23 -0
- package/dist/esm/healthDataAIServicesClient.js.map +1 -0
- package/dist/esm/helpers/serializerHelpers.d.ts +3 -0
- package/dist/esm/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/esm/helpers/serializerHelpers.js +24 -0
- package/dist/esm/helpers/serializerHelpers.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +377 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +163 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/models/options.d.ts +48 -0
- package/dist/esm/models/options.d.ts.map +1 -0
- package/dist/esm/models/options.js +4 -0
- package/dist/esm/models/options.js.map +1 -0
- package/dist/esm/models/pagingTypes.d.ts +67 -0
- package/dist/esm/models/pagingTypes.d.ts.map +1 -0
- package/dist/esm/models/pagingTypes.js +4 -0
- package/dist/esm/models/pagingTypes.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/rest/clientDefinitions.d.ts +61 -0
- package/dist/esm/rest/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/rest/clientDefinitions.js +4 -0
- package/dist/esm/rest/clientDefinitions.js.map +1 -0
- package/dist/esm/rest/healthDataAIServicesClient.d.ts +15 -0
- package/dist/esm/rest/healthDataAIServicesClient.d.ts.map +1 -0
- package/dist/esm/rest/healthDataAIServicesClient.js +42 -0
- package/dist/esm/rest/healthDataAIServicesClient.js.map +1 -0
- package/dist/esm/rest/index.d.ts +12 -0
- package/dist/esm/rest/index.d.ts.map +1 -0
- package/dist/esm/rest/index.js +14 -0
- package/dist/esm/rest/index.js.map +1 -0
- package/dist/esm/rest/isUnexpected.d.ts +14 -0
- package/dist/esm/rest/isUnexpected.d.ts.map +1 -0
- package/dist/esm/rest/isUnexpected.js +83 -0
- package/dist/esm/rest/isUnexpected.js.map +1 -0
- package/dist/esm/rest/models.d.ts +213 -0
- package/dist/esm/rest/models.d.ts.map +1 -0
- package/dist/esm/rest/models.js +4 -0
- package/dist/esm/rest/models.js.map +1 -0
- package/dist/esm/rest/outputModels.d.ts +304 -0
- package/dist/esm/rest/outputModels.d.ts.map +1 -0
- package/dist/esm/rest/outputModels.js +4 -0
- package/dist/esm/rest/outputModels.js.map +1 -0
- package/dist/esm/rest/paginateHelper.d.ts +43 -0
- package/dist/esm/rest/paginateHelper.d.ts.map +1 -0
- package/dist/esm/rest/paginateHelper.js +70 -0
- package/dist/esm/rest/paginateHelper.js.map +1 -0
- package/dist/esm/rest/parameters.d.ts +27 -0
- package/dist/esm/rest/parameters.d.ts.map +1 -0
- package/dist/esm/rest/parameters.js +4 -0
- package/dist/esm/rest/parameters.js.map +1 -0
- package/dist/esm/rest/pollingHelper.d.ts +81 -0
- package/dist/esm/rest/pollingHelper.d.ts.map +1 -0
- package/dist/esm/rest/pollingHelper.js +97 -0
- package/dist/esm/rest/pollingHelper.js.map +1 -0
- package/dist/esm/rest/responses.d.ts +190 -0
- package/dist/esm/rest/responses.d.ts.map +1 -0
- package/dist/esm/rest/responses.js +4 -0
- package/dist/esm/rest/responses.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +94 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/api/deidServices/index.d.ts +31 -0
- package/dist/react-native/api/deidServices/index.d.ts.map +1 -0
- package/dist/react-native/api/deidServices/index.js +519 -0
- package/dist/react-native/api/deidServices/index.js.map +1 -0
- package/dist/react-native/api/healthDataAIServicesContext.d.ts +12 -0
- package/dist/react-native/api/healthDataAIServicesContext.d.ts.map +1 -0
- package/dist/react-native/api/healthDataAIServicesContext.js +12 -0
- package/dist/react-native/api/healthDataAIServicesContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +6 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +8 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +10 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +40 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/pagingHelpers.d.ts +7 -0
- package/dist/react-native/api/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/api/pagingHelpers.js +138 -0
- package/dist/react-native/api/pagingHelpers.js.map +1 -0
- package/dist/react-native/api/pollingHelpers.d.ts +30 -0
- package/dist/react-native/api/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/api/pollingHelpers.js +81 -0
- package/dist/react-native/api/pollingHelpers.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +23 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +198 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateLinks/index.d.ts +10 -0
- package/dist/react-native/api/privateLinks/index.d.ts.map +1 -0
- package/dist/react-native/api/privateLinks/index.js +52 -0
- package/dist/react-native/api/privateLinks/index.js.map +1 -0
- package/dist/react-native/classic/deidServices/index.d.ts +30 -0
- package/dist/react-native/classic/deidServices/index.d.ts.map +1 -0
- package/dist/react-native/classic/deidServices/index.js +17 -0
- package/dist/react-native/classic/deidServices/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +5 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +14 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +24 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +15 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinks/index.d.ts +14 -0
- package/dist/react-native/classic/privateLinks/index.d.ts.map +1 -0
- package/dist/react-native/classic/privateLinks/index.js +12 -0
- package/dist/react-native/classic/privateLinks/index.js.map +1 -0
- package/dist/react-native/healthDataAIServicesClient.d.ts +23 -0
- package/dist/react-native/healthDataAIServicesClient.d.ts.map +1 -0
- package/dist/react-native/healthDataAIServicesClient.js +23 -0
- package/dist/react-native/healthDataAIServicesClient.js.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts +3 -0
- package/dist/react-native/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/react-native/helpers/serializerHelpers.js +24 -0
- package/dist/react-native/helpers/serializerHelpers.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +377 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +163 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/models/options.d.ts +48 -0
- package/dist/react-native/models/options.d.ts.map +1 -0
- package/dist/react-native/models/options.js +4 -0
- package/dist/react-native/models/options.js.map +1 -0
- package/dist/react-native/models/pagingTypes.d.ts +67 -0
- package/dist/react-native/models/pagingTypes.d.ts.map +1 -0
- package/dist/react-native/models/pagingTypes.js +4 -0
- package/dist/react-native/models/pagingTypes.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/rest/clientDefinitions.d.ts +61 -0
- package/dist/react-native/rest/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/rest/clientDefinitions.js +4 -0
- package/dist/react-native/rest/clientDefinitions.js.map +1 -0
- package/dist/react-native/rest/healthDataAIServicesClient.d.ts +15 -0
- package/dist/react-native/rest/healthDataAIServicesClient.d.ts.map +1 -0
- package/dist/react-native/rest/healthDataAIServicesClient.js +42 -0
- package/dist/react-native/rest/healthDataAIServicesClient.js.map +1 -0
- package/dist/react-native/rest/index.d.ts +12 -0
- package/dist/react-native/rest/index.d.ts.map +1 -0
- package/dist/react-native/rest/index.js +14 -0
- package/dist/react-native/rest/index.js.map +1 -0
- package/dist/react-native/rest/isUnexpected.d.ts +14 -0
- package/dist/react-native/rest/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/rest/isUnexpected.js +83 -0
- package/dist/react-native/rest/isUnexpected.js.map +1 -0
- package/dist/react-native/rest/models.d.ts +213 -0
- package/dist/react-native/rest/models.d.ts.map +1 -0
- package/dist/react-native/rest/models.js +4 -0
- package/dist/react-native/rest/models.js.map +1 -0
- package/dist/react-native/rest/outputModels.d.ts +304 -0
- package/dist/react-native/rest/outputModels.d.ts.map +1 -0
- package/dist/react-native/rest/outputModels.js +4 -0
- package/dist/react-native/rest/outputModels.js.map +1 -0
- package/dist/react-native/rest/paginateHelper.d.ts +43 -0
- package/dist/react-native/rest/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/rest/paginateHelper.js +70 -0
- package/dist/react-native/rest/paginateHelper.js.map +1 -0
- package/dist/react-native/rest/parameters.d.ts +27 -0
- package/dist/react-native/rest/parameters.d.ts.map +1 -0
- package/dist/react-native/rest/parameters.js +4 -0
- package/dist/react-native/rest/parameters.js.map +1 -0
- package/dist/react-native/rest/pollingHelper.d.ts +81 -0
- package/dist/react-native/rest/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/rest/pollingHelper.js +97 -0
- package/dist/react-native/rest/pollingHelper.js.map +1 -0
- package/dist/react-native/rest/responses.d.ts +190 -0
- package/dist/react-native/rest/responses.d.ts.map +1 -0
- package/dist/react-native/rest/responses.js +4 -0
- package/dist/react-native/rest/responses.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +94 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/package.json +188 -0
- package/review/arm-healthdataaiservices-api.api.md +70 -0
- package/review/arm-healthdataaiservices-models.api.md +314 -0
- package/review/arm-healthdataaiservices.api.md +374 -0
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
import { PrivateEndpointConnectionResource as PrivateEndpointConnectionResourceRest, PrivateEndpointConnectionProperties as PrivateEndpointConnectionPropertiesRest, PrivateLinkServiceConnectionState as PrivateLinkServiceConnectionStateRest, TrackedResource as TrackedResourceRest, DeidService as DeidServiceRest, DeidServiceProperties as DeidServicePropertiesRest, ManagedServiceIdentity as ManagedServiceIdentityRest, DeidUpdate as DeidUpdateRest, ManagedServiceIdentityUpdate as ManagedServiceIdentityUpdateRest, DeidPropertiesUpdate as DeidPropertiesUpdateRest } from "../rest/index.js";
|
|
2
|
+
/** The response of a PrivateLinkResource list operation. */
|
|
3
|
+
export interface _PrivateLinkResourceListResult {
|
|
4
|
+
/** The PrivateLinkResource items on this page */
|
|
5
|
+
value: PrivateLinkResource[];
|
|
6
|
+
/** The link to the next page of items */
|
|
7
|
+
nextLink?: string;
|
|
8
|
+
}
|
|
9
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
10
|
+
export interface Resource {
|
|
11
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
12
|
+
readonly id?: string;
|
|
13
|
+
/** The name of the resource */
|
|
14
|
+
readonly name?: string;
|
|
15
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
16
|
+
readonly type?: string;
|
|
17
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
18
|
+
readonly systemData?: SystemData;
|
|
19
|
+
}
|
|
20
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
21
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
22
|
+
export interface SystemData {
|
|
23
|
+
/** The identity that created the resource. */
|
|
24
|
+
createdBy?: string;
|
|
25
|
+
/** The type of identity that created the resource. */
|
|
26
|
+
createdByType?: CreatedByType;
|
|
27
|
+
/** The timestamp of resource creation (UTC). */
|
|
28
|
+
createdAt?: Date;
|
|
29
|
+
/** The identity that last modified the resource. */
|
|
30
|
+
lastModifiedBy?: string;
|
|
31
|
+
/** The type of identity that last modified the resource. */
|
|
32
|
+
lastModifiedByType?: CreatedByType;
|
|
33
|
+
/** The timestamp of resource last modification (UTC) */
|
|
34
|
+
lastModifiedAt?: Date;
|
|
35
|
+
}
|
|
36
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
37
|
+
export declare enum KnownCreatedByType {
|
|
38
|
+
/** User */
|
|
39
|
+
User = "User",
|
|
40
|
+
/** Application */
|
|
41
|
+
Application = "Application",
|
|
42
|
+
/** ManagedIdentity */
|
|
43
|
+
ManagedIdentity = "ManagedIdentity",
|
|
44
|
+
/** Key */
|
|
45
|
+
Key = "Key"
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* The kind of entity that created the resource. \
|
|
49
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
50
|
+
* this enum contains the known values that the service supports.
|
|
51
|
+
* ### Known values supported by the service
|
|
52
|
+
* **User** \
|
|
53
|
+
* **Application** \
|
|
54
|
+
* **ManagedIdentity** \
|
|
55
|
+
* **Key**
|
|
56
|
+
*/
|
|
57
|
+
export type CreatedByType = string;
|
|
58
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
59
|
+
export interface ProxyResource extends Resource {
|
|
60
|
+
}
|
|
61
|
+
export declare function proxyResourceSerializer(item: ProxyResource): any;
|
|
62
|
+
/** Private Links for DeidService resource */
|
|
63
|
+
export interface PrivateLinkResource extends ProxyResource {
|
|
64
|
+
/** The resource-specific properties for this resource. */
|
|
65
|
+
properties?: PrivateLinkResourceProperties;
|
|
66
|
+
}
|
|
67
|
+
/** Properties of a private link resource. */
|
|
68
|
+
export interface PrivateLinkResourceProperties {
|
|
69
|
+
/** The private link resource group id. */
|
|
70
|
+
readonly groupId?: string;
|
|
71
|
+
/** The private link resource required member names. */
|
|
72
|
+
readonly requiredMembers?: string[];
|
|
73
|
+
/** The private link resource private link DNS zone name. */
|
|
74
|
+
requiredZoneNames?: string[];
|
|
75
|
+
}
|
|
76
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
77
|
+
export interface ErrorResponse {
|
|
78
|
+
/** The error object. */
|
|
79
|
+
error?: ErrorDetail;
|
|
80
|
+
}
|
|
81
|
+
/** The error detail. */
|
|
82
|
+
export interface ErrorDetail {
|
|
83
|
+
/** The error code. */
|
|
84
|
+
readonly code?: string;
|
|
85
|
+
/** The error message. */
|
|
86
|
+
readonly message?: string;
|
|
87
|
+
/** The error target. */
|
|
88
|
+
readonly target?: string;
|
|
89
|
+
/** The error details. */
|
|
90
|
+
readonly details?: ErrorDetail[];
|
|
91
|
+
/** The error additional info. */
|
|
92
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
93
|
+
}
|
|
94
|
+
/** The resource management error additional info. */
|
|
95
|
+
export interface ErrorAdditionalInfo {
|
|
96
|
+
/** The additional info type. */
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
/** The additional info. */
|
|
99
|
+
readonly info?: Record<string, any>;
|
|
100
|
+
}
|
|
101
|
+
/** Holder for private endpoint connections */
|
|
102
|
+
export interface PrivateEndpointConnectionResource extends ProxyResource {
|
|
103
|
+
/** The resource-specific properties for this resource. */
|
|
104
|
+
properties?: PrivateEndpointConnectionProperties;
|
|
105
|
+
}
|
|
106
|
+
export declare function privateEndpointConnectionResourceSerializer(item: PrivateEndpointConnectionResource): PrivateEndpointConnectionResourceRest;
|
|
107
|
+
/** Properties of the private endpoint connection. */
|
|
108
|
+
export interface PrivateEndpointConnectionProperties {
|
|
109
|
+
/** The group ids for the private endpoint resource. */
|
|
110
|
+
readonly groupIds?: string[];
|
|
111
|
+
/** The private endpoint resource. */
|
|
112
|
+
privateEndpoint?: PrivateEndpoint;
|
|
113
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
114
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
115
|
+
/** The provisioning state of the private endpoint connection resource. */
|
|
116
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
117
|
+
}
|
|
118
|
+
export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): PrivateEndpointConnectionPropertiesRest;
|
|
119
|
+
/** The Private Endpoint resource. */
|
|
120
|
+
export interface PrivateEndpoint {
|
|
121
|
+
/** The resource identifier for private endpoint */
|
|
122
|
+
readonly id?: string;
|
|
123
|
+
}
|
|
124
|
+
export declare function privateEndpointSerializer(item: PrivateEndpoint): any;
|
|
125
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
126
|
+
export interface PrivateLinkServiceConnectionState {
|
|
127
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
128
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
129
|
+
/** The reason for approval/rejection of the connection. */
|
|
130
|
+
description?: string;
|
|
131
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
132
|
+
actionsRequired?: string;
|
|
133
|
+
}
|
|
134
|
+
export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): PrivateLinkServiceConnectionStateRest;
|
|
135
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
136
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
137
|
+
/** Pending */
|
|
138
|
+
Pending = "Pending",
|
|
139
|
+
/** Approved */
|
|
140
|
+
Approved = "Approved",
|
|
141
|
+
/** Rejected */
|
|
142
|
+
Rejected = "Rejected"
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* The private endpoint connection status. \
|
|
146
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
147
|
+
* this enum contains the known values that the service supports.
|
|
148
|
+
* ### Known values supported by the service
|
|
149
|
+
* **Pending** \
|
|
150
|
+
* **Approved** \
|
|
151
|
+
* **Rejected**
|
|
152
|
+
*/
|
|
153
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
154
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
155
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
156
|
+
/** Succeeded */
|
|
157
|
+
Succeeded = "Succeeded",
|
|
158
|
+
/** Creating */
|
|
159
|
+
Creating = "Creating",
|
|
160
|
+
/** Deleting */
|
|
161
|
+
Deleting = "Deleting",
|
|
162
|
+
/** Failed */
|
|
163
|
+
Failed = "Failed"
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* The current provisioning state. \
|
|
167
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
168
|
+
* this enum contains the known values that the service supports.
|
|
169
|
+
* ### Known values supported by the service
|
|
170
|
+
* **Succeeded** \
|
|
171
|
+
* **Creating** \
|
|
172
|
+
* **Deleting** \
|
|
173
|
+
* **Failed**
|
|
174
|
+
*/
|
|
175
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
176
|
+
/** The response of a PrivateEndpointConnectionResource list operation. */
|
|
177
|
+
export interface _PrivateEndpointConnectionResourceListResult {
|
|
178
|
+
/** The PrivateEndpointConnectionResource items on this page */
|
|
179
|
+
value: PrivateEndpointConnectionResource[];
|
|
180
|
+
/** The link to the next page of items */
|
|
181
|
+
nextLink?: string;
|
|
182
|
+
}
|
|
183
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
184
|
+
export interface TrackedResource extends Resource {
|
|
185
|
+
/** Resource tags. */
|
|
186
|
+
tags?: Record<string, string>;
|
|
187
|
+
/** The geo-location where the resource lives */
|
|
188
|
+
location: string;
|
|
189
|
+
}
|
|
190
|
+
export declare function trackedResourceSerializer(item: TrackedResource): TrackedResourceRest;
|
|
191
|
+
/** A HealthDataAIServicesProviderHub resource */
|
|
192
|
+
export interface DeidService extends TrackedResource {
|
|
193
|
+
/** The resource-specific properties for this resource. */
|
|
194
|
+
properties?: DeidServiceProperties;
|
|
195
|
+
/** The managed service identities assigned to this resource. */
|
|
196
|
+
identity?: ManagedServiceIdentity;
|
|
197
|
+
}
|
|
198
|
+
export declare function deidServiceSerializer(item: DeidService): DeidServiceRest;
|
|
199
|
+
/** Details of the HealthDataAIServices DeidService. */
|
|
200
|
+
export interface DeidServiceProperties {
|
|
201
|
+
/** The status of the last operation. */
|
|
202
|
+
readonly provisioningState?: ProvisioningState;
|
|
203
|
+
/** Deid service url. */
|
|
204
|
+
readonly serviceUrl?: string;
|
|
205
|
+
/** List of private endpoint connections. */
|
|
206
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
207
|
+
/** Gets or sets allow or disallow public network access to resource */
|
|
208
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
209
|
+
}
|
|
210
|
+
export declare function deidServicePropertiesSerializer(item: DeidServiceProperties): DeidServicePropertiesRest;
|
|
211
|
+
/** Known values of {@link ResourceProvisioningState} that the service accepts. */
|
|
212
|
+
export declare enum KnownResourceProvisioningState {
|
|
213
|
+
/** Succeeded */
|
|
214
|
+
Succeeded = "Succeeded",
|
|
215
|
+
/** Failed */
|
|
216
|
+
Failed = "Failed",
|
|
217
|
+
/** Canceled */
|
|
218
|
+
Canceled = "Canceled"
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* The provisioning state of a resource type. \
|
|
222
|
+
* {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
|
|
223
|
+
* this enum contains the known values that the service supports.
|
|
224
|
+
* ### Known values supported by the service
|
|
225
|
+
* **Succeeded** \
|
|
226
|
+
* **Failed** \
|
|
227
|
+
* **Canceled**
|
|
228
|
+
*/
|
|
229
|
+
export type ResourceProvisioningState = string;
|
|
230
|
+
/** The private endpoint connection resource */
|
|
231
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
232
|
+
/** The private endpoint connection properties */
|
|
233
|
+
properties?: PrivateEndpointConnectionProperties;
|
|
234
|
+
}
|
|
235
|
+
/** State of the public network access. */
|
|
236
|
+
export type PublicNetworkAccess = "Enabled" | "Disabled";
|
|
237
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
238
|
+
export interface ManagedServiceIdentity {
|
|
239
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
240
|
+
readonly principalId?: string;
|
|
241
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
242
|
+
readonly tenantId?: string;
|
|
243
|
+
/** The type of managed identity assigned to this resource. */
|
|
244
|
+
type: ManagedServiceIdentityType;
|
|
245
|
+
/** The identities assigned to this resource by the user. */
|
|
246
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
247
|
+
}
|
|
248
|
+
export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): ManagedServiceIdentityRest;
|
|
249
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
250
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
251
|
+
/** None */
|
|
252
|
+
None = "None",
|
|
253
|
+
/** SystemAssigned */
|
|
254
|
+
SystemAssigned = "SystemAssigned",
|
|
255
|
+
/** UserAssigned */
|
|
256
|
+
UserAssigned = "UserAssigned",
|
|
257
|
+
/** SystemAssigned,UserAssigned */
|
|
258
|
+
"SystemAssigned,UserAssigned" = "SystemAssigned,UserAssigned"
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
262
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
263
|
+
* this enum contains the known values that the service supports.
|
|
264
|
+
* ### Known values supported by the service
|
|
265
|
+
* **None** \
|
|
266
|
+
* **SystemAssigned** \
|
|
267
|
+
* **UserAssigned** \
|
|
268
|
+
* **SystemAssigned,UserAssigned**
|
|
269
|
+
*/
|
|
270
|
+
export type ManagedServiceIdentityType = string;
|
|
271
|
+
/** User assigned identity properties */
|
|
272
|
+
export interface UserAssignedIdentity {
|
|
273
|
+
/** The principal ID of the assigned identity. */
|
|
274
|
+
readonly principalId?: string;
|
|
275
|
+
/** The client ID of the assigned identity. */
|
|
276
|
+
readonly clientId?: string;
|
|
277
|
+
}
|
|
278
|
+
export declare function userAssignedIdentitySerializer(item: UserAssignedIdentity): any;
|
|
279
|
+
/** The response of a DeidService list operation. */
|
|
280
|
+
export interface _DeidServiceListResult {
|
|
281
|
+
/** The DeidService items on this page */
|
|
282
|
+
value: DeidService[];
|
|
283
|
+
/** The link to the next page of items */
|
|
284
|
+
nextLink?: string;
|
|
285
|
+
}
|
|
286
|
+
/** Patch request body for DeidService */
|
|
287
|
+
export interface DeidUpdate {
|
|
288
|
+
/** Resource tags. */
|
|
289
|
+
tags?: Record<string, string>;
|
|
290
|
+
/** Updatable managed service identity */
|
|
291
|
+
identity?: ManagedServiceIdentityUpdate;
|
|
292
|
+
/** RP-specific properties */
|
|
293
|
+
properties?: DeidPropertiesUpdate;
|
|
294
|
+
}
|
|
295
|
+
export declare function deidUpdateSerializer(item: DeidUpdate): DeidUpdateRest;
|
|
296
|
+
/** The template for adding optional properties. */
|
|
297
|
+
export interface ManagedServiceIdentityUpdate {
|
|
298
|
+
/** The type of managed identity assigned to this resource. */
|
|
299
|
+
type?: ManagedServiceIdentityType;
|
|
300
|
+
/** The identities assigned to this resource by the user. */
|
|
301
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
|
|
302
|
+
}
|
|
303
|
+
export declare function managedServiceIdentityUpdateSerializer(item: ManagedServiceIdentityUpdate): ManagedServiceIdentityUpdateRest;
|
|
304
|
+
/** The template for adding optional properties. */
|
|
305
|
+
export interface DeidPropertiesUpdate {
|
|
306
|
+
/** Gets or sets allow or disallow public network access to resource */
|
|
307
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
308
|
+
}
|
|
309
|
+
export declare function deidPropertiesUpdateSerializer(item: DeidPropertiesUpdate): DeidPropertiesUpdateRest;
|
|
310
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
311
|
+
export interface _OperationListResult {
|
|
312
|
+
/** The Operation items on this page */
|
|
313
|
+
value: Operation[];
|
|
314
|
+
/** The link to the next page of items */
|
|
315
|
+
nextLink?: string;
|
|
316
|
+
}
|
|
317
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
318
|
+
export interface Operation {
|
|
319
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
320
|
+
readonly name?: string;
|
|
321
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
322
|
+
readonly isDataAction?: boolean;
|
|
323
|
+
/** Localized display information for this particular operation. */
|
|
324
|
+
readonly display?: OperationDisplay;
|
|
325
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
326
|
+
readonly origin?: Origin;
|
|
327
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
328
|
+
actionType?: ActionType;
|
|
329
|
+
}
|
|
330
|
+
/** Localized display information for and operation. */
|
|
331
|
+
export interface OperationDisplay {
|
|
332
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
333
|
+
readonly provider?: string;
|
|
334
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
335
|
+
readonly resource?: string;
|
|
336
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
337
|
+
readonly operation?: string;
|
|
338
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
339
|
+
readonly description?: string;
|
|
340
|
+
}
|
|
341
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
342
|
+
export declare enum KnownOrigin {
|
|
343
|
+
/** user */
|
|
344
|
+
user = "user",
|
|
345
|
+
/** system */
|
|
346
|
+
system = "system",
|
|
347
|
+
/** user,system */
|
|
348
|
+
"user,system" = "user,system"
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
352
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
353
|
+
* this enum contains the known values that the service supports.
|
|
354
|
+
* ### Known values supported by the service
|
|
355
|
+
* **user** \
|
|
356
|
+
* **system** \
|
|
357
|
+
* **user,system**
|
|
358
|
+
*/
|
|
359
|
+
export type Origin = string;
|
|
360
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
361
|
+
export declare enum KnownActionType {
|
|
362
|
+
/** Internal */
|
|
363
|
+
Internal = "Internal"
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
367
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
368
|
+
* this enum contains the known values that the service supports.
|
|
369
|
+
* ### Known values supported by the service
|
|
370
|
+
* **Internal**
|
|
371
|
+
*/
|
|
372
|
+
export type ActionType = string;
|
|
373
|
+
/** Supported API versions for the Microsoft.HealthDataAIServices resource provider. */
|
|
374
|
+
export type Versions = "2024-02-28-preview";
|
|
375
|
+
/** Alias for ProvisioningState */
|
|
376
|
+
export type ProvisioningState = ResourceProvisioningState | "Provisioning" | "Updating" | "Deleting" | "Accepted" | string;
|
|
377
|
+
//# sourceMappingURL=models.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.KnownActionType = exports.KnownOrigin = exports.KnownManagedServiceIdentityType = exports.KnownResourceProvisioningState = exports.KnownPrivateEndpointConnectionProvisioningState = exports.KnownPrivateEndpointServiceConnectionStatus = exports.KnownCreatedByType = void 0;
|
|
6
|
+
exports.resourceSerializer = resourceSerializer;
|
|
7
|
+
exports.proxyResourceSerializer = proxyResourceSerializer;
|
|
8
|
+
exports.privateEndpointConnectionResourceSerializer = privateEndpointConnectionResourceSerializer;
|
|
9
|
+
exports.privateEndpointConnectionPropertiesSerializer = privateEndpointConnectionPropertiesSerializer;
|
|
10
|
+
exports.privateEndpointSerializer = privateEndpointSerializer;
|
|
11
|
+
exports.privateLinkServiceConnectionStateSerializer = privateLinkServiceConnectionStateSerializer;
|
|
12
|
+
exports.trackedResourceSerializer = trackedResourceSerializer;
|
|
13
|
+
exports.deidServiceSerializer = deidServiceSerializer;
|
|
14
|
+
exports.deidServicePropertiesSerializer = deidServicePropertiesSerializer;
|
|
15
|
+
exports.managedServiceIdentitySerializer = managedServiceIdentitySerializer;
|
|
16
|
+
exports.userAssignedIdentitySerializer = userAssignedIdentitySerializer;
|
|
17
|
+
exports.deidUpdateSerializer = deidUpdateSerializer;
|
|
18
|
+
exports.managedServiceIdentityUpdateSerializer = managedServiceIdentityUpdateSerializer;
|
|
19
|
+
exports.deidPropertiesUpdateSerializer = deidPropertiesUpdateSerializer;
|
|
20
|
+
const serializerHelpers_js_1 = require("../helpers/serializerHelpers.js");
|
|
21
|
+
function resourceSerializer(item) {
|
|
22
|
+
return item;
|
|
23
|
+
}
|
|
24
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
25
|
+
var KnownCreatedByType;
|
|
26
|
+
(function (KnownCreatedByType) {
|
|
27
|
+
/** User */
|
|
28
|
+
KnownCreatedByType["User"] = "User";
|
|
29
|
+
/** Application */
|
|
30
|
+
KnownCreatedByType["Application"] = "Application";
|
|
31
|
+
/** ManagedIdentity */
|
|
32
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
33
|
+
/** Key */
|
|
34
|
+
KnownCreatedByType["Key"] = "Key";
|
|
35
|
+
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
36
|
+
function proxyResourceSerializer(item) {
|
|
37
|
+
return item;
|
|
38
|
+
}
|
|
39
|
+
function privateEndpointConnectionResourceSerializer(item) {
|
|
40
|
+
return {
|
|
41
|
+
properties: !item.properties
|
|
42
|
+
? item.properties
|
|
43
|
+
: privateEndpointConnectionPropertiesSerializer(item.properties),
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function privateEndpointConnectionPropertiesSerializer(item) {
|
|
47
|
+
return {
|
|
48
|
+
privateEndpoint: !item.privateEndpoint
|
|
49
|
+
? item.privateEndpoint
|
|
50
|
+
: privateEndpointSerializer(item.privateEndpoint),
|
|
51
|
+
privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(item.privateLinkServiceConnectionState),
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
function privateEndpointSerializer(item) {
|
|
55
|
+
return item;
|
|
56
|
+
}
|
|
57
|
+
function privateLinkServiceConnectionStateSerializer(item) {
|
|
58
|
+
return {
|
|
59
|
+
status: item["status"],
|
|
60
|
+
description: item["description"],
|
|
61
|
+
actionsRequired: item["actionsRequired"],
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
65
|
+
var KnownPrivateEndpointServiceConnectionStatus;
|
|
66
|
+
(function (KnownPrivateEndpointServiceConnectionStatus) {
|
|
67
|
+
/** Pending */
|
|
68
|
+
KnownPrivateEndpointServiceConnectionStatus["Pending"] = "Pending";
|
|
69
|
+
/** Approved */
|
|
70
|
+
KnownPrivateEndpointServiceConnectionStatus["Approved"] = "Approved";
|
|
71
|
+
/** Rejected */
|
|
72
|
+
KnownPrivateEndpointServiceConnectionStatus["Rejected"] = "Rejected";
|
|
73
|
+
})(KnownPrivateEndpointServiceConnectionStatus || (exports.KnownPrivateEndpointServiceConnectionStatus = KnownPrivateEndpointServiceConnectionStatus = {}));
|
|
74
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
75
|
+
var KnownPrivateEndpointConnectionProvisioningState;
|
|
76
|
+
(function (KnownPrivateEndpointConnectionProvisioningState) {
|
|
77
|
+
/** Succeeded */
|
|
78
|
+
KnownPrivateEndpointConnectionProvisioningState["Succeeded"] = "Succeeded";
|
|
79
|
+
/** Creating */
|
|
80
|
+
KnownPrivateEndpointConnectionProvisioningState["Creating"] = "Creating";
|
|
81
|
+
/** Deleting */
|
|
82
|
+
KnownPrivateEndpointConnectionProvisioningState["Deleting"] = "Deleting";
|
|
83
|
+
/** Failed */
|
|
84
|
+
KnownPrivateEndpointConnectionProvisioningState["Failed"] = "Failed";
|
|
85
|
+
})(KnownPrivateEndpointConnectionProvisioningState || (exports.KnownPrivateEndpointConnectionProvisioningState = KnownPrivateEndpointConnectionProvisioningState = {}));
|
|
86
|
+
function trackedResourceSerializer(item) {
|
|
87
|
+
return {
|
|
88
|
+
tags: !item.tags ? item.tags : (0, serializerHelpers_js_1.serializeRecord)(item.tags),
|
|
89
|
+
location: item["location"],
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
function deidServiceSerializer(item) {
|
|
93
|
+
return {
|
|
94
|
+
tags: !item.tags ? item.tags : (0, serializerHelpers_js_1.serializeRecord)(item.tags),
|
|
95
|
+
location: item["location"],
|
|
96
|
+
properties: !item.properties
|
|
97
|
+
? item.properties
|
|
98
|
+
: deidServicePropertiesSerializer(item.properties),
|
|
99
|
+
identity: !item.identity ? item.identity : managedServiceIdentitySerializer(item.identity),
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
function deidServicePropertiesSerializer(item) {
|
|
103
|
+
return {
|
|
104
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
/** Known values of {@link ResourceProvisioningState} that the service accepts. */
|
|
108
|
+
var KnownResourceProvisioningState;
|
|
109
|
+
(function (KnownResourceProvisioningState) {
|
|
110
|
+
/** Succeeded */
|
|
111
|
+
KnownResourceProvisioningState["Succeeded"] = "Succeeded";
|
|
112
|
+
/** Failed */
|
|
113
|
+
KnownResourceProvisioningState["Failed"] = "Failed";
|
|
114
|
+
/** Canceled */
|
|
115
|
+
KnownResourceProvisioningState["Canceled"] = "Canceled";
|
|
116
|
+
})(KnownResourceProvisioningState || (exports.KnownResourceProvisioningState = KnownResourceProvisioningState = {}));
|
|
117
|
+
function managedServiceIdentitySerializer(item) {
|
|
118
|
+
return {
|
|
119
|
+
type: item["type"],
|
|
120
|
+
userAssignedIdentities: !item.userAssignedIdentities
|
|
121
|
+
? item.userAssignedIdentities
|
|
122
|
+
: (0, serializerHelpers_js_1.serializeRecord)(item.userAssignedIdentities, userAssignedIdentitySerializer),
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
126
|
+
var KnownManagedServiceIdentityType;
|
|
127
|
+
(function (KnownManagedServiceIdentityType) {
|
|
128
|
+
/** None */
|
|
129
|
+
KnownManagedServiceIdentityType["None"] = "None";
|
|
130
|
+
/** SystemAssigned */
|
|
131
|
+
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
132
|
+
/** UserAssigned */
|
|
133
|
+
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
134
|
+
/** SystemAssigned,UserAssigned */
|
|
135
|
+
KnownManagedServiceIdentityType["SystemAssigned,UserAssigned"] = "SystemAssigned,UserAssigned";
|
|
136
|
+
})(KnownManagedServiceIdentityType || (exports.KnownManagedServiceIdentityType = KnownManagedServiceIdentityType = {}));
|
|
137
|
+
function userAssignedIdentitySerializer(item) {
|
|
138
|
+
return item;
|
|
139
|
+
}
|
|
140
|
+
function deidUpdateSerializer(item) {
|
|
141
|
+
return {
|
|
142
|
+
tags: !item.tags ? item.tags : (0, serializerHelpers_js_1.serializeRecord)(item.tags),
|
|
143
|
+
identity: !item.identity
|
|
144
|
+
? item.identity
|
|
145
|
+
: managedServiceIdentityUpdateSerializer(item.identity),
|
|
146
|
+
properties: !item.properties
|
|
147
|
+
? item.properties
|
|
148
|
+
: deidPropertiesUpdateSerializer(item.properties),
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
function managedServiceIdentityUpdateSerializer(item) {
|
|
152
|
+
return {
|
|
153
|
+
type: item["type"],
|
|
154
|
+
userAssignedIdentities: !item.userAssignedIdentities
|
|
155
|
+
? item.userAssignedIdentities
|
|
156
|
+
: (0, serializerHelpers_js_1.serializeRecord)(item.userAssignedIdentities, userAssignedIdentitySerializer),
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
function deidPropertiesUpdateSerializer(item) {
|
|
160
|
+
return {
|
|
161
|
+
publicNetworkAccess: item["publicNetworkAccess"],
|
|
162
|
+
};
|
|
163
|
+
}
|
|
164
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
165
|
+
var KnownOrigin;
|
|
166
|
+
(function (KnownOrigin) {
|
|
167
|
+
/** user */
|
|
168
|
+
KnownOrigin["user"] = "user";
|
|
169
|
+
/** system */
|
|
170
|
+
KnownOrigin["system"] = "system";
|
|
171
|
+
/** user,system */
|
|
172
|
+
KnownOrigin["user,system"] = "user,system";
|
|
173
|
+
})(KnownOrigin || (exports.KnownOrigin = KnownOrigin = {}));
|
|
174
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
175
|
+
var KnownActionType;
|
|
176
|
+
(function (KnownActionType) {
|
|
177
|
+
/** Internal */
|
|
178
|
+
KnownActionType["Internal"] = "Internal";
|
|
179
|
+
})(KnownActionType || (exports.KnownActionType = KnownActionType = {}));
|
|
180
|
+
//# sourceMappingURL=models.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { serializeRecord } from \"../helpers/serializerHelpers.js\";\nimport {\n PrivateEndpointConnectionResource as PrivateEndpointConnectionResourceRest,\n PrivateEndpointConnectionProperties as PrivateEndpointConnectionPropertiesRest,\n PrivateLinkServiceConnectionState as PrivateLinkServiceConnectionStateRest,\n TrackedResource as TrackedResourceRest,\n DeidService as DeidServiceRest,\n DeidServiceProperties as DeidServicePropertiesRest,\n ManagedServiceIdentity as ManagedServiceIdentityRest,\n DeidUpdate as DeidUpdateRest,\n ManagedServiceIdentityUpdate as ManagedServiceIdentityUpdateRest,\n DeidPropertiesUpdate as DeidPropertiesUpdateRest,\n} from \"../rest/index.js\";\n\n/** The response of a PrivateLinkResource list operation. */\nexport interface _PrivateLinkResourceListResult {\n /** The PrivateLinkResource items on this page */\n value: PrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource) {\n return item as any;\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/** 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 * The kind of entity that created the resource. \\\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/** 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\nexport function proxyResourceSerializer(item: ProxyResource) {\n return item as any;\n}\n\n/** Private Links for DeidService resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateLinkResourceProperties;\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n readonly groupId?: string;\n /** The private link resource required member names. */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: Record<string, any>;\n}\n\n/** Holder for private endpoint connections */\nexport interface PrivateEndpointConnectionResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: PrivateEndpointConnectionProperties;\n}\n\nexport function privateEndpointConnectionResourceSerializer(\n item: PrivateEndpointConnectionResource,\n): PrivateEndpointConnectionResourceRest {\n return {\n properties: !item.properties\n ? item.properties\n : privateEndpointConnectionPropertiesSerializer(item.properties),\n };\n}\n\n/** Properties of the private endpoint connection. */\nexport interface PrivateEndpointConnectionProperties {\n /** The group ids for the private endpoint resource. */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;\n /** The provisioning state of the private endpoint connection resource. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): PrivateEndpointConnectionPropertiesRest {\n return {\n privateEndpoint: !item.privateEndpoint\n ? item.privateEndpoint\n : privateEndpointSerializer(item.privateEndpoint),\n privateLinkServiceConnectionState: privateLinkServiceConnectionStateSerializer(\n item.privateLinkServiceConnectionState,\n ),\n };\n}\n\n/** The Private Endpoint resource. */\nexport interface PrivateEndpoint {\n /** The resource identifier for private endpoint */\n readonly id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint) {\n return item as any;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): PrivateLinkServiceConnectionStateRest {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * The private endpoint connection status. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current provisioning state. \\\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 * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** The response of a PrivateEndpointConnectionResource list operation. */\nexport interface _PrivateEndpointConnectionResourceListResult {\n /** The PrivateEndpointConnectionResource items on this page */\n value: PrivateEndpointConnectionResource[];\n /** The link to the next page of items */\n nextLink?: string;\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 Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): TrackedResourceRest {\n return {\n tags: !item.tags ? item.tags : (serializeRecord(item.tags as any) as any),\n location: item[\"location\"],\n };\n}\n\n/** A HealthDataAIServicesProviderHub resource */\nexport interface DeidService extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: DeidServiceProperties;\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function deidServiceSerializer(item: DeidService): DeidServiceRest {\n return {\n tags: !item.tags ? item.tags : (serializeRecord(item.tags as any) as any),\n location: item[\"location\"],\n properties: !item.properties\n ? item.properties\n : deidServicePropertiesSerializer(item.properties),\n identity: !item.identity ? item.identity : managedServiceIdentitySerializer(item.identity),\n };\n}\n\n/** Details of the HealthDataAIServices DeidService. */\nexport interface DeidServiceProperties {\n /** The status of the last operation. */\n readonly provisioningState?: ProvisioningState;\n /** Deid service url. */\n readonly serviceUrl?: string;\n /** List of private endpoint connections. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Gets or sets allow or disallow public network access to resource */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\nexport function deidServicePropertiesSerializer(\n item: DeidServiceProperties,\n): DeidServicePropertiesRest {\n return {\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\n/** Known values of {@link ResourceProvisioningState} that the service accepts. */\nexport enum KnownResourceProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provisioning state of a resource type. \\\n * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ResourceProvisioningState = string;\n\n/** The private endpoint connection resource */\nexport interface PrivateEndpointConnection extends Resource {\n /** The private endpoint connection properties */\n properties?: PrivateEndpointConnectionProperties;\n}\n\n/** State of the public network access. */\nexport type PublicNetworkAccess = \"Enabled\" | \"Disabled\";\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\nexport function managedServiceIdentitySerializer(\n item: ManagedServiceIdentity,\n): ManagedServiceIdentityRest {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item.userAssignedIdentities\n ? item.userAssignedIdentities\n : (serializeRecord(\n item.userAssignedIdentities as any,\n userAssignedIdentitySerializer,\n ) as any),\n };\n}\n\n/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */\nexport enum KnownManagedServiceIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssigned,UserAssigned */\n \"SystemAssigned,UserAssigned\" = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity) {\n return item as any;\n}\n\n/** The response of a DeidService list operation. */\nexport interface _DeidServiceListResult {\n /** The DeidService items on this page */\n value: DeidService[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Patch request body for DeidService */\nexport interface DeidUpdate {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Updatable managed service identity */\n identity?: ManagedServiceIdentityUpdate;\n /** RP-specific properties */\n properties?: DeidPropertiesUpdate;\n}\n\nexport function deidUpdateSerializer(item: DeidUpdate): DeidUpdateRest {\n return {\n tags: !item.tags ? item.tags : (serializeRecord(item.tags as any) as any),\n identity: !item.identity\n ? item.identity\n : managedServiceIdentityUpdateSerializer(item.identity),\n properties: !item.properties\n ? item.properties\n : deidPropertiesUpdateSerializer(item.properties),\n };\n}\n\n/** The template for adding optional properties. */\nexport interface ManagedServiceIdentityUpdate {\n /** The type of managed identity assigned to this resource. */\n type?: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;\n}\n\nexport function managedServiceIdentityUpdateSerializer(\n item: ManagedServiceIdentityUpdate,\n): ManagedServiceIdentityUpdateRest {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item.userAssignedIdentities\n ? item.userAssignedIdentities\n : (serializeRecord(\n item.userAssignedIdentities as any,\n userAssignedIdentitySerializer,\n ) as any),\n };\n}\n\n/** The template for adding optional properties. */\nexport interface DeidPropertiesUpdate {\n /** Gets or sets allow or disallow public network access to resource */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\nexport function deidPropertiesUpdateSerializer(\n item: DeidPropertiesUpdate,\n): DeidPropertiesUpdateRest {\n return {\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n readonly display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n actionType?: ActionType;\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** user */\n user = \"user\",\n /** system */\n system = \"system\",\n /** user,system */\n \"user,system\" = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n/** Supported API versions for the Microsoft.HealthDataAIServices resource provider. */\nexport type Versions = \"2024-02-28-preview\";\n/** Alias for ProvisioningState */\nexport type ProvisioningState =\n | ResourceProvisioningState\n | \"Provisioning\"\n | \"Updating\"\n | \"Deleting\"\n | \"Accepted\"\n | string;\n"]}
|