@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 @@
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ServicesProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicesProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n accessPolicies: {\n serializedName: \"accessPolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceAccessPolicyEntry\",\n },\n },\n },\n },\n cosmosDbConfiguration: {\n serializedName: \"cosmosDbConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceCosmosDbConfigurationInfo\",\n },\n },\n authenticationConfiguration: {\n serializedName: \"authenticationConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceAuthenticationConfigurationInfo\",\n },\n },\n corsConfiguration: {\n serializedName: \"corsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceCorsConfigurationInfo\",\n },\n },\n exportConfiguration: {\n serializedName: \"exportConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceExportConfigurationInfo\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n acrConfiguration: {\n serializedName: \"acrConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceAcrConfigurationInfo\",\n },\n },\n importConfiguration: {\n serializedName: \"importConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ServiceImportConfigurationInfo\",\n },\n },\n },\n },\n};\n\nexport const ServiceAccessPolicyEntry: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceAccessPolicyEntry\",\n modelProperties: {\n objectId: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$\",\n ),\n },\n serializedName: \"objectId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceCosmosDbConfigurationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceCosmosDbConfigurationInfo\",\n modelProperties: {\n offerThroughput: {\n constraints: {\n InclusiveMinimum: 400,\n },\n serializedName: \"offerThroughput\",\n type: {\n name: \"Number\",\n },\n },\n keyVaultKeyUri: {\n serializedName: \"keyVaultKeyUri\",\n type: {\n name: \"String\",\n },\n },\n crossTenantCmkApplicationId: {\n constraints: {\n Pattern: new RegExp(\n \"^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$\",\n ),\n },\n serializedName: \"crossTenantCmkApplicationId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceAuthenticationConfigurationInfo: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ServiceAuthenticationConfigurationInfo\",\n modelProperties: {\n authority: {\n serializedName: \"authority\",\n type: {\n name: \"String\",\n },\n },\n audience: {\n serializedName: \"audience\",\n type: {\n name: \"String\",\n },\n },\n smartProxyEnabled: {\n serializedName: \"smartProxyEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const ServiceCorsConfigurationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceCorsConfigurationInfo\",\n modelProperties: {\n origins: {\n serializedName: \"origins\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n Pattern: new RegExp(\n \"^(?:(?:(?:[hH][tT][tT][pP](?:[sS]|))\\\\:\\\\/\\\\/(?:[a-zA-Z0-9-]+[.]?)+(?:\\\\:[0-9]{1,5})?|[*]))$\",\n ),\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n methods: {\n serializedName: \"methods\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n maxAge: {\n constraints: {\n InclusiveMaximum: 99999,\n InclusiveMinimum: 0,\n },\n serializedName: \"maxAge\",\n type: {\n name: \"Number\",\n },\n },\n allowCredentials: {\n serializedName: \"allowCredentials\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ServiceExportConfigurationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceExportConfigurationInfo\",\n modelProperties: {\n storageAccountName: {\n serializedName: \"storageAccountName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceAcrConfigurationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceAcrConfigurationInfo\",\n modelProperties: {\n loginServers: {\n serializedName: \"loginServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n ociArtifacts: {\n serializedName: \"ociArtifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceOciArtifactEntry\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceOciArtifactEntry: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOciArtifactEntry\",\n modelProperties: {\n loginServer: {\n serializedName: \"loginServer\",\n type: {\n name: \"String\",\n },\n },\n imageName: {\n serializedName: \"imageName\",\n type: {\n name: \"String\",\n },\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceImportConfigurationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceImportConfigurationInfo\",\n modelProperties: {\n integrationDataStore: {\n serializedName: \"integrationDataStore\",\n type: {\n name: \"String\",\n },\n },\n initialImportMode: {\n serializedName: \"initialImportMode\",\n type: {\n name: \"Boolean\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ServicesResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicesResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9][a-z0-9-]{1,21}[a-z0-9]$\"),\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"fhir\", \"fhir-Stu3\", \"fhir-R4\"],\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ServicesResourceIdentity\",\n },\n },\n },\n },\n};\n\nexport const ServicesResourceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicesResourceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsInternal\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetailsInternal: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsInternal\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServicesPatchDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicesPatchDescription\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServicesDescriptionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicesDescriptionListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServicesDescription\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServicesNameAvailabilityInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicesNameAvailabilityInfo\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Invalid\", \"AlreadyExists\"],\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResultDescription: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResultDescription\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionDescription\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const PrivateLinkResourceListResultDescription: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResultDescription\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceDescription\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const WorkspaceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceList\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Workspace\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WorkspaceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspaceProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceTags: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceTags\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const ResourceCore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceCore\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-z0-9][a-z0-9-]{1,21}[a-z0-9]$\"),\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorModel: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorModel\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetailsInternal\",\n },\n },\n },\n },\n};\n\nexport const DicomServiceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DicomServiceCollection\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DicomService\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DicomServiceAuthenticationConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DicomServiceAuthenticationConfiguration\",\n modelProperties: {\n authority: {\n serializedName: \"authority\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n audiences: {\n serializedName: \"audiences\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const CorsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CorsConfiguration\",\n modelProperties: {\n origins: {\n serializedName: \"origins\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n Pattern: new RegExp(\n \"^(?:(?:(?:[hH][tT][tT][pP](?:[sS]|))\\\\:\\\\/\\\\/(?:[a-zA-Z0-9-]+[.]?)+(?:\\\\:[0-9]{1,5})?|[*]))$\",\n ),\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n methods: {\n serializedName: \"methods\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n maxAge: {\n constraints: {\n InclusiveMaximum: 99999,\n InclusiveMinimum: 0,\n },\n serializedName: \"maxAge\",\n type: {\n name: \"Number\",\n },\n },\n allowCredentials: {\n serializedName: \"allowCredentials\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Encryption: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Encryption\",\n modelProperties: {\n customerManagedKeyEncryption: {\n serializedName: \"customerManagedKeyEncryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionCustomerManagedKeyEncryption\",\n },\n },\n },\n },\n};\n\nexport const EncryptionCustomerManagedKeyEncryption: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"EncryptionCustomerManagedKeyEncryption\",\n modelProperties: {\n keyEncryptionKeyUrl: {\n serializedName: \"keyEncryptionKeyUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const StorageConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageConfiguration\",\n modelProperties: {\n storageResourceId: {\n serializedName: \"storageResourceId\",\n type: {\n name: \"String\",\n },\n },\n fileSystemName: {\n serializedName: \"fileSystemName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceManagedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceManagedIdentity\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ServiceManagedIdentityIdentity\",\n },\n },\n },\n },\n};\n\nexport const ServiceManagedIdentityIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceManagedIdentityIdentity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const IotConnectorCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IotConnectorCollection\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IotConnector\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IotEventHubIngestionEndpointConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"IotEventHubIngestionEndpointConfiguration\",\n modelProperties: {\n eventHubName: {\n serializedName: \"eventHubName\",\n type: {\n name: \"String\",\n },\n },\n consumerGroup: {\n serializedName: \"consumerGroup\",\n type: {\n name: \"String\",\n },\n },\n fullyQualifiedEventHubNamespace: {\n serializedName: \"fullyQualifiedEventHubNamespace\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const IotMappingProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IotMappingProperties\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const IotFhirDestinationCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IotFhirDestinationCollection\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IotFhirDestination\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IotDestinationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IotDestinationProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FhirServiceCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FhirServiceCollection\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FhirService\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FhirServiceAcrConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FhirServiceAcrConfiguration\",\n modelProperties: {\n loginServers: {\n serializedName: \"loginServers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n ociArtifacts: {\n serializedName: \"ociArtifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceOciArtifactEntry\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FhirServiceAuthenticationConfiguration: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"FhirServiceAuthenticationConfiguration\",\n modelProperties: {\n authority: {\n serializedName: \"authority\",\n type: {\n name: \"String\",\n },\n },\n audience: {\n serializedName: \"audience\",\n type: {\n name: \"String\",\n },\n },\n smartProxyEnabled: {\n serializedName: \"smartProxyEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n smartIdentityProviders: {\n serializedName: \"smartIdentityProviders\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SmartIdentityProviderConfiguration\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const SmartIdentityProviderConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SmartIdentityProviderConfiguration\",\n modelProperties: {\n authority: {\n serializedName: \"authority\",\n type: {\n name: \"String\",\n },\n },\n applications: {\n serializedName: \"applications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SmartIdentityProviderApplication\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SmartIdentityProviderApplication: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SmartIdentityProviderApplication\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n type: {\n name: \"String\",\n },\n },\n audience: {\n serializedName: \"audience\",\n type: {\n name: \"String\",\n },\n },\n allowedDataActions: {\n serializedName: \"allowedDataActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FhirServiceCorsConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FhirServiceCorsConfiguration\",\n modelProperties: {\n origins: {\n serializedName: \"origins\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n Pattern: new RegExp(\n \"^(?:(?:(?:[hH][tT][tT][pP](?:[sS]|))\\\\:\\\\/\\\\/(?:[a-zA-Z0-9-]+[.]?)+(?:\\\\:[0-9]{1,5})?|[*]))$\",\n ),\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n methods: {\n serializedName: \"methods\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n maxAge: {\n constraints: {\n InclusiveMaximum: 99999,\n InclusiveMinimum: 0,\n },\n serializedName: \"maxAge\",\n type: {\n name: \"Number\",\n },\n },\n allowCredentials: {\n serializedName: \"allowCredentials\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const FhirServiceExportConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FhirServiceExportConfiguration\",\n modelProperties: {\n storageAccountName: {\n serializedName: \"storageAccountName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceVersionPolicyConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceVersionPolicyConfiguration\",\n modelProperties: {\n default: {\n serializedName: \"default\",\n type: {\n name: \"String\",\n },\n },\n resourceTypeOverrides: {\n serializedName: \"resourceTypeOverrides\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const FhirServiceImportConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FhirServiceImportConfiguration\",\n modelProperties: {\n integrationDataStore: {\n serializedName: \"integrationDataStore\",\n type: {\n name: \"String\",\n },\n },\n initialImportMode: {\n serializedName: \"initialImportMode\",\n type: {\n name: \"Boolean\",\n },\n },\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ImplementationGuidesConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImplementationGuidesConfiguration\",\n modelProperties: {\n usCoreMissingData: {\n serializedName: \"usCoreMissingData\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ListOperations: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ListOperations\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationDetail\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDetail\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationProperties\",\n modelProperties: {\n serviceSpecification: {\n serializedName: \"serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n },\n },\n },\n },\n};\n\nexport const ServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSpecification\",\n modelProperties: {\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\",\n },\n },\n },\n },\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const LogSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LogSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n category: {\n serializedName: \"category\",\n type: {\n name: \"String\",\n },\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\",\n },\n },\n supportedAggregationTypes: {\n serializedName: \"supportedAggregationTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n supportedTimeGrainTypes: {\n serializedName: \"supportedTimeGrainTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n fillGapWithZero: {\n serializedName: \"fillGapWithZero\",\n type: {\n name: \"Boolean\",\n },\n },\n metricFilterPattern: {\n serializedName: \"metricFilterPattern\",\n type: {\n name: \"String\",\n },\n },\n dimensions: {\n serializedName: \"dimensions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MetricDimension\",\n },\n },\n },\n },\n isInternal: {\n serializedName: \"isInternal\",\n type: {\n name: \"Boolean\",\n },\n },\n sourceMdmAccount: {\n serializedName: \"sourceMdmAccount\",\n type: {\n name: \"String\",\n },\n },\n sourceMdmNamespace: {\n serializedName: \"sourceMdmNamespace\",\n type: {\n name: \"String\",\n },\n },\n enableRegionalMdmAccount: {\n serializedName: \"enableRegionalMdmAccount\",\n type: {\n name: \"Boolean\",\n },\n },\n resourceIdDimensionNameOverride: {\n serializedName: \"resourceIdDimensionNameOverride\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MetricDimension: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MetricDimension\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n toBeExportedForShoebox: {\n serializedName: \"toBeExportedForShoebox\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const OperationResultsDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationResultsDescription\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n endTime: {\n serializedName: \"endTime\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServicesDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServicesDescription\",\n modelProperties: {\n ...ServicesResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ServicesProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const LocationBasedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocationBasedResource\",\n modelProperties: {\n ...ResourceCore.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaggedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaggedResource\",\n modelProperties: {\n ...ResourceTags.type.modelProperties,\n ...LocationBasedResource.type.modelProperties,\n },\n },\n};\n\nexport const WorkspacePatchResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WorkspacePatchResource\",\n modelProperties: {\n ...ResourceTags.type.modelProperties,\n },\n },\n};\n\nexport const DicomServicePatchResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DicomServicePatchResource\",\n modelProperties: {\n ...ResourceTags.type.modelProperties,\n ...ServiceManagedIdentity.type.modelProperties,\n },\n },\n};\n\nexport const IotConnectorPatchResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IotConnectorPatchResource\",\n modelProperties: {\n ...ResourceTags.type.modelProperties,\n ...ServiceManagedIdentity.type.modelProperties,\n },\n },\n};\n\nexport const FhirServicePatchResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FhirServicePatchResource\",\n modelProperties: {\n ...ResourceTags.type.modelProperties,\n ...ServiceManagedIdentity.type.modelProperties,\n },\n },\n};\n\nexport const DicomService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DicomService\",\n modelProperties: {\n ...TaggedResource.type.modelProperties,\n ...ServiceManagedIdentity.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n authenticationConfiguration: {\n serializedName: \"properties.authenticationConfiguration\",\n type: {\n name: \"Composite\",\n className: \"DicomServiceAuthenticationConfiguration\",\n },\n },\n corsConfiguration: {\n serializedName: \"properties.corsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"CorsConfiguration\",\n },\n },\n serviceUrl: {\n serializedName: \"properties.serviceUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n eventState: {\n serializedName: \"properties.eventState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\",\n },\n },\n storageConfiguration: {\n serializedName: \"properties.storageConfiguration\",\n type: {\n name: \"Composite\",\n className: \"StorageConfiguration\",\n },\n },\n enableDataPartitions: {\n serializedName: \"properties.enableDataPartitions\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const IotConnector: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IotConnector\",\n modelProperties: {\n ...TaggedResource.type.modelProperties,\n ...ServiceManagedIdentity.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n ingestionEndpointConfiguration: {\n serializedName: \"properties.ingestionEndpointConfiguration\",\n type: {\n name: \"Composite\",\n className: \"IotEventHubIngestionEndpointConfiguration\",\n },\n },\n deviceMapping: {\n serializedName: \"properties.deviceMapping\",\n type: {\n name: \"Composite\",\n className: \"IotMappingProperties\",\n },\n },\n },\n },\n};\n\nexport const FhirService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FhirService\",\n modelProperties: {\n ...TaggedResource.type.modelProperties,\n ...ServiceManagedIdentity.type.modelProperties,\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n acrConfiguration: {\n serializedName: \"properties.acrConfiguration\",\n type: {\n name: \"Composite\",\n className: \"FhirServiceAcrConfiguration\",\n },\n },\n authenticationConfiguration: {\n serializedName: \"properties.authenticationConfiguration\",\n type: {\n name: \"Composite\",\n className: \"FhirServiceAuthenticationConfiguration\",\n },\n },\n corsConfiguration: {\n serializedName: \"properties.corsConfiguration\",\n type: {\n name: \"Composite\",\n className: \"FhirServiceCorsConfiguration\",\n },\n },\n exportConfiguration: {\n serializedName: \"properties.exportConfiguration\",\n type: {\n name: \"Composite\",\n className: \"FhirServiceExportConfiguration\",\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n eventState: {\n serializedName: \"properties.eventState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceVersionPolicyConfiguration: {\n serializedName: \"properties.resourceVersionPolicyConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ResourceVersionPolicyConfiguration\",\n },\n },\n importConfiguration: {\n serializedName: \"properties.importConfiguration\",\n type: {\n name: \"Composite\",\n className: \"FhirServiceImportConfiguration\",\n },\n },\n implementationGuidesConfiguration: {\n serializedName: \"properties.implementationGuidesConfiguration\",\n type: {\n name: \"Composite\",\n className: \"ImplementationGuidesConfiguration\",\n },\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"Encryption\",\n },\n },\n },\n },\n};\n\nexport const IotFhirDestinationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IotFhirDestinationProperties\",\n modelProperties: {\n ...IotDestinationProperties.type.modelProperties,\n resourceIdentityResolutionType: {\n serializedName: \"resourceIdentityResolutionType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n fhirServiceResourceId: {\n serializedName: \"fhirServiceResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n fhirMapping: {\n serializedName: \"fhirMapping\",\n type: {\n name: \"Composite\",\n className: \"IotMappingProperties\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionDescription: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionDescription\",\n modelProperties: {\n ...PrivateEndpointConnection.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n };\n\nexport const PrivateLinkResourceDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceDescription\",\n modelProperties: {\n ...PrivateLinkResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const Workspace: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Workspace\",\n modelProperties: {\n ...TaggedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"WorkspaceProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const IotFhirDestination: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IotFhirDestination\",\n modelProperties: {\n ...LocationBasedResource.type.modelProperties,\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resourceIdentityResolutionType: {\n serializedName: \"properties.resourceIdentityResolutionType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n fhirServiceResourceId: {\n serializedName: \"properties.fhirServiceResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n fhirMapping: {\n serializedName: \"properties.fhirMapping\",\n type: {\n name: \"Composite\",\n className: \"IotMappingProperties\",\n },\n },\n },\n },\n};\n"]}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
2
|
+
export declare const accept: OperationParameter;
|
3
|
+
export declare const $host: OperationURLParameter;
|
4
|
+
export declare const apiVersion: OperationQueryParameter;
|
5
|
+
export declare const subscriptionId: OperationURLParameter;
|
6
|
+
export declare const resourceGroupName: OperationURLParameter;
|
7
|
+
export declare const resourceName: OperationURLParameter;
|
8
|
+
export declare const contentType: OperationParameter;
|
9
|
+
export declare const serviceDescription: OperationParameter;
|
10
|
+
export declare const servicePatchDescription: OperationParameter;
|
11
|
+
export declare const checkNameAvailabilityInputs: OperationParameter;
|
12
|
+
export declare const nextLink: OperationURLParameter;
|
13
|
+
export declare const privateEndpointConnectionName: OperationURLParameter;
|
14
|
+
export declare const properties: OperationParameter;
|
15
|
+
export declare const groupName: OperationURLParameter;
|
16
|
+
export declare const workspaceName: OperationURLParameter;
|
17
|
+
export declare const workspace: OperationParameter;
|
18
|
+
export declare const workspacePatchResource: OperationParameter;
|
19
|
+
export declare const dicomServiceName: OperationURLParameter;
|
20
|
+
export declare const dicomservice: OperationParameter;
|
21
|
+
export declare const dicomservicePatchResource: OperationParameter;
|
22
|
+
export declare const iotConnectorName: OperationURLParameter;
|
23
|
+
export declare const iotConnector: OperationParameter;
|
24
|
+
export declare const iotConnectorPatchResource: OperationParameter;
|
25
|
+
export declare const fhirDestinationName: OperationURLParameter;
|
26
|
+
export declare const iotFhirDestination: OperationParameter;
|
27
|
+
export declare const fhirServiceName: OperationURLParameter;
|
28
|
+
export declare const fhirservice: OperationParameter;
|
29
|
+
export declare const fhirservicePatchResource: OperationParameter;
|
30
|
+
export declare const properties1: OperationParameter;
|
31
|
+
export declare const locationName: OperationURLParameter;
|
32
|
+
export declare const operationResultId: OperationURLParameter;
|
33
|
+
//# sourceMappingURL=parameters.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAkB5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAa1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAGhC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAGrC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,kBAGzC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,qBAS3C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAa3B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAGpC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAa9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAa9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,kBAGvC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,qBAajC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAGhC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,qBAa7B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,kBAGtC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,qBAS1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC"}
|
@@ -0,0 +1,272 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { ServicesDescription as ServicesDescriptionMapper, ServicesPatchDescription as ServicesPatchDescriptionMapper, CheckNameAvailabilityParameters as CheckNameAvailabilityParametersMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, Workspace as WorkspaceMapper, WorkspacePatchResource as WorkspacePatchResourceMapper, DicomService as DicomServiceMapper, DicomServicePatchResource as DicomServicePatchResourceMapper, IotConnector as IotConnectorMapper, IotConnectorPatchResource as IotConnectorPatchResourceMapper, IotFhirDestination as IotFhirDestinationMapper, FhirService as FhirServiceMapper, FhirServicePatchResource as FhirServicePatchResourceMapper, PrivateEndpointConnectionDescription as PrivateEndpointConnectionDescriptionMapper, } from "../models/mappers.js";
|
9
|
+
export const accept = {
|
10
|
+
parameterPath: "accept",
|
11
|
+
mapper: {
|
12
|
+
defaultValue: "application/json",
|
13
|
+
isConstant: true,
|
14
|
+
serializedName: "Accept",
|
15
|
+
type: {
|
16
|
+
name: "String",
|
17
|
+
},
|
18
|
+
},
|
19
|
+
};
|
20
|
+
export const $host = {
|
21
|
+
parameterPath: "$host",
|
22
|
+
mapper: {
|
23
|
+
serializedName: "$host",
|
24
|
+
required: true,
|
25
|
+
type: {
|
26
|
+
name: "String",
|
27
|
+
},
|
28
|
+
},
|
29
|
+
skipEncoding: true,
|
30
|
+
};
|
31
|
+
export const apiVersion = {
|
32
|
+
parameterPath: "apiVersion",
|
33
|
+
mapper: {
|
34
|
+
defaultValue: "2024-03-31",
|
35
|
+
isConstant: true,
|
36
|
+
serializedName: "api-version",
|
37
|
+
type: {
|
38
|
+
name: "String",
|
39
|
+
},
|
40
|
+
},
|
41
|
+
};
|
42
|
+
export const subscriptionId = {
|
43
|
+
parameterPath: "subscriptionId",
|
44
|
+
mapper: {
|
45
|
+
constraints: {
|
46
|
+
MinLength: 1,
|
47
|
+
},
|
48
|
+
serializedName: "subscriptionId",
|
49
|
+
required: true,
|
50
|
+
type: {
|
51
|
+
name: "String",
|
52
|
+
},
|
53
|
+
},
|
54
|
+
};
|
55
|
+
export const resourceGroupName = {
|
56
|
+
parameterPath: "resourceGroupName",
|
57
|
+
mapper: {
|
58
|
+
constraints: {
|
59
|
+
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
60
|
+
MaxLength: 90,
|
61
|
+
MinLength: 1,
|
62
|
+
},
|
63
|
+
serializedName: "resourceGroupName",
|
64
|
+
required: true,
|
65
|
+
type: {
|
66
|
+
name: "String",
|
67
|
+
},
|
68
|
+
},
|
69
|
+
};
|
70
|
+
export const resourceName = {
|
71
|
+
parameterPath: "resourceName",
|
72
|
+
mapper: {
|
73
|
+
constraints: {
|
74
|
+
MaxLength: 24,
|
75
|
+
MinLength: 3,
|
76
|
+
},
|
77
|
+
serializedName: "resourceName",
|
78
|
+
required: true,
|
79
|
+
type: {
|
80
|
+
name: "String",
|
81
|
+
},
|
82
|
+
},
|
83
|
+
};
|
84
|
+
export const contentType = {
|
85
|
+
parameterPath: ["options", "contentType"],
|
86
|
+
mapper: {
|
87
|
+
defaultValue: "application/json",
|
88
|
+
isConstant: true,
|
89
|
+
serializedName: "Content-Type",
|
90
|
+
type: {
|
91
|
+
name: "String",
|
92
|
+
},
|
93
|
+
},
|
94
|
+
};
|
95
|
+
export const serviceDescription = {
|
96
|
+
parameterPath: "serviceDescription",
|
97
|
+
mapper: ServicesDescriptionMapper,
|
98
|
+
};
|
99
|
+
export const servicePatchDescription = {
|
100
|
+
parameterPath: "servicePatchDescription",
|
101
|
+
mapper: ServicesPatchDescriptionMapper,
|
102
|
+
};
|
103
|
+
export const checkNameAvailabilityInputs = {
|
104
|
+
parameterPath: "checkNameAvailabilityInputs",
|
105
|
+
mapper: CheckNameAvailabilityParametersMapper,
|
106
|
+
};
|
107
|
+
export const nextLink = {
|
108
|
+
parameterPath: "nextLink",
|
109
|
+
mapper: {
|
110
|
+
serializedName: "nextLink",
|
111
|
+
required: true,
|
112
|
+
type: {
|
113
|
+
name: "String",
|
114
|
+
},
|
115
|
+
},
|
116
|
+
skipEncoding: true,
|
117
|
+
};
|
118
|
+
export const privateEndpointConnectionName = {
|
119
|
+
parameterPath: "privateEndpointConnectionName",
|
120
|
+
mapper: {
|
121
|
+
serializedName: "privateEndpointConnectionName",
|
122
|
+
required: true,
|
123
|
+
type: {
|
124
|
+
name: "String",
|
125
|
+
},
|
126
|
+
},
|
127
|
+
};
|
128
|
+
export const properties = {
|
129
|
+
parameterPath: "properties",
|
130
|
+
mapper: PrivateEndpointConnectionMapper,
|
131
|
+
};
|
132
|
+
export const groupName = {
|
133
|
+
parameterPath: "groupName",
|
134
|
+
mapper: {
|
135
|
+
serializedName: "groupName",
|
136
|
+
required: true,
|
137
|
+
type: {
|
138
|
+
name: "String",
|
139
|
+
},
|
140
|
+
},
|
141
|
+
};
|
142
|
+
export const workspaceName = {
|
143
|
+
parameterPath: "workspaceName",
|
144
|
+
mapper: {
|
145
|
+
constraints: {
|
146
|
+
MaxLength: 24,
|
147
|
+
MinLength: 3,
|
148
|
+
},
|
149
|
+
serializedName: "workspaceName",
|
150
|
+
required: true,
|
151
|
+
type: {
|
152
|
+
name: "String",
|
153
|
+
},
|
154
|
+
},
|
155
|
+
};
|
156
|
+
export const workspace = {
|
157
|
+
parameterPath: "workspace",
|
158
|
+
mapper: WorkspaceMapper,
|
159
|
+
};
|
160
|
+
export const workspacePatchResource = {
|
161
|
+
parameterPath: "workspacePatchResource",
|
162
|
+
mapper: WorkspacePatchResourceMapper,
|
163
|
+
};
|
164
|
+
export const dicomServiceName = {
|
165
|
+
parameterPath: "dicomServiceName",
|
166
|
+
mapper: {
|
167
|
+
constraints: {
|
168
|
+
MaxLength: 24,
|
169
|
+
MinLength: 3,
|
170
|
+
},
|
171
|
+
serializedName: "dicomServiceName",
|
172
|
+
required: true,
|
173
|
+
type: {
|
174
|
+
name: "String",
|
175
|
+
},
|
176
|
+
},
|
177
|
+
};
|
178
|
+
export const dicomservice = {
|
179
|
+
parameterPath: "dicomservice",
|
180
|
+
mapper: DicomServiceMapper,
|
181
|
+
};
|
182
|
+
export const dicomservicePatchResource = {
|
183
|
+
parameterPath: "dicomservicePatchResource",
|
184
|
+
mapper: DicomServicePatchResourceMapper,
|
185
|
+
};
|
186
|
+
export const iotConnectorName = {
|
187
|
+
parameterPath: "iotConnectorName",
|
188
|
+
mapper: {
|
189
|
+
constraints: {
|
190
|
+
MaxLength: 24,
|
191
|
+
MinLength: 3,
|
192
|
+
},
|
193
|
+
serializedName: "iotConnectorName",
|
194
|
+
required: true,
|
195
|
+
type: {
|
196
|
+
name: "String",
|
197
|
+
},
|
198
|
+
},
|
199
|
+
};
|
200
|
+
export const iotConnector = {
|
201
|
+
parameterPath: "iotConnector",
|
202
|
+
mapper: IotConnectorMapper,
|
203
|
+
};
|
204
|
+
export const iotConnectorPatchResource = {
|
205
|
+
parameterPath: "iotConnectorPatchResource",
|
206
|
+
mapper: IotConnectorPatchResourceMapper,
|
207
|
+
};
|
208
|
+
export const fhirDestinationName = {
|
209
|
+
parameterPath: "fhirDestinationName",
|
210
|
+
mapper: {
|
211
|
+
constraints: {
|
212
|
+
MaxLength: 24,
|
213
|
+
MinLength: 3,
|
214
|
+
},
|
215
|
+
serializedName: "fhirDestinationName",
|
216
|
+
required: true,
|
217
|
+
type: {
|
218
|
+
name: "String",
|
219
|
+
},
|
220
|
+
},
|
221
|
+
};
|
222
|
+
export const iotFhirDestination = {
|
223
|
+
parameterPath: "iotFhirDestination",
|
224
|
+
mapper: IotFhirDestinationMapper,
|
225
|
+
};
|
226
|
+
export const fhirServiceName = {
|
227
|
+
parameterPath: "fhirServiceName",
|
228
|
+
mapper: {
|
229
|
+
constraints: {
|
230
|
+
MaxLength: 24,
|
231
|
+
MinLength: 3,
|
232
|
+
},
|
233
|
+
serializedName: "fhirServiceName",
|
234
|
+
required: true,
|
235
|
+
type: {
|
236
|
+
name: "String",
|
237
|
+
},
|
238
|
+
},
|
239
|
+
};
|
240
|
+
export const fhirservice = {
|
241
|
+
parameterPath: "fhirservice",
|
242
|
+
mapper: FhirServiceMapper,
|
243
|
+
};
|
244
|
+
export const fhirservicePatchResource = {
|
245
|
+
parameterPath: "fhirservicePatchResource",
|
246
|
+
mapper: FhirServicePatchResourceMapper,
|
247
|
+
};
|
248
|
+
export const properties1 = {
|
249
|
+
parameterPath: "properties",
|
250
|
+
mapper: PrivateEndpointConnectionDescriptionMapper,
|
251
|
+
};
|
252
|
+
export const locationName = {
|
253
|
+
parameterPath: "locationName",
|
254
|
+
mapper: {
|
255
|
+
serializedName: "locationName",
|
256
|
+
required: true,
|
257
|
+
type: {
|
258
|
+
name: "String",
|
259
|
+
},
|
260
|
+
},
|
261
|
+
};
|
262
|
+
export const operationResultId = {
|
263
|
+
parameterPath: "operationResultId",
|
264
|
+
mapper: {
|
265
|
+
serializedName: "operationResultId",
|
266
|
+
required: true,
|
267
|
+
type: {
|
268
|
+
name: "String",
|
269
|
+
},
|
270
|
+
},
|
271
|
+
};
|
272
|
+
//# sourceMappingURL=parameters.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n ServicesDescription as ServicesDescriptionMapper,\n ServicesPatchDescription as ServicesPatchDescriptionMapper,\n CheckNameAvailabilityParameters as CheckNameAvailabilityParametersMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n Workspace as WorkspaceMapper,\n WorkspacePatchResource as WorkspacePatchResourceMapper,\n DicomService as DicomServiceMapper,\n DicomServicePatchResource as DicomServicePatchResourceMapper,\n IotConnector as IotConnectorMapper,\n IotConnectorPatchResource as IotConnectorPatchResourceMapper,\n IotFhirDestination as IotFhirDestinationMapper,\n FhirService as FhirServiceMapper,\n FhirServicePatchResource as FhirServicePatchResourceMapper,\n PrivateEndpointConnectionDescription as PrivateEndpointConnectionDescriptionMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2024-03-31\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-\\\\w\\\\._\\\\(\\\\)]+$\"),\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const serviceDescription: OperationParameter = {\n parameterPath: \"serviceDescription\",\n mapper: ServicesDescriptionMapper,\n};\n\nexport const servicePatchDescription: OperationParameter = {\n parameterPath: \"servicePatchDescription\",\n mapper: ServicesPatchDescriptionMapper,\n};\n\nexport const checkNameAvailabilityInputs: OperationParameter = {\n parameterPath: \"checkNameAvailabilityInputs\",\n mapper: CheckNameAvailabilityParametersMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const properties: OperationParameter = {\n parameterPath: \"properties\",\n mapper: PrivateEndpointConnectionMapper,\n};\n\nexport const groupName: OperationURLParameter = {\n parameterPath: \"groupName\",\n mapper: {\n serializedName: \"groupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const workspaceName: OperationURLParameter = {\n parameterPath: \"workspaceName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"workspaceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const workspace: OperationParameter = {\n parameterPath: \"workspace\",\n mapper: WorkspaceMapper,\n};\n\nexport const workspacePatchResource: OperationParameter = {\n parameterPath: \"workspacePatchResource\",\n mapper: WorkspacePatchResourceMapper,\n};\n\nexport const dicomServiceName: OperationURLParameter = {\n parameterPath: \"dicomServiceName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"dicomServiceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const dicomservice: OperationParameter = {\n parameterPath: \"dicomservice\",\n mapper: DicomServiceMapper,\n};\n\nexport const dicomservicePatchResource: OperationParameter = {\n parameterPath: \"dicomservicePatchResource\",\n mapper: DicomServicePatchResourceMapper,\n};\n\nexport const iotConnectorName: OperationURLParameter = {\n parameterPath: \"iotConnectorName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"iotConnectorName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const iotConnector: OperationParameter = {\n parameterPath: \"iotConnector\",\n mapper: IotConnectorMapper,\n};\n\nexport const iotConnectorPatchResource: OperationParameter = {\n parameterPath: \"iotConnectorPatchResource\",\n mapper: IotConnectorPatchResourceMapper,\n};\n\nexport const fhirDestinationName: OperationURLParameter = {\n parameterPath: \"fhirDestinationName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"fhirDestinationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const iotFhirDestination: OperationParameter = {\n parameterPath: \"iotFhirDestination\",\n mapper: IotFhirDestinationMapper,\n};\n\nexport const fhirServiceName: OperationURLParameter = {\n parameterPath: \"fhirServiceName\",\n mapper: {\n constraints: {\n MaxLength: 24,\n MinLength: 3,\n },\n serializedName: \"fhirServiceName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const fhirservice: OperationParameter = {\n parameterPath: \"fhirservice\",\n mapper: FhirServiceMapper,\n};\n\nexport const fhirservicePatchResource: OperationParameter = {\n parameterPath: \"fhirservicePatchResource\",\n mapper: FhirServicePatchResourceMapper,\n};\n\nexport const properties1: OperationParameter = {\n parameterPath: \"properties\",\n mapper: PrivateEndpointConnectionDescriptionMapper,\n};\n\nexport const locationName: OperationURLParameter = {\n parameterPath: \"locationName\",\n mapper: {\n serializedName: \"locationName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const operationResultId: OperationURLParameter = {\n parameterPath: \"operationResultId\",\n mapper: {\n serializedName: \"operationResultId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|