@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
@@ -1,747 +0,0 @@
|
|
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
|
-
|
9
|
-
import { PagedAsyncIterableIterator, PageSettings } from "@azure/core-paging";
|
10
|
-
import { setContinuationToken } from "../pagingHelper";
|
11
|
-
import { Services } from "../operationsInterfaces";
|
12
|
-
import * as coreClient from "@azure/core-client";
|
13
|
-
import * as Mappers from "../models/mappers";
|
14
|
-
import * as Parameters from "../models/parameters";
|
15
|
-
import { HealthcareApisManagementClient } from "../healthcareApisManagementClient";
|
16
|
-
import {
|
17
|
-
SimplePollerLike,
|
18
|
-
OperationState,
|
19
|
-
createHttpPoller,
|
20
|
-
} from "@azure/core-lro";
|
21
|
-
import { createLroSpec } from "../lroImpl";
|
22
|
-
import {
|
23
|
-
ServicesDescription,
|
24
|
-
ServicesListNextOptionalParams,
|
25
|
-
ServicesListOptionalParams,
|
26
|
-
ServicesListResponse,
|
27
|
-
ServicesListByResourceGroupNextOptionalParams,
|
28
|
-
ServicesListByResourceGroupOptionalParams,
|
29
|
-
ServicesListByResourceGroupResponse,
|
30
|
-
ServicesGetOptionalParams,
|
31
|
-
ServicesGetResponse,
|
32
|
-
ServicesCreateOrUpdateOptionalParams,
|
33
|
-
ServicesCreateOrUpdateResponse,
|
34
|
-
ServicesPatchDescription,
|
35
|
-
ServicesUpdateOptionalParams,
|
36
|
-
ServicesUpdateResponse,
|
37
|
-
ServicesDeleteOptionalParams,
|
38
|
-
CheckNameAvailabilityParameters,
|
39
|
-
ServicesCheckNameAvailabilityOptionalParams,
|
40
|
-
ServicesCheckNameAvailabilityResponse,
|
41
|
-
ServicesListNextResponse,
|
42
|
-
ServicesListByResourceGroupNextResponse,
|
43
|
-
} from "../models";
|
44
|
-
|
45
|
-
/// <reference lib="esnext.asynciterable" />
|
46
|
-
/** Class containing Services operations. */
|
47
|
-
export class ServicesImpl implements Services {
|
48
|
-
private readonly client: HealthcareApisManagementClient;
|
49
|
-
|
50
|
-
/**
|
51
|
-
* Initialize a new instance of the class Services class.
|
52
|
-
* @param client Reference to the service client
|
53
|
-
*/
|
54
|
-
constructor(client: HealthcareApisManagementClient) {
|
55
|
-
this.client = client;
|
56
|
-
}
|
57
|
-
|
58
|
-
/**
|
59
|
-
* Get all the service instances in a subscription.
|
60
|
-
* @param options The options parameters.
|
61
|
-
*/
|
62
|
-
public list(
|
63
|
-
options?: ServicesListOptionalParams,
|
64
|
-
): PagedAsyncIterableIterator<ServicesDescription> {
|
65
|
-
const iter = this.listPagingAll(options);
|
66
|
-
return {
|
67
|
-
next() {
|
68
|
-
return iter.next();
|
69
|
-
},
|
70
|
-
[Symbol.asyncIterator]() {
|
71
|
-
return this;
|
72
|
-
},
|
73
|
-
byPage: (settings?: PageSettings) => {
|
74
|
-
if (settings?.maxPageSize) {
|
75
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
76
|
-
}
|
77
|
-
return this.listPagingPage(options, settings);
|
78
|
-
},
|
79
|
-
};
|
80
|
-
}
|
81
|
-
|
82
|
-
private async *listPagingPage(
|
83
|
-
options?: ServicesListOptionalParams,
|
84
|
-
settings?: PageSettings,
|
85
|
-
): AsyncIterableIterator<ServicesDescription[]> {
|
86
|
-
let result: ServicesListResponse;
|
87
|
-
let continuationToken = settings?.continuationToken;
|
88
|
-
if (!continuationToken) {
|
89
|
-
result = await this._list(options);
|
90
|
-
let page = result.value || [];
|
91
|
-
continuationToken = result.nextLink;
|
92
|
-
setContinuationToken(page, continuationToken);
|
93
|
-
yield page;
|
94
|
-
}
|
95
|
-
while (continuationToken) {
|
96
|
-
result = await this._listNext(continuationToken, options);
|
97
|
-
continuationToken = result.nextLink;
|
98
|
-
let page = result.value || [];
|
99
|
-
setContinuationToken(page, continuationToken);
|
100
|
-
yield page;
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
private async *listPagingAll(
|
105
|
-
options?: ServicesListOptionalParams,
|
106
|
-
): AsyncIterableIterator<ServicesDescription> {
|
107
|
-
for await (const page of this.listPagingPage(options)) {
|
108
|
-
yield* page;
|
109
|
-
}
|
110
|
-
}
|
111
|
-
|
112
|
-
/**
|
113
|
-
* Get all the service instances in a resource group.
|
114
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
115
|
-
* @param options The options parameters.
|
116
|
-
*/
|
117
|
-
public listByResourceGroup(
|
118
|
-
resourceGroupName: string,
|
119
|
-
options?: ServicesListByResourceGroupOptionalParams,
|
120
|
-
): PagedAsyncIterableIterator<ServicesDescription> {
|
121
|
-
const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);
|
122
|
-
return {
|
123
|
-
next() {
|
124
|
-
return iter.next();
|
125
|
-
},
|
126
|
-
[Symbol.asyncIterator]() {
|
127
|
-
return this;
|
128
|
-
},
|
129
|
-
byPage: (settings?: PageSettings) => {
|
130
|
-
if (settings?.maxPageSize) {
|
131
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
132
|
-
}
|
133
|
-
return this.listByResourceGroupPagingPage(
|
134
|
-
resourceGroupName,
|
135
|
-
options,
|
136
|
-
settings,
|
137
|
-
);
|
138
|
-
},
|
139
|
-
};
|
140
|
-
}
|
141
|
-
|
142
|
-
private async *listByResourceGroupPagingPage(
|
143
|
-
resourceGroupName: string,
|
144
|
-
options?: ServicesListByResourceGroupOptionalParams,
|
145
|
-
settings?: PageSettings,
|
146
|
-
): AsyncIterableIterator<ServicesDescription[]> {
|
147
|
-
let result: ServicesListByResourceGroupResponse;
|
148
|
-
let continuationToken = settings?.continuationToken;
|
149
|
-
if (!continuationToken) {
|
150
|
-
result = await this._listByResourceGroup(resourceGroupName, options);
|
151
|
-
let page = result.value || [];
|
152
|
-
continuationToken = result.nextLink;
|
153
|
-
setContinuationToken(page, continuationToken);
|
154
|
-
yield page;
|
155
|
-
}
|
156
|
-
while (continuationToken) {
|
157
|
-
result = await this._listByResourceGroupNext(
|
158
|
-
resourceGroupName,
|
159
|
-
continuationToken,
|
160
|
-
options,
|
161
|
-
);
|
162
|
-
continuationToken = result.nextLink;
|
163
|
-
let page = result.value || [];
|
164
|
-
setContinuationToken(page, continuationToken);
|
165
|
-
yield page;
|
166
|
-
}
|
167
|
-
}
|
168
|
-
|
169
|
-
private async *listByResourceGroupPagingAll(
|
170
|
-
resourceGroupName: string,
|
171
|
-
options?: ServicesListByResourceGroupOptionalParams,
|
172
|
-
): AsyncIterableIterator<ServicesDescription> {
|
173
|
-
for await (const page of this.listByResourceGroupPagingPage(
|
174
|
-
resourceGroupName,
|
175
|
-
options,
|
176
|
-
)) {
|
177
|
-
yield* page;
|
178
|
-
}
|
179
|
-
}
|
180
|
-
|
181
|
-
/**
|
182
|
-
* Get the metadata of a service instance.
|
183
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
184
|
-
* @param resourceName The name of the service instance.
|
185
|
-
* @param options The options parameters.
|
186
|
-
*/
|
187
|
-
get(
|
188
|
-
resourceGroupName: string,
|
189
|
-
resourceName: string,
|
190
|
-
options?: ServicesGetOptionalParams,
|
191
|
-
): Promise<ServicesGetResponse> {
|
192
|
-
return this.client.sendOperationRequest(
|
193
|
-
{ resourceGroupName, resourceName, options },
|
194
|
-
getOperationSpec,
|
195
|
-
);
|
196
|
-
}
|
197
|
-
|
198
|
-
/**
|
199
|
-
* Create or update the metadata of a service instance.
|
200
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
201
|
-
* @param resourceName The name of the service instance.
|
202
|
-
* @param serviceDescription The service instance metadata.
|
203
|
-
* @param options The options parameters.
|
204
|
-
*/
|
205
|
-
async beginCreateOrUpdate(
|
206
|
-
resourceGroupName: string,
|
207
|
-
resourceName: string,
|
208
|
-
serviceDescription: ServicesDescription,
|
209
|
-
options?: ServicesCreateOrUpdateOptionalParams,
|
210
|
-
): Promise<
|
211
|
-
SimplePollerLike<
|
212
|
-
OperationState<ServicesCreateOrUpdateResponse>,
|
213
|
-
ServicesCreateOrUpdateResponse
|
214
|
-
>
|
215
|
-
> {
|
216
|
-
const directSendOperation = async (
|
217
|
-
args: coreClient.OperationArguments,
|
218
|
-
spec: coreClient.OperationSpec,
|
219
|
-
): Promise<ServicesCreateOrUpdateResponse> => {
|
220
|
-
return this.client.sendOperationRequest(args, spec);
|
221
|
-
};
|
222
|
-
const sendOperationFn = async (
|
223
|
-
args: coreClient.OperationArguments,
|
224
|
-
spec: coreClient.OperationSpec,
|
225
|
-
) => {
|
226
|
-
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
227
|
-
undefined;
|
228
|
-
const providedCallback = args.options?.onResponse;
|
229
|
-
const callback: coreClient.RawResponseCallback = (
|
230
|
-
rawResponse: coreClient.FullOperationResponse,
|
231
|
-
flatResponse: unknown,
|
232
|
-
) => {
|
233
|
-
currentRawResponse = rawResponse;
|
234
|
-
providedCallback?.(rawResponse, flatResponse);
|
235
|
-
};
|
236
|
-
const updatedArgs = {
|
237
|
-
...args,
|
238
|
-
options: {
|
239
|
-
...args.options,
|
240
|
-
onResponse: callback,
|
241
|
-
},
|
242
|
-
};
|
243
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
244
|
-
return {
|
245
|
-
flatResponse,
|
246
|
-
rawResponse: {
|
247
|
-
statusCode: currentRawResponse!.status,
|
248
|
-
body: currentRawResponse!.parsedBody,
|
249
|
-
headers: currentRawResponse!.headers.toJSON(),
|
250
|
-
},
|
251
|
-
};
|
252
|
-
};
|
253
|
-
|
254
|
-
const lro = createLroSpec({
|
255
|
-
sendOperationFn,
|
256
|
-
args: { resourceGroupName, resourceName, serviceDescription, options },
|
257
|
-
spec: createOrUpdateOperationSpec,
|
258
|
-
});
|
259
|
-
const poller = await createHttpPoller<
|
260
|
-
ServicesCreateOrUpdateResponse,
|
261
|
-
OperationState<ServicesCreateOrUpdateResponse>
|
262
|
-
>(lro, {
|
263
|
-
restoreFrom: options?.resumeFrom,
|
264
|
-
intervalInMs: options?.updateIntervalInMs,
|
265
|
-
});
|
266
|
-
await poller.poll();
|
267
|
-
return poller;
|
268
|
-
}
|
269
|
-
|
270
|
-
/**
|
271
|
-
* Create or update the metadata of a service instance.
|
272
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
273
|
-
* @param resourceName The name of the service instance.
|
274
|
-
* @param serviceDescription The service instance metadata.
|
275
|
-
* @param options The options parameters.
|
276
|
-
*/
|
277
|
-
async beginCreateOrUpdateAndWait(
|
278
|
-
resourceGroupName: string,
|
279
|
-
resourceName: string,
|
280
|
-
serviceDescription: ServicesDescription,
|
281
|
-
options?: ServicesCreateOrUpdateOptionalParams,
|
282
|
-
): Promise<ServicesCreateOrUpdateResponse> {
|
283
|
-
const poller = await this.beginCreateOrUpdate(
|
284
|
-
resourceGroupName,
|
285
|
-
resourceName,
|
286
|
-
serviceDescription,
|
287
|
-
options,
|
288
|
-
);
|
289
|
-
return poller.pollUntilDone();
|
290
|
-
}
|
291
|
-
|
292
|
-
/**
|
293
|
-
* Update the metadata of a service instance.
|
294
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
295
|
-
* @param resourceName The name of the service instance.
|
296
|
-
* @param servicePatchDescription The service instance metadata and security metadata.
|
297
|
-
* @param options The options parameters.
|
298
|
-
*/
|
299
|
-
async beginUpdate(
|
300
|
-
resourceGroupName: string,
|
301
|
-
resourceName: string,
|
302
|
-
servicePatchDescription: ServicesPatchDescription,
|
303
|
-
options?: ServicesUpdateOptionalParams,
|
304
|
-
): Promise<
|
305
|
-
SimplePollerLike<
|
306
|
-
OperationState<ServicesUpdateResponse>,
|
307
|
-
ServicesUpdateResponse
|
308
|
-
>
|
309
|
-
> {
|
310
|
-
const directSendOperation = async (
|
311
|
-
args: coreClient.OperationArguments,
|
312
|
-
spec: coreClient.OperationSpec,
|
313
|
-
): Promise<ServicesUpdateResponse> => {
|
314
|
-
return this.client.sendOperationRequest(args, spec);
|
315
|
-
};
|
316
|
-
const sendOperationFn = async (
|
317
|
-
args: coreClient.OperationArguments,
|
318
|
-
spec: coreClient.OperationSpec,
|
319
|
-
) => {
|
320
|
-
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
321
|
-
undefined;
|
322
|
-
const providedCallback = args.options?.onResponse;
|
323
|
-
const callback: coreClient.RawResponseCallback = (
|
324
|
-
rawResponse: coreClient.FullOperationResponse,
|
325
|
-
flatResponse: unknown,
|
326
|
-
) => {
|
327
|
-
currentRawResponse = rawResponse;
|
328
|
-
providedCallback?.(rawResponse, flatResponse);
|
329
|
-
};
|
330
|
-
const updatedArgs = {
|
331
|
-
...args,
|
332
|
-
options: {
|
333
|
-
...args.options,
|
334
|
-
onResponse: callback,
|
335
|
-
},
|
336
|
-
};
|
337
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
338
|
-
return {
|
339
|
-
flatResponse,
|
340
|
-
rawResponse: {
|
341
|
-
statusCode: currentRawResponse!.status,
|
342
|
-
body: currentRawResponse!.parsedBody,
|
343
|
-
headers: currentRawResponse!.headers.toJSON(),
|
344
|
-
},
|
345
|
-
};
|
346
|
-
};
|
347
|
-
|
348
|
-
const lro = createLroSpec({
|
349
|
-
sendOperationFn,
|
350
|
-
args: {
|
351
|
-
resourceGroupName,
|
352
|
-
resourceName,
|
353
|
-
servicePatchDescription,
|
354
|
-
options,
|
355
|
-
},
|
356
|
-
spec: updateOperationSpec,
|
357
|
-
});
|
358
|
-
const poller = await createHttpPoller<
|
359
|
-
ServicesUpdateResponse,
|
360
|
-
OperationState<ServicesUpdateResponse>
|
361
|
-
>(lro, {
|
362
|
-
restoreFrom: options?.resumeFrom,
|
363
|
-
intervalInMs: options?.updateIntervalInMs,
|
364
|
-
});
|
365
|
-
await poller.poll();
|
366
|
-
return poller;
|
367
|
-
}
|
368
|
-
|
369
|
-
/**
|
370
|
-
* Update the metadata of a service instance.
|
371
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
372
|
-
* @param resourceName The name of the service instance.
|
373
|
-
* @param servicePatchDescription The service instance metadata and security metadata.
|
374
|
-
* @param options The options parameters.
|
375
|
-
*/
|
376
|
-
async beginUpdateAndWait(
|
377
|
-
resourceGroupName: string,
|
378
|
-
resourceName: string,
|
379
|
-
servicePatchDescription: ServicesPatchDescription,
|
380
|
-
options?: ServicesUpdateOptionalParams,
|
381
|
-
): Promise<ServicesUpdateResponse> {
|
382
|
-
const poller = await this.beginUpdate(
|
383
|
-
resourceGroupName,
|
384
|
-
resourceName,
|
385
|
-
servicePatchDescription,
|
386
|
-
options,
|
387
|
-
);
|
388
|
-
return poller.pollUntilDone();
|
389
|
-
}
|
390
|
-
|
391
|
-
/**
|
392
|
-
* Delete a service instance.
|
393
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
394
|
-
* @param resourceName The name of the service instance.
|
395
|
-
* @param options The options parameters.
|
396
|
-
*/
|
397
|
-
async beginDelete(
|
398
|
-
resourceGroupName: string,
|
399
|
-
resourceName: string,
|
400
|
-
options?: ServicesDeleteOptionalParams,
|
401
|
-
): Promise<SimplePollerLike<OperationState<void>, void>> {
|
402
|
-
const directSendOperation = async (
|
403
|
-
args: coreClient.OperationArguments,
|
404
|
-
spec: coreClient.OperationSpec,
|
405
|
-
): Promise<void> => {
|
406
|
-
return this.client.sendOperationRequest(args, spec);
|
407
|
-
};
|
408
|
-
const sendOperationFn = async (
|
409
|
-
args: coreClient.OperationArguments,
|
410
|
-
spec: coreClient.OperationSpec,
|
411
|
-
) => {
|
412
|
-
let currentRawResponse: coreClient.FullOperationResponse | undefined =
|
413
|
-
undefined;
|
414
|
-
const providedCallback = args.options?.onResponse;
|
415
|
-
const callback: coreClient.RawResponseCallback = (
|
416
|
-
rawResponse: coreClient.FullOperationResponse,
|
417
|
-
flatResponse: unknown,
|
418
|
-
) => {
|
419
|
-
currentRawResponse = rawResponse;
|
420
|
-
providedCallback?.(rawResponse, flatResponse);
|
421
|
-
};
|
422
|
-
const updatedArgs = {
|
423
|
-
...args,
|
424
|
-
options: {
|
425
|
-
...args.options,
|
426
|
-
onResponse: callback,
|
427
|
-
},
|
428
|
-
};
|
429
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
430
|
-
return {
|
431
|
-
flatResponse,
|
432
|
-
rawResponse: {
|
433
|
-
statusCode: currentRawResponse!.status,
|
434
|
-
body: currentRawResponse!.parsedBody,
|
435
|
-
headers: currentRawResponse!.headers.toJSON(),
|
436
|
-
},
|
437
|
-
};
|
438
|
-
};
|
439
|
-
|
440
|
-
const lro = createLroSpec({
|
441
|
-
sendOperationFn,
|
442
|
-
args: { resourceGroupName, resourceName, options },
|
443
|
-
spec: deleteOperationSpec,
|
444
|
-
});
|
445
|
-
const poller = await createHttpPoller<void, OperationState<void>>(lro, {
|
446
|
-
restoreFrom: options?.resumeFrom,
|
447
|
-
intervalInMs: options?.updateIntervalInMs,
|
448
|
-
});
|
449
|
-
await poller.poll();
|
450
|
-
return poller;
|
451
|
-
}
|
452
|
-
|
453
|
-
/**
|
454
|
-
* Delete a service instance.
|
455
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
456
|
-
* @param resourceName The name of the service instance.
|
457
|
-
* @param options The options parameters.
|
458
|
-
*/
|
459
|
-
async beginDeleteAndWait(
|
460
|
-
resourceGroupName: string,
|
461
|
-
resourceName: string,
|
462
|
-
options?: ServicesDeleteOptionalParams,
|
463
|
-
): Promise<void> {
|
464
|
-
const poller = await this.beginDelete(
|
465
|
-
resourceGroupName,
|
466
|
-
resourceName,
|
467
|
-
options,
|
468
|
-
);
|
469
|
-
return poller.pollUntilDone();
|
470
|
-
}
|
471
|
-
|
472
|
-
/**
|
473
|
-
* Get all the service instances in a subscription.
|
474
|
-
* @param options The options parameters.
|
475
|
-
*/
|
476
|
-
private _list(
|
477
|
-
options?: ServicesListOptionalParams,
|
478
|
-
): Promise<ServicesListResponse> {
|
479
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
480
|
-
}
|
481
|
-
|
482
|
-
/**
|
483
|
-
* Get all the service instances in a resource group.
|
484
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
485
|
-
* @param options The options parameters.
|
486
|
-
*/
|
487
|
-
private _listByResourceGroup(
|
488
|
-
resourceGroupName: string,
|
489
|
-
options?: ServicesListByResourceGroupOptionalParams,
|
490
|
-
): Promise<ServicesListByResourceGroupResponse> {
|
491
|
-
return this.client.sendOperationRequest(
|
492
|
-
{ resourceGroupName, options },
|
493
|
-
listByResourceGroupOperationSpec,
|
494
|
-
);
|
495
|
-
}
|
496
|
-
|
497
|
-
/**
|
498
|
-
* Check if a service instance name is available.
|
499
|
-
* @param checkNameAvailabilityInputs Set the name parameter in the CheckNameAvailabilityParameters
|
500
|
-
* structure to the name of the service instance to check.
|
501
|
-
* @param options The options parameters.
|
502
|
-
*/
|
503
|
-
checkNameAvailability(
|
504
|
-
checkNameAvailabilityInputs: CheckNameAvailabilityParameters,
|
505
|
-
options?: ServicesCheckNameAvailabilityOptionalParams,
|
506
|
-
): Promise<ServicesCheckNameAvailabilityResponse> {
|
507
|
-
return this.client.sendOperationRequest(
|
508
|
-
{ checkNameAvailabilityInputs, options },
|
509
|
-
checkNameAvailabilityOperationSpec,
|
510
|
-
);
|
511
|
-
}
|
512
|
-
|
513
|
-
/**
|
514
|
-
* ListNext
|
515
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
516
|
-
* @param options The options parameters.
|
517
|
-
*/
|
518
|
-
private _listNext(
|
519
|
-
nextLink: string,
|
520
|
-
options?: ServicesListNextOptionalParams,
|
521
|
-
): Promise<ServicesListNextResponse> {
|
522
|
-
return this.client.sendOperationRequest(
|
523
|
-
{ nextLink, options },
|
524
|
-
listNextOperationSpec,
|
525
|
-
);
|
526
|
-
}
|
527
|
-
|
528
|
-
/**
|
529
|
-
* ListByResourceGroupNext
|
530
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
531
|
-
* @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
|
532
|
-
* @param options The options parameters.
|
533
|
-
*/
|
534
|
-
private _listByResourceGroupNext(
|
535
|
-
resourceGroupName: string,
|
536
|
-
nextLink: string,
|
537
|
-
options?: ServicesListByResourceGroupNextOptionalParams,
|
538
|
-
): Promise<ServicesListByResourceGroupNextResponse> {
|
539
|
-
return this.client.sendOperationRequest(
|
540
|
-
{ resourceGroupName, nextLink, options },
|
541
|
-
listByResourceGroupNextOperationSpec,
|
542
|
-
);
|
543
|
-
}
|
544
|
-
}
|
545
|
-
// Operation Specifications
|
546
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
547
|
-
|
548
|
-
const getOperationSpec: coreClient.OperationSpec = {
|
549
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}",
|
550
|
-
httpMethod: "GET",
|
551
|
-
responses: {
|
552
|
-
200: {
|
553
|
-
bodyMapper: Mappers.ServicesDescription,
|
554
|
-
},
|
555
|
-
default: {
|
556
|
-
bodyMapper: Mappers.ErrorDetails,
|
557
|
-
},
|
558
|
-
},
|
559
|
-
queryParameters: [Parameters.apiVersion],
|
560
|
-
urlParameters: [
|
561
|
-
Parameters.$host,
|
562
|
-
Parameters.subscriptionId,
|
563
|
-
Parameters.resourceGroupName,
|
564
|
-
Parameters.resourceName,
|
565
|
-
],
|
566
|
-
headerParameters: [Parameters.accept],
|
567
|
-
serializer,
|
568
|
-
};
|
569
|
-
const createOrUpdateOperationSpec: coreClient.OperationSpec = {
|
570
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}",
|
571
|
-
httpMethod: "PUT",
|
572
|
-
responses: {
|
573
|
-
200: {
|
574
|
-
bodyMapper: Mappers.ServicesDescription,
|
575
|
-
},
|
576
|
-
201: {
|
577
|
-
bodyMapper: Mappers.ServicesDescription,
|
578
|
-
},
|
579
|
-
202: {
|
580
|
-
bodyMapper: Mappers.ServicesDescription,
|
581
|
-
},
|
582
|
-
204: {
|
583
|
-
bodyMapper: Mappers.ServicesDescription,
|
584
|
-
},
|
585
|
-
default: {
|
586
|
-
bodyMapper: Mappers.ErrorDetails,
|
587
|
-
},
|
588
|
-
},
|
589
|
-
requestBody: Parameters.serviceDescription,
|
590
|
-
queryParameters: [Parameters.apiVersion],
|
591
|
-
urlParameters: [
|
592
|
-
Parameters.$host,
|
593
|
-
Parameters.subscriptionId,
|
594
|
-
Parameters.resourceGroupName,
|
595
|
-
Parameters.resourceName,
|
596
|
-
],
|
597
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
598
|
-
mediaType: "json",
|
599
|
-
serializer,
|
600
|
-
};
|
601
|
-
const updateOperationSpec: coreClient.OperationSpec = {
|
602
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}",
|
603
|
-
httpMethod: "PATCH",
|
604
|
-
responses: {
|
605
|
-
200: {
|
606
|
-
bodyMapper: Mappers.ServicesDescription,
|
607
|
-
},
|
608
|
-
201: {
|
609
|
-
bodyMapper: Mappers.ServicesDescription,
|
610
|
-
},
|
611
|
-
202: {
|
612
|
-
bodyMapper: Mappers.ServicesDescription,
|
613
|
-
},
|
614
|
-
204: {
|
615
|
-
bodyMapper: Mappers.ServicesDescription,
|
616
|
-
},
|
617
|
-
default: {
|
618
|
-
bodyMapper: Mappers.ErrorDetails,
|
619
|
-
},
|
620
|
-
},
|
621
|
-
requestBody: Parameters.servicePatchDescription,
|
622
|
-
queryParameters: [Parameters.apiVersion],
|
623
|
-
urlParameters: [
|
624
|
-
Parameters.$host,
|
625
|
-
Parameters.subscriptionId,
|
626
|
-
Parameters.resourceGroupName,
|
627
|
-
Parameters.resourceName,
|
628
|
-
],
|
629
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
630
|
-
mediaType: "json",
|
631
|
-
serializer,
|
632
|
-
};
|
633
|
-
const deleteOperationSpec: coreClient.OperationSpec = {
|
634
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName}",
|
635
|
-
httpMethod: "DELETE",
|
636
|
-
responses: {
|
637
|
-
200: {},
|
638
|
-
201: {},
|
639
|
-
202: {},
|
640
|
-
204: {},
|
641
|
-
default: {
|
642
|
-
bodyMapper: Mappers.ErrorDetails,
|
643
|
-
},
|
644
|
-
},
|
645
|
-
queryParameters: [Parameters.apiVersion],
|
646
|
-
urlParameters: [
|
647
|
-
Parameters.$host,
|
648
|
-
Parameters.subscriptionId,
|
649
|
-
Parameters.resourceGroupName,
|
650
|
-
Parameters.resourceName,
|
651
|
-
],
|
652
|
-
headerParameters: [Parameters.accept],
|
653
|
-
serializer,
|
654
|
-
};
|
655
|
-
const listOperationSpec: coreClient.OperationSpec = {
|
656
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/services",
|
657
|
-
httpMethod: "GET",
|
658
|
-
responses: {
|
659
|
-
200: {
|
660
|
-
bodyMapper: Mappers.ServicesDescriptionListResult,
|
661
|
-
},
|
662
|
-
default: {
|
663
|
-
bodyMapper: Mappers.ErrorDetails,
|
664
|
-
},
|
665
|
-
},
|
666
|
-
queryParameters: [Parameters.apiVersion],
|
667
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
668
|
-
headerParameters: [Parameters.accept],
|
669
|
-
serializer,
|
670
|
-
};
|
671
|
-
const listByResourceGroupOperationSpec: coreClient.OperationSpec = {
|
672
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services",
|
673
|
-
httpMethod: "GET",
|
674
|
-
responses: {
|
675
|
-
200: {
|
676
|
-
bodyMapper: Mappers.ServicesDescriptionListResult,
|
677
|
-
},
|
678
|
-
default: {
|
679
|
-
bodyMapper: Mappers.ErrorDetails,
|
680
|
-
},
|
681
|
-
},
|
682
|
-
queryParameters: [Parameters.apiVersion],
|
683
|
-
urlParameters: [
|
684
|
-
Parameters.$host,
|
685
|
-
Parameters.subscriptionId,
|
686
|
-
Parameters.resourceGroupName,
|
687
|
-
],
|
688
|
-
headerParameters: [Parameters.accept],
|
689
|
-
serializer,
|
690
|
-
};
|
691
|
-
const checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {
|
692
|
-
path: "/subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/checkNameAvailability",
|
693
|
-
httpMethod: "POST",
|
694
|
-
responses: {
|
695
|
-
200: {
|
696
|
-
bodyMapper: Mappers.ServicesNameAvailabilityInfo,
|
697
|
-
},
|
698
|
-
default: {
|
699
|
-
bodyMapper: Mappers.ErrorDetails,
|
700
|
-
},
|
701
|
-
},
|
702
|
-
requestBody: Parameters.checkNameAvailabilityInputs,
|
703
|
-
queryParameters: [Parameters.apiVersion],
|
704
|
-
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
705
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
706
|
-
mediaType: "json",
|
707
|
-
serializer,
|
708
|
-
};
|
709
|
-
const listNextOperationSpec: coreClient.OperationSpec = {
|
710
|
-
path: "{nextLink}",
|
711
|
-
httpMethod: "GET",
|
712
|
-
responses: {
|
713
|
-
200: {
|
714
|
-
bodyMapper: Mappers.ServicesDescriptionListResult,
|
715
|
-
},
|
716
|
-
default: {
|
717
|
-
bodyMapper: Mappers.ErrorDetails,
|
718
|
-
},
|
719
|
-
},
|
720
|
-
urlParameters: [
|
721
|
-
Parameters.$host,
|
722
|
-
Parameters.subscriptionId,
|
723
|
-
Parameters.nextLink,
|
724
|
-
],
|
725
|
-
headerParameters: [Parameters.accept],
|
726
|
-
serializer,
|
727
|
-
};
|
728
|
-
const listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {
|
729
|
-
path: "{nextLink}",
|
730
|
-
httpMethod: "GET",
|
731
|
-
responses: {
|
732
|
-
200: {
|
733
|
-
bodyMapper: Mappers.ServicesDescriptionListResult,
|
734
|
-
},
|
735
|
-
default: {
|
736
|
-
bodyMapper: Mappers.ErrorDetails,
|
737
|
-
},
|
738
|
-
},
|
739
|
-
urlParameters: [
|
740
|
-
Parameters.$host,
|
741
|
-
Parameters.subscriptionId,
|
742
|
-
Parameters.resourceGroupName,
|
743
|
-
Parameters.nextLink,
|
744
|
-
],
|
745
|
-
headerParameters: [Parameters.accept],
|
746
|
-
serializer,
|
747
|
-
};
|