@azure/arm-healthcareapis 3.1.1-alpha.20250205.1 → 3.1.1-alpha.20250206.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/healthcareApisManagementClient.d.ts +32 -0
- package/dist/browser/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/browser/healthcareApisManagementClient.js +110 -0
- package/dist/browser/healthcareApisManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +272 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/dicomServices.d.ts +99 -0
- package/dist/browser/operations/dicomServices.d.ts.map +1 -0
- package/dist/browser/operations/dicomServices.js +448 -0
- package/dist/browser/operations/dicomServices.js.map +1 -0
- package/dist/browser/operations/fhirDestinations.d.ts +41 -0
- package/dist/browser/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/browser/operations/fhirDestinations.js +155 -0
- package/dist/browser/operations/fhirDestinations.js.map +1 -0
- package/dist/browser/operations/fhirServices.d.ts +99 -0
- package/dist/browser/operations/fhirServices.d.ts.map +1 -0
- package/dist/browser/operations/fhirServices.js +448 -0
- package/dist/browser/operations/fhirServices.js.map +1 -0
- package/dist/browser/operations/index.d.ts +14 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +21 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/browser/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/browser/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/browser/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/browser/operations/iotConnectors.d.ts +99 -0
- package/dist/browser/operations/iotConnectors.d.ts.map +1 -0
- package/dist/browser/operations/iotConnectors.js +448 -0
- package/dist/browser/operations/iotConnectors.js.map +1 -0
- package/dist/browser/operations/operationResults.d.ts +20 -0
- package/dist/browser/operations/operationResults.d.ts.map +1 -0
- package/dist/browser/operations/operationResults.js +53 -0
- package/dist/browser/operations/operationResults.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +324 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +28 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +85 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/services.d.ts +114 -0
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/dist/browser/operations/services.js +563 -0
- package/dist/browser/operations/services.js.map +1 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/browser/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/browser/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/browser/operations/workspaces.d.ts +107 -0
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/dist/browser/operations/workspaces.js +536 -0
- package/dist/browser/operations/workspaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/browser/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/browser/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/browser/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +14 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +21 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/browser/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/services.d.ts +78 -0
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/healthcareApisManagementClient.d.ts +32 -0
- package/dist/commonjs/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/commonjs/healthcareApisManagementClient.js +115 -0
- package/dist/commonjs/healthcareApisManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1536 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +165 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +81 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2320 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +33 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +275 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dicomServices.d.ts +99 -0
- package/dist/commonjs/operations/dicomServices.d.ts.map +1 -0
- package/dist/commonjs/operations/dicomServices.js +452 -0
- package/dist/commonjs/operations/dicomServices.js.map +1 -0
- package/dist/commonjs/operations/fhirDestinations.d.ts +41 -0
- package/dist/commonjs/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/commonjs/operations/fhirDestinations.js +159 -0
- package/dist/commonjs/operations/fhirDestinations.js.map +1 -0
- package/dist/commonjs/operations/fhirServices.d.ts +99 -0
- package/dist/commonjs/operations/fhirServices.d.ts.map +1 -0
- package/dist/commonjs/operations/fhirServices.js +452 -0
- package/dist/commonjs/operations/fhirServices.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +14 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +24 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.js +255 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/commonjs/operations/iotConnectors.d.ts +99 -0
- package/dist/commonjs/operations/iotConnectors.d.ts.map +1 -0
- package/dist/commonjs/operations/iotConnectors.js +452 -0
- package/dist/commonjs/operations/iotConnectors.js.map +1 -0
- package/dist/commonjs/operations/operationResults.d.ts +20 -0
- package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/operationResults.js +58 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +328 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +114 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +567 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.js +328 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.js +141 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/workspaces.d.ts +107 -0
- package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaces.js +540 -0
- package/dist/commonjs/operations/workspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.js +10 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +24 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.js +10 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.js +10 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/healthcareApisManagementClient.d.ts +32 -0
- package/dist/esm/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/esm/healthcareApisManagementClient.js +110 -0
- package/dist/esm/healthcareApisManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1536 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +162 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +81 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2316 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +33 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +272 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dicomServices.d.ts +99 -0
- package/dist/esm/operations/dicomServices.d.ts.map +1 -0
- package/dist/esm/operations/dicomServices.js +448 -0
- package/dist/esm/operations/dicomServices.js.map +1 -0
- package/dist/esm/operations/fhirDestinations.d.ts +41 -0
- package/dist/esm/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/esm/operations/fhirDestinations.js +155 -0
- package/dist/esm/operations/fhirDestinations.js.map +1 -0
- package/dist/esm/operations/fhirServices.d.ts +99 -0
- package/dist/esm/operations/fhirServices.d.ts.map +1 -0
- package/dist/esm/operations/fhirServices.js +448 -0
- package/dist/esm/operations/fhirServices.js.map +1 -0
- package/dist/esm/operations/index.d.ts +14 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +21 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/esm/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/esm/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/esm/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/esm/operations/iotConnectors.d.ts +99 -0
- package/dist/esm/operations/iotConnectors.d.ts.map +1 -0
- package/dist/esm/operations/iotConnectors.js +448 -0
- package/dist/esm/operations/iotConnectors.js.map +1 -0
- package/dist/esm/operations/operationResults.d.ts +20 -0
- package/dist/esm/operations/operationResults.d.ts.map +1 -0
- package/dist/esm/operations/operationResults.js +53 -0
- package/dist/esm/operations/operationResults.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +324 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/services.d.ts +114 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +563 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/esm/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/esm/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/workspaces.d.ts +107 -0
- package/dist/esm/operations/workspaces.d.ts.map +1 -0
- package/dist/esm/operations/workspaces.js +536 -0
- package/dist/esm/operations/workspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/esm/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dicomServices.js +9 -0
- package/dist/esm/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.js +9 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/esm/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/esm/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fhirServices.js +9 -0
- package/dist/esm/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +14 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +21 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.js +9 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/esm/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectors.js +9 -0
- package/dist/esm/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.js +9 -0
- package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/services.d.ts +78 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.js +9 -0
- package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/healthcareApisManagementClient.d.ts +32 -0
- package/dist/react-native/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/react-native/healthcareApisManagementClient.js +110 -0
- package/dist/react-native/healthcareApisManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1536 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +162 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +81 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2316 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +33 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +272 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dicomServices.d.ts +99 -0
- package/dist/react-native/operations/dicomServices.d.ts.map +1 -0
- package/dist/react-native/operations/dicomServices.js +448 -0
- package/dist/react-native/operations/dicomServices.js.map +1 -0
- package/dist/react-native/operations/fhirDestinations.d.ts +41 -0
- package/dist/react-native/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/react-native/operations/fhirDestinations.js +155 -0
- package/dist/react-native/operations/fhirDestinations.js.map +1 -0
- package/dist/react-native/operations/fhirServices.d.ts +99 -0
- package/dist/react-native/operations/fhirServices.d.ts.map +1 -0
- package/dist/react-native/operations/fhirServices.js +448 -0
- package/dist/react-native/operations/fhirServices.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +14 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +21 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/react-native/operations/iotConnectors.d.ts +99 -0
- package/dist/react-native/operations/iotConnectors.d.ts.map +1 -0
- package/dist/react-native/operations/iotConnectors.js +448 -0
- package/dist/react-native/operations/iotConnectors.js.map +1 -0
- package/dist/react-native/operations/operationResults.d.ts +20 -0
- package/dist/react-native/operations/operationResults.d.ts.map +1 -0
- package/dist/react-native/operations/operationResults.js +53 -0
- package/dist/react-native/operations/operationResults.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +324 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +114 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +563 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/workspaces.d.ts +107 -0
- package/dist/react-native/operations/workspaces.d.ts.map +1 -0
- package/dist/react-native/operations/workspaces.js +536 -0
- package/dist/react-native/operations/workspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dicomServices.js +9 -0
- package/dist/react-native/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.js +9 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirServices.js +9 -0
- package/dist/react-native/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +21 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.js +9 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.js +9 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/services.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -6934
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/dicomServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesGetSample.js +0 -37
- package/dist-esm/samples-dev/dicomServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/dicomServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js +0 -53
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.js +0 -82
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/fhirServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesGetSample.js +0 -37
- package/dist-esm/samples-dev/fhirServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/fhirServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.js +0 -63
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.js +0 -67
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsGetSample.js +0 -37
- package/dist-esm/samples-dev/iotConnectorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.js +0 -36
- package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -31
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -136
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -54
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.js +0 -50
- package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -30
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +0 -36
- package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
- package/dist-esm/src/healthcareApisManagementClient.d.ts +0 -32
- package/dist-esm/src/healthcareApisManagementClient.d.ts.map +0 -1
- package/dist-esm/src/healthcareApisManagementClient.js +0 -113
- package/dist-esm/src/healthcareApisManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -272
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dicomServices.d.ts +0 -99
- package/dist-esm/src/operations/dicomServices.d.ts.map +0 -1
- package/dist-esm/src/operations/dicomServices.js +0 -460
- package/dist-esm/src/operations/dicomServices.js.map +0 -1
- package/dist-esm/src/operations/fhirDestinations.d.ts +0 -41
- package/dist-esm/src/operations/fhirDestinations.d.ts.map +0 -1
- package/dist-esm/src/operations/fhirDestinations.js +0 -155
- package/dist-esm/src/operations/fhirDestinations.js.map +0 -1
- package/dist-esm/src/operations/fhirServices.d.ts +0 -99
- package/dist-esm/src/operations/fhirServices.d.ts.map +0 -1
- package/dist-esm/src/operations/fhirServices.js +0 -460
- package/dist-esm/src/operations/fhirServices.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -14
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -21
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/iotConnectorFhirDestination.d.ts +0 -63
- package/dist-esm/src/operations/iotConnectorFhirDestination.d.ts.map +0 -1
- package/dist-esm/src/operations/iotConnectorFhirDestination.js +0 -259
- package/dist-esm/src/operations/iotConnectorFhirDestination.js.map +0 -1
- package/dist-esm/src/operations/iotConnectors.d.ts +0 -99
- package/dist-esm/src/operations/iotConnectors.d.ts.map +0 -1
- package/dist-esm/src/operations/iotConnectors.js +0 -460
- package/dist-esm/src/operations/iotConnectors.js.map +0 -1
- package/dist-esm/src/operations/operationResults.d.ts +0 -20
- package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/operationResults.js +0 -53
- package/dist-esm/src/operations/operationResults.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -78
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -332
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -85
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts +0 -114
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js +0 -575
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.d.ts +0 -78
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.js +0 -332
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/workspacePrivateLinkResources.d.ts +0 -38
- package/dist-esm/src/operations/workspacePrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/workspacePrivateLinkResources.js +0 -137
- package/dist-esm/src/operations/workspacePrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/workspaces.d.ts +0 -107
- package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaces.js +0 -548
- package/dist-esm/src/operations/workspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dicomServices.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/dicomServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dicomServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirDestinations.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/fhirDestinations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirDestinations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirServices.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/fhirServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -21
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectors.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/iotConnectors.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectors.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/healthcareapis_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/healthcareapis_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/healthcareapis_operations_test.spec.js +0 -112
- package/dist-esm/test/healthcareapis_operations_test.spec.js.map +0 -1
- package/src/healthcareApisManagementClient.ts +0 -198
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1781
- package/src/models/mappers.ts +0 -2505
- package/src/models/parameters.ts +0 -323
- package/src/operations/dicomServices.ts +0 -641
- package/src/operations/fhirDestinations.ts +0 -216
- package/src/operations/fhirServices.ts +0 -641
- package/src/operations/index.ts +0 -21
- package/src/operations/iotConnectorFhirDestination.ts +0 -363
- package/src/operations/iotConnectors.ts +0 -641
- package/src/operations/operationResults.ts +0 -71
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -457
- package/src/operations/privateLinkResources.ts +0 -114
- package/src/operations/services.ts +0 -747
- package/src/operations/workspacePrivateEndpointConnections.ts +0 -456
- package/src/operations/workspacePrivateLinkResources.ts +0 -185
- package/src/operations/workspaces.ts +0 -713
- package/src/operationsInterfaces/dicomServices.ts +0 -147
- package/src/operationsInterfaces/fhirDestinations.ts +0 -31
- package/src/operationsInterfaces/fhirServices.ts +0 -147
- package/src/operationsInterfaces/index.ts +0 -21
- package/src/operationsInterfaces/iotConnectorFhirDestination.ts +0 -107
- package/src/operationsInterfaces/iotConnectors.ts +0 -147
- package/src/operationsInterfaces/operationResults.ts +0 -27
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -115
- package/src/operationsInterfaces/privateLinkResources.ts +0 -42
- package/src/operationsInterfaces/services.ts +0 -152
- package/src/operationsInterfaces/workspacePrivateEndpointConnections.ts +0 -114
- package/src/operationsInterfaces/workspacePrivateLinkResources.ts +0 -44
- package/src/operationsInterfaces/workspaces.ts +0 -139
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-healthcareapis.d.ts +0 -2385
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dicomServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fhirDestinations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fhirServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotConnectorFhirDestination.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotConnectors.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePrivateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,1536 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
/** The properties of a service instance. */
|
3
|
+
export interface ServicesProperties {
|
4
|
+
/**
|
5
|
+
* The provisioning state.
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
7
|
+
*/
|
8
|
+
readonly provisioningState?: ProvisioningState;
|
9
|
+
/** The access policies of the service instance. */
|
10
|
+
accessPolicies?: ServiceAccessPolicyEntry[];
|
11
|
+
/** The settings for the Cosmos DB database backing the service. */
|
12
|
+
cosmosDbConfiguration?: ServiceCosmosDbConfigurationInfo;
|
13
|
+
/** The authentication configuration for the service instance. */
|
14
|
+
authenticationConfiguration?: ServiceAuthenticationConfigurationInfo;
|
15
|
+
/** The settings for the CORS configuration of the service instance. */
|
16
|
+
corsConfiguration?: ServiceCorsConfigurationInfo;
|
17
|
+
/** The settings for the export operation of the service instance. */
|
18
|
+
exportConfiguration?: ServiceExportConfigurationInfo;
|
19
|
+
/** The list of private endpoint connections that are set up for this resource. */
|
20
|
+
privateEndpointConnections?: PrivateEndpointConnection[];
|
21
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
22
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
23
|
+
/** The azure container registry settings used for convert data operation of the service instance. */
|
24
|
+
acrConfiguration?: ServiceAcrConfigurationInfo;
|
25
|
+
/** The settings for the import operation of the service instance. */
|
26
|
+
importConfiguration?: ServiceImportConfigurationInfo;
|
27
|
+
}
|
28
|
+
/** An access policy entry. */
|
29
|
+
export interface ServiceAccessPolicyEntry {
|
30
|
+
/** An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. */
|
31
|
+
objectId: string;
|
32
|
+
}
|
33
|
+
/** The settings for the Cosmos DB database backing the service. */
|
34
|
+
export interface ServiceCosmosDbConfigurationInfo {
|
35
|
+
/** The provisioned throughput for the backing database. */
|
36
|
+
offerThroughput?: number;
|
37
|
+
/** The URI of the customer-managed key for the backing database. */
|
38
|
+
keyVaultKeyUri?: string;
|
39
|
+
/** The multi-tenant application id used to enable CMK access for services in a data sovereign region. */
|
40
|
+
crossTenantCmkApplicationId?: string;
|
41
|
+
}
|
42
|
+
/** Authentication configuration information */
|
43
|
+
export interface ServiceAuthenticationConfigurationInfo {
|
44
|
+
/** The authority url for the service */
|
45
|
+
authority?: string;
|
46
|
+
/** The audience url for the service */
|
47
|
+
audience?: string;
|
48
|
+
/** If the SMART on FHIR proxy is enabled */
|
49
|
+
smartProxyEnabled?: boolean;
|
50
|
+
}
|
51
|
+
/** The settings for the CORS configuration of the service instance. */
|
52
|
+
export interface ServiceCorsConfigurationInfo {
|
53
|
+
/** The origins to be allowed via CORS. */
|
54
|
+
origins?: string[];
|
55
|
+
/** The headers to be allowed via CORS. */
|
56
|
+
headers?: string[];
|
57
|
+
/** The methods to be allowed via CORS. */
|
58
|
+
methods?: string[];
|
59
|
+
/** The max age to be allowed via CORS. */
|
60
|
+
maxAge?: number;
|
61
|
+
/** If credentials are allowed via CORS. */
|
62
|
+
allowCredentials?: boolean;
|
63
|
+
}
|
64
|
+
/** Export operation configuration information */
|
65
|
+
export interface ServiceExportConfigurationInfo {
|
66
|
+
/** The name of the default export storage account. */
|
67
|
+
storageAccountName?: string;
|
68
|
+
}
|
69
|
+
/** The Private Endpoint resource. */
|
70
|
+
export interface PrivateEndpoint {
|
71
|
+
/**
|
72
|
+
* The ARM identifier for Private Endpoint
|
73
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
74
|
+
*/
|
75
|
+
readonly id?: string;
|
76
|
+
}
|
77
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
78
|
+
export interface PrivateLinkServiceConnectionState {
|
79
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
80
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
81
|
+
/** The reason for approval/rejection of the connection. */
|
82
|
+
description?: string;
|
83
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
84
|
+
actionsRequired?: string;
|
85
|
+
}
|
86
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
87
|
+
export interface Resource {
|
88
|
+
/**
|
89
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
90
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
91
|
+
*/
|
92
|
+
readonly id?: string;
|
93
|
+
/**
|
94
|
+
* The name of the resource
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
96
|
+
*/
|
97
|
+
readonly name?: string;
|
98
|
+
/**
|
99
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
101
|
+
*/
|
102
|
+
readonly type?: string;
|
103
|
+
}
|
104
|
+
/** Azure container registry configuration information */
|
105
|
+
export interface ServiceAcrConfigurationInfo {
|
106
|
+
/** The list of the ACR login servers. */
|
107
|
+
loginServers?: string[];
|
108
|
+
/** The list of Open Container Initiative (OCI) artifacts. */
|
109
|
+
ociArtifacts?: ServiceOciArtifactEntry[];
|
110
|
+
}
|
111
|
+
/** An Open Container Initiative (OCI) artifact. */
|
112
|
+
export interface ServiceOciArtifactEntry {
|
113
|
+
/** The Azure Container Registry login server. */
|
114
|
+
loginServer?: string;
|
115
|
+
/** The artifact name. */
|
116
|
+
imageName?: string;
|
117
|
+
/** The artifact digest. */
|
118
|
+
digest?: string;
|
119
|
+
}
|
120
|
+
/** Import operation configuration information */
|
121
|
+
export interface ServiceImportConfigurationInfo {
|
122
|
+
/** The name of the default integration storage account. */
|
123
|
+
integrationDataStore?: string;
|
124
|
+
/** If the FHIR service is in InitialImportMode. */
|
125
|
+
initialImportMode?: boolean;
|
126
|
+
/** If the import operation is enabled. */
|
127
|
+
enabled?: boolean;
|
128
|
+
}
|
129
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
130
|
+
export interface SystemData {
|
131
|
+
/** The identity that created the resource. */
|
132
|
+
createdBy?: string;
|
133
|
+
/** The type of identity that created the resource. */
|
134
|
+
createdByType?: CreatedByType;
|
135
|
+
/** The timestamp of resource creation (UTC). */
|
136
|
+
createdAt?: Date;
|
137
|
+
/** The identity that last modified the resource. */
|
138
|
+
lastModifiedBy?: string;
|
139
|
+
/** The type of identity that last modified the resource. */
|
140
|
+
lastModifiedByType?: CreatedByType;
|
141
|
+
/** The timestamp of resource last modification (UTC) */
|
142
|
+
lastModifiedAt?: Date;
|
143
|
+
}
|
144
|
+
/** The common properties of a service. */
|
145
|
+
export interface ServicesResource {
|
146
|
+
/**
|
147
|
+
* The resource identifier.
|
148
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
149
|
+
*/
|
150
|
+
readonly id?: string;
|
151
|
+
/**
|
152
|
+
* The resource name.
|
153
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
154
|
+
*/
|
155
|
+
readonly name?: string;
|
156
|
+
/**
|
157
|
+
* The resource type.
|
158
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
159
|
+
*/
|
160
|
+
readonly type?: string;
|
161
|
+
/** The kind of the service. */
|
162
|
+
kind: Kind;
|
163
|
+
/** The resource location. */
|
164
|
+
location: string;
|
165
|
+
/** The resource tags. */
|
166
|
+
tags?: {
|
167
|
+
[propertyName: string]: string;
|
168
|
+
};
|
169
|
+
/** An etag associated with the resource, used for optimistic concurrency when editing it. */
|
170
|
+
etag?: string;
|
171
|
+
/** Setting indicating whether the service has a managed identity associated with it. */
|
172
|
+
identity?: ServicesResourceIdentity;
|
173
|
+
}
|
174
|
+
/** Setting indicating whether the service has a managed identity associated with it. */
|
175
|
+
export interface ServicesResourceIdentity {
|
176
|
+
/**
|
177
|
+
* The principal ID of the resource identity.
|
178
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
179
|
+
*/
|
180
|
+
readonly principalId?: string;
|
181
|
+
/**
|
182
|
+
* The tenant ID of the resource.
|
183
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
184
|
+
*/
|
185
|
+
readonly tenantId?: string;
|
186
|
+
/** Type of identity being specified, currently SystemAssigned and None are allowed. */
|
187
|
+
type?: ManagedServiceIdentityType;
|
188
|
+
}
|
189
|
+
/** Error details. */
|
190
|
+
export interface ErrorDetails {
|
191
|
+
/** Error details */
|
192
|
+
error?: ErrorDetailsInternal;
|
193
|
+
}
|
194
|
+
/** Error details. */
|
195
|
+
export interface ErrorDetailsInternal {
|
196
|
+
/**
|
197
|
+
* The error code.
|
198
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
199
|
+
*/
|
200
|
+
readonly code?: string;
|
201
|
+
/**
|
202
|
+
* The error message.
|
203
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
204
|
+
*/
|
205
|
+
readonly message?: string;
|
206
|
+
/**
|
207
|
+
* The target of the particular error.
|
208
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
209
|
+
*/
|
210
|
+
readonly target?: string;
|
211
|
+
}
|
212
|
+
/** The description of the service. */
|
213
|
+
export interface ServicesPatchDescription {
|
214
|
+
/** Instance tags */
|
215
|
+
tags?: {
|
216
|
+
[propertyName: string]: string;
|
217
|
+
};
|
218
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
219
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
220
|
+
}
|
221
|
+
/** A list of service description objects with a next link. */
|
222
|
+
export interface ServicesDescriptionListResult {
|
223
|
+
/** The link used to get the next page of service description objects. */
|
224
|
+
nextLink?: string;
|
225
|
+
/** A list of service description objects. */
|
226
|
+
value?: ServicesDescription[];
|
227
|
+
}
|
228
|
+
/** Input values. */
|
229
|
+
export interface CheckNameAvailabilityParameters {
|
230
|
+
/** The name of the service instance to check. */
|
231
|
+
name: string;
|
232
|
+
/** The fully qualified resource type which includes provider namespace. */
|
233
|
+
type: string;
|
234
|
+
}
|
235
|
+
/** The properties indicating whether a given service name is available. */
|
236
|
+
export interface ServicesNameAvailabilityInfo {
|
237
|
+
/**
|
238
|
+
* The value which indicates whether the provided name is available.
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
240
|
+
*/
|
241
|
+
readonly nameAvailable?: boolean;
|
242
|
+
/**
|
243
|
+
* The reason for unavailability.
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
245
|
+
*/
|
246
|
+
readonly reason?: ServiceNameUnavailabilityReason;
|
247
|
+
/** The detailed reason message. */
|
248
|
+
message?: string;
|
249
|
+
}
|
250
|
+
/** List of private endpoint connection associated with the specified storage account */
|
251
|
+
export interface PrivateEndpointConnectionListResultDescription {
|
252
|
+
/** Array of private endpoint connections */
|
253
|
+
value?: PrivateEndpointConnectionDescription[];
|
254
|
+
}
|
255
|
+
/** A list of private link resources */
|
256
|
+
export interface PrivateLinkResourceListResultDescription {
|
257
|
+
/** Array of private link resources */
|
258
|
+
value?: PrivateLinkResourceDescription[];
|
259
|
+
}
|
260
|
+
/** Collection of workspace object with a next link */
|
261
|
+
export interface WorkspaceList {
|
262
|
+
/** The link used to get the next page. */
|
263
|
+
nextLink?: string;
|
264
|
+
/** Collection of resources. */
|
265
|
+
value?: Workspace[];
|
266
|
+
}
|
267
|
+
/** Workspaces resource specific properties. */
|
268
|
+
export interface WorkspaceProperties {
|
269
|
+
/**
|
270
|
+
* The provisioning state.
|
271
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
272
|
+
*/
|
273
|
+
readonly provisioningState?: ProvisioningState;
|
274
|
+
/**
|
275
|
+
* The list of private endpoint connections that are set up for this resource.
|
276
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
277
|
+
*/
|
278
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
279
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
280
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
281
|
+
}
|
282
|
+
/** List of key value pairs that describe the resource. This will overwrite the existing tags. */
|
283
|
+
export interface ResourceTags {
|
284
|
+
/** Resource tags. */
|
285
|
+
tags?: {
|
286
|
+
[propertyName: string]: string;
|
287
|
+
};
|
288
|
+
}
|
289
|
+
/** The common properties for any resource, tracked or proxy. */
|
290
|
+
export interface ResourceCore {
|
291
|
+
/**
|
292
|
+
* The resource identifier.
|
293
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
294
|
+
*/
|
295
|
+
readonly id?: string;
|
296
|
+
/**
|
297
|
+
* The resource name.
|
298
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
299
|
+
*/
|
300
|
+
readonly name?: string;
|
301
|
+
/**
|
302
|
+
* The resource type.
|
303
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
304
|
+
*/
|
305
|
+
readonly type?: string;
|
306
|
+
/** An etag associated with the resource, used for optimistic concurrency when editing it. */
|
307
|
+
etag?: string;
|
308
|
+
}
|
309
|
+
/** Error details. */
|
310
|
+
export interface ErrorModel {
|
311
|
+
/** Error details */
|
312
|
+
error?: ErrorDetailsInternal;
|
313
|
+
}
|
314
|
+
/** The collection of Dicom Services. */
|
315
|
+
export interface DicomServiceCollection {
|
316
|
+
/** The link used to get the next page of Dicom Services. */
|
317
|
+
nextLink?: string;
|
318
|
+
/** The list of Dicom Services. */
|
319
|
+
value?: DicomService[];
|
320
|
+
}
|
321
|
+
/** Authentication configuration information */
|
322
|
+
export interface DicomServiceAuthenticationConfiguration {
|
323
|
+
/**
|
324
|
+
* The authority url for the service
|
325
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
326
|
+
*/
|
327
|
+
readonly authority?: string;
|
328
|
+
/**
|
329
|
+
* The audiences for the service
|
330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
331
|
+
*/
|
332
|
+
readonly audiences?: string[];
|
333
|
+
}
|
334
|
+
/** The settings for the CORS configuration of the service instance. */
|
335
|
+
export interface CorsConfiguration {
|
336
|
+
/** The origins to be allowed via CORS. */
|
337
|
+
origins?: string[];
|
338
|
+
/** The headers to be allowed via CORS. */
|
339
|
+
headers?: string[];
|
340
|
+
/** The methods to be allowed via CORS. */
|
341
|
+
methods?: string[];
|
342
|
+
/** The max age to be allowed via CORS. */
|
343
|
+
maxAge?: number;
|
344
|
+
/** If credentials are allowed via CORS. */
|
345
|
+
allowCredentials?: boolean;
|
346
|
+
}
|
347
|
+
/** Settings to encrypt a service */
|
348
|
+
export interface Encryption {
|
349
|
+
/** The encryption settings for the customer-managed key */
|
350
|
+
customerManagedKeyEncryption?: EncryptionCustomerManagedKeyEncryption;
|
351
|
+
}
|
352
|
+
/** The encryption settings for the customer-managed key */
|
353
|
+
export interface EncryptionCustomerManagedKeyEncryption {
|
354
|
+
/** The URL of the key to use for encryption */
|
355
|
+
keyEncryptionKeyUrl?: string;
|
356
|
+
}
|
357
|
+
/** The configuration of connected storage */
|
358
|
+
export interface StorageConfiguration {
|
359
|
+
/** The resource id of connected storage account. */
|
360
|
+
storageResourceId?: string;
|
361
|
+
/** The filesystem name of connected storage account. */
|
362
|
+
fileSystemName?: string;
|
363
|
+
}
|
364
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
365
|
+
export interface ServiceManagedIdentity {
|
366
|
+
/** Setting indicating whether the service has a managed identity associated with it. */
|
367
|
+
identity?: ServiceManagedIdentityIdentity;
|
368
|
+
}
|
369
|
+
/** Setting indicating whether the service has a managed identity associated with it. */
|
370
|
+
export interface ServiceManagedIdentityIdentity {
|
371
|
+
/** Type of identity being specified, currently SystemAssigned and None are allowed. */
|
372
|
+
type: ServiceManagedIdentityType;
|
373
|
+
/**
|
374
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
375
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
376
|
+
*/
|
377
|
+
readonly principalId?: string;
|
378
|
+
/**
|
379
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
380
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
381
|
+
*/
|
382
|
+
readonly tenantId?: string;
|
383
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
384
|
+
userAssignedIdentities?: {
|
385
|
+
[propertyName: string]: UserAssignedIdentity;
|
386
|
+
};
|
387
|
+
}
|
388
|
+
/** User assigned identity properties */
|
389
|
+
export interface UserAssignedIdentity {
|
390
|
+
/**
|
391
|
+
* The principal ID of the assigned identity.
|
392
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
393
|
+
*/
|
394
|
+
readonly principalId?: string;
|
395
|
+
/**
|
396
|
+
* The client ID of the assigned identity.
|
397
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
398
|
+
*/
|
399
|
+
readonly clientId?: string;
|
400
|
+
}
|
401
|
+
/** A collection of IoT Connectors. */
|
402
|
+
export interface IotConnectorCollection {
|
403
|
+
/** The link used to get the next page of IoT Connectors. */
|
404
|
+
nextLink?: string;
|
405
|
+
/** The list of IoT Connectors. */
|
406
|
+
value?: IotConnector[];
|
407
|
+
}
|
408
|
+
/** Event Hub ingestion endpoint configuration */
|
409
|
+
export interface IotEventHubIngestionEndpointConfiguration {
|
410
|
+
/** Event Hub name to connect to. */
|
411
|
+
eventHubName?: string;
|
412
|
+
/** Consumer group of the event hub to connected to. */
|
413
|
+
consumerGroup?: string;
|
414
|
+
/** Fully qualified namespace of the Event Hub to connect to. */
|
415
|
+
fullyQualifiedEventHubNamespace?: string;
|
416
|
+
}
|
417
|
+
/** The mapping content. */
|
418
|
+
export interface IotMappingProperties {
|
419
|
+
/** The mapping. */
|
420
|
+
content?: Record<string, unknown>;
|
421
|
+
}
|
422
|
+
/** A collection of IoT Connector FHIR destinations. */
|
423
|
+
export interface IotFhirDestinationCollection {
|
424
|
+
/** The link used to get the next page of IoT FHIR destinations. */
|
425
|
+
nextLink?: string;
|
426
|
+
/** The list of IoT Connector FHIR destinations. */
|
427
|
+
value?: IotFhirDestination[];
|
428
|
+
}
|
429
|
+
/** Common IoT Connector destination properties. */
|
430
|
+
export interface IotDestinationProperties {
|
431
|
+
/**
|
432
|
+
* The provisioning state.
|
433
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
434
|
+
*/
|
435
|
+
readonly provisioningState?: ProvisioningState;
|
436
|
+
}
|
437
|
+
/** A collection of Fhir services. */
|
438
|
+
export interface FhirServiceCollection {
|
439
|
+
/** The link used to get the next page of Fhir Services. */
|
440
|
+
nextLink?: string;
|
441
|
+
/** The list of Fhir Services. */
|
442
|
+
value?: FhirService[];
|
443
|
+
}
|
444
|
+
/** Azure container registry configuration information */
|
445
|
+
export interface FhirServiceAcrConfiguration {
|
446
|
+
/** The list of the Azure container registry login servers. */
|
447
|
+
loginServers?: string[];
|
448
|
+
/** The list of Open Container Initiative (OCI) artifacts. */
|
449
|
+
ociArtifacts?: ServiceOciArtifactEntry[];
|
450
|
+
}
|
451
|
+
/** Authentication configuration information */
|
452
|
+
export interface FhirServiceAuthenticationConfiguration {
|
453
|
+
/** The authority url for the service */
|
454
|
+
authority?: string;
|
455
|
+
/** The audience url for the service */
|
456
|
+
audience?: string;
|
457
|
+
/** If the SMART on FHIR proxy is enabled */
|
458
|
+
smartProxyEnabled?: boolean;
|
459
|
+
/** The array of identity provider configurations for SMART on FHIR authentication. */
|
460
|
+
smartIdentityProviders?: SmartIdentityProviderConfiguration[];
|
461
|
+
}
|
462
|
+
/** An object to configure an identity provider for use with SMART on FHIR authentication. */
|
463
|
+
export interface SmartIdentityProviderConfiguration {
|
464
|
+
/** The identity provider token authority also known as the token issuing authority. */
|
465
|
+
authority?: string;
|
466
|
+
/** The array of identity provider applications for SMART on FHIR authentication. */
|
467
|
+
applications?: SmartIdentityProviderApplication[];
|
468
|
+
}
|
469
|
+
/** An Application configured in the Identity Provider used to access FHIR resources. */
|
470
|
+
export interface SmartIdentityProviderApplication {
|
471
|
+
/** The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority. */
|
472
|
+
clientId?: string;
|
473
|
+
/** The audience that will be used to validate bearer tokens against the given authority. */
|
474
|
+
audience?: string;
|
475
|
+
/** The actions that are permitted to be performed on FHIR resources for the application. */
|
476
|
+
allowedDataActions?: SmartDataActions[];
|
477
|
+
}
|
478
|
+
/** The settings for the CORS configuration of the service instance. */
|
479
|
+
export interface FhirServiceCorsConfiguration {
|
480
|
+
/** The origins to be allowed via CORS. */
|
481
|
+
origins?: string[];
|
482
|
+
/** The headers to be allowed via CORS. */
|
483
|
+
headers?: string[];
|
484
|
+
/** The methods to be allowed via CORS. */
|
485
|
+
methods?: string[];
|
486
|
+
/** The max age to be allowed via CORS. */
|
487
|
+
maxAge?: number;
|
488
|
+
/** If credentials are allowed via CORS. */
|
489
|
+
allowCredentials?: boolean;
|
490
|
+
}
|
491
|
+
/** Export operation configuration information */
|
492
|
+
export interface FhirServiceExportConfiguration {
|
493
|
+
/** The name of the default export storage account. */
|
494
|
+
storageAccountName?: string;
|
495
|
+
}
|
496
|
+
/** The settings for history tracking for FHIR resources. */
|
497
|
+
export interface ResourceVersionPolicyConfiguration {
|
498
|
+
/** The default value for tracking history across all resources. */
|
499
|
+
default?: FhirResourceVersionPolicy;
|
500
|
+
/** A list of FHIR Resources and their version policy overrides. */
|
501
|
+
resourceTypeOverrides?: {
|
502
|
+
[propertyName: string]: FhirResourceVersionPolicy;
|
503
|
+
};
|
504
|
+
}
|
505
|
+
/** Import operation configuration information */
|
506
|
+
export interface FhirServiceImportConfiguration {
|
507
|
+
/** The name of the default integration storage account. */
|
508
|
+
integrationDataStore?: string;
|
509
|
+
/** If the FHIR service is in InitialImportMode. */
|
510
|
+
initialImportMode?: boolean;
|
511
|
+
/** If the import operation is enabled. */
|
512
|
+
enabled?: boolean;
|
513
|
+
}
|
514
|
+
/** The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc. */
|
515
|
+
export interface ImplementationGuidesConfiguration {
|
516
|
+
/** If US Core Missing Data requirement is enabled. */
|
517
|
+
usCoreMissingData?: boolean;
|
518
|
+
}
|
519
|
+
/** Available operations of the service */
|
520
|
+
export interface ListOperations {
|
521
|
+
/**
|
522
|
+
* Collection of available operation details
|
523
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
524
|
+
*/
|
525
|
+
readonly value?: OperationDetail[];
|
526
|
+
/**
|
527
|
+
* URL client should use to fetch the next page (per server side paging).
|
528
|
+
* It's null for now, added for future use.
|
529
|
+
*/
|
530
|
+
nextLink?: string;
|
531
|
+
}
|
532
|
+
/** Service REST API operation. */
|
533
|
+
export interface OperationDetail {
|
534
|
+
/**
|
535
|
+
* Name of the operation
|
536
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
537
|
+
*/
|
538
|
+
readonly name?: string;
|
539
|
+
/**
|
540
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
541
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
542
|
+
*/
|
543
|
+
readonly isDataAction?: boolean;
|
544
|
+
/** Display of the operation */
|
545
|
+
display?: OperationDisplay;
|
546
|
+
/**
|
547
|
+
* Default value is 'user,system'.
|
548
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
549
|
+
*/
|
550
|
+
readonly origin?: string;
|
551
|
+
/**
|
552
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
553
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
554
|
+
*/
|
555
|
+
readonly actionType?: ActionType;
|
556
|
+
/** Properties of the operation */
|
557
|
+
properties?: OperationProperties;
|
558
|
+
}
|
559
|
+
/** The object that represents the operation. */
|
560
|
+
export interface OperationDisplay {
|
561
|
+
/**
|
562
|
+
* Service provider: Microsoft.HealthcareApis
|
563
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
564
|
+
*/
|
565
|
+
readonly provider?: string;
|
566
|
+
/**
|
567
|
+
* Resource Type: Services
|
568
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
569
|
+
*/
|
570
|
+
readonly resource?: string;
|
571
|
+
/**
|
572
|
+
* Name of the operation
|
573
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
574
|
+
*/
|
575
|
+
readonly operation?: string;
|
576
|
+
/**
|
577
|
+
* Friendly description for the operation,
|
578
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
579
|
+
*/
|
580
|
+
readonly description?: string;
|
581
|
+
}
|
582
|
+
/** Extra Operation properties */
|
583
|
+
export interface OperationProperties {
|
584
|
+
/** Service specifications of the operation */
|
585
|
+
serviceSpecification?: ServiceSpecification;
|
586
|
+
}
|
587
|
+
/** Service specification payload */
|
588
|
+
export interface ServiceSpecification {
|
589
|
+
/** Specifications of the Log for Azure Monitoring */
|
590
|
+
logSpecifications?: LogSpecification[];
|
591
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
592
|
+
metricSpecifications?: MetricSpecification[];
|
593
|
+
}
|
594
|
+
/** Specifications of the Log for Azure Monitoring */
|
595
|
+
export interface LogSpecification {
|
596
|
+
/** Name of the log */
|
597
|
+
name?: string;
|
598
|
+
/** Localized friendly display name of the log */
|
599
|
+
displayName?: string;
|
600
|
+
/** Blob duration of the log */
|
601
|
+
blobDuration?: string;
|
602
|
+
}
|
603
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
604
|
+
export interface MetricSpecification {
|
605
|
+
/** Name of the metric */
|
606
|
+
name?: string;
|
607
|
+
/** Localized friendly display name of the metric */
|
608
|
+
displayName?: string;
|
609
|
+
/** Localized friendly description of the metric */
|
610
|
+
displayDescription?: string;
|
611
|
+
/** Unit that makes sense for the metric */
|
612
|
+
unit?: string;
|
613
|
+
/** Name of the metric category that the metric belongs to. A metric can only belong to a single category. */
|
614
|
+
category?: string;
|
615
|
+
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
616
|
+
aggregationType?: string;
|
617
|
+
/** Supported aggregation types */
|
618
|
+
supportedAggregationTypes?: string[];
|
619
|
+
/** Supported time grain types */
|
620
|
+
supportedTimeGrainTypes?: string[];
|
621
|
+
/** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
|
622
|
+
fillGapWithZero?: boolean;
|
623
|
+
/** Pattern for the filter of the metric. */
|
624
|
+
metricFilterPattern?: string;
|
625
|
+
/** Dimensions of the metric */
|
626
|
+
dimensions?: MetricDimension[];
|
627
|
+
/** Whether the metric is internal. */
|
628
|
+
isInternal?: boolean;
|
629
|
+
/** The source MDM account. */
|
630
|
+
sourceMdmAccount?: string;
|
631
|
+
/** The source MDM namespace. */
|
632
|
+
sourceMdmNamespace?: string;
|
633
|
+
/** Whether regional MDM account enabled. */
|
634
|
+
enableRegionalMdmAccount?: boolean;
|
635
|
+
/** The resource Id dimension name override. */
|
636
|
+
resourceIdDimensionNameOverride?: string;
|
637
|
+
}
|
638
|
+
/** Specifications of the Dimension of metrics */
|
639
|
+
export interface MetricDimension {
|
640
|
+
/** Name of the dimension */
|
641
|
+
name?: string;
|
642
|
+
/** Localized friendly display name of the dimension */
|
643
|
+
displayName?: string;
|
644
|
+
/** Whether this dimension should be included for the Shoebox export scenario */
|
645
|
+
toBeExportedForShoebox?: boolean;
|
646
|
+
}
|
647
|
+
/** The properties indicating the operation result of an operation on a service. */
|
648
|
+
export interface OperationResultsDescription {
|
649
|
+
/**
|
650
|
+
* The ID of the operation returned.
|
651
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
652
|
+
*/
|
653
|
+
readonly id?: string;
|
654
|
+
/**
|
655
|
+
* The name of the operation result.
|
656
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
657
|
+
*/
|
658
|
+
readonly name?: string;
|
659
|
+
/**
|
660
|
+
* The status of the operation being performed.
|
661
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
662
|
+
*/
|
663
|
+
readonly status?: OperationResultStatus;
|
664
|
+
/**
|
665
|
+
* The time that the operation was started.
|
666
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
667
|
+
*/
|
668
|
+
readonly startTime?: string;
|
669
|
+
/**
|
670
|
+
* The time that the operation finished.
|
671
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
672
|
+
*/
|
673
|
+
readonly endTime?: string;
|
674
|
+
/** Additional properties of the operation result. */
|
675
|
+
properties?: Record<string, unknown>;
|
676
|
+
}
|
677
|
+
/** List of private endpoint connection associated with the specified storage account */
|
678
|
+
export interface PrivateEndpointConnectionListResult {
|
679
|
+
/** Array of private endpoint connections */
|
680
|
+
value?: PrivateEndpointConnection[];
|
681
|
+
}
|
682
|
+
/** The Private Endpoint Connection resource. */
|
683
|
+
export interface PrivateEndpointConnection extends Resource {
|
684
|
+
/** The resource of private end point. */
|
685
|
+
privateEndpoint?: PrivateEndpoint;
|
686
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
687
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
688
|
+
/**
|
689
|
+
* The provisioning state of the private endpoint connection resource.
|
690
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
691
|
+
*/
|
692
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
693
|
+
}
|
694
|
+
/** A private link resource */
|
695
|
+
export interface PrivateLinkResource extends Resource {
|
696
|
+
/**
|
697
|
+
* The private link resource group id.
|
698
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
699
|
+
*/
|
700
|
+
readonly groupId?: string;
|
701
|
+
/**
|
702
|
+
* The private link resource required member names.
|
703
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
704
|
+
*/
|
705
|
+
readonly requiredMembers?: string[];
|
706
|
+
/** The private link resource Private link DNS zone name. */
|
707
|
+
requiredZoneNames?: string[];
|
708
|
+
}
|
709
|
+
/** The description of the service. */
|
710
|
+
export interface ServicesDescription extends ServicesResource {
|
711
|
+
/** The common properties of a service. */
|
712
|
+
properties?: ServicesProperties;
|
713
|
+
/**
|
714
|
+
* Metadata pertaining to creation and last modification of the resource.
|
715
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
716
|
+
*/
|
717
|
+
readonly systemData?: SystemData;
|
718
|
+
}
|
719
|
+
/** The common properties of tracked resources in the service. */
|
720
|
+
export interface TaggedResource extends ResourceTags, LocationBasedResource {
|
721
|
+
}
|
722
|
+
/** Workspace patch properties */
|
723
|
+
export interface WorkspacePatchResource extends ResourceTags {
|
724
|
+
}
|
725
|
+
/** Dicom Service patch properties */
|
726
|
+
export interface DicomServicePatchResource extends ResourceTags, ServiceManagedIdentity {
|
727
|
+
}
|
728
|
+
/** Iot Connector patch properties */
|
729
|
+
export interface IotConnectorPatchResource extends ResourceTags, ServiceManagedIdentity {
|
730
|
+
}
|
731
|
+
/** FhirService patch properties */
|
732
|
+
export interface FhirServicePatchResource extends ResourceTags, ServiceManagedIdentity {
|
733
|
+
}
|
734
|
+
/** The common properties for any location based resource, tracked or proxy. */
|
735
|
+
export interface LocationBasedResource extends ResourceCore {
|
736
|
+
/** The resource location. */
|
737
|
+
location?: string;
|
738
|
+
}
|
739
|
+
/** The description of Dicom Service */
|
740
|
+
export interface DicomService extends TaggedResource, ServiceManagedIdentity {
|
741
|
+
/**
|
742
|
+
* Metadata pertaining to creation and last modification of the resource.
|
743
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
744
|
+
*/
|
745
|
+
readonly systemData?: SystemData;
|
746
|
+
/**
|
747
|
+
* The provisioning state.
|
748
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
749
|
+
*/
|
750
|
+
readonly provisioningState?: ProvisioningState;
|
751
|
+
/** Dicom Service authentication configuration. */
|
752
|
+
authenticationConfiguration?: DicomServiceAuthenticationConfiguration;
|
753
|
+
/** Dicom Service Cors configuration. */
|
754
|
+
corsConfiguration?: CorsConfiguration;
|
755
|
+
/**
|
756
|
+
* The url of the Dicom Services.
|
757
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
758
|
+
*/
|
759
|
+
readonly serviceUrl?: string;
|
760
|
+
/**
|
761
|
+
* The list of private endpoint connections that are set up for this resource.
|
762
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
763
|
+
*/
|
764
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
765
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
766
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
767
|
+
/**
|
768
|
+
* DICOM Service event support status.
|
769
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
770
|
+
*/
|
771
|
+
readonly eventState?: ServiceEventState;
|
772
|
+
/** The encryption settings of the DICOM service */
|
773
|
+
encryption?: Encryption;
|
774
|
+
/** The configuration of external storage account */
|
775
|
+
storageConfiguration?: StorageConfiguration;
|
776
|
+
/** If data partitions is enabled or not. */
|
777
|
+
enableDataPartitions?: boolean;
|
778
|
+
}
|
779
|
+
/** IoT Connector definition. */
|
780
|
+
export interface IotConnector extends TaggedResource, ServiceManagedIdentity {
|
781
|
+
/**
|
782
|
+
* Metadata pertaining to creation and last modification of the resource.
|
783
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
784
|
+
*/
|
785
|
+
readonly systemData?: SystemData;
|
786
|
+
/**
|
787
|
+
* The provisioning state.
|
788
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
789
|
+
*/
|
790
|
+
readonly provisioningState?: ProvisioningState;
|
791
|
+
/** Source configuration. */
|
792
|
+
ingestionEndpointConfiguration?: IotEventHubIngestionEndpointConfiguration;
|
793
|
+
/** Device Mappings. */
|
794
|
+
deviceMapping?: IotMappingProperties;
|
795
|
+
}
|
796
|
+
/** The description of Fhir Service */
|
797
|
+
export interface FhirService extends TaggedResource, ServiceManagedIdentity {
|
798
|
+
/** The kind of the service. */
|
799
|
+
kind?: FhirServiceKind;
|
800
|
+
/**
|
801
|
+
* Metadata pertaining to creation and last modification of the resource.
|
802
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
803
|
+
*/
|
804
|
+
readonly systemData?: SystemData;
|
805
|
+
/**
|
806
|
+
* The provisioning state.
|
807
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
808
|
+
*/
|
809
|
+
readonly provisioningState?: ProvisioningState;
|
810
|
+
/** Fhir Service Azure container registry configuration. */
|
811
|
+
acrConfiguration?: FhirServiceAcrConfiguration;
|
812
|
+
/** Fhir Service authentication configuration. */
|
813
|
+
authenticationConfiguration?: FhirServiceAuthenticationConfiguration;
|
814
|
+
/** Fhir Service Cors configuration. */
|
815
|
+
corsConfiguration?: FhirServiceCorsConfiguration;
|
816
|
+
/** Fhir Service export configuration. */
|
817
|
+
exportConfiguration?: FhirServiceExportConfiguration;
|
818
|
+
/**
|
819
|
+
* The list of private endpoint connections that are set up for this resource.
|
820
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
821
|
+
*/
|
822
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
823
|
+
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
824
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
825
|
+
/**
|
826
|
+
* Fhir Service event support status.
|
827
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
828
|
+
*/
|
829
|
+
readonly eventState?: ServiceEventState;
|
830
|
+
/** Determines tracking of history for resources. */
|
831
|
+
resourceVersionPolicyConfiguration?: ResourceVersionPolicyConfiguration;
|
832
|
+
/** Fhir Service import configuration. */
|
833
|
+
importConfiguration?: FhirServiceImportConfiguration;
|
834
|
+
/** Implementation Guides configuration. */
|
835
|
+
implementationGuidesConfiguration?: ImplementationGuidesConfiguration;
|
836
|
+
/** The encryption settings of the FHIR service */
|
837
|
+
encryption?: Encryption;
|
838
|
+
}
|
839
|
+
/** IoT Connector destination properties for an Azure FHIR service. */
|
840
|
+
export interface IotFhirDestinationProperties extends IotDestinationProperties {
|
841
|
+
/** Determines how resource identity is resolved on the destination. */
|
842
|
+
resourceIdentityResolutionType: IotIdentityResolutionType;
|
843
|
+
/** Fully qualified resource id of the FHIR service to connect to. */
|
844
|
+
fhirServiceResourceId: string;
|
845
|
+
/** FHIR Mappings */
|
846
|
+
fhirMapping: IotMappingProperties;
|
847
|
+
}
|
848
|
+
/** The Private Endpoint Connection resource. */
|
849
|
+
export interface PrivateEndpointConnectionDescription extends PrivateEndpointConnection {
|
850
|
+
/**
|
851
|
+
* Metadata pertaining to creation and last modification of the resource.
|
852
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
853
|
+
*/
|
854
|
+
readonly systemData?: SystemData;
|
855
|
+
}
|
856
|
+
/** The Private Endpoint Connection resource. */
|
857
|
+
export interface PrivateLinkResourceDescription extends PrivateLinkResource {
|
858
|
+
/**
|
859
|
+
* Metadata pertaining to creation and last modification of the resource.
|
860
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
861
|
+
*/
|
862
|
+
readonly systemData?: SystemData;
|
863
|
+
}
|
864
|
+
/** Workspace resource. */
|
865
|
+
export interface Workspace extends TaggedResource {
|
866
|
+
/** Workspaces resource specific properties. */
|
867
|
+
properties?: WorkspaceProperties;
|
868
|
+
/**
|
869
|
+
* Metadata pertaining to creation and last modification of the resource.
|
870
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
871
|
+
*/
|
872
|
+
readonly systemData?: SystemData;
|
873
|
+
}
|
874
|
+
/** IoT Connector FHIR destination definition. */
|
875
|
+
export interface IotFhirDestination extends LocationBasedResource {
|
876
|
+
/**
|
877
|
+
* Metadata pertaining to creation and last modification of the resource.
|
878
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
879
|
+
*/
|
880
|
+
readonly systemData?: SystemData;
|
881
|
+
/**
|
882
|
+
* The provisioning state.
|
883
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
884
|
+
*/
|
885
|
+
readonly provisioningState?: ProvisioningState;
|
886
|
+
/** Determines how resource identity is resolved on the destination. */
|
887
|
+
resourceIdentityResolutionType: IotIdentityResolutionType;
|
888
|
+
/** Fully qualified resource id of the FHIR service to connect to. */
|
889
|
+
fhirServiceResourceId: string;
|
890
|
+
/** FHIR Mappings */
|
891
|
+
fhirMapping: IotMappingProperties;
|
892
|
+
}
|
893
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
894
|
+
export declare enum KnownProvisioningState {
|
895
|
+
/** Deleting */
|
896
|
+
Deleting = "Deleting",
|
897
|
+
/** Succeeded */
|
898
|
+
Succeeded = "Succeeded",
|
899
|
+
/** Creating */
|
900
|
+
Creating = "Creating",
|
901
|
+
/** Accepted */
|
902
|
+
Accepted = "Accepted",
|
903
|
+
/** Verifying */
|
904
|
+
Verifying = "Verifying",
|
905
|
+
/** Updating */
|
906
|
+
Updating = "Updating",
|
907
|
+
/** Failed */
|
908
|
+
Failed = "Failed",
|
909
|
+
/** Canceled */
|
910
|
+
Canceled = "Canceled",
|
911
|
+
/** Deprovisioned */
|
912
|
+
Deprovisioned = "Deprovisioned",
|
913
|
+
/** Moving */
|
914
|
+
Moving = "Moving",
|
915
|
+
/** Suspended */
|
916
|
+
Suspended = "Suspended",
|
917
|
+
/** Warned */
|
918
|
+
Warned = "Warned",
|
919
|
+
/** SystemMaintenance */
|
920
|
+
SystemMaintenance = "SystemMaintenance"
|
921
|
+
}
|
922
|
+
/**
|
923
|
+
* Defines values for ProvisioningState. \
|
924
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
925
|
+
* this enum contains the known values that the service supports.
|
926
|
+
* ### Known values supported by the service
|
927
|
+
* **Deleting** \
|
928
|
+
* **Succeeded** \
|
929
|
+
* **Creating** \
|
930
|
+
* **Accepted** \
|
931
|
+
* **Verifying** \
|
932
|
+
* **Updating** \
|
933
|
+
* **Failed** \
|
934
|
+
* **Canceled** \
|
935
|
+
* **Deprovisioned** \
|
936
|
+
* **Moving** \
|
937
|
+
* **Suspended** \
|
938
|
+
* **Warned** \
|
939
|
+
* **SystemMaintenance**
|
940
|
+
*/
|
941
|
+
export type ProvisioningState = string;
|
942
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
943
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
944
|
+
/** Pending */
|
945
|
+
Pending = "Pending",
|
946
|
+
/** Approved */
|
947
|
+
Approved = "Approved",
|
948
|
+
/** Rejected */
|
949
|
+
Rejected = "Rejected"
|
950
|
+
}
|
951
|
+
/**
|
952
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
953
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
954
|
+
* this enum contains the known values that the service supports.
|
955
|
+
* ### Known values supported by the service
|
956
|
+
* **Pending** \
|
957
|
+
* **Approved** \
|
958
|
+
* **Rejected**
|
959
|
+
*/
|
960
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
961
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
962
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
963
|
+
/** Succeeded */
|
964
|
+
Succeeded = "Succeeded",
|
965
|
+
/** Creating */
|
966
|
+
Creating = "Creating",
|
967
|
+
/** Deleting */
|
968
|
+
Deleting = "Deleting",
|
969
|
+
/** Failed */
|
970
|
+
Failed = "Failed"
|
971
|
+
}
|
972
|
+
/**
|
973
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
974
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
975
|
+
* this enum contains the known values that the service supports.
|
976
|
+
* ### Known values supported by the service
|
977
|
+
* **Succeeded** \
|
978
|
+
* **Creating** \
|
979
|
+
* **Deleting** \
|
980
|
+
* **Failed**
|
981
|
+
*/
|
982
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
983
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
984
|
+
export declare enum KnownPublicNetworkAccess {
|
985
|
+
/** Enabled */
|
986
|
+
Enabled = "Enabled",
|
987
|
+
/** Disabled */
|
988
|
+
Disabled = "Disabled"
|
989
|
+
}
|
990
|
+
/**
|
991
|
+
* Defines values for PublicNetworkAccess. \
|
992
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
993
|
+
* this enum contains the known values that the service supports.
|
994
|
+
* ### Known values supported by the service
|
995
|
+
* **Enabled** \
|
996
|
+
* **Disabled**
|
997
|
+
*/
|
998
|
+
export type PublicNetworkAccess = string;
|
999
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
1000
|
+
export declare enum KnownCreatedByType {
|
1001
|
+
/** User */
|
1002
|
+
User = "User",
|
1003
|
+
/** Application */
|
1004
|
+
Application = "Application",
|
1005
|
+
/** ManagedIdentity */
|
1006
|
+
ManagedIdentity = "ManagedIdentity",
|
1007
|
+
/** Key */
|
1008
|
+
Key = "Key"
|
1009
|
+
}
|
1010
|
+
/**
|
1011
|
+
* Defines values for CreatedByType. \
|
1012
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
1013
|
+
* this enum contains the known values that the service supports.
|
1014
|
+
* ### Known values supported by the service
|
1015
|
+
* **User** \
|
1016
|
+
* **Application** \
|
1017
|
+
* **ManagedIdentity** \
|
1018
|
+
* **Key**
|
1019
|
+
*/
|
1020
|
+
export type CreatedByType = string;
|
1021
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
1022
|
+
export declare enum KnownManagedServiceIdentityType {
|
1023
|
+
/** SystemAssigned */
|
1024
|
+
SystemAssigned = "SystemAssigned",
|
1025
|
+
/** None */
|
1026
|
+
None = "None"
|
1027
|
+
}
|
1028
|
+
/**
|
1029
|
+
* Defines values for ManagedServiceIdentityType. \
|
1030
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
1031
|
+
* this enum contains the known values that the service supports.
|
1032
|
+
* ### Known values supported by the service
|
1033
|
+
* **SystemAssigned** \
|
1034
|
+
* **None**
|
1035
|
+
*/
|
1036
|
+
export type ManagedServiceIdentityType = string;
|
1037
|
+
/** Known values of {@link ServiceEventState} that the service accepts. */
|
1038
|
+
export declare enum KnownServiceEventState {
|
1039
|
+
/** Disabled */
|
1040
|
+
Disabled = "Disabled",
|
1041
|
+
/** Enabled */
|
1042
|
+
Enabled = "Enabled",
|
1043
|
+
/** Updating */
|
1044
|
+
Updating = "Updating"
|
1045
|
+
}
|
1046
|
+
/**
|
1047
|
+
* Defines values for ServiceEventState. \
|
1048
|
+
* {@link KnownServiceEventState} can be used interchangeably with ServiceEventState,
|
1049
|
+
* this enum contains the known values that the service supports.
|
1050
|
+
* ### Known values supported by the service
|
1051
|
+
* **Disabled** \
|
1052
|
+
* **Enabled** \
|
1053
|
+
* **Updating**
|
1054
|
+
*/
|
1055
|
+
export type ServiceEventState = string;
|
1056
|
+
/** Known values of {@link ServiceManagedIdentityType} that the service accepts. */
|
1057
|
+
export declare enum KnownServiceManagedIdentityType {
|
1058
|
+
/** None */
|
1059
|
+
None = "None",
|
1060
|
+
/** SystemAssigned */
|
1061
|
+
SystemAssigned = "SystemAssigned",
|
1062
|
+
/** UserAssigned */
|
1063
|
+
UserAssigned = "UserAssigned",
|
1064
|
+
/** SystemAssignedUserAssigned */
|
1065
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
1066
|
+
}
|
1067
|
+
/**
|
1068
|
+
* Defines values for ServiceManagedIdentityType. \
|
1069
|
+
* {@link KnownServiceManagedIdentityType} can be used interchangeably with ServiceManagedIdentityType,
|
1070
|
+
* this enum contains the known values that the service supports.
|
1071
|
+
* ### Known values supported by the service
|
1072
|
+
* **None** \
|
1073
|
+
* **SystemAssigned** \
|
1074
|
+
* **UserAssigned** \
|
1075
|
+
* **SystemAssigned,UserAssigned**
|
1076
|
+
*/
|
1077
|
+
export type ServiceManagedIdentityType = string;
|
1078
|
+
/** Known values of {@link IotIdentityResolutionType} that the service accepts. */
|
1079
|
+
export declare enum KnownIotIdentityResolutionType {
|
1080
|
+
/** Create */
|
1081
|
+
Create = "Create",
|
1082
|
+
/** Lookup */
|
1083
|
+
Lookup = "Lookup"
|
1084
|
+
}
|
1085
|
+
/**
|
1086
|
+
* Defines values for IotIdentityResolutionType. \
|
1087
|
+
* {@link KnownIotIdentityResolutionType} can be used interchangeably with IotIdentityResolutionType,
|
1088
|
+
* this enum contains the known values that the service supports.
|
1089
|
+
* ### Known values supported by the service
|
1090
|
+
* **Create** \
|
1091
|
+
* **Lookup**
|
1092
|
+
*/
|
1093
|
+
export type IotIdentityResolutionType = string;
|
1094
|
+
/** Known values of {@link FhirServiceKind} that the service accepts. */
|
1095
|
+
export declare enum KnownFhirServiceKind {
|
1096
|
+
/** FhirStu3 */
|
1097
|
+
FhirStu3 = "fhir-Stu3",
|
1098
|
+
/** FhirR4 */
|
1099
|
+
FhirR4 = "fhir-R4"
|
1100
|
+
}
|
1101
|
+
/**
|
1102
|
+
* Defines values for FhirServiceKind. \
|
1103
|
+
* {@link KnownFhirServiceKind} can be used interchangeably with FhirServiceKind,
|
1104
|
+
* this enum contains the known values that the service supports.
|
1105
|
+
* ### Known values supported by the service
|
1106
|
+
* **fhir-Stu3** \
|
1107
|
+
* **fhir-R4**
|
1108
|
+
*/
|
1109
|
+
export type FhirServiceKind = string;
|
1110
|
+
/** Known values of {@link SmartDataActions} that the service accepts. */
|
1111
|
+
export declare enum KnownSmartDataActions {
|
1112
|
+
/** Read */
|
1113
|
+
Read = "Read"
|
1114
|
+
}
|
1115
|
+
/**
|
1116
|
+
* Defines values for SmartDataActions. \
|
1117
|
+
* {@link KnownSmartDataActions} can be used interchangeably with SmartDataActions,
|
1118
|
+
* this enum contains the known values that the service supports.
|
1119
|
+
* ### Known values supported by the service
|
1120
|
+
* **Read**
|
1121
|
+
*/
|
1122
|
+
export type SmartDataActions = string;
|
1123
|
+
/** Known values of {@link FhirResourceVersionPolicy} that the service accepts. */
|
1124
|
+
export declare enum KnownFhirResourceVersionPolicy {
|
1125
|
+
/** NoVersion */
|
1126
|
+
NoVersion = "no-version",
|
1127
|
+
/** Versioned */
|
1128
|
+
Versioned = "versioned",
|
1129
|
+
/** VersionedUpdate */
|
1130
|
+
VersionedUpdate = "versioned-update"
|
1131
|
+
}
|
1132
|
+
/**
|
1133
|
+
* Defines values for FhirResourceVersionPolicy. \
|
1134
|
+
* {@link KnownFhirResourceVersionPolicy} can be used interchangeably with FhirResourceVersionPolicy,
|
1135
|
+
* this enum contains the known values that the service supports.
|
1136
|
+
* ### Known values supported by the service
|
1137
|
+
* **no-version** \
|
1138
|
+
* **versioned** \
|
1139
|
+
* **versioned-update**
|
1140
|
+
*/
|
1141
|
+
export type FhirResourceVersionPolicy = string;
|
1142
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
1143
|
+
export declare enum KnownActionType {
|
1144
|
+
/** Internal */
|
1145
|
+
Internal = "Internal"
|
1146
|
+
}
|
1147
|
+
/**
|
1148
|
+
* Defines values for ActionType. \
|
1149
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
1150
|
+
* this enum contains the known values that the service supports.
|
1151
|
+
* ### Known values supported by the service
|
1152
|
+
* **Internal**
|
1153
|
+
*/
|
1154
|
+
export type ActionType = string;
|
1155
|
+
/** Known values of {@link OperationResultStatus} that the service accepts. */
|
1156
|
+
export declare enum KnownOperationResultStatus {
|
1157
|
+
/** Canceled */
|
1158
|
+
Canceled = "Canceled",
|
1159
|
+
/** Succeeded */
|
1160
|
+
Succeeded = "Succeeded",
|
1161
|
+
/** Failed */
|
1162
|
+
Failed = "Failed",
|
1163
|
+
/** Requested */
|
1164
|
+
Requested = "Requested",
|
1165
|
+
/** Running */
|
1166
|
+
Running = "Running"
|
1167
|
+
}
|
1168
|
+
/**
|
1169
|
+
* Defines values for OperationResultStatus. \
|
1170
|
+
* {@link KnownOperationResultStatus} can be used interchangeably with OperationResultStatus,
|
1171
|
+
* this enum contains the known values that the service supports.
|
1172
|
+
* ### Known values supported by the service
|
1173
|
+
* **Canceled** \
|
1174
|
+
* **Succeeded** \
|
1175
|
+
* **Failed** \
|
1176
|
+
* **Requested** \
|
1177
|
+
* **Running**
|
1178
|
+
*/
|
1179
|
+
export type OperationResultStatus = string;
|
1180
|
+
/** Defines values for Kind. */
|
1181
|
+
export type Kind = "fhir" | "fhir-Stu3" | "fhir-R4";
|
1182
|
+
/** Defines values for ServiceNameUnavailabilityReason. */
|
1183
|
+
export type ServiceNameUnavailabilityReason = "Invalid" | "AlreadyExists";
|
1184
|
+
/** Optional parameters. */
|
1185
|
+
export interface ServicesGetOptionalParams extends coreClient.OperationOptions {
|
1186
|
+
}
|
1187
|
+
/** Contains response data for the get operation. */
|
1188
|
+
export type ServicesGetResponse = ServicesDescription;
|
1189
|
+
/** Optional parameters. */
|
1190
|
+
export interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1191
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1192
|
+
updateIntervalInMs?: number;
|
1193
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1194
|
+
resumeFrom?: string;
|
1195
|
+
}
|
1196
|
+
/** Contains response data for the createOrUpdate operation. */
|
1197
|
+
export type ServicesCreateOrUpdateResponse = ServicesDescription;
|
1198
|
+
/** Optional parameters. */
|
1199
|
+
export interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
1200
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1201
|
+
updateIntervalInMs?: number;
|
1202
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1203
|
+
resumeFrom?: string;
|
1204
|
+
}
|
1205
|
+
/** Contains response data for the update operation. */
|
1206
|
+
export type ServicesUpdateResponse = ServicesDescription;
|
1207
|
+
/** Optional parameters. */
|
1208
|
+
export interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
1209
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1210
|
+
updateIntervalInMs?: number;
|
1211
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1212
|
+
resumeFrom?: string;
|
1213
|
+
}
|
1214
|
+
/** Optional parameters. */
|
1215
|
+
export interface ServicesListOptionalParams extends coreClient.OperationOptions {
|
1216
|
+
}
|
1217
|
+
/** Contains response data for the list operation. */
|
1218
|
+
export type ServicesListResponse = ServicesDescriptionListResult;
|
1219
|
+
/** Optional parameters. */
|
1220
|
+
export interface ServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
1221
|
+
}
|
1222
|
+
/** Contains response data for the listByResourceGroup operation. */
|
1223
|
+
export type ServicesListByResourceGroupResponse = ServicesDescriptionListResult;
|
1224
|
+
/** Optional parameters. */
|
1225
|
+
export interface ServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
1226
|
+
}
|
1227
|
+
/** Contains response data for the checkNameAvailability operation. */
|
1228
|
+
export type ServicesCheckNameAvailabilityResponse = ServicesNameAvailabilityInfo;
|
1229
|
+
/** Optional parameters. */
|
1230
|
+
export interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
|
1231
|
+
}
|
1232
|
+
/** Contains response data for the listNext operation. */
|
1233
|
+
export type ServicesListNextResponse = ServicesDescriptionListResult;
|
1234
|
+
/** Optional parameters. */
|
1235
|
+
export interface ServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
1236
|
+
}
|
1237
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
1238
|
+
export type ServicesListByResourceGroupNextResponse = ServicesDescriptionListResult;
|
1239
|
+
/** Optional parameters. */
|
1240
|
+
export interface PrivateEndpointConnectionsListByServiceOptionalParams extends coreClient.OperationOptions {
|
1241
|
+
}
|
1242
|
+
/** Contains response data for the listByService operation. */
|
1243
|
+
export type PrivateEndpointConnectionsListByServiceResponse = PrivateEndpointConnectionListResultDescription;
|
1244
|
+
/** Optional parameters. */
|
1245
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
1246
|
+
}
|
1247
|
+
/** Contains response data for the get operation. */
|
1248
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
|
1249
|
+
/** Optional parameters. */
|
1250
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1251
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1252
|
+
updateIntervalInMs?: number;
|
1253
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1254
|
+
resumeFrom?: string;
|
1255
|
+
}
|
1256
|
+
/** Contains response data for the createOrUpdate operation. */
|
1257
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
|
1258
|
+
/** Optional parameters. */
|
1259
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
1260
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1261
|
+
updateIntervalInMs?: number;
|
1262
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1263
|
+
resumeFrom?: string;
|
1264
|
+
}
|
1265
|
+
/** Optional parameters. */
|
1266
|
+
export interface PrivateLinkResourcesListByServiceOptionalParams extends coreClient.OperationOptions {
|
1267
|
+
}
|
1268
|
+
/** Contains response data for the listByService operation. */
|
1269
|
+
export type PrivateLinkResourcesListByServiceResponse = PrivateLinkResourceListResultDescription;
|
1270
|
+
/** Optional parameters. */
|
1271
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
1272
|
+
}
|
1273
|
+
/** Contains response data for the get operation. */
|
1274
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
|
1275
|
+
/** Optional parameters. */
|
1276
|
+
export interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
1277
|
+
}
|
1278
|
+
/** Contains response data for the listBySubscription operation. */
|
1279
|
+
export type WorkspacesListBySubscriptionResponse = WorkspaceList;
|
1280
|
+
/** Optional parameters. */
|
1281
|
+
export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
1282
|
+
}
|
1283
|
+
/** Contains response data for the listByResourceGroup operation. */
|
1284
|
+
export type WorkspacesListByResourceGroupResponse = WorkspaceList;
|
1285
|
+
/** Optional parameters. */
|
1286
|
+
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
1287
|
+
}
|
1288
|
+
/** Contains response data for the get operation. */
|
1289
|
+
export type WorkspacesGetResponse = Workspace;
|
1290
|
+
/** Optional parameters. */
|
1291
|
+
export interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1292
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1293
|
+
updateIntervalInMs?: number;
|
1294
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1295
|
+
resumeFrom?: string;
|
1296
|
+
}
|
1297
|
+
/** Contains response data for the createOrUpdate operation. */
|
1298
|
+
export type WorkspacesCreateOrUpdateResponse = Workspace;
|
1299
|
+
/** Optional parameters. */
|
1300
|
+
export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
1301
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1302
|
+
updateIntervalInMs?: number;
|
1303
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1304
|
+
resumeFrom?: string;
|
1305
|
+
}
|
1306
|
+
/** Contains response data for the update operation. */
|
1307
|
+
export type WorkspacesUpdateResponse = Workspace;
|
1308
|
+
/** Optional parameters. */
|
1309
|
+
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
1310
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1311
|
+
updateIntervalInMs?: number;
|
1312
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1313
|
+
resumeFrom?: string;
|
1314
|
+
}
|
1315
|
+
/** Optional parameters. */
|
1316
|
+
export interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
1317
|
+
}
|
1318
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
1319
|
+
export type WorkspacesListBySubscriptionNextResponse = WorkspaceList;
|
1320
|
+
/** Optional parameters. */
|
1321
|
+
export interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
1322
|
+
}
|
1323
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
1324
|
+
export type WorkspacesListByResourceGroupNextResponse = WorkspaceList;
|
1325
|
+
/** Optional parameters. */
|
1326
|
+
export interface DicomServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
1327
|
+
}
|
1328
|
+
/** Contains response data for the listByWorkspace operation. */
|
1329
|
+
export type DicomServicesListByWorkspaceResponse = DicomServiceCollection;
|
1330
|
+
/** Optional parameters. */
|
1331
|
+
export interface DicomServicesGetOptionalParams extends coreClient.OperationOptions {
|
1332
|
+
}
|
1333
|
+
/** Contains response data for the get operation. */
|
1334
|
+
export type DicomServicesGetResponse = DicomService;
|
1335
|
+
/** Optional parameters. */
|
1336
|
+
export interface DicomServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1337
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1338
|
+
updateIntervalInMs?: number;
|
1339
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1340
|
+
resumeFrom?: string;
|
1341
|
+
}
|
1342
|
+
/** Contains response data for the createOrUpdate operation. */
|
1343
|
+
export type DicomServicesCreateOrUpdateResponse = DicomService;
|
1344
|
+
/** Optional parameters. */
|
1345
|
+
export interface DicomServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
1346
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1347
|
+
updateIntervalInMs?: number;
|
1348
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1349
|
+
resumeFrom?: string;
|
1350
|
+
}
|
1351
|
+
/** Contains response data for the update operation. */
|
1352
|
+
export type DicomServicesUpdateResponse = DicomService;
|
1353
|
+
/** Optional parameters. */
|
1354
|
+
export interface DicomServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
1355
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1356
|
+
updateIntervalInMs?: number;
|
1357
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1358
|
+
resumeFrom?: string;
|
1359
|
+
}
|
1360
|
+
/** Optional parameters. */
|
1361
|
+
export interface DicomServicesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
1362
|
+
}
|
1363
|
+
/** Contains response data for the listByWorkspaceNext operation. */
|
1364
|
+
export type DicomServicesListByWorkspaceNextResponse = DicomServiceCollection;
|
1365
|
+
/** Optional parameters. */
|
1366
|
+
export interface IotConnectorsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
1367
|
+
}
|
1368
|
+
/** Contains response data for the listByWorkspace operation. */
|
1369
|
+
export type IotConnectorsListByWorkspaceResponse = IotConnectorCollection;
|
1370
|
+
/** Optional parameters. */
|
1371
|
+
export interface IotConnectorsGetOptionalParams extends coreClient.OperationOptions {
|
1372
|
+
}
|
1373
|
+
/** Contains response data for the get operation. */
|
1374
|
+
export type IotConnectorsGetResponse = IotConnector;
|
1375
|
+
/** Optional parameters. */
|
1376
|
+
export interface IotConnectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1377
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1378
|
+
updateIntervalInMs?: number;
|
1379
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1380
|
+
resumeFrom?: string;
|
1381
|
+
}
|
1382
|
+
/** Contains response data for the createOrUpdate operation. */
|
1383
|
+
export type IotConnectorsCreateOrUpdateResponse = IotConnector;
|
1384
|
+
/** Optional parameters. */
|
1385
|
+
export interface IotConnectorsUpdateOptionalParams extends coreClient.OperationOptions {
|
1386
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1387
|
+
updateIntervalInMs?: number;
|
1388
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1389
|
+
resumeFrom?: string;
|
1390
|
+
}
|
1391
|
+
/** Contains response data for the update operation. */
|
1392
|
+
export type IotConnectorsUpdateResponse = IotConnector;
|
1393
|
+
/** Optional parameters. */
|
1394
|
+
export interface IotConnectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
1395
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1396
|
+
updateIntervalInMs?: number;
|
1397
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1398
|
+
resumeFrom?: string;
|
1399
|
+
}
|
1400
|
+
/** Optional parameters. */
|
1401
|
+
export interface IotConnectorsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
1402
|
+
}
|
1403
|
+
/** Contains response data for the listByWorkspaceNext operation. */
|
1404
|
+
export type IotConnectorsListByWorkspaceNextResponse = IotConnectorCollection;
|
1405
|
+
/** Optional parameters. */
|
1406
|
+
export interface FhirDestinationsListByIotConnectorOptionalParams extends coreClient.OperationOptions {
|
1407
|
+
}
|
1408
|
+
/** Contains response data for the listByIotConnector operation. */
|
1409
|
+
export type FhirDestinationsListByIotConnectorResponse = IotFhirDestinationCollection;
|
1410
|
+
/** Optional parameters. */
|
1411
|
+
export interface FhirDestinationsListByIotConnectorNextOptionalParams extends coreClient.OperationOptions {
|
1412
|
+
}
|
1413
|
+
/** Contains response data for the listByIotConnectorNext operation. */
|
1414
|
+
export type FhirDestinationsListByIotConnectorNextResponse = IotFhirDestinationCollection;
|
1415
|
+
/** Optional parameters. */
|
1416
|
+
export interface IotConnectorFhirDestinationGetOptionalParams extends coreClient.OperationOptions {
|
1417
|
+
}
|
1418
|
+
/** Contains response data for the get operation. */
|
1419
|
+
export type IotConnectorFhirDestinationGetResponse = IotFhirDestination;
|
1420
|
+
/** Optional parameters. */
|
1421
|
+
export interface IotConnectorFhirDestinationCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1422
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1423
|
+
updateIntervalInMs?: number;
|
1424
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1425
|
+
resumeFrom?: string;
|
1426
|
+
}
|
1427
|
+
/** Contains response data for the createOrUpdate operation. */
|
1428
|
+
export type IotConnectorFhirDestinationCreateOrUpdateResponse = IotFhirDestination;
|
1429
|
+
/** Optional parameters. */
|
1430
|
+
export interface IotConnectorFhirDestinationDeleteOptionalParams extends coreClient.OperationOptions {
|
1431
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1432
|
+
updateIntervalInMs?: number;
|
1433
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1434
|
+
resumeFrom?: string;
|
1435
|
+
}
|
1436
|
+
/** Optional parameters. */
|
1437
|
+
export interface FhirServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
1438
|
+
}
|
1439
|
+
/** Contains response data for the listByWorkspace operation. */
|
1440
|
+
export type FhirServicesListByWorkspaceResponse = FhirServiceCollection;
|
1441
|
+
/** Optional parameters. */
|
1442
|
+
export interface FhirServicesGetOptionalParams extends coreClient.OperationOptions {
|
1443
|
+
}
|
1444
|
+
/** Contains response data for the get operation. */
|
1445
|
+
export type FhirServicesGetResponse = FhirService;
|
1446
|
+
/** Optional parameters. */
|
1447
|
+
export interface FhirServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1448
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1449
|
+
updateIntervalInMs?: number;
|
1450
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1451
|
+
resumeFrom?: string;
|
1452
|
+
}
|
1453
|
+
/** Contains response data for the createOrUpdate operation. */
|
1454
|
+
export type FhirServicesCreateOrUpdateResponse = FhirService;
|
1455
|
+
/** Optional parameters. */
|
1456
|
+
export interface FhirServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
1457
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1458
|
+
updateIntervalInMs?: number;
|
1459
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1460
|
+
resumeFrom?: string;
|
1461
|
+
}
|
1462
|
+
/** Contains response data for the update operation. */
|
1463
|
+
export type FhirServicesUpdateResponse = FhirService;
|
1464
|
+
/** Optional parameters. */
|
1465
|
+
export interface FhirServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
1466
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1467
|
+
updateIntervalInMs?: number;
|
1468
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1469
|
+
resumeFrom?: string;
|
1470
|
+
}
|
1471
|
+
/** Optional parameters. */
|
1472
|
+
export interface FhirServicesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
1473
|
+
}
|
1474
|
+
/** Contains response data for the listByWorkspaceNext operation. */
|
1475
|
+
export type FhirServicesListByWorkspaceNextResponse = FhirServiceCollection;
|
1476
|
+
/** Optional parameters. */
|
1477
|
+
export interface WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
1478
|
+
}
|
1479
|
+
/** Contains response data for the listByWorkspace operation. */
|
1480
|
+
export type WorkspacePrivateEndpointConnectionsListByWorkspaceResponse = PrivateEndpointConnectionListResultDescription;
|
1481
|
+
/** Optional parameters. */
|
1482
|
+
export interface WorkspacePrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
1483
|
+
}
|
1484
|
+
/** Contains response data for the get operation. */
|
1485
|
+
export type WorkspacePrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
|
1486
|
+
/** Optional parameters. */
|
1487
|
+
export interface WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1488
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1489
|
+
updateIntervalInMs?: number;
|
1490
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1491
|
+
resumeFrom?: string;
|
1492
|
+
}
|
1493
|
+
/** Contains response data for the createOrUpdate operation. */
|
1494
|
+
export type WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
|
1495
|
+
/** Optional parameters. */
|
1496
|
+
export interface WorkspacePrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
1497
|
+
/** Delay to wait until next poll, in milliseconds. */
|
1498
|
+
updateIntervalInMs?: number;
|
1499
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1500
|
+
resumeFrom?: string;
|
1501
|
+
}
|
1502
|
+
/** Optional parameters. */
|
1503
|
+
export interface WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
1504
|
+
}
|
1505
|
+
/** Contains response data for the listByWorkspace operation. */
|
1506
|
+
export type WorkspacePrivateLinkResourcesListByWorkspaceResponse = PrivateLinkResourceListResultDescription;
|
1507
|
+
/** Optional parameters. */
|
1508
|
+
export interface WorkspacePrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
1509
|
+
}
|
1510
|
+
/** Contains response data for the get operation. */
|
1511
|
+
export type WorkspacePrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
|
1512
|
+
/** Optional parameters. */
|
1513
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
1514
|
+
}
|
1515
|
+
/** Contains response data for the list operation. */
|
1516
|
+
export type OperationsListResponse = ListOperations;
|
1517
|
+
/** Optional parameters. */
|
1518
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
1519
|
+
}
|
1520
|
+
/** Contains response data for the listNext operation. */
|
1521
|
+
export type OperationsListNextResponse = ListOperations;
|
1522
|
+
/** Optional parameters. */
|
1523
|
+
export interface OperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
1524
|
+
}
|
1525
|
+
/** Contains response data for the get operation. */
|
1526
|
+
export type OperationResultsGetResponse = OperationResultsDescription;
|
1527
|
+
/** Optional parameters. */
|
1528
|
+
export interface HealthcareApisManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
1529
|
+
/** server parameter */
|
1530
|
+
$host?: string;
|
1531
|
+
/** Api Version */
|
1532
|
+
apiVersion?: string;
|
1533
|
+
/** Overrides client endpoint. */
|
1534
|
+
endpoint?: string;
|
1535
|
+
}
|
1536
|
+
//# sourceMappingURL=index.d.ts.map
|