@azure/arm-healthcareapis 3.1.1-alpha.20250205.1 → 3.1.1-alpha.20250207.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,2385 +0,0 @@
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
2
|
-
import * as coreClient from '@azure/core-client';
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
6
|
-
|
7
|
-
/**
|
8
|
-
* Defines values for ActionType. \
|
9
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
10
|
-
* this enum contains the known values that the service supports.
|
11
|
-
* ### Known values supported by the service
|
12
|
-
* **Internal**
|
13
|
-
*/
|
14
|
-
export declare type ActionType = string;
|
15
|
-
|
16
|
-
/** Input values. */
|
17
|
-
export declare interface CheckNameAvailabilityParameters {
|
18
|
-
/** The name of the service instance to check. */
|
19
|
-
name: string;
|
20
|
-
/** The fully qualified resource type which includes provider namespace. */
|
21
|
-
type: string;
|
22
|
-
}
|
23
|
-
|
24
|
-
/** The settings for the CORS configuration of the service instance. */
|
25
|
-
export declare interface CorsConfiguration {
|
26
|
-
/** The origins to be allowed via CORS. */
|
27
|
-
origins?: string[];
|
28
|
-
/** The headers to be allowed via CORS. */
|
29
|
-
headers?: string[];
|
30
|
-
/** The methods to be allowed via CORS. */
|
31
|
-
methods?: string[];
|
32
|
-
/** The max age to be allowed via CORS. */
|
33
|
-
maxAge?: number;
|
34
|
-
/** If credentials are allowed via CORS. */
|
35
|
-
allowCredentials?: boolean;
|
36
|
-
}
|
37
|
-
|
38
|
-
/**
|
39
|
-
* Defines values for CreatedByType. \
|
40
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
41
|
-
* this enum contains the known values that the service supports.
|
42
|
-
* ### Known values supported by the service
|
43
|
-
* **User** \
|
44
|
-
* **Application** \
|
45
|
-
* **ManagedIdentity** \
|
46
|
-
* **Key**
|
47
|
-
*/
|
48
|
-
export declare type CreatedByType = string;
|
49
|
-
|
50
|
-
/** The description of Dicom Service */
|
51
|
-
export declare interface DicomService extends TaggedResource, ServiceManagedIdentity {
|
52
|
-
/**
|
53
|
-
* Metadata pertaining to creation and last modification of the resource.
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
55
|
-
*/
|
56
|
-
readonly systemData?: SystemData;
|
57
|
-
/**
|
58
|
-
* The provisioning state.
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
60
|
-
*/
|
61
|
-
readonly provisioningState?: ProvisioningState;
|
62
|
-
/** Dicom Service authentication configuration. */
|
63
|
-
authenticationConfiguration?: DicomServiceAuthenticationConfiguration;
|
64
|
-
/** Dicom Service Cors configuration. */
|
65
|
-
corsConfiguration?: CorsConfiguration;
|
66
|
-
/**
|
67
|
-
* The url of the Dicom Services.
|
68
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
69
|
-
*/
|
70
|
-
readonly serviceUrl?: string;
|
71
|
-
/**
|
72
|
-
* The list of private endpoint connections that are set up for this resource.
|
73
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
74
|
-
*/
|
75
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
76
|
-
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
77
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
78
|
-
/**
|
79
|
-
* DICOM Service event support status.
|
80
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
81
|
-
*/
|
82
|
-
readonly eventState?: ServiceEventState;
|
83
|
-
/** The encryption settings of the DICOM service */
|
84
|
-
encryption?: Encryption;
|
85
|
-
/** The configuration of external storage account */
|
86
|
-
storageConfiguration?: StorageConfiguration;
|
87
|
-
/** If data partitions is enabled or not. */
|
88
|
-
enableDataPartitions?: boolean;
|
89
|
-
}
|
90
|
-
|
91
|
-
/** Authentication configuration information */
|
92
|
-
export declare interface DicomServiceAuthenticationConfiguration {
|
93
|
-
/**
|
94
|
-
* The authority url for the service
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
96
|
-
*/
|
97
|
-
readonly authority?: string;
|
98
|
-
/**
|
99
|
-
* The audiences for the service
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
101
|
-
*/
|
102
|
-
readonly audiences?: string[];
|
103
|
-
}
|
104
|
-
|
105
|
-
/** The collection of Dicom Services. */
|
106
|
-
export declare interface DicomServiceCollection {
|
107
|
-
/** The link used to get the next page of Dicom Services. */
|
108
|
-
nextLink?: string;
|
109
|
-
/** The list of Dicom Services. */
|
110
|
-
value?: DicomService[];
|
111
|
-
}
|
112
|
-
|
113
|
-
/** Dicom Service patch properties */
|
114
|
-
export declare interface DicomServicePatchResource extends ResourceTags, ServiceManagedIdentity {
|
115
|
-
}
|
116
|
-
|
117
|
-
/** Interface representing a DicomServices. */
|
118
|
-
export declare interface DicomServices {
|
119
|
-
/**
|
120
|
-
* Lists all DICOM Services for the given workspace
|
121
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
122
|
-
* @param workspaceName The name of workspace resource.
|
123
|
-
* @param options The options parameters.
|
124
|
-
*/
|
125
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: DicomServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<DicomService>;
|
126
|
-
/**
|
127
|
-
* Gets the properties of the specified DICOM Service.
|
128
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
129
|
-
* @param workspaceName The name of workspace resource.
|
130
|
-
* @param dicomServiceName The name of DICOM Service resource.
|
131
|
-
* @param options The options parameters.
|
132
|
-
*/
|
133
|
-
get(resourceGroupName: string, workspaceName: string, dicomServiceName: string, options?: DicomServicesGetOptionalParams): Promise<DicomServicesGetResponse>;
|
134
|
-
/**
|
135
|
-
* Creates or updates a DICOM Service resource with the specified parameters.
|
136
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
137
|
-
* @param workspaceName The name of workspace resource.
|
138
|
-
* @param dicomServiceName The name of DICOM Service resource.
|
139
|
-
* @param dicomservice The parameters for creating or updating a Dicom Service resource.
|
140
|
-
* @param options The options parameters.
|
141
|
-
*/
|
142
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, dicomServiceName: string, dicomservice: DicomService, options?: DicomServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DicomServicesCreateOrUpdateResponse>, DicomServicesCreateOrUpdateResponse>>;
|
143
|
-
/**
|
144
|
-
* Creates or updates a DICOM Service resource with the specified parameters.
|
145
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
146
|
-
* @param workspaceName The name of workspace resource.
|
147
|
-
* @param dicomServiceName The name of DICOM Service resource.
|
148
|
-
* @param dicomservice The parameters for creating or updating a Dicom Service resource.
|
149
|
-
* @param options The options parameters.
|
150
|
-
*/
|
151
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, dicomServiceName: string, dicomservice: DicomService, options?: DicomServicesCreateOrUpdateOptionalParams): Promise<DicomServicesCreateOrUpdateResponse>;
|
152
|
-
/**
|
153
|
-
* Patch DICOM Service details.
|
154
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
155
|
-
* @param dicomServiceName The name of DICOM Service resource.
|
156
|
-
* @param workspaceName The name of workspace resource.
|
157
|
-
* @param dicomservicePatchResource The parameters for updating a Dicom Service.
|
158
|
-
* @param options The options parameters.
|
159
|
-
*/
|
160
|
-
beginUpdate(resourceGroupName: string, dicomServiceName: string, workspaceName: string, dicomservicePatchResource: DicomServicePatchResource, options?: DicomServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DicomServicesUpdateResponse>, DicomServicesUpdateResponse>>;
|
161
|
-
/**
|
162
|
-
* Patch DICOM Service details.
|
163
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
164
|
-
* @param dicomServiceName The name of DICOM Service resource.
|
165
|
-
* @param workspaceName The name of workspace resource.
|
166
|
-
* @param dicomservicePatchResource The parameters for updating a Dicom Service.
|
167
|
-
* @param options The options parameters.
|
168
|
-
*/
|
169
|
-
beginUpdateAndWait(resourceGroupName: string, dicomServiceName: string, workspaceName: string, dicomservicePatchResource: DicomServicePatchResource, options?: DicomServicesUpdateOptionalParams): Promise<DicomServicesUpdateResponse>;
|
170
|
-
/**
|
171
|
-
* Deletes a DICOM Service.
|
172
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
173
|
-
* @param dicomServiceName The name of DICOM Service resource.
|
174
|
-
* @param workspaceName The name of workspace resource.
|
175
|
-
* @param options The options parameters.
|
176
|
-
*/
|
177
|
-
beginDelete(resourceGroupName: string, dicomServiceName: string, workspaceName: string, options?: DicomServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
178
|
-
/**
|
179
|
-
* Deletes a DICOM Service.
|
180
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
181
|
-
* @param dicomServiceName The name of DICOM Service resource.
|
182
|
-
* @param workspaceName The name of workspace resource.
|
183
|
-
* @param options The options parameters.
|
184
|
-
*/
|
185
|
-
beginDeleteAndWait(resourceGroupName: string, dicomServiceName: string, workspaceName: string, options?: DicomServicesDeleteOptionalParams): Promise<void>;
|
186
|
-
}
|
187
|
-
|
188
|
-
/** Optional parameters. */
|
189
|
-
export declare interface DicomServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
190
|
-
/** Delay to wait until next poll, in milliseconds. */
|
191
|
-
updateIntervalInMs?: number;
|
192
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
193
|
-
resumeFrom?: string;
|
194
|
-
}
|
195
|
-
|
196
|
-
/** Contains response data for the createOrUpdate operation. */
|
197
|
-
export declare type DicomServicesCreateOrUpdateResponse = DicomService;
|
198
|
-
|
199
|
-
/** Optional parameters. */
|
200
|
-
export declare interface DicomServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
201
|
-
/** Delay to wait until next poll, in milliseconds. */
|
202
|
-
updateIntervalInMs?: number;
|
203
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
204
|
-
resumeFrom?: string;
|
205
|
-
}
|
206
|
-
|
207
|
-
/** Optional parameters. */
|
208
|
-
export declare interface DicomServicesGetOptionalParams extends coreClient.OperationOptions {
|
209
|
-
}
|
210
|
-
|
211
|
-
/** Contains response data for the get operation. */
|
212
|
-
export declare type DicomServicesGetResponse = DicomService;
|
213
|
-
|
214
|
-
/** Optional parameters. */
|
215
|
-
export declare interface DicomServicesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
216
|
-
}
|
217
|
-
|
218
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
219
|
-
export declare type DicomServicesListByWorkspaceNextResponse = DicomServiceCollection;
|
220
|
-
|
221
|
-
/** Optional parameters. */
|
222
|
-
export declare interface DicomServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
223
|
-
}
|
224
|
-
|
225
|
-
/** Contains response data for the listByWorkspace operation. */
|
226
|
-
export declare type DicomServicesListByWorkspaceResponse = DicomServiceCollection;
|
227
|
-
|
228
|
-
/** Optional parameters. */
|
229
|
-
export declare interface DicomServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
230
|
-
/** Delay to wait until next poll, in milliseconds. */
|
231
|
-
updateIntervalInMs?: number;
|
232
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
233
|
-
resumeFrom?: string;
|
234
|
-
}
|
235
|
-
|
236
|
-
/** Contains response data for the update operation. */
|
237
|
-
export declare type DicomServicesUpdateResponse = DicomService;
|
238
|
-
|
239
|
-
/** Settings to encrypt a service */
|
240
|
-
export declare interface Encryption {
|
241
|
-
/** The encryption settings for the customer-managed key */
|
242
|
-
customerManagedKeyEncryption?: EncryptionCustomerManagedKeyEncryption;
|
243
|
-
}
|
244
|
-
|
245
|
-
/** The encryption settings for the customer-managed key */
|
246
|
-
export declare interface EncryptionCustomerManagedKeyEncryption {
|
247
|
-
/** The URL of the key to use for encryption */
|
248
|
-
keyEncryptionKeyUrl?: string;
|
249
|
-
}
|
250
|
-
|
251
|
-
/** Error details. */
|
252
|
-
export declare interface ErrorDetails {
|
253
|
-
/** Error details */
|
254
|
-
error?: ErrorDetailsInternal;
|
255
|
-
}
|
256
|
-
|
257
|
-
/** Error details. */
|
258
|
-
export declare interface ErrorDetailsInternal {
|
259
|
-
/**
|
260
|
-
* The error code.
|
261
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
262
|
-
*/
|
263
|
-
readonly code?: string;
|
264
|
-
/**
|
265
|
-
* The error message.
|
266
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
267
|
-
*/
|
268
|
-
readonly message?: string;
|
269
|
-
/**
|
270
|
-
* The target of the particular error.
|
271
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
272
|
-
*/
|
273
|
-
readonly target?: string;
|
274
|
-
}
|
275
|
-
|
276
|
-
/** Error details. */
|
277
|
-
export declare interface ErrorModel {
|
278
|
-
/** Error details */
|
279
|
-
error?: ErrorDetailsInternal;
|
280
|
-
}
|
281
|
-
|
282
|
-
/** Interface representing a FhirDestinations. */
|
283
|
-
export declare interface FhirDestinations {
|
284
|
-
/**
|
285
|
-
* Lists all FHIR destinations for the given IoT Connector
|
286
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
287
|
-
* @param workspaceName The name of workspace resource.
|
288
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
289
|
-
* @param options The options parameters.
|
290
|
-
*/
|
291
|
-
listByIotConnector(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: FhirDestinationsListByIotConnectorOptionalParams): PagedAsyncIterableIterator<IotFhirDestination>;
|
292
|
-
}
|
293
|
-
|
294
|
-
/** Optional parameters. */
|
295
|
-
export declare interface FhirDestinationsListByIotConnectorNextOptionalParams extends coreClient.OperationOptions {
|
296
|
-
}
|
297
|
-
|
298
|
-
/** Contains response data for the listByIotConnectorNext operation. */
|
299
|
-
export declare type FhirDestinationsListByIotConnectorNextResponse = IotFhirDestinationCollection;
|
300
|
-
|
301
|
-
/** Optional parameters. */
|
302
|
-
export declare interface FhirDestinationsListByIotConnectorOptionalParams extends coreClient.OperationOptions {
|
303
|
-
}
|
304
|
-
|
305
|
-
/** Contains response data for the listByIotConnector operation. */
|
306
|
-
export declare type FhirDestinationsListByIotConnectorResponse = IotFhirDestinationCollection;
|
307
|
-
|
308
|
-
/**
|
309
|
-
* Defines values for FhirResourceVersionPolicy. \
|
310
|
-
* {@link KnownFhirResourceVersionPolicy} can be used interchangeably with FhirResourceVersionPolicy,
|
311
|
-
* this enum contains the known values that the service supports.
|
312
|
-
* ### Known values supported by the service
|
313
|
-
* **no-version** \
|
314
|
-
* **versioned** \
|
315
|
-
* **versioned-update**
|
316
|
-
*/
|
317
|
-
export declare type FhirResourceVersionPolicy = string;
|
318
|
-
|
319
|
-
/** The description of Fhir Service */
|
320
|
-
export declare interface FhirService extends TaggedResource, ServiceManagedIdentity {
|
321
|
-
/** The kind of the service. */
|
322
|
-
kind?: FhirServiceKind;
|
323
|
-
/**
|
324
|
-
* Metadata pertaining to creation and last modification of the resource.
|
325
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
326
|
-
*/
|
327
|
-
readonly systemData?: SystemData;
|
328
|
-
/**
|
329
|
-
* The provisioning state.
|
330
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
331
|
-
*/
|
332
|
-
readonly provisioningState?: ProvisioningState;
|
333
|
-
/** Fhir Service Azure container registry configuration. */
|
334
|
-
acrConfiguration?: FhirServiceAcrConfiguration;
|
335
|
-
/** Fhir Service authentication configuration. */
|
336
|
-
authenticationConfiguration?: FhirServiceAuthenticationConfiguration;
|
337
|
-
/** Fhir Service Cors configuration. */
|
338
|
-
corsConfiguration?: FhirServiceCorsConfiguration;
|
339
|
-
/** Fhir Service export configuration. */
|
340
|
-
exportConfiguration?: FhirServiceExportConfiguration;
|
341
|
-
/**
|
342
|
-
* The list of private endpoint connections that are set up for this resource.
|
343
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
344
|
-
*/
|
345
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
346
|
-
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
347
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
348
|
-
/**
|
349
|
-
* Fhir Service event support status.
|
350
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
351
|
-
*/
|
352
|
-
readonly eventState?: ServiceEventState;
|
353
|
-
/** Determines tracking of history for resources. */
|
354
|
-
resourceVersionPolicyConfiguration?: ResourceVersionPolicyConfiguration;
|
355
|
-
/** Fhir Service import configuration. */
|
356
|
-
importConfiguration?: FhirServiceImportConfiguration;
|
357
|
-
/** Implementation Guides configuration. */
|
358
|
-
implementationGuidesConfiguration?: ImplementationGuidesConfiguration;
|
359
|
-
/** The encryption settings of the FHIR service */
|
360
|
-
encryption?: Encryption;
|
361
|
-
}
|
362
|
-
|
363
|
-
/** Azure container registry configuration information */
|
364
|
-
export declare interface FhirServiceAcrConfiguration {
|
365
|
-
/** The list of the Azure container registry login servers. */
|
366
|
-
loginServers?: string[];
|
367
|
-
/** The list of Open Container Initiative (OCI) artifacts. */
|
368
|
-
ociArtifacts?: ServiceOciArtifactEntry[];
|
369
|
-
}
|
370
|
-
|
371
|
-
/** Authentication configuration information */
|
372
|
-
export declare interface FhirServiceAuthenticationConfiguration {
|
373
|
-
/** The authority url for the service */
|
374
|
-
authority?: string;
|
375
|
-
/** The audience url for the service */
|
376
|
-
audience?: string;
|
377
|
-
/** If the SMART on FHIR proxy is enabled */
|
378
|
-
smartProxyEnabled?: boolean;
|
379
|
-
/** The array of identity provider configurations for SMART on FHIR authentication. */
|
380
|
-
smartIdentityProviders?: SmartIdentityProviderConfiguration[];
|
381
|
-
}
|
382
|
-
|
383
|
-
/** A collection of Fhir services. */
|
384
|
-
export declare interface FhirServiceCollection {
|
385
|
-
/** The link used to get the next page of Fhir Services. */
|
386
|
-
nextLink?: string;
|
387
|
-
/** The list of Fhir Services. */
|
388
|
-
value?: FhirService[];
|
389
|
-
}
|
390
|
-
|
391
|
-
/** The settings for the CORS configuration of the service instance. */
|
392
|
-
export declare interface FhirServiceCorsConfiguration {
|
393
|
-
/** The origins to be allowed via CORS. */
|
394
|
-
origins?: string[];
|
395
|
-
/** The headers to be allowed via CORS. */
|
396
|
-
headers?: string[];
|
397
|
-
/** The methods to be allowed via CORS. */
|
398
|
-
methods?: string[];
|
399
|
-
/** The max age to be allowed via CORS. */
|
400
|
-
maxAge?: number;
|
401
|
-
/** If credentials are allowed via CORS. */
|
402
|
-
allowCredentials?: boolean;
|
403
|
-
}
|
404
|
-
|
405
|
-
/** Export operation configuration information */
|
406
|
-
export declare interface FhirServiceExportConfiguration {
|
407
|
-
/** The name of the default export storage account. */
|
408
|
-
storageAccountName?: string;
|
409
|
-
}
|
410
|
-
|
411
|
-
/** Import operation configuration information */
|
412
|
-
export declare interface FhirServiceImportConfiguration {
|
413
|
-
/** The name of the default integration storage account. */
|
414
|
-
integrationDataStore?: string;
|
415
|
-
/** If the FHIR service is in InitialImportMode. */
|
416
|
-
initialImportMode?: boolean;
|
417
|
-
/** If the import operation is enabled. */
|
418
|
-
enabled?: boolean;
|
419
|
-
}
|
420
|
-
|
421
|
-
/**
|
422
|
-
* Defines values for FhirServiceKind. \
|
423
|
-
* {@link KnownFhirServiceKind} can be used interchangeably with FhirServiceKind,
|
424
|
-
* this enum contains the known values that the service supports.
|
425
|
-
* ### Known values supported by the service
|
426
|
-
* **fhir-Stu3** \
|
427
|
-
* **fhir-R4**
|
428
|
-
*/
|
429
|
-
export declare type FhirServiceKind = string;
|
430
|
-
|
431
|
-
/** FhirService patch properties */
|
432
|
-
export declare interface FhirServicePatchResource extends ResourceTags, ServiceManagedIdentity {
|
433
|
-
}
|
434
|
-
|
435
|
-
/** Interface representing a FhirServices. */
|
436
|
-
export declare interface FhirServices {
|
437
|
-
/**
|
438
|
-
* Lists all FHIR Services for the given workspace
|
439
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
440
|
-
* @param workspaceName The name of workspace resource.
|
441
|
-
* @param options The options parameters.
|
442
|
-
*/
|
443
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: FhirServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<FhirService>;
|
444
|
-
/**
|
445
|
-
* Gets the properties of the specified FHIR Service.
|
446
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
447
|
-
* @param workspaceName The name of workspace resource.
|
448
|
-
* @param fhirServiceName The name of FHIR Service resource.
|
449
|
-
* @param options The options parameters.
|
450
|
-
*/
|
451
|
-
get(resourceGroupName: string, workspaceName: string, fhirServiceName: string, options?: FhirServicesGetOptionalParams): Promise<FhirServicesGetResponse>;
|
452
|
-
/**
|
453
|
-
* Creates or updates a FHIR Service resource with the specified parameters.
|
454
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
455
|
-
* @param workspaceName The name of workspace resource.
|
456
|
-
* @param fhirServiceName The name of FHIR Service resource.
|
457
|
-
* @param fhirservice The parameters for creating or updating a Fhir Service resource.
|
458
|
-
* @param options The options parameters.
|
459
|
-
*/
|
460
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirServicesCreateOrUpdateResponse>, FhirServicesCreateOrUpdateResponse>>;
|
461
|
-
/**
|
462
|
-
* Creates or updates a FHIR Service resource with the specified parameters.
|
463
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
464
|
-
* @param workspaceName The name of workspace resource.
|
465
|
-
* @param fhirServiceName The name of FHIR Service resource.
|
466
|
-
* @param fhirservice The parameters for creating or updating a Fhir Service resource.
|
467
|
-
* @param options The options parameters.
|
468
|
-
*/
|
469
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<FhirServicesCreateOrUpdateResponse>;
|
470
|
-
/**
|
471
|
-
* Patch FHIR Service details.
|
472
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
473
|
-
* @param fhirServiceName The name of FHIR Service resource.
|
474
|
-
* @param workspaceName The name of workspace resource.
|
475
|
-
* @param fhirservicePatchResource The parameters for updating a Fhir Service.
|
476
|
-
* @param options The options parameters.
|
477
|
-
*/
|
478
|
-
beginUpdate(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirServicesUpdateResponse>, FhirServicesUpdateResponse>>;
|
479
|
-
/**
|
480
|
-
* Patch FHIR Service details.
|
481
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
482
|
-
* @param fhirServiceName The name of FHIR Service resource.
|
483
|
-
* @param workspaceName The name of workspace resource.
|
484
|
-
* @param fhirservicePatchResource The parameters for updating a Fhir Service.
|
485
|
-
* @param options The options parameters.
|
486
|
-
*/
|
487
|
-
beginUpdateAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<FhirServicesUpdateResponse>;
|
488
|
-
/**
|
489
|
-
* Deletes a FHIR Service.
|
490
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
491
|
-
* @param fhirServiceName The name of FHIR Service resource.
|
492
|
-
* @param workspaceName The name of workspace resource.
|
493
|
-
* @param options The options parameters.
|
494
|
-
*/
|
495
|
-
beginDelete(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
496
|
-
/**
|
497
|
-
* Deletes a FHIR Service.
|
498
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
499
|
-
* @param fhirServiceName The name of FHIR Service resource.
|
500
|
-
* @param workspaceName The name of workspace resource.
|
501
|
-
* @param options The options parameters.
|
502
|
-
*/
|
503
|
-
beginDeleteAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<void>;
|
504
|
-
}
|
505
|
-
|
506
|
-
/** Optional parameters. */
|
507
|
-
export declare interface FhirServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
508
|
-
/** Delay to wait until next poll, in milliseconds. */
|
509
|
-
updateIntervalInMs?: number;
|
510
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
511
|
-
resumeFrom?: string;
|
512
|
-
}
|
513
|
-
|
514
|
-
/** Contains response data for the createOrUpdate operation. */
|
515
|
-
export declare type FhirServicesCreateOrUpdateResponse = FhirService;
|
516
|
-
|
517
|
-
/** Optional parameters. */
|
518
|
-
export declare interface FhirServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
519
|
-
/** Delay to wait until next poll, in milliseconds. */
|
520
|
-
updateIntervalInMs?: number;
|
521
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
522
|
-
resumeFrom?: string;
|
523
|
-
}
|
524
|
-
|
525
|
-
/** Optional parameters. */
|
526
|
-
export declare interface FhirServicesGetOptionalParams extends coreClient.OperationOptions {
|
527
|
-
}
|
528
|
-
|
529
|
-
/** Contains response data for the get operation. */
|
530
|
-
export declare type FhirServicesGetResponse = FhirService;
|
531
|
-
|
532
|
-
/** Optional parameters. */
|
533
|
-
export declare interface FhirServicesListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
534
|
-
}
|
535
|
-
|
536
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
537
|
-
export declare type FhirServicesListByWorkspaceNextResponse = FhirServiceCollection;
|
538
|
-
|
539
|
-
/** Optional parameters. */
|
540
|
-
export declare interface FhirServicesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
541
|
-
}
|
542
|
-
|
543
|
-
/** Contains response data for the listByWorkspace operation. */
|
544
|
-
export declare type FhirServicesListByWorkspaceResponse = FhirServiceCollection;
|
545
|
-
|
546
|
-
/** Optional parameters. */
|
547
|
-
export declare interface FhirServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
548
|
-
/** Delay to wait until next poll, in milliseconds. */
|
549
|
-
updateIntervalInMs?: number;
|
550
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
551
|
-
resumeFrom?: string;
|
552
|
-
}
|
553
|
-
|
554
|
-
/** Contains response data for the update operation. */
|
555
|
-
export declare type FhirServicesUpdateResponse = FhirService;
|
556
|
-
|
557
|
-
/**
|
558
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
559
|
-
* returns a continuation token that can be used to begin paging from
|
560
|
-
* that point later.
|
561
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
562
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
563
|
-
*/
|
564
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
565
|
-
|
566
|
-
export declare class HealthcareApisManagementClient extends coreClient.ServiceClient {
|
567
|
-
$host: string;
|
568
|
-
apiVersion: string;
|
569
|
-
subscriptionId: string;
|
570
|
-
/**
|
571
|
-
* Initializes a new instance of the HealthcareApisManagementClient class.
|
572
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
573
|
-
* @param subscriptionId The ID of the target subscription.
|
574
|
-
* @param options The parameter options
|
575
|
-
*/
|
576
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HealthcareApisManagementClientOptionalParams);
|
577
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
578
|
-
private addCustomApiVersionPolicy;
|
579
|
-
services: Services;
|
580
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
581
|
-
privateLinkResources: PrivateLinkResources;
|
582
|
-
workspaces: Workspaces;
|
583
|
-
dicomServices: DicomServices;
|
584
|
-
iotConnectors: IotConnectors;
|
585
|
-
fhirDestinations: FhirDestinations;
|
586
|
-
iotConnectorFhirDestination: IotConnectorFhirDestination;
|
587
|
-
fhirServices: FhirServices;
|
588
|
-
workspacePrivateEndpointConnections: WorkspacePrivateEndpointConnections;
|
589
|
-
workspacePrivateLinkResources: WorkspacePrivateLinkResources;
|
590
|
-
operations: Operations;
|
591
|
-
operationResults: OperationResults;
|
592
|
-
}
|
593
|
-
|
594
|
-
/** Optional parameters. */
|
595
|
-
export declare interface HealthcareApisManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
596
|
-
/** server parameter */
|
597
|
-
$host?: string;
|
598
|
-
/** Api Version */
|
599
|
-
apiVersion?: string;
|
600
|
-
/** Overrides client endpoint. */
|
601
|
-
endpoint?: string;
|
602
|
-
}
|
603
|
-
|
604
|
-
/** The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc. */
|
605
|
-
export declare interface ImplementationGuidesConfiguration {
|
606
|
-
/** If US Core Missing Data requirement is enabled. */
|
607
|
-
usCoreMissingData?: boolean;
|
608
|
-
}
|
609
|
-
|
610
|
-
/** IoT Connector definition. */
|
611
|
-
export declare interface IotConnector extends TaggedResource, ServiceManagedIdentity {
|
612
|
-
/**
|
613
|
-
* Metadata pertaining to creation and last modification of the resource.
|
614
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
615
|
-
*/
|
616
|
-
readonly systemData?: SystemData;
|
617
|
-
/**
|
618
|
-
* The provisioning state.
|
619
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
620
|
-
*/
|
621
|
-
readonly provisioningState?: ProvisioningState;
|
622
|
-
/** Source configuration. */
|
623
|
-
ingestionEndpointConfiguration?: IotEventHubIngestionEndpointConfiguration;
|
624
|
-
/** Device Mappings. */
|
625
|
-
deviceMapping?: IotMappingProperties;
|
626
|
-
}
|
627
|
-
|
628
|
-
/** A collection of IoT Connectors. */
|
629
|
-
export declare interface IotConnectorCollection {
|
630
|
-
/** The link used to get the next page of IoT Connectors. */
|
631
|
-
nextLink?: string;
|
632
|
-
/** The list of IoT Connectors. */
|
633
|
-
value?: IotConnector[];
|
634
|
-
}
|
635
|
-
|
636
|
-
/** Interface representing a IotConnectorFhirDestination. */
|
637
|
-
export declare interface IotConnectorFhirDestination {
|
638
|
-
/**
|
639
|
-
* Gets the properties of the specified Iot Connector FHIR destination.
|
640
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
641
|
-
* @param workspaceName The name of workspace resource.
|
642
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
643
|
-
* @param fhirDestinationName The name of IoT Connector FHIR destination resource.
|
644
|
-
* @param options The options parameters.
|
645
|
-
*/
|
646
|
-
get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationGetOptionalParams): Promise<IotConnectorFhirDestinationGetResponse>;
|
647
|
-
/**
|
648
|
-
* Creates or updates an IoT Connector FHIR destination resource with the specified parameters.
|
649
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
650
|
-
* @param workspaceName The name of workspace resource.
|
651
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
652
|
-
* @param fhirDestinationName The name of IoT Connector FHIR destination resource.
|
653
|
-
* @param iotFhirDestination The parameters for creating or updating an IoT Connector FHIR destination
|
654
|
-
* resource.
|
655
|
-
* @param options The options parameters.
|
656
|
-
*/
|
657
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, iotFhirDestination: IotFhirDestination, options?: IotConnectorFhirDestinationCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorFhirDestinationCreateOrUpdateResponse>, IotConnectorFhirDestinationCreateOrUpdateResponse>>;
|
658
|
-
/**
|
659
|
-
* Creates or updates an IoT Connector FHIR destination resource with the specified parameters.
|
660
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
661
|
-
* @param workspaceName The name of workspace resource.
|
662
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
663
|
-
* @param fhirDestinationName The name of IoT Connector FHIR destination resource.
|
664
|
-
* @param iotFhirDestination The parameters for creating or updating an IoT Connector FHIR destination
|
665
|
-
* resource.
|
666
|
-
* @param options The options parameters.
|
667
|
-
*/
|
668
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, iotFhirDestination: IotFhirDestination, options?: IotConnectorFhirDestinationCreateOrUpdateOptionalParams): Promise<IotConnectorFhirDestinationCreateOrUpdateResponse>;
|
669
|
-
/**
|
670
|
-
* Deletes an IoT Connector FHIR destination.
|
671
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
672
|
-
* @param workspaceName The name of workspace resource.
|
673
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
674
|
-
* @param fhirDestinationName The name of IoT Connector FHIR destination resource.
|
675
|
-
* @param options The options parameters.
|
676
|
-
*/
|
677
|
-
beginDelete(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
678
|
-
/**
|
679
|
-
* Deletes an IoT Connector FHIR destination.
|
680
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
681
|
-
* @param workspaceName The name of workspace resource.
|
682
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
683
|
-
* @param fhirDestinationName The name of IoT Connector FHIR destination resource.
|
684
|
-
* @param options The options parameters.
|
685
|
-
*/
|
686
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, fhirDestinationName: string, options?: IotConnectorFhirDestinationDeleteOptionalParams): Promise<void>;
|
687
|
-
}
|
688
|
-
|
689
|
-
/** Optional parameters. */
|
690
|
-
export declare interface IotConnectorFhirDestinationCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
691
|
-
/** Delay to wait until next poll, in milliseconds. */
|
692
|
-
updateIntervalInMs?: number;
|
693
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
694
|
-
resumeFrom?: string;
|
695
|
-
}
|
696
|
-
|
697
|
-
/** Contains response data for the createOrUpdate operation. */
|
698
|
-
export declare type IotConnectorFhirDestinationCreateOrUpdateResponse = IotFhirDestination;
|
699
|
-
|
700
|
-
/** Optional parameters. */
|
701
|
-
export declare interface IotConnectorFhirDestinationDeleteOptionalParams extends coreClient.OperationOptions {
|
702
|
-
/** Delay to wait until next poll, in milliseconds. */
|
703
|
-
updateIntervalInMs?: number;
|
704
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
705
|
-
resumeFrom?: string;
|
706
|
-
}
|
707
|
-
|
708
|
-
/** Optional parameters. */
|
709
|
-
export declare interface IotConnectorFhirDestinationGetOptionalParams extends coreClient.OperationOptions {
|
710
|
-
}
|
711
|
-
|
712
|
-
/** Contains response data for the get operation. */
|
713
|
-
export declare type IotConnectorFhirDestinationGetResponse = IotFhirDestination;
|
714
|
-
|
715
|
-
/** Iot Connector patch properties */
|
716
|
-
export declare interface IotConnectorPatchResource extends ResourceTags, ServiceManagedIdentity {
|
717
|
-
}
|
718
|
-
|
719
|
-
/** Interface representing a IotConnectors. */
|
720
|
-
export declare interface IotConnectors {
|
721
|
-
/**
|
722
|
-
* Lists all IoT Connectors for the given workspace
|
723
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
724
|
-
* @param workspaceName The name of workspace resource.
|
725
|
-
* @param options The options parameters.
|
726
|
-
*/
|
727
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: IotConnectorsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<IotConnector>;
|
728
|
-
/**
|
729
|
-
* Gets the properties of the specified IoT Connector.
|
730
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
731
|
-
* @param workspaceName The name of workspace resource.
|
732
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
733
|
-
* @param options The options parameters.
|
734
|
-
*/
|
735
|
-
get(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: IotConnectorsGetOptionalParams): Promise<IotConnectorsGetResponse>;
|
736
|
-
/**
|
737
|
-
* Creates or updates an IoT Connector resource with the specified parameters.
|
738
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
739
|
-
* @param workspaceName The name of workspace resource.
|
740
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
741
|
-
* @param iotConnector The parameters for creating or updating an IoT Connectors resource.
|
742
|
-
* @param options The options parameters.
|
743
|
-
*/
|
744
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorsCreateOrUpdateResponse>, IotConnectorsCreateOrUpdateResponse>>;
|
745
|
-
/**
|
746
|
-
* Creates or updates an IoT Connector resource with the specified parameters.
|
747
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
748
|
-
* @param workspaceName The name of workspace resource.
|
749
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
750
|
-
* @param iotConnector The parameters for creating or updating an IoT Connectors resource.
|
751
|
-
* @param options The options parameters.
|
752
|
-
*/
|
753
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, iotConnectorName: string, iotConnector: IotConnector, options?: IotConnectorsCreateOrUpdateOptionalParams): Promise<IotConnectorsCreateOrUpdateResponse>;
|
754
|
-
/**
|
755
|
-
* Patch an IoT Connector.
|
756
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
757
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
758
|
-
* @param workspaceName The name of workspace resource.
|
759
|
-
* @param iotConnectorPatchResource The parameters for updating an IoT Connector.
|
760
|
-
* @param options The options parameters.
|
761
|
-
*/
|
762
|
-
beginUpdate(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<IotConnectorsUpdateResponse>, IotConnectorsUpdateResponse>>;
|
763
|
-
/**
|
764
|
-
* Patch an IoT Connector.
|
765
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
766
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
767
|
-
* @param workspaceName The name of workspace resource.
|
768
|
-
* @param iotConnectorPatchResource The parameters for updating an IoT Connector.
|
769
|
-
* @param options The options parameters.
|
770
|
-
*/
|
771
|
-
beginUpdateAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, iotConnectorPatchResource: IotConnectorPatchResource, options?: IotConnectorsUpdateOptionalParams): Promise<IotConnectorsUpdateResponse>;
|
772
|
-
/**
|
773
|
-
* Deletes an IoT Connector.
|
774
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
775
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
776
|
-
* @param workspaceName The name of workspace resource.
|
777
|
-
* @param options The options parameters.
|
778
|
-
*/
|
779
|
-
beginDelete(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
780
|
-
/**
|
781
|
-
* Deletes an IoT Connector.
|
782
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
783
|
-
* @param iotConnectorName The name of IoT Connector resource.
|
784
|
-
* @param workspaceName The name of workspace resource.
|
785
|
-
* @param options The options parameters.
|
786
|
-
*/
|
787
|
-
beginDeleteAndWait(resourceGroupName: string, iotConnectorName: string, workspaceName: string, options?: IotConnectorsDeleteOptionalParams): Promise<void>;
|
788
|
-
}
|
789
|
-
|
790
|
-
/** Optional parameters. */
|
791
|
-
export declare interface IotConnectorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
792
|
-
/** Delay to wait until next poll, in milliseconds. */
|
793
|
-
updateIntervalInMs?: number;
|
794
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
795
|
-
resumeFrom?: string;
|
796
|
-
}
|
797
|
-
|
798
|
-
/** Contains response data for the createOrUpdate operation. */
|
799
|
-
export declare type IotConnectorsCreateOrUpdateResponse = IotConnector;
|
800
|
-
|
801
|
-
/** Optional parameters. */
|
802
|
-
export declare interface IotConnectorsDeleteOptionalParams extends coreClient.OperationOptions {
|
803
|
-
/** Delay to wait until next poll, in milliseconds. */
|
804
|
-
updateIntervalInMs?: number;
|
805
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
806
|
-
resumeFrom?: string;
|
807
|
-
}
|
808
|
-
|
809
|
-
/** Optional parameters. */
|
810
|
-
export declare interface IotConnectorsGetOptionalParams extends coreClient.OperationOptions {
|
811
|
-
}
|
812
|
-
|
813
|
-
/** Contains response data for the get operation. */
|
814
|
-
export declare type IotConnectorsGetResponse = IotConnector;
|
815
|
-
|
816
|
-
/** Optional parameters. */
|
817
|
-
export declare interface IotConnectorsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
818
|
-
}
|
819
|
-
|
820
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
821
|
-
export declare type IotConnectorsListByWorkspaceNextResponse = IotConnectorCollection;
|
822
|
-
|
823
|
-
/** Optional parameters. */
|
824
|
-
export declare interface IotConnectorsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
825
|
-
}
|
826
|
-
|
827
|
-
/** Contains response data for the listByWorkspace operation. */
|
828
|
-
export declare type IotConnectorsListByWorkspaceResponse = IotConnectorCollection;
|
829
|
-
|
830
|
-
/** Optional parameters. */
|
831
|
-
export declare interface IotConnectorsUpdateOptionalParams extends coreClient.OperationOptions {
|
832
|
-
/** Delay to wait until next poll, in milliseconds. */
|
833
|
-
updateIntervalInMs?: number;
|
834
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
835
|
-
resumeFrom?: string;
|
836
|
-
}
|
837
|
-
|
838
|
-
/** Contains response data for the update operation. */
|
839
|
-
export declare type IotConnectorsUpdateResponse = IotConnector;
|
840
|
-
|
841
|
-
/** Common IoT Connector destination properties. */
|
842
|
-
export declare interface IotDestinationProperties {
|
843
|
-
/**
|
844
|
-
* The provisioning state.
|
845
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
846
|
-
*/
|
847
|
-
readonly provisioningState?: ProvisioningState;
|
848
|
-
}
|
849
|
-
|
850
|
-
/** Event Hub ingestion endpoint configuration */
|
851
|
-
export declare interface IotEventHubIngestionEndpointConfiguration {
|
852
|
-
/** Event Hub name to connect to. */
|
853
|
-
eventHubName?: string;
|
854
|
-
/** Consumer group of the event hub to connected to. */
|
855
|
-
consumerGroup?: string;
|
856
|
-
/** Fully qualified namespace of the Event Hub to connect to. */
|
857
|
-
fullyQualifiedEventHubNamespace?: string;
|
858
|
-
}
|
859
|
-
|
860
|
-
/** IoT Connector FHIR destination definition. */
|
861
|
-
export declare interface IotFhirDestination extends LocationBasedResource {
|
862
|
-
/**
|
863
|
-
* Metadata pertaining to creation and last modification of the resource.
|
864
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
865
|
-
*/
|
866
|
-
readonly systemData?: SystemData;
|
867
|
-
/**
|
868
|
-
* The provisioning state.
|
869
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
870
|
-
*/
|
871
|
-
readonly provisioningState?: ProvisioningState;
|
872
|
-
/** Determines how resource identity is resolved on the destination. */
|
873
|
-
resourceIdentityResolutionType: IotIdentityResolutionType;
|
874
|
-
/** Fully qualified resource id of the FHIR service to connect to. */
|
875
|
-
fhirServiceResourceId: string;
|
876
|
-
/** FHIR Mappings */
|
877
|
-
fhirMapping: IotMappingProperties;
|
878
|
-
}
|
879
|
-
|
880
|
-
/** A collection of IoT Connector FHIR destinations. */
|
881
|
-
export declare interface IotFhirDestinationCollection {
|
882
|
-
/** The link used to get the next page of IoT FHIR destinations. */
|
883
|
-
nextLink?: string;
|
884
|
-
/** The list of IoT Connector FHIR destinations. */
|
885
|
-
value?: IotFhirDestination[];
|
886
|
-
}
|
887
|
-
|
888
|
-
/** IoT Connector destination properties for an Azure FHIR service. */
|
889
|
-
export declare interface IotFhirDestinationProperties extends IotDestinationProperties {
|
890
|
-
/** Determines how resource identity is resolved on the destination. */
|
891
|
-
resourceIdentityResolutionType: IotIdentityResolutionType;
|
892
|
-
/** Fully qualified resource id of the FHIR service to connect to. */
|
893
|
-
fhirServiceResourceId: string;
|
894
|
-
/** FHIR Mappings */
|
895
|
-
fhirMapping: IotMappingProperties;
|
896
|
-
}
|
897
|
-
|
898
|
-
/**
|
899
|
-
* Defines values for IotIdentityResolutionType. \
|
900
|
-
* {@link KnownIotIdentityResolutionType} can be used interchangeably with IotIdentityResolutionType,
|
901
|
-
* this enum contains the known values that the service supports.
|
902
|
-
* ### Known values supported by the service
|
903
|
-
* **Create** \
|
904
|
-
* **Lookup**
|
905
|
-
*/
|
906
|
-
export declare type IotIdentityResolutionType = string;
|
907
|
-
|
908
|
-
/** The mapping content. */
|
909
|
-
export declare interface IotMappingProperties {
|
910
|
-
/** The mapping. */
|
911
|
-
content?: Record<string, unknown>;
|
912
|
-
}
|
913
|
-
|
914
|
-
/** Defines values for Kind. */
|
915
|
-
export declare type Kind = "fhir" | "fhir-Stu3" | "fhir-R4";
|
916
|
-
|
917
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
918
|
-
export declare enum KnownActionType {
|
919
|
-
/** Internal */
|
920
|
-
Internal = "Internal"
|
921
|
-
}
|
922
|
-
|
923
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
924
|
-
export declare enum KnownCreatedByType {
|
925
|
-
/** User */
|
926
|
-
User = "User",
|
927
|
-
/** Application */
|
928
|
-
Application = "Application",
|
929
|
-
/** ManagedIdentity */
|
930
|
-
ManagedIdentity = "ManagedIdentity",
|
931
|
-
/** Key */
|
932
|
-
Key = "Key"
|
933
|
-
}
|
934
|
-
|
935
|
-
/** Known values of {@link FhirResourceVersionPolicy} that the service accepts. */
|
936
|
-
export declare enum KnownFhirResourceVersionPolicy {
|
937
|
-
/** NoVersion */
|
938
|
-
NoVersion = "no-version",
|
939
|
-
/** Versioned */
|
940
|
-
Versioned = "versioned",
|
941
|
-
/** VersionedUpdate */
|
942
|
-
VersionedUpdate = "versioned-update"
|
943
|
-
}
|
944
|
-
|
945
|
-
/** Known values of {@link FhirServiceKind} that the service accepts. */
|
946
|
-
export declare enum KnownFhirServiceKind {
|
947
|
-
/** FhirStu3 */
|
948
|
-
FhirStu3 = "fhir-Stu3",
|
949
|
-
/** FhirR4 */
|
950
|
-
FhirR4 = "fhir-R4"
|
951
|
-
}
|
952
|
-
|
953
|
-
/** Known values of {@link IotIdentityResolutionType} that the service accepts. */
|
954
|
-
export declare enum KnownIotIdentityResolutionType {
|
955
|
-
/** Create */
|
956
|
-
Create = "Create",
|
957
|
-
/** Lookup */
|
958
|
-
Lookup = "Lookup"
|
959
|
-
}
|
960
|
-
|
961
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
962
|
-
export declare enum KnownManagedServiceIdentityType {
|
963
|
-
/** SystemAssigned */
|
964
|
-
SystemAssigned = "SystemAssigned",
|
965
|
-
/** None */
|
966
|
-
None = "None"
|
967
|
-
}
|
968
|
-
|
969
|
-
/** Known values of {@link OperationResultStatus} that the service accepts. */
|
970
|
-
export declare enum KnownOperationResultStatus {
|
971
|
-
/** Canceled */
|
972
|
-
Canceled = "Canceled",
|
973
|
-
/** Succeeded */
|
974
|
-
Succeeded = "Succeeded",
|
975
|
-
/** Failed */
|
976
|
-
Failed = "Failed",
|
977
|
-
/** Requested */
|
978
|
-
Requested = "Requested",
|
979
|
-
/** Running */
|
980
|
-
Running = "Running"
|
981
|
-
}
|
982
|
-
|
983
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
984
|
-
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
985
|
-
/** Succeeded */
|
986
|
-
Succeeded = "Succeeded",
|
987
|
-
/** Creating */
|
988
|
-
Creating = "Creating",
|
989
|
-
/** Deleting */
|
990
|
-
Deleting = "Deleting",
|
991
|
-
/** Failed */
|
992
|
-
Failed = "Failed"
|
993
|
-
}
|
994
|
-
|
995
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
996
|
-
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
997
|
-
/** Pending */
|
998
|
-
Pending = "Pending",
|
999
|
-
/** Approved */
|
1000
|
-
Approved = "Approved",
|
1001
|
-
/** Rejected */
|
1002
|
-
Rejected = "Rejected"
|
1003
|
-
}
|
1004
|
-
|
1005
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
1006
|
-
export declare enum KnownProvisioningState {
|
1007
|
-
/** Deleting */
|
1008
|
-
Deleting = "Deleting",
|
1009
|
-
/** Succeeded */
|
1010
|
-
Succeeded = "Succeeded",
|
1011
|
-
/** Creating */
|
1012
|
-
Creating = "Creating",
|
1013
|
-
/** Accepted */
|
1014
|
-
Accepted = "Accepted",
|
1015
|
-
/** Verifying */
|
1016
|
-
Verifying = "Verifying",
|
1017
|
-
/** Updating */
|
1018
|
-
Updating = "Updating",
|
1019
|
-
/** Failed */
|
1020
|
-
Failed = "Failed",
|
1021
|
-
/** Canceled */
|
1022
|
-
Canceled = "Canceled",
|
1023
|
-
/** Deprovisioned */
|
1024
|
-
Deprovisioned = "Deprovisioned",
|
1025
|
-
/** Moving */
|
1026
|
-
Moving = "Moving",
|
1027
|
-
/** Suspended */
|
1028
|
-
Suspended = "Suspended",
|
1029
|
-
/** Warned */
|
1030
|
-
Warned = "Warned",
|
1031
|
-
/** SystemMaintenance */
|
1032
|
-
SystemMaintenance = "SystemMaintenance"
|
1033
|
-
}
|
1034
|
-
|
1035
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
1036
|
-
export declare enum KnownPublicNetworkAccess {
|
1037
|
-
/** Enabled */
|
1038
|
-
Enabled = "Enabled",
|
1039
|
-
/** Disabled */
|
1040
|
-
Disabled = "Disabled"
|
1041
|
-
}
|
1042
|
-
|
1043
|
-
/** Known values of {@link ServiceEventState} that the service accepts. */
|
1044
|
-
export declare enum KnownServiceEventState {
|
1045
|
-
/** Disabled */
|
1046
|
-
Disabled = "Disabled",
|
1047
|
-
/** Enabled */
|
1048
|
-
Enabled = "Enabled",
|
1049
|
-
/** Updating */
|
1050
|
-
Updating = "Updating"
|
1051
|
-
}
|
1052
|
-
|
1053
|
-
/** Known values of {@link ServiceManagedIdentityType} that the service accepts. */
|
1054
|
-
export declare enum KnownServiceManagedIdentityType {
|
1055
|
-
/** None */
|
1056
|
-
None = "None",
|
1057
|
-
/** SystemAssigned */
|
1058
|
-
SystemAssigned = "SystemAssigned",
|
1059
|
-
/** UserAssigned */
|
1060
|
-
UserAssigned = "UserAssigned",
|
1061
|
-
/** SystemAssignedUserAssigned */
|
1062
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
1063
|
-
}
|
1064
|
-
|
1065
|
-
/** Known values of {@link SmartDataActions} that the service accepts. */
|
1066
|
-
export declare enum KnownSmartDataActions {
|
1067
|
-
/** Read */
|
1068
|
-
Read = "Read"
|
1069
|
-
}
|
1070
|
-
|
1071
|
-
/** Available operations of the service */
|
1072
|
-
export declare interface ListOperations {
|
1073
|
-
/**
|
1074
|
-
* Collection of available operation details
|
1075
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1076
|
-
*/
|
1077
|
-
readonly value?: OperationDetail[];
|
1078
|
-
/**
|
1079
|
-
* URL client should use to fetch the next page (per server side paging).
|
1080
|
-
* It's null for now, added for future use.
|
1081
|
-
*/
|
1082
|
-
nextLink?: string;
|
1083
|
-
}
|
1084
|
-
|
1085
|
-
/** The common properties for any location based resource, tracked or proxy. */
|
1086
|
-
export declare interface LocationBasedResource extends ResourceCore {
|
1087
|
-
/** The resource location. */
|
1088
|
-
location?: string;
|
1089
|
-
}
|
1090
|
-
|
1091
|
-
/** Specifications of the Log for Azure Monitoring */
|
1092
|
-
export declare interface LogSpecification {
|
1093
|
-
/** Name of the log */
|
1094
|
-
name?: string;
|
1095
|
-
/** Localized friendly display name of the log */
|
1096
|
-
displayName?: string;
|
1097
|
-
/** Blob duration of the log */
|
1098
|
-
blobDuration?: string;
|
1099
|
-
}
|
1100
|
-
|
1101
|
-
/**
|
1102
|
-
* Defines values for ManagedServiceIdentityType. \
|
1103
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
1104
|
-
* this enum contains the known values that the service supports.
|
1105
|
-
* ### Known values supported by the service
|
1106
|
-
* **SystemAssigned** \
|
1107
|
-
* **None**
|
1108
|
-
*/
|
1109
|
-
export declare type ManagedServiceIdentityType = string;
|
1110
|
-
|
1111
|
-
/** Specifications of the Dimension of metrics */
|
1112
|
-
export declare interface MetricDimension {
|
1113
|
-
/** Name of the dimension */
|
1114
|
-
name?: string;
|
1115
|
-
/** Localized friendly display name of the dimension */
|
1116
|
-
displayName?: string;
|
1117
|
-
/** Whether this dimension should be included for the Shoebox export scenario */
|
1118
|
-
toBeExportedForShoebox?: boolean;
|
1119
|
-
}
|
1120
|
-
|
1121
|
-
/** Specifications of the Metrics for Azure Monitoring */
|
1122
|
-
export declare interface MetricSpecification {
|
1123
|
-
/** Name of the metric */
|
1124
|
-
name?: string;
|
1125
|
-
/** Localized friendly display name of the metric */
|
1126
|
-
displayName?: string;
|
1127
|
-
/** Localized friendly description of the metric */
|
1128
|
-
displayDescription?: string;
|
1129
|
-
/** Unit that makes sense for the metric */
|
1130
|
-
unit?: string;
|
1131
|
-
/** Name of the metric category that the metric belongs to. A metric can only belong to a single category. */
|
1132
|
-
category?: string;
|
1133
|
-
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
1134
|
-
aggregationType?: string;
|
1135
|
-
/** Supported aggregation types */
|
1136
|
-
supportedAggregationTypes?: string[];
|
1137
|
-
/** Supported time grain types */
|
1138
|
-
supportedTimeGrainTypes?: string[];
|
1139
|
-
/** Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. */
|
1140
|
-
fillGapWithZero?: boolean;
|
1141
|
-
/** Pattern for the filter of the metric. */
|
1142
|
-
metricFilterPattern?: string;
|
1143
|
-
/** Dimensions of the metric */
|
1144
|
-
dimensions?: MetricDimension[];
|
1145
|
-
/** Whether the metric is internal. */
|
1146
|
-
isInternal?: boolean;
|
1147
|
-
/** The source MDM account. */
|
1148
|
-
sourceMdmAccount?: string;
|
1149
|
-
/** The source MDM namespace. */
|
1150
|
-
sourceMdmNamespace?: string;
|
1151
|
-
/** Whether regional MDM account enabled. */
|
1152
|
-
enableRegionalMdmAccount?: boolean;
|
1153
|
-
/** The resource Id dimension name override. */
|
1154
|
-
resourceIdDimensionNameOverride?: string;
|
1155
|
-
}
|
1156
|
-
|
1157
|
-
/** Service REST API operation. */
|
1158
|
-
export declare interface OperationDetail {
|
1159
|
-
/**
|
1160
|
-
* Name of the operation
|
1161
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1162
|
-
*/
|
1163
|
-
readonly name?: string;
|
1164
|
-
/**
|
1165
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
1166
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1167
|
-
*/
|
1168
|
-
readonly isDataAction?: boolean;
|
1169
|
-
/** Display of the operation */
|
1170
|
-
display?: OperationDisplay;
|
1171
|
-
/**
|
1172
|
-
* Default value is 'user,system'.
|
1173
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1174
|
-
*/
|
1175
|
-
readonly origin?: string;
|
1176
|
-
/**
|
1177
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
1178
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1179
|
-
*/
|
1180
|
-
readonly actionType?: ActionType;
|
1181
|
-
/** Properties of the operation */
|
1182
|
-
properties?: OperationProperties;
|
1183
|
-
}
|
1184
|
-
|
1185
|
-
/** The object that represents the operation. */
|
1186
|
-
export declare interface OperationDisplay {
|
1187
|
-
/**
|
1188
|
-
* Service provider: Microsoft.HealthcareApis
|
1189
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1190
|
-
*/
|
1191
|
-
readonly provider?: string;
|
1192
|
-
/**
|
1193
|
-
* Resource Type: Services
|
1194
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1195
|
-
*/
|
1196
|
-
readonly resource?: string;
|
1197
|
-
/**
|
1198
|
-
* Name of the operation
|
1199
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1200
|
-
*/
|
1201
|
-
readonly operation?: string;
|
1202
|
-
/**
|
1203
|
-
* Friendly description for the operation,
|
1204
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1205
|
-
*/
|
1206
|
-
readonly description?: string;
|
1207
|
-
}
|
1208
|
-
|
1209
|
-
/** Extra Operation properties */
|
1210
|
-
export declare interface OperationProperties {
|
1211
|
-
/** Service specifications of the operation */
|
1212
|
-
serviceSpecification?: ServiceSpecification;
|
1213
|
-
}
|
1214
|
-
|
1215
|
-
/** Interface representing a OperationResults. */
|
1216
|
-
export declare interface OperationResults {
|
1217
|
-
/**
|
1218
|
-
* Get the operation result for a long running operation.
|
1219
|
-
* @param locationName The location of the operation.
|
1220
|
-
* @param operationResultId The ID of the operation result to get.
|
1221
|
-
* @param options The options parameters.
|
1222
|
-
*/
|
1223
|
-
get(locationName: string, operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
|
1224
|
-
}
|
1225
|
-
|
1226
|
-
/** The properties indicating the operation result of an operation on a service. */
|
1227
|
-
export declare interface OperationResultsDescription {
|
1228
|
-
/**
|
1229
|
-
* The ID of the operation returned.
|
1230
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1231
|
-
*/
|
1232
|
-
readonly id?: string;
|
1233
|
-
/**
|
1234
|
-
* The name of the operation result.
|
1235
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1236
|
-
*/
|
1237
|
-
readonly name?: string;
|
1238
|
-
/**
|
1239
|
-
* The status of the operation being performed.
|
1240
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1241
|
-
*/
|
1242
|
-
readonly status?: OperationResultStatus;
|
1243
|
-
/**
|
1244
|
-
* The time that the operation was started.
|
1245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1246
|
-
*/
|
1247
|
-
readonly startTime?: string;
|
1248
|
-
/**
|
1249
|
-
* The time that the operation finished.
|
1250
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1251
|
-
*/
|
1252
|
-
readonly endTime?: string;
|
1253
|
-
/** Additional properties of the operation result. */
|
1254
|
-
properties?: Record<string, unknown>;
|
1255
|
-
}
|
1256
|
-
|
1257
|
-
/** Optional parameters. */
|
1258
|
-
export declare interface OperationResultsGetOptionalParams extends coreClient.OperationOptions {
|
1259
|
-
}
|
1260
|
-
|
1261
|
-
/** Contains response data for the get operation. */
|
1262
|
-
export declare type OperationResultsGetResponse = OperationResultsDescription;
|
1263
|
-
|
1264
|
-
/**
|
1265
|
-
* Defines values for OperationResultStatus. \
|
1266
|
-
* {@link KnownOperationResultStatus} can be used interchangeably with OperationResultStatus,
|
1267
|
-
* this enum contains the known values that the service supports.
|
1268
|
-
* ### Known values supported by the service
|
1269
|
-
* **Canceled** \
|
1270
|
-
* **Succeeded** \
|
1271
|
-
* **Failed** \
|
1272
|
-
* **Requested** \
|
1273
|
-
* **Running**
|
1274
|
-
*/
|
1275
|
-
export declare type OperationResultStatus = string;
|
1276
|
-
|
1277
|
-
/** Interface representing a Operations. */
|
1278
|
-
export declare interface Operations {
|
1279
|
-
/**
|
1280
|
-
* Lists all of the available operations supported by Microsoft Healthcare resource provider.
|
1281
|
-
* @param options The options parameters.
|
1282
|
-
*/
|
1283
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDetail>;
|
1284
|
-
}
|
1285
|
-
|
1286
|
-
/** Optional parameters. */
|
1287
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
1288
|
-
}
|
1289
|
-
|
1290
|
-
/** Contains response data for the listNext operation. */
|
1291
|
-
export declare type OperationsListNextResponse = ListOperations;
|
1292
|
-
|
1293
|
-
/** Optional parameters. */
|
1294
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
1295
|
-
}
|
1296
|
-
|
1297
|
-
/** Contains response data for the list operation. */
|
1298
|
-
export declare type OperationsListResponse = ListOperations;
|
1299
|
-
|
1300
|
-
/** The Private Endpoint resource. */
|
1301
|
-
export declare interface PrivateEndpoint {
|
1302
|
-
/**
|
1303
|
-
* The ARM identifier for Private Endpoint
|
1304
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1305
|
-
*/
|
1306
|
-
readonly id?: string;
|
1307
|
-
}
|
1308
|
-
|
1309
|
-
/** The Private Endpoint Connection resource. */
|
1310
|
-
export declare interface PrivateEndpointConnection extends Resource {
|
1311
|
-
/** The resource of private end point. */
|
1312
|
-
privateEndpoint?: PrivateEndpoint;
|
1313
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
1314
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
1315
|
-
/**
|
1316
|
-
* The provisioning state of the private endpoint connection resource.
|
1317
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1318
|
-
*/
|
1319
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
1320
|
-
}
|
1321
|
-
|
1322
|
-
/** The Private Endpoint Connection resource. */
|
1323
|
-
export declare interface PrivateEndpointConnectionDescription extends PrivateEndpointConnection {
|
1324
|
-
/**
|
1325
|
-
* Metadata pertaining to creation and last modification of the resource.
|
1326
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1327
|
-
*/
|
1328
|
-
readonly systemData?: SystemData;
|
1329
|
-
}
|
1330
|
-
|
1331
|
-
/** List of private endpoint connection associated with the specified storage account */
|
1332
|
-
export declare interface PrivateEndpointConnectionListResult {
|
1333
|
-
/** Array of private endpoint connections */
|
1334
|
-
value?: PrivateEndpointConnection[];
|
1335
|
-
}
|
1336
|
-
|
1337
|
-
/** List of private endpoint connection associated with the specified storage account */
|
1338
|
-
export declare interface PrivateEndpointConnectionListResultDescription {
|
1339
|
-
/** Array of private endpoint connections */
|
1340
|
-
value?: PrivateEndpointConnectionDescription[];
|
1341
|
-
}
|
1342
|
-
|
1343
|
-
/**
|
1344
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
1345
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
1346
|
-
* this enum contains the known values that the service supports.
|
1347
|
-
* ### Known values supported by the service
|
1348
|
-
* **Succeeded** \
|
1349
|
-
* **Creating** \
|
1350
|
-
* **Deleting** \
|
1351
|
-
* **Failed**
|
1352
|
-
*/
|
1353
|
-
export declare type PrivateEndpointConnectionProvisioningState = string;
|
1354
|
-
|
1355
|
-
/** Interface representing a PrivateEndpointConnections. */
|
1356
|
-
export declare interface PrivateEndpointConnections {
|
1357
|
-
/**
|
1358
|
-
* Lists all private endpoint connections for a service.
|
1359
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1360
|
-
* @param resourceName The name of the service instance.
|
1361
|
-
* @param options The options parameters.
|
1362
|
-
*/
|
1363
|
-
listByService(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription>;
|
1364
|
-
/**
|
1365
|
-
* Gets the specified private endpoint connection associated with the service.
|
1366
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1367
|
-
* @param resourceName The name of the service instance.
|
1368
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
1369
|
-
* Azure resource
|
1370
|
-
* @param options The options parameters.
|
1371
|
-
*/
|
1372
|
-
get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
1373
|
-
/**
|
1374
|
-
* Update the state of the specified private endpoint connection associated with the service.
|
1375
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1376
|
-
* @param resourceName The name of the service instance.
|
1377
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
1378
|
-
* Azure resource
|
1379
|
-
* @param properties The private endpoint connection properties.
|
1380
|
-
* @param options The options parameters.
|
1381
|
-
*/
|
1382
|
-
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
1383
|
-
/**
|
1384
|
-
* Update the state of the specified private endpoint connection associated with the service.
|
1385
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1386
|
-
* @param resourceName The name of the service instance.
|
1387
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
1388
|
-
* Azure resource
|
1389
|
-
* @param properties The private endpoint connection properties.
|
1390
|
-
* @param options The options parameters.
|
1391
|
-
*/
|
1392
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
1393
|
-
/**
|
1394
|
-
* Deletes a private endpoint connection.
|
1395
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1396
|
-
* @param resourceName The name of the service instance.
|
1397
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
1398
|
-
* Azure resource
|
1399
|
-
* @param options The options parameters.
|
1400
|
-
*/
|
1401
|
-
beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1402
|
-
/**
|
1403
|
-
* Deletes a private endpoint connection.
|
1404
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1405
|
-
* @param resourceName The name of the service instance.
|
1406
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
1407
|
-
* Azure resource
|
1408
|
-
* @param options The options parameters.
|
1409
|
-
*/
|
1410
|
-
beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
1411
|
-
}
|
1412
|
-
|
1413
|
-
/** Optional parameters. */
|
1414
|
-
export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1415
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1416
|
-
updateIntervalInMs?: number;
|
1417
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1418
|
-
resumeFrom?: string;
|
1419
|
-
}
|
1420
|
-
|
1421
|
-
/** Contains response data for the createOrUpdate operation. */
|
1422
|
-
export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
|
1423
|
-
|
1424
|
-
/** Optional parameters. */
|
1425
|
-
export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
1426
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1427
|
-
updateIntervalInMs?: number;
|
1428
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1429
|
-
resumeFrom?: string;
|
1430
|
-
}
|
1431
|
-
|
1432
|
-
/** Optional parameters. */
|
1433
|
-
export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
1434
|
-
}
|
1435
|
-
|
1436
|
-
/** Contains response data for the get operation. */
|
1437
|
-
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
|
1438
|
-
|
1439
|
-
/** Optional parameters. */
|
1440
|
-
export declare interface PrivateEndpointConnectionsListByServiceOptionalParams extends coreClient.OperationOptions {
|
1441
|
-
}
|
1442
|
-
|
1443
|
-
/** Contains response data for the listByService operation. */
|
1444
|
-
export declare type PrivateEndpointConnectionsListByServiceResponse = PrivateEndpointConnectionListResultDescription;
|
1445
|
-
|
1446
|
-
/**
|
1447
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
1448
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
1449
|
-
* this enum contains the known values that the service supports.
|
1450
|
-
* ### Known values supported by the service
|
1451
|
-
* **Pending** \
|
1452
|
-
* **Approved** \
|
1453
|
-
* **Rejected**
|
1454
|
-
*/
|
1455
|
-
export declare type PrivateEndpointServiceConnectionStatus = string;
|
1456
|
-
|
1457
|
-
/** A private link resource */
|
1458
|
-
export declare interface PrivateLinkResource extends Resource {
|
1459
|
-
/**
|
1460
|
-
* The private link resource group id.
|
1461
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1462
|
-
*/
|
1463
|
-
readonly groupId?: string;
|
1464
|
-
/**
|
1465
|
-
* The private link resource required member names.
|
1466
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1467
|
-
*/
|
1468
|
-
readonly requiredMembers?: string[];
|
1469
|
-
/** The private link resource Private link DNS zone name. */
|
1470
|
-
requiredZoneNames?: string[];
|
1471
|
-
}
|
1472
|
-
|
1473
|
-
/** The Private Endpoint Connection resource. */
|
1474
|
-
export declare interface PrivateLinkResourceDescription extends PrivateLinkResource {
|
1475
|
-
/**
|
1476
|
-
* Metadata pertaining to creation and last modification of the resource.
|
1477
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1478
|
-
*/
|
1479
|
-
readonly systemData?: SystemData;
|
1480
|
-
}
|
1481
|
-
|
1482
|
-
/** A list of private link resources */
|
1483
|
-
export declare interface PrivateLinkResourceListResultDescription {
|
1484
|
-
/** Array of private link resources */
|
1485
|
-
value?: PrivateLinkResourceDescription[];
|
1486
|
-
}
|
1487
|
-
|
1488
|
-
/** Interface representing a PrivateLinkResources. */
|
1489
|
-
export declare interface PrivateLinkResources {
|
1490
|
-
/**
|
1491
|
-
* Gets the private link resources that need to be created for a service.
|
1492
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1493
|
-
* @param resourceName The name of the service instance.
|
1494
|
-
* @param options The options parameters.
|
1495
|
-
*/
|
1496
|
-
listByService(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListByServiceOptionalParams): Promise<PrivateLinkResourcesListByServiceResponse>;
|
1497
|
-
/**
|
1498
|
-
* Gets a private link resource that need to be created for a service.
|
1499
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1500
|
-
* @param resourceName The name of the service instance.
|
1501
|
-
* @param groupName The name of the private link resource group.
|
1502
|
-
* @param options The options parameters.
|
1503
|
-
*/
|
1504
|
-
get(resourceGroupName: string, resourceName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
1505
|
-
}
|
1506
|
-
|
1507
|
-
/** Optional parameters. */
|
1508
|
-
export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
1509
|
-
}
|
1510
|
-
|
1511
|
-
/** Contains response data for the get operation. */
|
1512
|
-
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
|
1513
|
-
|
1514
|
-
/** Optional parameters. */
|
1515
|
-
export declare interface PrivateLinkResourcesListByServiceOptionalParams extends coreClient.OperationOptions {
|
1516
|
-
}
|
1517
|
-
|
1518
|
-
/** Contains response data for the listByService operation. */
|
1519
|
-
export declare type PrivateLinkResourcesListByServiceResponse = PrivateLinkResourceListResultDescription;
|
1520
|
-
|
1521
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
1522
|
-
export declare interface PrivateLinkServiceConnectionState {
|
1523
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
1524
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
1525
|
-
/** The reason for approval/rejection of the connection. */
|
1526
|
-
description?: string;
|
1527
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
1528
|
-
actionsRequired?: string;
|
1529
|
-
}
|
1530
|
-
|
1531
|
-
/**
|
1532
|
-
* Defines values for ProvisioningState. \
|
1533
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
1534
|
-
* this enum contains the known values that the service supports.
|
1535
|
-
* ### Known values supported by the service
|
1536
|
-
* **Deleting** \
|
1537
|
-
* **Succeeded** \
|
1538
|
-
* **Creating** \
|
1539
|
-
* **Accepted** \
|
1540
|
-
* **Verifying** \
|
1541
|
-
* **Updating** \
|
1542
|
-
* **Failed** \
|
1543
|
-
* **Canceled** \
|
1544
|
-
* **Deprovisioned** \
|
1545
|
-
* **Moving** \
|
1546
|
-
* **Suspended** \
|
1547
|
-
* **Warned** \
|
1548
|
-
* **SystemMaintenance**
|
1549
|
-
*/
|
1550
|
-
export declare type ProvisioningState = string;
|
1551
|
-
|
1552
|
-
/**
|
1553
|
-
* Defines values for PublicNetworkAccess. \
|
1554
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
1555
|
-
* this enum contains the known values that the service supports.
|
1556
|
-
* ### Known values supported by the service
|
1557
|
-
* **Enabled** \
|
1558
|
-
* **Disabled**
|
1559
|
-
*/
|
1560
|
-
export declare type PublicNetworkAccess = string;
|
1561
|
-
|
1562
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
1563
|
-
export declare interface Resource {
|
1564
|
-
/**
|
1565
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
1566
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1567
|
-
*/
|
1568
|
-
readonly id?: string;
|
1569
|
-
/**
|
1570
|
-
* The name of the resource
|
1571
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1572
|
-
*/
|
1573
|
-
readonly name?: string;
|
1574
|
-
/**
|
1575
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
1576
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1577
|
-
*/
|
1578
|
-
readonly type?: string;
|
1579
|
-
}
|
1580
|
-
|
1581
|
-
/** The common properties for any resource, tracked or proxy. */
|
1582
|
-
export declare interface ResourceCore {
|
1583
|
-
/**
|
1584
|
-
* The resource identifier.
|
1585
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1586
|
-
*/
|
1587
|
-
readonly id?: string;
|
1588
|
-
/**
|
1589
|
-
* The resource name.
|
1590
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1591
|
-
*/
|
1592
|
-
readonly name?: string;
|
1593
|
-
/**
|
1594
|
-
* The resource type.
|
1595
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1596
|
-
*/
|
1597
|
-
readonly type?: string;
|
1598
|
-
/** An etag associated with the resource, used for optimistic concurrency when editing it. */
|
1599
|
-
etag?: string;
|
1600
|
-
}
|
1601
|
-
|
1602
|
-
/** List of key value pairs that describe the resource. This will overwrite the existing tags. */
|
1603
|
-
export declare interface ResourceTags {
|
1604
|
-
/** Resource tags. */
|
1605
|
-
tags?: {
|
1606
|
-
[propertyName: string]: string;
|
1607
|
-
};
|
1608
|
-
}
|
1609
|
-
|
1610
|
-
/** The settings for history tracking for FHIR resources. */
|
1611
|
-
export declare interface ResourceVersionPolicyConfiguration {
|
1612
|
-
/** The default value for tracking history across all resources. */
|
1613
|
-
default?: FhirResourceVersionPolicy;
|
1614
|
-
/** A list of FHIR Resources and their version policy overrides. */
|
1615
|
-
resourceTypeOverrides?: {
|
1616
|
-
[propertyName: string]: FhirResourceVersionPolicy;
|
1617
|
-
};
|
1618
|
-
}
|
1619
|
-
|
1620
|
-
/** An access policy entry. */
|
1621
|
-
export declare interface ServiceAccessPolicyEntry {
|
1622
|
-
/** An Azure AD object ID (User or Apps) that is allowed access to the FHIR service. */
|
1623
|
-
objectId: string;
|
1624
|
-
}
|
1625
|
-
|
1626
|
-
/** Azure container registry configuration information */
|
1627
|
-
export declare interface ServiceAcrConfigurationInfo {
|
1628
|
-
/** The list of the ACR login servers. */
|
1629
|
-
loginServers?: string[];
|
1630
|
-
/** The list of Open Container Initiative (OCI) artifacts. */
|
1631
|
-
ociArtifacts?: ServiceOciArtifactEntry[];
|
1632
|
-
}
|
1633
|
-
|
1634
|
-
/** Authentication configuration information */
|
1635
|
-
export declare interface ServiceAuthenticationConfigurationInfo {
|
1636
|
-
/** The authority url for the service */
|
1637
|
-
authority?: string;
|
1638
|
-
/** The audience url for the service */
|
1639
|
-
audience?: string;
|
1640
|
-
/** If the SMART on FHIR proxy is enabled */
|
1641
|
-
smartProxyEnabled?: boolean;
|
1642
|
-
}
|
1643
|
-
|
1644
|
-
/** The settings for the CORS configuration of the service instance. */
|
1645
|
-
export declare interface ServiceCorsConfigurationInfo {
|
1646
|
-
/** The origins to be allowed via CORS. */
|
1647
|
-
origins?: string[];
|
1648
|
-
/** The headers to be allowed via CORS. */
|
1649
|
-
headers?: string[];
|
1650
|
-
/** The methods to be allowed via CORS. */
|
1651
|
-
methods?: string[];
|
1652
|
-
/** The max age to be allowed via CORS. */
|
1653
|
-
maxAge?: number;
|
1654
|
-
/** If credentials are allowed via CORS. */
|
1655
|
-
allowCredentials?: boolean;
|
1656
|
-
}
|
1657
|
-
|
1658
|
-
/** The settings for the Cosmos DB database backing the service. */
|
1659
|
-
export declare interface ServiceCosmosDbConfigurationInfo {
|
1660
|
-
/** The provisioned throughput for the backing database. */
|
1661
|
-
offerThroughput?: number;
|
1662
|
-
/** The URI of the customer-managed key for the backing database. */
|
1663
|
-
keyVaultKeyUri?: string;
|
1664
|
-
/** The multi-tenant application id used to enable CMK access for services in a data sovereign region. */
|
1665
|
-
crossTenantCmkApplicationId?: string;
|
1666
|
-
}
|
1667
|
-
|
1668
|
-
/**
|
1669
|
-
* Defines values for ServiceEventState. \
|
1670
|
-
* {@link KnownServiceEventState} can be used interchangeably with ServiceEventState,
|
1671
|
-
* this enum contains the known values that the service supports.
|
1672
|
-
* ### Known values supported by the service
|
1673
|
-
* **Disabled** \
|
1674
|
-
* **Enabled** \
|
1675
|
-
* **Updating**
|
1676
|
-
*/
|
1677
|
-
export declare type ServiceEventState = string;
|
1678
|
-
|
1679
|
-
/** Export operation configuration information */
|
1680
|
-
export declare interface ServiceExportConfigurationInfo {
|
1681
|
-
/** The name of the default export storage account. */
|
1682
|
-
storageAccountName?: string;
|
1683
|
-
}
|
1684
|
-
|
1685
|
-
/** Import operation configuration information */
|
1686
|
-
export declare interface ServiceImportConfigurationInfo {
|
1687
|
-
/** The name of the default integration storage account. */
|
1688
|
-
integrationDataStore?: string;
|
1689
|
-
/** If the FHIR service is in InitialImportMode. */
|
1690
|
-
initialImportMode?: boolean;
|
1691
|
-
/** If the import operation is enabled. */
|
1692
|
-
enabled?: boolean;
|
1693
|
-
}
|
1694
|
-
|
1695
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
1696
|
-
export declare interface ServiceManagedIdentity {
|
1697
|
-
/** Setting indicating whether the service has a managed identity associated with it. */
|
1698
|
-
identity?: ServiceManagedIdentityIdentity;
|
1699
|
-
}
|
1700
|
-
|
1701
|
-
/** Setting indicating whether the service has a managed identity associated with it. */
|
1702
|
-
export declare interface ServiceManagedIdentityIdentity {
|
1703
|
-
/** Type of identity being specified, currently SystemAssigned and None are allowed. */
|
1704
|
-
type: ServiceManagedIdentityType;
|
1705
|
-
/**
|
1706
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
1707
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1708
|
-
*/
|
1709
|
-
readonly principalId?: string;
|
1710
|
-
/**
|
1711
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
1712
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1713
|
-
*/
|
1714
|
-
readonly tenantId?: string;
|
1715
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
1716
|
-
userAssignedIdentities?: {
|
1717
|
-
[propertyName: string]: UserAssignedIdentity;
|
1718
|
-
};
|
1719
|
-
}
|
1720
|
-
|
1721
|
-
/**
|
1722
|
-
* Defines values for ServiceManagedIdentityType. \
|
1723
|
-
* {@link KnownServiceManagedIdentityType} can be used interchangeably with ServiceManagedIdentityType,
|
1724
|
-
* this enum contains the known values that the service supports.
|
1725
|
-
* ### Known values supported by the service
|
1726
|
-
* **None** \
|
1727
|
-
* **SystemAssigned** \
|
1728
|
-
* **UserAssigned** \
|
1729
|
-
* **SystemAssigned,UserAssigned**
|
1730
|
-
*/
|
1731
|
-
export declare type ServiceManagedIdentityType = string;
|
1732
|
-
|
1733
|
-
/** Defines values for ServiceNameUnavailabilityReason. */
|
1734
|
-
export declare type ServiceNameUnavailabilityReason = "Invalid" | "AlreadyExists";
|
1735
|
-
|
1736
|
-
/** An Open Container Initiative (OCI) artifact. */
|
1737
|
-
export declare interface ServiceOciArtifactEntry {
|
1738
|
-
/** The Azure Container Registry login server. */
|
1739
|
-
loginServer?: string;
|
1740
|
-
/** The artifact name. */
|
1741
|
-
imageName?: string;
|
1742
|
-
/** The artifact digest. */
|
1743
|
-
digest?: string;
|
1744
|
-
}
|
1745
|
-
|
1746
|
-
/** Interface representing a Services. */
|
1747
|
-
export declare interface Services {
|
1748
|
-
/**
|
1749
|
-
* Get all the service instances in a subscription.
|
1750
|
-
* @param options The options parameters.
|
1751
|
-
*/
|
1752
|
-
list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServicesDescription>;
|
1753
|
-
/**
|
1754
|
-
* Get all the service instances in a resource group.
|
1755
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1756
|
-
* @param options The options parameters.
|
1757
|
-
*/
|
1758
|
-
listByResourceGroup(resourceGroupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ServicesDescription>;
|
1759
|
-
/**
|
1760
|
-
* Get the metadata of a service instance.
|
1761
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1762
|
-
* @param resourceName The name of the service instance.
|
1763
|
-
* @param options The options parameters.
|
1764
|
-
*/
|
1765
|
-
get(resourceGroupName: string, resourceName: string, options?: ServicesGetOptionalParams): Promise<ServicesGetResponse>;
|
1766
|
-
/**
|
1767
|
-
* Create or update the metadata of a service instance.
|
1768
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1769
|
-
* @param resourceName The name of the service instance.
|
1770
|
-
* @param serviceDescription The service instance metadata.
|
1771
|
-
* @param options The options parameters.
|
1772
|
-
*/
|
1773
|
-
beginCreateOrUpdate(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesCreateOrUpdateResponse>, ServicesCreateOrUpdateResponse>>;
|
1774
|
-
/**
|
1775
|
-
* Create or update the metadata of a service instance.
|
1776
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1777
|
-
* @param resourceName The name of the service instance.
|
1778
|
-
* @param serviceDescription The service instance metadata.
|
1779
|
-
* @param options The options parameters.
|
1780
|
-
*/
|
1781
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesCreateOrUpdateResponse>;
|
1782
|
-
/**
|
1783
|
-
* Update the metadata of a service instance.
|
1784
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1785
|
-
* @param resourceName The name of the service instance.
|
1786
|
-
* @param servicePatchDescription The service instance metadata and security metadata.
|
1787
|
-
* @param options The options parameters.
|
1788
|
-
*/
|
1789
|
-
beginUpdate(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesUpdateResponse>, ServicesUpdateResponse>>;
|
1790
|
-
/**
|
1791
|
-
* Update the metadata of a service instance.
|
1792
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1793
|
-
* @param resourceName The name of the service instance.
|
1794
|
-
* @param servicePatchDescription The service instance metadata and security metadata.
|
1795
|
-
* @param options The options parameters.
|
1796
|
-
*/
|
1797
|
-
beginUpdateAndWait(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<ServicesUpdateResponse>;
|
1798
|
-
/**
|
1799
|
-
* Delete a service instance.
|
1800
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1801
|
-
* @param resourceName The name of the service instance.
|
1802
|
-
* @param options The options parameters.
|
1803
|
-
*/
|
1804
|
-
beginDelete(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1805
|
-
/**
|
1806
|
-
* Delete a service instance.
|
1807
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
1808
|
-
* @param resourceName The name of the service instance.
|
1809
|
-
* @param options The options parameters.
|
1810
|
-
*/
|
1811
|
-
beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<void>;
|
1812
|
-
/**
|
1813
|
-
* Check if a service instance name is available.
|
1814
|
-
* @param checkNameAvailabilityInputs Set the name parameter in the CheckNameAvailabilityParameters
|
1815
|
-
* structure to the name of the service instance to check.
|
1816
|
-
* @param options The options parameters.
|
1817
|
-
*/
|
1818
|
-
checkNameAvailability(checkNameAvailabilityInputs: CheckNameAvailabilityParameters, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<ServicesCheckNameAvailabilityResponse>;
|
1819
|
-
}
|
1820
|
-
|
1821
|
-
/** Optional parameters. */
|
1822
|
-
export declare interface ServicesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
1823
|
-
}
|
1824
|
-
|
1825
|
-
/** Contains response data for the checkNameAvailability operation. */
|
1826
|
-
export declare type ServicesCheckNameAvailabilityResponse = ServicesNameAvailabilityInfo;
|
1827
|
-
|
1828
|
-
/** Optional parameters. */
|
1829
|
-
export declare interface ServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1830
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1831
|
-
updateIntervalInMs?: number;
|
1832
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1833
|
-
resumeFrom?: string;
|
1834
|
-
}
|
1835
|
-
|
1836
|
-
/** Contains response data for the createOrUpdate operation. */
|
1837
|
-
export declare type ServicesCreateOrUpdateResponse = ServicesDescription;
|
1838
|
-
|
1839
|
-
/** Optional parameters. */
|
1840
|
-
export declare interface ServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
1841
|
-
/** Delay to wait until next poll, in milliseconds. */
|
1842
|
-
updateIntervalInMs?: number;
|
1843
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
1844
|
-
resumeFrom?: string;
|
1845
|
-
}
|
1846
|
-
|
1847
|
-
/** The description of the service. */
|
1848
|
-
export declare interface ServicesDescription extends ServicesResource {
|
1849
|
-
/** The common properties of a service. */
|
1850
|
-
properties?: ServicesProperties;
|
1851
|
-
/**
|
1852
|
-
* Metadata pertaining to creation and last modification of the resource.
|
1853
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1854
|
-
*/
|
1855
|
-
readonly systemData?: SystemData;
|
1856
|
-
}
|
1857
|
-
|
1858
|
-
/** A list of service description objects with a next link. */
|
1859
|
-
export declare interface ServicesDescriptionListResult {
|
1860
|
-
/** The link used to get the next page of service description objects. */
|
1861
|
-
nextLink?: string;
|
1862
|
-
/** A list of service description objects. */
|
1863
|
-
value?: ServicesDescription[];
|
1864
|
-
}
|
1865
|
-
|
1866
|
-
/** Optional parameters. */
|
1867
|
-
export declare interface ServicesGetOptionalParams extends coreClient.OperationOptions {
|
1868
|
-
}
|
1869
|
-
|
1870
|
-
/** Contains response data for the get operation. */
|
1871
|
-
export declare type ServicesGetResponse = ServicesDescription;
|
1872
|
-
|
1873
|
-
/** Optional parameters. */
|
1874
|
-
export declare interface ServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
1875
|
-
}
|
1876
|
-
|
1877
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
1878
|
-
export declare type ServicesListByResourceGroupNextResponse = ServicesDescriptionListResult;
|
1879
|
-
|
1880
|
-
/** Optional parameters. */
|
1881
|
-
export declare interface ServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
1882
|
-
}
|
1883
|
-
|
1884
|
-
/** Contains response data for the listByResourceGroup operation. */
|
1885
|
-
export declare type ServicesListByResourceGroupResponse = ServicesDescriptionListResult;
|
1886
|
-
|
1887
|
-
/** Optional parameters. */
|
1888
|
-
export declare interface ServicesListNextOptionalParams extends coreClient.OperationOptions {
|
1889
|
-
}
|
1890
|
-
|
1891
|
-
/** Contains response data for the listNext operation. */
|
1892
|
-
export declare type ServicesListNextResponse = ServicesDescriptionListResult;
|
1893
|
-
|
1894
|
-
/** Optional parameters. */
|
1895
|
-
export declare interface ServicesListOptionalParams extends coreClient.OperationOptions {
|
1896
|
-
}
|
1897
|
-
|
1898
|
-
/** Contains response data for the list operation. */
|
1899
|
-
export declare type ServicesListResponse = ServicesDescriptionListResult;
|
1900
|
-
|
1901
|
-
/** The properties indicating whether a given service name is available. */
|
1902
|
-
export declare interface ServicesNameAvailabilityInfo {
|
1903
|
-
/**
|
1904
|
-
* The value which indicates whether the provided name is available.
|
1905
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1906
|
-
*/
|
1907
|
-
readonly nameAvailable?: boolean;
|
1908
|
-
/**
|
1909
|
-
* The reason for unavailability.
|
1910
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1911
|
-
*/
|
1912
|
-
readonly reason?: ServiceNameUnavailabilityReason;
|
1913
|
-
/** The detailed reason message. */
|
1914
|
-
message?: string;
|
1915
|
-
}
|
1916
|
-
|
1917
|
-
/** The description of the service. */
|
1918
|
-
export declare interface ServicesPatchDescription {
|
1919
|
-
/** Instance tags */
|
1920
|
-
tags?: {
|
1921
|
-
[propertyName: string]: string;
|
1922
|
-
};
|
1923
|
-
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
1924
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
1925
|
-
}
|
1926
|
-
|
1927
|
-
/** Service specification payload */
|
1928
|
-
export declare interface ServiceSpecification {
|
1929
|
-
/** Specifications of the Log for Azure Monitoring */
|
1930
|
-
logSpecifications?: LogSpecification[];
|
1931
|
-
/** Specifications of the Metrics for Azure Monitoring */
|
1932
|
-
metricSpecifications?: MetricSpecification[];
|
1933
|
-
}
|
1934
|
-
|
1935
|
-
/** The properties of a service instance. */
|
1936
|
-
export declare interface ServicesProperties {
|
1937
|
-
/**
|
1938
|
-
* The provisioning state.
|
1939
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1940
|
-
*/
|
1941
|
-
readonly provisioningState?: ProvisioningState;
|
1942
|
-
/** The access policies of the service instance. */
|
1943
|
-
accessPolicies?: ServiceAccessPolicyEntry[];
|
1944
|
-
/** The settings for the Cosmos DB database backing the service. */
|
1945
|
-
cosmosDbConfiguration?: ServiceCosmosDbConfigurationInfo;
|
1946
|
-
/** The authentication configuration for the service instance. */
|
1947
|
-
authenticationConfiguration?: ServiceAuthenticationConfigurationInfo;
|
1948
|
-
/** The settings for the CORS configuration of the service instance. */
|
1949
|
-
corsConfiguration?: ServiceCorsConfigurationInfo;
|
1950
|
-
/** The settings for the export operation of the service instance. */
|
1951
|
-
exportConfiguration?: ServiceExportConfigurationInfo;
|
1952
|
-
/** The list of private endpoint connections that are set up for this resource. */
|
1953
|
-
privateEndpointConnections?: PrivateEndpointConnection[];
|
1954
|
-
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
1955
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
1956
|
-
/** The azure container registry settings used for convert data operation of the service instance. */
|
1957
|
-
acrConfiguration?: ServiceAcrConfigurationInfo;
|
1958
|
-
/** The settings for the import operation of the service instance. */
|
1959
|
-
importConfiguration?: ServiceImportConfigurationInfo;
|
1960
|
-
}
|
1961
|
-
|
1962
|
-
/** The common properties of a service. */
|
1963
|
-
export declare interface ServicesResource {
|
1964
|
-
/**
|
1965
|
-
* The resource identifier.
|
1966
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1967
|
-
*/
|
1968
|
-
readonly id?: string;
|
1969
|
-
/**
|
1970
|
-
* The resource name.
|
1971
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1972
|
-
*/
|
1973
|
-
readonly name?: string;
|
1974
|
-
/**
|
1975
|
-
* The resource type.
|
1976
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1977
|
-
*/
|
1978
|
-
readonly type?: string;
|
1979
|
-
/** The kind of the service. */
|
1980
|
-
kind: Kind;
|
1981
|
-
/** The resource location. */
|
1982
|
-
location: string;
|
1983
|
-
/** The resource tags. */
|
1984
|
-
tags?: {
|
1985
|
-
[propertyName: string]: string;
|
1986
|
-
};
|
1987
|
-
/** An etag associated with the resource, used for optimistic concurrency when editing it. */
|
1988
|
-
etag?: string;
|
1989
|
-
/** Setting indicating whether the service has a managed identity associated with it. */
|
1990
|
-
identity?: ServicesResourceIdentity;
|
1991
|
-
}
|
1992
|
-
|
1993
|
-
/** Setting indicating whether the service has a managed identity associated with it. */
|
1994
|
-
export declare interface ServicesResourceIdentity {
|
1995
|
-
/**
|
1996
|
-
* The principal ID of the resource identity.
|
1997
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1998
|
-
*/
|
1999
|
-
readonly principalId?: string;
|
2000
|
-
/**
|
2001
|
-
* The tenant ID of the resource.
|
2002
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2003
|
-
*/
|
2004
|
-
readonly tenantId?: string;
|
2005
|
-
/** Type of identity being specified, currently SystemAssigned and None are allowed. */
|
2006
|
-
type?: ManagedServiceIdentityType;
|
2007
|
-
}
|
2008
|
-
|
2009
|
-
/** Optional parameters. */
|
2010
|
-
export declare interface ServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
2011
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2012
|
-
updateIntervalInMs?: number;
|
2013
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2014
|
-
resumeFrom?: string;
|
2015
|
-
}
|
2016
|
-
|
2017
|
-
/** Contains response data for the update operation. */
|
2018
|
-
export declare type ServicesUpdateResponse = ServicesDescription;
|
2019
|
-
|
2020
|
-
/**
|
2021
|
-
* Defines values for SmartDataActions. \
|
2022
|
-
* {@link KnownSmartDataActions} can be used interchangeably with SmartDataActions,
|
2023
|
-
* this enum contains the known values that the service supports.
|
2024
|
-
* ### Known values supported by the service
|
2025
|
-
* **Read**
|
2026
|
-
*/
|
2027
|
-
export declare type SmartDataActions = string;
|
2028
|
-
|
2029
|
-
/** An Application configured in the Identity Provider used to access FHIR resources. */
|
2030
|
-
export declare interface SmartIdentityProviderApplication {
|
2031
|
-
/** The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority. */
|
2032
|
-
clientId?: string;
|
2033
|
-
/** The audience that will be used to validate bearer tokens against the given authority. */
|
2034
|
-
audience?: string;
|
2035
|
-
/** The actions that are permitted to be performed on FHIR resources for the application. */
|
2036
|
-
allowedDataActions?: SmartDataActions[];
|
2037
|
-
}
|
2038
|
-
|
2039
|
-
/** An object to configure an identity provider for use with SMART on FHIR authentication. */
|
2040
|
-
export declare interface SmartIdentityProviderConfiguration {
|
2041
|
-
/** The identity provider token authority also known as the token issuing authority. */
|
2042
|
-
authority?: string;
|
2043
|
-
/** The array of identity provider applications for SMART on FHIR authentication. */
|
2044
|
-
applications?: SmartIdentityProviderApplication[];
|
2045
|
-
}
|
2046
|
-
|
2047
|
-
/** The configuration of connected storage */
|
2048
|
-
export declare interface StorageConfiguration {
|
2049
|
-
/** The resource id of connected storage account. */
|
2050
|
-
storageResourceId?: string;
|
2051
|
-
/** The filesystem name of connected storage account. */
|
2052
|
-
fileSystemName?: string;
|
2053
|
-
}
|
2054
|
-
|
2055
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
2056
|
-
export declare interface SystemData {
|
2057
|
-
/** The identity that created the resource. */
|
2058
|
-
createdBy?: string;
|
2059
|
-
/** The type of identity that created the resource. */
|
2060
|
-
createdByType?: CreatedByType;
|
2061
|
-
/** The timestamp of resource creation (UTC). */
|
2062
|
-
createdAt?: Date;
|
2063
|
-
/** The identity that last modified the resource. */
|
2064
|
-
lastModifiedBy?: string;
|
2065
|
-
/** The type of identity that last modified the resource. */
|
2066
|
-
lastModifiedByType?: CreatedByType;
|
2067
|
-
/** The timestamp of resource last modification (UTC) */
|
2068
|
-
lastModifiedAt?: Date;
|
2069
|
-
}
|
2070
|
-
|
2071
|
-
/** The common properties of tracked resources in the service. */
|
2072
|
-
export declare interface TaggedResource extends ResourceTags, LocationBasedResource {
|
2073
|
-
}
|
2074
|
-
|
2075
|
-
/** User assigned identity properties */
|
2076
|
-
export declare interface UserAssignedIdentity {
|
2077
|
-
/**
|
2078
|
-
* The principal ID of the assigned identity.
|
2079
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2080
|
-
*/
|
2081
|
-
readonly principalId?: string;
|
2082
|
-
/**
|
2083
|
-
* The client ID of the assigned identity.
|
2084
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2085
|
-
*/
|
2086
|
-
readonly clientId?: string;
|
2087
|
-
}
|
2088
|
-
|
2089
|
-
/** Workspace resource. */
|
2090
|
-
export declare interface Workspace extends TaggedResource {
|
2091
|
-
/** Workspaces resource specific properties. */
|
2092
|
-
properties?: WorkspaceProperties;
|
2093
|
-
/**
|
2094
|
-
* Metadata pertaining to creation and last modification of the resource.
|
2095
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2096
|
-
*/
|
2097
|
-
readonly systemData?: SystemData;
|
2098
|
-
}
|
2099
|
-
|
2100
|
-
/** Collection of workspace object with a next link */
|
2101
|
-
export declare interface WorkspaceList {
|
2102
|
-
/** The link used to get the next page. */
|
2103
|
-
nextLink?: string;
|
2104
|
-
/** Collection of resources. */
|
2105
|
-
value?: Workspace[];
|
2106
|
-
}
|
2107
|
-
|
2108
|
-
/** Workspace patch properties */
|
2109
|
-
export declare interface WorkspacePatchResource extends ResourceTags {
|
2110
|
-
}
|
2111
|
-
|
2112
|
-
/** Interface representing a WorkspacePrivateEndpointConnections. */
|
2113
|
-
export declare interface WorkspacePrivateEndpointConnections {
|
2114
|
-
/**
|
2115
|
-
* Lists all private endpoint connections for a workspace.
|
2116
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2117
|
-
* @param workspaceName The name of workspace resource.
|
2118
|
-
* @param options The options parameters.
|
2119
|
-
*/
|
2120
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription>;
|
2121
|
-
/**
|
2122
|
-
* Gets the specified private endpoint connection associated with the workspace.
|
2123
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2124
|
-
* @param workspaceName The name of workspace resource.
|
2125
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
2126
|
-
* Azure resource
|
2127
|
-
* @param options The options parameters.
|
2128
|
-
*/
|
2129
|
-
get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsGetOptionalParams): Promise<WorkspacePrivateEndpointConnectionsGetResponse>;
|
2130
|
-
/**
|
2131
|
-
* Update the state of the specified private endpoint connection associated with the workspace.
|
2132
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2133
|
-
* @param workspaceName The name of workspace resource.
|
2134
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
2135
|
-
* Azure resource
|
2136
|
-
* @param properties The private endpoint connection properties.
|
2137
|
-
* @param options The options parameters.
|
2138
|
-
*/
|
2139
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>, WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
2140
|
-
/**
|
2141
|
-
* Update the state of the specified private endpoint connection associated with the workspace.
|
2142
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2143
|
-
* @param workspaceName The name of workspace resource.
|
2144
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
2145
|
-
* Azure resource
|
2146
|
-
* @param properties The private endpoint connection properties.
|
2147
|
-
* @param options The options parameters.
|
2148
|
-
*/
|
2149
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>;
|
2150
|
-
/**
|
2151
|
-
* Deletes a private endpoint connection.
|
2152
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2153
|
-
* @param workspaceName The name of workspace resource.
|
2154
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
2155
|
-
* Azure resource
|
2156
|
-
* @param options The options parameters.
|
2157
|
-
*/
|
2158
|
-
beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
2159
|
-
/**
|
2160
|
-
* Deletes a private endpoint connection.
|
2161
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2162
|
-
* @param workspaceName The name of workspace resource.
|
2163
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
2164
|
-
* Azure resource
|
2165
|
-
* @param options The options parameters.
|
2166
|
-
*/
|
2167
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
2168
|
-
}
|
2169
|
-
|
2170
|
-
/** Optional parameters. */
|
2171
|
-
export declare interface WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
2172
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2173
|
-
updateIntervalInMs?: number;
|
2174
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2175
|
-
resumeFrom?: string;
|
2176
|
-
}
|
2177
|
-
|
2178
|
-
/** Contains response data for the createOrUpdate operation. */
|
2179
|
-
export declare type WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnectionDescription;
|
2180
|
-
|
2181
|
-
/** Optional parameters. */
|
2182
|
-
export declare interface WorkspacePrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
2183
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2184
|
-
updateIntervalInMs?: number;
|
2185
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2186
|
-
resumeFrom?: string;
|
2187
|
-
}
|
2188
|
-
|
2189
|
-
/** Optional parameters. */
|
2190
|
-
export declare interface WorkspacePrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
2191
|
-
}
|
2192
|
-
|
2193
|
-
/** Contains response data for the get operation. */
|
2194
|
-
export declare type WorkspacePrivateEndpointConnectionsGetResponse = PrivateEndpointConnectionDescription;
|
2195
|
-
|
2196
|
-
/** Optional parameters. */
|
2197
|
-
export declare interface WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
2198
|
-
}
|
2199
|
-
|
2200
|
-
/** Contains response data for the listByWorkspace operation. */
|
2201
|
-
export declare type WorkspacePrivateEndpointConnectionsListByWorkspaceResponse = PrivateEndpointConnectionListResultDescription;
|
2202
|
-
|
2203
|
-
/** Interface representing a WorkspacePrivateLinkResources. */
|
2204
|
-
export declare interface WorkspacePrivateLinkResources {
|
2205
|
-
/**
|
2206
|
-
* Gets the private link resources that need to be created for a workspace.
|
2207
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2208
|
-
* @param workspaceName The name of workspace resource.
|
2209
|
-
* @param options The options parameters.
|
2210
|
-
*/
|
2211
|
-
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResourceDescription>;
|
2212
|
-
/**
|
2213
|
-
* Gets a private link resource that need to be created for a workspace.
|
2214
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2215
|
-
* @param workspaceName The name of workspace resource.
|
2216
|
-
* @param groupName The name of the private link resource group.
|
2217
|
-
* @param options The options parameters.
|
2218
|
-
*/
|
2219
|
-
get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<WorkspacePrivateLinkResourcesGetResponse>;
|
2220
|
-
}
|
2221
|
-
|
2222
|
-
/** Optional parameters. */
|
2223
|
-
export declare interface WorkspacePrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
2224
|
-
}
|
2225
|
-
|
2226
|
-
/** Contains response data for the get operation. */
|
2227
|
-
export declare type WorkspacePrivateLinkResourcesGetResponse = PrivateLinkResourceDescription;
|
2228
|
-
|
2229
|
-
/** Optional parameters. */
|
2230
|
-
export declare interface WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
2231
|
-
}
|
2232
|
-
|
2233
|
-
/** Contains response data for the listByWorkspace operation. */
|
2234
|
-
export declare type WorkspacePrivateLinkResourcesListByWorkspaceResponse = PrivateLinkResourceListResultDescription;
|
2235
|
-
|
2236
|
-
/** Workspaces resource specific properties. */
|
2237
|
-
export declare interface WorkspaceProperties {
|
2238
|
-
/**
|
2239
|
-
* The provisioning state.
|
2240
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2241
|
-
*/
|
2242
|
-
readonly provisioningState?: ProvisioningState;
|
2243
|
-
/**
|
2244
|
-
* The list of private endpoint connections that are set up for this resource.
|
2245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
2246
|
-
*/
|
2247
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
2248
|
-
/** Control permission for data plane traffic coming from public networks while private endpoint is enabled. */
|
2249
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
2250
|
-
}
|
2251
|
-
|
2252
|
-
/** Interface representing a Workspaces. */
|
2253
|
-
export declare interface Workspaces {
|
2254
|
-
/**
|
2255
|
-
* Lists all the available workspaces under the specified subscription.
|
2256
|
-
* @param options The options parameters.
|
2257
|
-
*/
|
2258
|
-
listBySubscription(options?: WorkspacesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
2259
|
-
/**
|
2260
|
-
* Lists all the available workspaces under the specified resource group.
|
2261
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2262
|
-
* @param options The options parameters.
|
2263
|
-
*/
|
2264
|
-
listByResourceGroup(resourceGroupName: string, options?: WorkspacesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Workspace>;
|
2265
|
-
/**
|
2266
|
-
* Gets the properties of the specified workspace.
|
2267
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2268
|
-
* @param workspaceName The name of workspace resource.
|
2269
|
-
* @param options The options parameters.
|
2270
|
-
*/
|
2271
|
-
get(resourceGroupName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
|
2272
|
-
/**
|
2273
|
-
* Creates or updates a workspace resource with the specified parameters.
|
2274
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2275
|
-
* @param workspaceName The name of workspace resource.
|
2276
|
-
* @param workspace The parameters for creating or updating a healthcare workspace.
|
2277
|
-
* @param options The options parameters.
|
2278
|
-
*/
|
2279
|
-
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesCreateOrUpdateResponse>, WorkspacesCreateOrUpdateResponse>>;
|
2280
|
-
/**
|
2281
|
-
* Creates or updates a workspace resource with the specified parameters.
|
2282
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2283
|
-
* @param workspaceName The name of workspace resource.
|
2284
|
-
* @param workspace The parameters for creating or updating a healthcare workspace.
|
2285
|
-
* @param options The options parameters.
|
2286
|
-
*/
|
2287
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, workspace: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
|
2288
|
-
/**
|
2289
|
-
* Patch workspace details.
|
2290
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2291
|
-
* @param workspaceName The name of workspace resource.
|
2292
|
-
* @param workspacePatchResource The parameters for updating a specified workspace.
|
2293
|
-
* @param options The options parameters.
|
2294
|
-
*/
|
2295
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, workspacePatchResource: WorkspacePatchResource, options?: WorkspacesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacesUpdateResponse>, WorkspacesUpdateResponse>>;
|
2296
|
-
/**
|
2297
|
-
* Patch workspace details.
|
2298
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2299
|
-
* @param workspaceName The name of workspace resource.
|
2300
|
-
* @param workspacePatchResource The parameters for updating a specified workspace.
|
2301
|
-
* @param options The options parameters.
|
2302
|
-
*/
|
2303
|
-
beginUpdateAndWait(resourceGroupName: string, workspaceName: string, workspacePatchResource: WorkspacePatchResource, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
|
2304
|
-
/**
|
2305
|
-
* Deletes a specified workspace.
|
2306
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2307
|
-
* @param workspaceName The name of workspace resource.
|
2308
|
-
* @param options The options parameters.
|
2309
|
-
*/
|
2310
|
-
beginDelete(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
2311
|
-
/**
|
2312
|
-
* Deletes a specified workspace.
|
2313
|
-
* @param resourceGroupName The name of the resource group that contains the service instance.
|
2314
|
-
* @param workspaceName The name of workspace resource.
|
2315
|
-
* @param options The options parameters.
|
2316
|
-
*/
|
2317
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
|
2318
|
-
}
|
2319
|
-
|
2320
|
-
/** Optional parameters. */
|
2321
|
-
export declare interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
2322
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2323
|
-
updateIntervalInMs?: number;
|
2324
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2325
|
-
resumeFrom?: string;
|
2326
|
-
}
|
2327
|
-
|
2328
|
-
/** Contains response data for the createOrUpdate operation. */
|
2329
|
-
export declare type WorkspacesCreateOrUpdateResponse = Workspace;
|
2330
|
-
|
2331
|
-
/** Optional parameters. */
|
2332
|
-
export declare interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
2333
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2334
|
-
updateIntervalInMs?: number;
|
2335
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2336
|
-
resumeFrom?: string;
|
2337
|
-
}
|
2338
|
-
|
2339
|
-
/** Optional parameters. */
|
2340
|
-
export declare interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
2341
|
-
}
|
2342
|
-
|
2343
|
-
/** Contains response data for the get operation. */
|
2344
|
-
export declare type WorkspacesGetResponse = Workspace;
|
2345
|
-
|
2346
|
-
/** Optional parameters. */
|
2347
|
-
export declare interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
2348
|
-
}
|
2349
|
-
|
2350
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
2351
|
-
export declare type WorkspacesListByResourceGroupNextResponse = WorkspaceList;
|
2352
|
-
|
2353
|
-
/** Optional parameters. */
|
2354
|
-
export declare interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
2355
|
-
}
|
2356
|
-
|
2357
|
-
/** Contains response data for the listByResourceGroup operation. */
|
2358
|
-
export declare type WorkspacesListByResourceGroupResponse = WorkspaceList;
|
2359
|
-
|
2360
|
-
/** Optional parameters. */
|
2361
|
-
export declare interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
2362
|
-
}
|
2363
|
-
|
2364
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
2365
|
-
export declare type WorkspacesListBySubscriptionNextResponse = WorkspaceList;
|
2366
|
-
|
2367
|
-
/** Optional parameters. */
|
2368
|
-
export declare interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
2369
|
-
}
|
2370
|
-
|
2371
|
-
/** Contains response data for the listBySubscription operation. */
|
2372
|
-
export declare type WorkspacesListBySubscriptionResponse = WorkspaceList;
|
2373
|
-
|
2374
|
-
/** Optional parameters. */
|
2375
|
-
export declare interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
2376
|
-
/** Delay to wait until next poll, in milliseconds. */
|
2377
|
-
updateIntervalInMs?: number;
|
2378
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2379
|
-
resumeFrom?: string;
|
2380
|
-
}
|
2381
|
-
|
2382
|
-
/** Contains response data for the update operation. */
|
2383
|
-
export declare type WorkspacesUpdateResponse = Workspace;
|
2384
|
-
|
2385
|
-
export { }
|