@azure/arm-healthcareapis 3.1.1-alpha.20250205.1 → 3.1.1-alpha.20250206.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/healthcareApisManagementClient.d.ts +32 -0
- package/dist/browser/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/browser/healthcareApisManagementClient.js +110 -0
- package/dist/browser/healthcareApisManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +272 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/dicomServices.d.ts +99 -0
- package/dist/browser/operations/dicomServices.d.ts.map +1 -0
- package/dist/browser/operations/dicomServices.js +448 -0
- package/dist/browser/operations/dicomServices.js.map +1 -0
- package/dist/browser/operations/fhirDestinations.d.ts +41 -0
- package/dist/browser/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/browser/operations/fhirDestinations.js +155 -0
- package/dist/browser/operations/fhirDestinations.js.map +1 -0
- package/dist/browser/operations/fhirServices.d.ts +99 -0
- package/dist/browser/operations/fhirServices.d.ts.map +1 -0
- package/dist/browser/operations/fhirServices.js +448 -0
- package/dist/browser/operations/fhirServices.js.map +1 -0
- package/dist/browser/operations/index.d.ts +14 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +21 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/browser/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/browser/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/browser/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/browser/operations/iotConnectors.d.ts +99 -0
- package/dist/browser/operations/iotConnectors.d.ts.map +1 -0
- package/dist/browser/operations/iotConnectors.js +448 -0
- package/dist/browser/operations/iotConnectors.js.map +1 -0
- package/dist/browser/operations/operationResults.d.ts +20 -0
- package/dist/browser/operations/operationResults.d.ts.map +1 -0
- package/dist/browser/operations/operationResults.js +53 -0
- package/dist/browser/operations/operationResults.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +324 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +28 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +85 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/services.d.ts +114 -0
- package/dist/browser/operations/services.d.ts.map +1 -0
- package/dist/browser/operations/services.js +563 -0
- package/dist/browser/operations/services.js.map +1 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/browser/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/browser/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/browser/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/browser/operations/workspaces.d.ts +107 -0
- package/dist/browser/operations/workspaces.d.ts.map +1 -0
- package/dist/browser/operations/workspaces.js +536 -0
- package/dist/browser/operations/workspaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/browser/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/browser/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/browser/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +14 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +21 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/browser/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/services.d.ts +78 -0
- package/dist/browser/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/services.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/healthcareApisManagementClient.d.ts +32 -0
- package/dist/commonjs/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/commonjs/healthcareApisManagementClient.js +115 -0
- package/dist/commonjs/healthcareApisManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1536 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +165 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +81 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2320 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +33 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +275 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dicomServices.d.ts +99 -0
- package/dist/commonjs/operations/dicomServices.d.ts.map +1 -0
- package/dist/commonjs/operations/dicomServices.js +452 -0
- package/dist/commonjs/operations/dicomServices.js.map +1 -0
- package/dist/commonjs/operations/fhirDestinations.d.ts +41 -0
- package/dist/commonjs/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/commonjs/operations/fhirDestinations.js +159 -0
- package/dist/commonjs/operations/fhirDestinations.js.map +1 -0
- package/dist/commonjs/operations/fhirServices.d.ts +99 -0
- package/dist/commonjs/operations/fhirServices.d.ts.map +1 -0
- package/dist/commonjs/operations/fhirServices.js +452 -0
- package/dist/commonjs/operations/fhirServices.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +14 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +24 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.js +255 -0
- package/dist/commonjs/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/commonjs/operations/iotConnectors.d.ts +99 -0
- package/dist/commonjs/operations/iotConnectors.d.ts.map +1 -0
- package/dist/commonjs/operations/iotConnectors.js +452 -0
- package/dist/commonjs/operations/iotConnectors.js.map +1 -0
- package/dist/commonjs/operations/operationResults.d.ts +20 -0
- package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/operationResults.js +58 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +328 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/services.d.ts +114 -0
- package/dist/commonjs/operations/services.d.ts.map +1 -0
- package/dist/commonjs/operations/services.js +567 -0
- package/dist/commonjs/operations/services.js.map +1 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.js +328 -0
- package/dist/commonjs/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.js +141 -0
- package/dist/commonjs/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/workspaces.d.ts +107 -0
- package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operations/workspaces.js +540 -0
- package/dist/commonjs/operations/workspaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.js +10 -0
- package/dist/commonjs/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +24 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.js +10 -0
- package/dist/commonjs/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.js +10 -0
- package/dist/commonjs/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/services.js +10 -0
- package/dist/commonjs/operationsInterfaces/services.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/healthcareApisManagementClient.d.ts +32 -0
- package/dist/esm/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/esm/healthcareApisManagementClient.js +110 -0
- package/dist/esm/healthcareApisManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1536 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +162 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +81 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2316 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +33 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +272 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dicomServices.d.ts +99 -0
- package/dist/esm/operations/dicomServices.d.ts.map +1 -0
- package/dist/esm/operations/dicomServices.js +448 -0
- package/dist/esm/operations/dicomServices.js.map +1 -0
- package/dist/esm/operations/fhirDestinations.d.ts +41 -0
- package/dist/esm/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/esm/operations/fhirDestinations.js +155 -0
- package/dist/esm/operations/fhirDestinations.js.map +1 -0
- package/dist/esm/operations/fhirServices.d.ts +99 -0
- package/dist/esm/operations/fhirServices.d.ts.map +1 -0
- package/dist/esm/operations/fhirServices.js +448 -0
- package/dist/esm/operations/fhirServices.js.map +1 -0
- package/dist/esm/operations/index.d.ts +14 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +21 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/esm/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/esm/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/esm/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/esm/operations/iotConnectors.d.ts +99 -0
- package/dist/esm/operations/iotConnectors.d.ts.map +1 -0
- package/dist/esm/operations/iotConnectors.js +448 -0
- package/dist/esm/operations/iotConnectors.js.map +1 -0
- package/dist/esm/operations/operationResults.d.ts +20 -0
- package/dist/esm/operations/operationResults.d.ts.map +1 -0
- package/dist/esm/operations/operationResults.js +53 -0
- package/dist/esm/operations/operationResults.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +324 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/services.d.ts +114 -0
- package/dist/esm/operations/services.d.ts.map +1 -0
- package/dist/esm/operations/services.js +563 -0
- package/dist/esm/operations/services.js.map +1 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/esm/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/esm/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/esm/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/workspaces.d.ts +107 -0
- package/dist/esm/operations/workspaces.d.ts.map +1 -0
- package/dist/esm/operations/workspaces.js +536 -0
- package/dist/esm/operations/workspaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/esm/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dicomServices.js +9 -0
- package/dist/esm/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.js +9 -0
- package/dist/esm/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/esm/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/esm/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fhirServices.js +9 -0
- package/dist/esm/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +14 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +21 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.js +9 -0
- package/dist/esm/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/esm/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/iotConnectors.js +9 -0
- package/dist/esm/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.js +9 -0
- package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/services.d.ts +78 -0
- package/dist/esm/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/services.js +9 -0
- package/dist/esm/operationsInterfaces/services.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/workspaces.js +9 -0
- package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/healthcareApisManagementClient.d.ts +32 -0
- package/dist/react-native/healthcareApisManagementClient.d.ts.map +1 -0
- package/dist/react-native/healthcareApisManagementClient.js +110 -0
- package/dist/react-native/healthcareApisManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1536 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +162 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +81 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2316 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +33 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +272 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dicomServices.d.ts +99 -0
- package/dist/react-native/operations/dicomServices.d.ts.map +1 -0
- package/dist/react-native/operations/dicomServices.js +448 -0
- package/dist/react-native/operations/dicomServices.js.map +1 -0
- package/dist/react-native/operations/fhirDestinations.d.ts +41 -0
- package/dist/react-native/operations/fhirDestinations.d.ts.map +1 -0
- package/dist/react-native/operations/fhirDestinations.js +155 -0
- package/dist/react-native/operations/fhirDestinations.js.map +1 -0
- package/dist/react-native/operations/fhirServices.d.ts +99 -0
- package/dist/react-native/operations/fhirServices.d.ts.map +1 -0
- package/dist/react-native/operations/fhirServices.js +448 -0
- package/dist/react-native/operations/fhirServices.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +14 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +21 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.d.ts +63 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.js +250 -0
- package/dist/react-native/operations/iotConnectorFhirDestination.js.map +1 -0
- package/dist/react-native/operations/iotConnectors.d.ts +99 -0
- package/dist/react-native/operations/iotConnectors.d.ts.map +1 -0
- package/dist/react-native/operations/iotConnectors.js +448 -0
- package/dist/react-native/operations/iotConnectors.js.map +1 -0
- package/dist/react-native/operations/operationResults.d.ts +20 -0
- package/dist/react-native/operations/operationResults.d.ts.map +1 -0
- package/dist/react-native/operations/operationResults.js +53 -0
- package/dist/react-native/operations/operationResults.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +324 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/services.d.ts +114 -0
- package/dist/react-native/operations/services.d.ts.map +1 -0
- package/dist/react-native/operations/services.js +563 -0
- package/dist/react-native/operations/services.js.map +1 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.js +324 -0
- package/dist/react-native/operations/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.d.ts +38 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.js +137 -0
- package/dist/react-native/operations/workspacePrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/workspaces.d.ts +107 -0
- package/dist/react-native/operations/workspaces.d.ts.map +1 -0
- package/dist/react-native/operations/workspaces.js +536 -0
- package/dist/react-native/operations/workspaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dicomServices.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/dicomServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dicomServices.js +9 -0
- package/dist/react-native/operationsInterfaces/dicomServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.js +9 -0
- package/dist/react-native/operationsInterfaces/fhirDestinations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirServices.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/fhirServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fhirServices.js +9 -0
- package/dist/react-native/operationsInterfaces/fhirServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +21 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.d.ts +55 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.js +9 -0
- package/dist/react-native/operationsInterfaces/iotConnectorFhirDestination.js.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.js +9 -0
- package/dist/react-native/operationsInterfaces/iotConnectors.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/services.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/services.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/services.js +9 -0
- package/dist/react-native/operationsInterfaces/services.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/workspacePrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
- package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -6934
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/dicomServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/dicomServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesGetSample.js +0 -37
- package/dist-esm/samples-dev/dicomServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/dicomServicesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/dicomServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/dicomServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dicomServicesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/dicomServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js +0 -53
- package/dist-esm/samples-dev/fhirDestinationsListByIotConnectorSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.js +0 -82
- package/dist-esm/samples-dev/fhirServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/fhirServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesGetSample.js +0 -37
- package/dist-esm/samples-dev/fhirServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/fhirServicesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/fhirServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fhirServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fhirServicesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/fhirServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.js +0 -63
- package/dist-esm/samples-dev/iotConnectorFhirDestinationCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorFhirDestinationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorFhirDestinationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.js +0 -67
- package/dist-esm/samples-dev/iotConnectorsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/iotConnectorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsGetSample.js +0 -37
- package/dist-esm/samples-dev/iotConnectorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/iotConnectorsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.js +0 -38
- package/dist-esm/samples-dev/iotConnectorsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.js +0 -36
- package/dist-esm/samples-dev/operationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkResourcesListByServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +0 -31
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +0 -136
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/servicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesGetSample.js +0 -54
- package/dist-esm/samples-dev/servicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesListSample.js +0 -50
- package/dist-esm/samples-dev/servicesListSample.js.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/servicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/workspacePrivateEndpointConnectionsListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js +0 -52
- package/dist-esm/samples-dev/workspacePrivateLinkResourcesListByWorkspaceSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -30
- package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesGetSample.js +0 -36
- package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -32
- package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
- package/dist-esm/src/healthcareApisManagementClient.d.ts +0 -32
- package/dist-esm/src/healthcareApisManagementClient.d.ts.map +0 -1
- package/dist-esm/src/healthcareApisManagementClient.js +0 -113
- package/dist-esm/src/healthcareApisManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -272
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dicomServices.d.ts +0 -99
- package/dist-esm/src/operations/dicomServices.d.ts.map +0 -1
- package/dist-esm/src/operations/dicomServices.js +0 -460
- package/dist-esm/src/operations/dicomServices.js.map +0 -1
- package/dist-esm/src/operations/fhirDestinations.d.ts +0 -41
- package/dist-esm/src/operations/fhirDestinations.d.ts.map +0 -1
- package/dist-esm/src/operations/fhirDestinations.js +0 -155
- package/dist-esm/src/operations/fhirDestinations.js.map +0 -1
- package/dist-esm/src/operations/fhirServices.d.ts +0 -99
- package/dist-esm/src/operations/fhirServices.d.ts.map +0 -1
- package/dist-esm/src/operations/fhirServices.js +0 -460
- package/dist-esm/src/operations/fhirServices.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -14
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -21
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/iotConnectorFhirDestination.d.ts +0 -63
- package/dist-esm/src/operations/iotConnectorFhirDestination.d.ts.map +0 -1
- package/dist-esm/src/operations/iotConnectorFhirDestination.js +0 -259
- package/dist-esm/src/operations/iotConnectorFhirDestination.js.map +0 -1
- package/dist-esm/src/operations/iotConnectors.d.ts +0 -99
- package/dist-esm/src/operations/iotConnectors.d.ts.map +0 -1
- package/dist-esm/src/operations/iotConnectors.js +0 -460
- package/dist-esm/src/operations/iotConnectors.js.map +0 -1
- package/dist-esm/src/operations/operationResults.d.ts +0 -20
- package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/operationResults.js +0 -53
- package/dist-esm/src/operations/operationResults.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -78
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -332
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -28
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -85
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/services.d.ts +0 -114
- package/dist-esm/src/operations/services.d.ts.map +0 -1
- package/dist-esm/src/operations/services.js +0 -575
- package/dist-esm/src/operations/services.js.map +0 -1
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.d.ts +0 -78
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.js +0 -332
- package/dist-esm/src/operations/workspacePrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/workspacePrivateLinkResources.d.ts +0 -38
- package/dist-esm/src/operations/workspacePrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/workspacePrivateLinkResources.js +0 -137
- package/dist-esm/src/operations/workspacePrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/workspaces.d.ts +0 -107
- package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operations/workspaces.js +0 -548
- package/dist-esm/src/operations/workspaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dicomServices.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/dicomServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dicomServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirDestinations.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/fhirDestinations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirDestinations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirServices.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/fhirServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fhirServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -21
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.d.ts +0 -55
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectorFhirDestination.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectors.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/iotConnectors.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/iotConnectors.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/services.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/services.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.d.ts +0 -61
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspacePrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +0 -71
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/healthcareapis_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/healthcareapis_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/healthcareapis_operations_test.spec.js +0 -112
- package/dist-esm/test/healthcareapis_operations_test.spec.js.map +0 -1
- package/src/healthcareApisManagementClient.ts +0 -198
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1781
- package/src/models/mappers.ts +0 -2505
- package/src/models/parameters.ts +0 -323
- package/src/operations/dicomServices.ts +0 -641
- package/src/operations/fhirDestinations.ts +0 -216
- package/src/operations/fhirServices.ts +0 -641
- package/src/operations/index.ts +0 -21
- package/src/operations/iotConnectorFhirDestination.ts +0 -363
- package/src/operations/iotConnectors.ts +0 -641
- package/src/operations/operationResults.ts +0 -71
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -457
- package/src/operations/privateLinkResources.ts +0 -114
- package/src/operations/services.ts +0 -747
- package/src/operations/workspacePrivateEndpointConnections.ts +0 -456
- package/src/operations/workspacePrivateLinkResources.ts +0 -185
- package/src/operations/workspaces.ts +0 -713
- package/src/operationsInterfaces/dicomServices.ts +0 -147
- package/src/operationsInterfaces/fhirDestinations.ts +0 -31
- package/src/operationsInterfaces/fhirServices.ts +0 -147
- package/src/operationsInterfaces/index.ts +0 -21
- package/src/operationsInterfaces/iotConnectorFhirDestination.ts +0 -107
- package/src/operationsInterfaces/iotConnectors.ts +0 -147
- package/src/operationsInterfaces/operationResults.ts +0 -27
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -115
- package/src/operationsInterfaces/privateLinkResources.ts +0 -42
- package/src/operationsInterfaces/services.ts +0 -152
- package/src/operationsInterfaces/workspacePrivateEndpointConnections.ts +0 -114
- package/src/operationsInterfaces/workspacePrivateLinkResources.ts +0 -44
- package/src/operationsInterfaces/workspaces.ts +0 -139
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-healthcareapis.d.ts +0 -2385
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dicomServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fhirDestinations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fhirServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotConnectorFhirDestination.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/iotConnectors.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/services.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePrivateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspacePrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,78 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { WorkspacePrivateEndpointConnections } from "../operationsInterfaces/index.js";
|
3
|
+
import { HealthcareApisManagementClient } from "../healthcareApisManagementClient.js";
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
5
|
+
import { PrivateEndpointConnectionDescription, WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams, WorkspacePrivateEndpointConnectionsGetOptionalParams, WorkspacePrivateEndpointConnectionsGetResponse, WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams, WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse, WorkspacePrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
|
6
|
+
/** Class containing WorkspacePrivateEndpointConnections operations. */
|
7
|
+
export declare class WorkspacePrivateEndpointConnectionsImpl implements WorkspacePrivateEndpointConnections {
|
8
|
+
private readonly client;
|
9
|
+
/**
|
10
|
+
* Initialize a new instance of the class WorkspacePrivateEndpointConnections class.
|
11
|
+
* @param client Reference to the service client
|
12
|
+
*/
|
13
|
+
constructor(client: HealthcareApisManagementClient);
|
14
|
+
/**
|
15
|
+
* Lists all private endpoint connections for a workspace.
|
16
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
17
|
+
* @param workspaceName The name of workspace resource.
|
18
|
+
* @param options The options parameters.
|
19
|
+
*/
|
20
|
+
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription>;
|
21
|
+
private listByWorkspacePagingPage;
|
22
|
+
private listByWorkspacePagingAll;
|
23
|
+
/**
|
24
|
+
* Lists all private endpoint connections for a workspace.
|
25
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
26
|
+
* @param workspaceName The name of workspace resource.
|
27
|
+
* @param options The options parameters.
|
28
|
+
*/
|
29
|
+
private _listByWorkspace;
|
30
|
+
/**
|
31
|
+
* Gets the specified private endpoint connection associated with the workspace.
|
32
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
33
|
+
* @param workspaceName The name of workspace resource.
|
34
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
35
|
+
* Azure resource
|
36
|
+
* @param options The options parameters.
|
37
|
+
*/
|
38
|
+
get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsGetOptionalParams): Promise<WorkspacePrivateEndpointConnectionsGetResponse>;
|
39
|
+
/**
|
40
|
+
* Update the state of the specified private endpoint connection associated with the workspace.
|
41
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
42
|
+
* @param workspaceName The name of workspace resource.
|
43
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
44
|
+
* Azure resource
|
45
|
+
* @param properties The private endpoint connection properties.
|
46
|
+
* @param options The options parameters.
|
47
|
+
*/
|
48
|
+
beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>, WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
49
|
+
/**
|
50
|
+
* Update the state of the specified private endpoint connection associated with the workspace.
|
51
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
52
|
+
* @param workspaceName The name of workspace resource.
|
53
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
54
|
+
* Azure resource
|
55
|
+
* @param properties The private endpoint connection properties.
|
56
|
+
* @param options The options parameters.
|
57
|
+
*/
|
58
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>;
|
59
|
+
/**
|
60
|
+
* Deletes a private endpoint connection.
|
61
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
62
|
+
* @param workspaceName The name of workspace resource.
|
63
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
64
|
+
* Azure resource
|
65
|
+
* @param options The options parameters.
|
66
|
+
*/
|
67
|
+
beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
68
|
+
/**
|
69
|
+
* Deletes a private endpoint connection.
|
70
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
71
|
+
* @param workspaceName The name of workspace resource.
|
72
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
73
|
+
* Azure resource
|
74
|
+
* @param options The options parameters.
|
75
|
+
*/
|
76
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
77
|
+
}
|
78
|
+
//# sourceMappingURL=workspacePrivateEndpointConnections.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"workspacePrivateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operations/workspacePrivateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,mCAAmC,EAAE,MAAM,kCAAkC,CAAC;AAIvF,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,oCAAoC,EACpC,gEAAgE,EAEhE,oDAAoD,EACpD,8CAA8C,EAC9C,+DAA+D,EAC/D,yDAAyD,EACzD,uDAAuD,EACxD,MAAM,oBAAoB,CAAC;AAG5B,uEAAuE;AACvE,qBAAa,uCACX,YAAW,mCAAmC;IAE9C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACI,eAAe,CACpB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,gEAAgE,GACzE,0BAA0B,CAAC,oCAAoC,CAAC;YA2BpD,yBAAyB;YAezB,wBAAwB;IAcvC;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IAWxB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC;IAY1D;;;;;;;;OAQG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,oCAAoC,EAChD,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,yDAAyD,CAAC,EACzE,yDAAyD,CAC1D,CACF;IA6DD;;;;;;;;OAQG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,oCAAoC,EAChD,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CAAC,yDAAyD,CAAC;IAWrE;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAyDxD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,IAAI,CAAC;CASjB"}
|
@@ -0,0 +1,324 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
+
import * as coreClient from "@azure/core-client";
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
12
|
+
import { createHttpPoller, } from "@azure/core-lro";
|
13
|
+
import { createLroSpec } from "../lroImpl.js";
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
15
|
+
/** Class containing WorkspacePrivateEndpointConnections operations. */
|
16
|
+
export class WorkspacePrivateEndpointConnectionsImpl {
|
17
|
+
/**
|
18
|
+
* Initialize a new instance of the class WorkspacePrivateEndpointConnections class.
|
19
|
+
* @param client Reference to the service client
|
20
|
+
*/
|
21
|
+
constructor(client) {
|
22
|
+
this.client = client;
|
23
|
+
}
|
24
|
+
/**
|
25
|
+
* Lists all private endpoint connections for a workspace.
|
26
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
27
|
+
* @param workspaceName The name of workspace resource.
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
listByWorkspace(resourceGroupName, workspaceName, options) {
|
31
|
+
const iter = this.listByWorkspacePagingAll(resourceGroupName, workspaceName, options);
|
32
|
+
return {
|
33
|
+
next() {
|
34
|
+
return iter.next();
|
35
|
+
},
|
36
|
+
[Symbol.asyncIterator]() {
|
37
|
+
return this;
|
38
|
+
},
|
39
|
+
byPage: (settings) => {
|
40
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
41
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
42
|
+
}
|
43
|
+
return this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings);
|
44
|
+
},
|
45
|
+
};
|
46
|
+
}
|
47
|
+
listByWorkspacePagingPage(resourceGroupName, workspaceName, options, _settings) {
|
48
|
+
return __asyncGenerator(this, arguments, function* listByWorkspacePagingPage_1() {
|
49
|
+
let result;
|
50
|
+
result = yield __await(this._listByWorkspace(resourceGroupName, workspaceName, options));
|
51
|
+
yield yield __await(result.value || []);
|
52
|
+
});
|
53
|
+
}
|
54
|
+
listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
|
55
|
+
return __asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
|
56
|
+
var _a, e_1, _b, _c;
|
57
|
+
try {
|
58
|
+
for (var _d = true, _e = __asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
59
|
+
_c = _f.value;
|
60
|
+
_d = false;
|
61
|
+
const page = _c;
|
62
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
63
|
+
}
|
64
|
+
}
|
65
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
66
|
+
finally {
|
67
|
+
try {
|
68
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
69
|
+
}
|
70
|
+
finally { if (e_1) throw e_1.error; }
|
71
|
+
}
|
72
|
+
});
|
73
|
+
}
|
74
|
+
/**
|
75
|
+
* Lists all private endpoint connections for a workspace.
|
76
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
77
|
+
* @param workspaceName The name of workspace resource.
|
78
|
+
* @param options The options parameters.
|
79
|
+
*/
|
80
|
+
_listByWorkspace(resourceGroupName, workspaceName, options) {
|
81
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listByWorkspaceOperationSpec);
|
82
|
+
}
|
83
|
+
/**
|
84
|
+
* Gets the specified private endpoint connection associated with the workspace.
|
85
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
86
|
+
* @param workspaceName The name of workspace resource.
|
87
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
88
|
+
* Azure resource
|
89
|
+
* @param options The options parameters.
|
90
|
+
*/
|
91
|
+
get(resourceGroupName, workspaceName, privateEndpointConnectionName, options) {
|
92
|
+
return this.client.sendOperationRequest({
|
93
|
+
resourceGroupName,
|
94
|
+
workspaceName,
|
95
|
+
privateEndpointConnectionName,
|
96
|
+
options,
|
97
|
+
}, getOperationSpec);
|
98
|
+
}
|
99
|
+
/**
|
100
|
+
* Update the state of the specified private endpoint connection associated with the workspace.
|
101
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
102
|
+
* @param workspaceName The name of workspace resource.
|
103
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
104
|
+
* Azure resource
|
105
|
+
* @param properties The private endpoint connection properties.
|
106
|
+
* @param options The options parameters.
|
107
|
+
*/
|
108
|
+
async beginCreateOrUpdate(resourceGroupName, workspaceName, privateEndpointConnectionName, properties, options) {
|
109
|
+
const directSendOperation = async (args, spec) => {
|
110
|
+
return this.client.sendOperationRequest(args, spec);
|
111
|
+
};
|
112
|
+
const sendOperationFn = async (args, spec) => {
|
113
|
+
var _a;
|
114
|
+
let currentRawResponse = undefined;
|
115
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
116
|
+
const callback = (rawResponse, flatResponse) => {
|
117
|
+
currentRawResponse = rawResponse;
|
118
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
119
|
+
};
|
120
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
121
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
122
|
+
return {
|
123
|
+
flatResponse,
|
124
|
+
rawResponse: {
|
125
|
+
statusCode: currentRawResponse.status,
|
126
|
+
body: currentRawResponse.parsedBody,
|
127
|
+
headers: currentRawResponse.headers.toJSON(),
|
128
|
+
},
|
129
|
+
};
|
130
|
+
};
|
131
|
+
const lro = createLroSpec({
|
132
|
+
sendOperationFn,
|
133
|
+
args: {
|
134
|
+
resourceGroupName,
|
135
|
+
workspaceName,
|
136
|
+
privateEndpointConnectionName,
|
137
|
+
properties,
|
138
|
+
options,
|
139
|
+
},
|
140
|
+
spec: createOrUpdateOperationSpec,
|
141
|
+
});
|
142
|
+
const poller = await createHttpPoller(lro, {
|
143
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
144
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
145
|
+
});
|
146
|
+
await poller.poll();
|
147
|
+
return poller;
|
148
|
+
}
|
149
|
+
/**
|
150
|
+
* Update the state of the specified private endpoint connection associated with the workspace.
|
151
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
152
|
+
* @param workspaceName The name of workspace resource.
|
153
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
154
|
+
* Azure resource
|
155
|
+
* @param properties The private endpoint connection properties.
|
156
|
+
* @param options The options parameters.
|
157
|
+
*/
|
158
|
+
async beginCreateOrUpdateAndWait(resourceGroupName, workspaceName, privateEndpointConnectionName, properties, options) {
|
159
|
+
const poller = await this.beginCreateOrUpdate(resourceGroupName, workspaceName, privateEndpointConnectionName, properties, options);
|
160
|
+
return poller.pollUntilDone();
|
161
|
+
}
|
162
|
+
/**
|
163
|
+
* Deletes a private endpoint connection.
|
164
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
165
|
+
* @param workspaceName The name of workspace resource.
|
166
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
167
|
+
* Azure resource
|
168
|
+
* @param options The options parameters.
|
169
|
+
*/
|
170
|
+
async beginDelete(resourceGroupName, workspaceName, privateEndpointConnectionName, options) {
|
171
|
+
const directSendOperation = async (args, spec) => {
|
172
|
+
return this.client.sendOperationRequest(args, spec);
|
173
|
+
};
|
174
|
+
const sendOperationFn = async (args, spec) => {
|
175
|
+
var _a;
|
176
|
+
let currentRawResponse = undefined;
|
177
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
178
|
+
const callback = (rawResponse, flatResponse) => {
|
179
|
+
currentRawResponse = rawResponse;
|
180
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
181
|
+
};
|
182
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
183
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
184
|
+
return {
|
185
|
+
flatResponse,
|
186
|
+
rawResponse: {
|
187
|
+
statusCode: currentRawResponse.status,
|
188
|
+
body: currentRawResponse.parsedBody,
|
189
|
+
headers: currentRawResponse.headers.toJSON(),
|
190
|
+
},
|
191
|
+
};
|
192
|
+
};
|
193
|
+
const lro = createLroSpec({
|
194
|
+
sendOperationFn,
|
195
|
+
args: {
|
196
|
+
resourceGroupName,
|
197
|
+
workspaceName,
|
198
|
+
privateEndpointConnectionName,
|
199
|
+
options,
|
200
|
+
},
|
201
|
+
spec: deleteOperationSpec,
|
202
|
+
});
|
203
|
+
const poller = await createHttpPoller(lro, {
|
204
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
205
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
206
|
+
});
|
207
|
+
await poller.poll();
|
208
|
+
return poller;
|
209
|
+
}
|
210
|
+
/**
|
211
|
+
* Deletes a private endpoint connection.
|
212
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
213
|
+
* @param workspaceName The name of workspace resource.
|
214
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
215
|
+
* Azure resource
|
216
|
+
* @param options The options parameters.
|
217
|
+
*/
|
218
|
+
async beginDeleteAndWait(resourceGroupName, workspaceName, privateEndpointConnectionName, options) {
|
219
|
+
const poller = await this.beginDelete(resourceGroupName, workspaceName, privateEndpointConnectionName, options);
|
220
|
+
return poller.pollUntilDone();
|
221
|
+
}
|
222
|
+
}
|
223
|
+
// Operation Specifications
|
224
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
225
|
+
const listByWorkspaceOperationSpec = {
|
226
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections",
|
227
|
+
httpMethod: "GET",
|
228
|
+
responses: {
|
229
|
+
200: {
|
230
|
+
bodyMapper: Mappers.PrivateEndpointConnectionListResultDescription,
|
231
|
+
},
|
232
|
+
default: {
|
233
|
+
bodyMapper: Mappers.ErrorDetails,
|
234
|
+
},
|
235
|
+
},
|
236
|
+
queryParameters: [Parameters.apiVersion],
|
237
|
+
urlParameters: [
|
238
|
+
Parameters.$host,
|
239
|
+
Parameters.subscriptionId,
|
240
|
+
Parameters.resourceGroupName,
|
241
|
+
Parameters.workspaceName,
|
242
|
+
],
|
243
|
+
headerParameters: [Parameters.accept],
|
244
|
+
serializer,
|
245
|
+
};
|
246
|
+
const getOperationSpec = {
|
247
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
248
|
+
httpMethod: "GET",
|
249
|
+
responses: {
|
250
|
+
200: {
|
251
|
+
bodyMapper: Mappers.PrivateEndpointConnectionDescription,
|
252
|
+
},
|
253
|
+
default: {
|
254
|
+
bodyMapper: Mappers.ErrorDetails,
|
255
|
+
},
|
256
|
+
},
|
257
|
+
queryParameters: [Parameters.apiVersion],
|
258
|
+
urlParameters: [
|
259
|
+
Parameters.$host,
|
260
|
+
Parameters.subscriptionId,
|
261
|
+
Parameters.resourceGroupName,
|
262
|
+
Parameters.privateEndpointConnectionName,
|
263
|
+
Parameters.workspaceName,
|
264
|
+
],
|
265
|
+
headerParameters: [Parameters.accept],
|
266
|
+
serializer,
|
267
|
+
};
|
268
|
+
const createOrUpdateOperationSpec = {
|
269
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
270
|
+
httpMethod: "PUT",
|
271
|
+
responses: {
|
272
|
+
200: {
|
273
|
+
bodyMapper: Mappers.PrivateEndpointConnectionDescription,
|
274
|
+
},
|
275
|
+
201: {
|
276
|
+
bodyMapper: Mappers.PrivateEndpointConnectionDescription,
|
277
|
+
},
|
278
|
+
202: {
|
279
|
+
bodyMapper: Mappers.PrivateEndpointConnectionDescription,
|
280
|
+
},
|
281
|
+
204: {
|
282
|
+
bodyMapper: Mappers.PrivateEndpointConnectionDescription,
|
283
|
+
},
|
284
|
+
default: {
|
285
|
+
bodyMapper: Mappers.ErrorDetails,
|
286
|
+
},
|
287
|
+
},
|
288
|
+
requestBody: Parameters.properties1,
|
289
|
+
queryParameters: [Parameters.apiVersion],
|
290
|
+
urlParameters: [
|
291
|
+
Parameters.$host,
|
292
|
+
Parameters.subscriptionId,
|
293
|
+
Parameters.resourceGroupName,
|
294
|
+
Parameters.privateEndpointConnectionName,
|
295
|
+
Parameters.workspaceName,
|
296
|
+
],
|
297
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
298
|
+
mediaType: "json",
|
299
|
+
serializer,
|
300
|
+
};
|
301
|
+
const deleteOperationSpec = {
|
302
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
303
|
+
httpMethod: "DELETE",
|
304
|
+
responses: {
|
305
|
+
200: {},
|
306
|
+
201: {},
|
307
|
+
202: {},
|
308
|
+
204: {},
|
309
|
+
default: {
|
310
|
+
bodyMapper: Mappers.ErrorDetails,
|
311
|
+
},
|
312
|
+
},
|
313
|
+
queryParameters: [Parameters.apiVersion],
|
314
|
+
urlParameters: [
|
315
|
+
Parameters.$host,
|
316
|
+
Parameters.subscriptionId,
|
317
|
+
Parameters.resourceGroupName,
|
318
|
+
Parameters.privateEndpointConnectionName,
|
319
|
+
Parameters.workspaceName,
|
320
|
+
],
|
321
|
+
headerParameters: [Parameters.accept],
|
322
|
+
serializer,
|
323
|
+
};
|
324
|
+
//# sourceMappingURL=workspacePrivateEndpointConnections.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"workspacePrivateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/workspacePrivateEndpointConnections.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { WorkspacePrivateEndpointConnections } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { HealthcareApisManagementClient } from \"../healthcareApisManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n PrivateEndpointConnectionDescription,\n WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams,\n WorkspacePrivateEndpointConnectionsListByWorkspaceResponse,\n WorkspacePrivateEndpointConnectionsGetOptionalParams,\n WorkspacePrivateEndpointConnectionsGetResponse,\n WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse,\n WorkspacePrivateEndpointConnectionsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing WorkspacePrivateEndpointConnections operations. */\nexport class WorkspacePrivateEndpointConnectionsImpl\n implements WorkspacePrivateEndpointConnections\n{\n private readonly client: HealthcareApisManagementClient;\n\n /**\n * Initialize a new instance of the class WorkspacePrivateEndpointConnections class.\n * @param client Reference to the service client\n */\n constructor(client: HealthcareApisManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all private endpoint connections for a workspace.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param options The options parameters.\n */\n public listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription> {\n const iter = this.listByWorkspacePagingAll(\n resourceGroupName,\n workspaceName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByWorkspacePagingPage(\n resourceGroupName: string,\n workspaceName: string,\n options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<PrivateEndpointConnectionDescription[]> {\n let result: WorkspacePrivateEndpointConnectionsListByWorkspaceResponse;\n result = await this._listByWorkspace(\n resourceGroupName,\n workspaceName,\n options,\n );\n yield result.value || [];\n }\n\n private async *listByWorkspacePagingAll(\n resourceGroupName: string,\n workspaceName: string,\n options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams,\n ): AsyncIterableIterator<PrivateEndpointConnectionDescription> {\n for await (const page of this.listByWorkspacePagingPage(\n resourceGroupName,\n workspaceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all private endpoint connections for a workspace.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param options The options parameters.\n */\n private _listByWorkspace(\n resourceGroupName: string,\n workspaceName: string,\n options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams,\n ): Promise<WorkspacePrivateEndpointConnectionsListByWorkspaceResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, workspaceName, options },\n listByWorkspaceOperationSpec,\n );\n }\n\n /**\n * Gets the specified private endpoint connection associated with the workspace.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n workspaceName: string,\n privateEndpointConnectionName: string,\n options?: WorkspacePrivateEndpointConnectionsGetOptionalParams,\n ): Promise<WorkspacePrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n workspaceName,\n privateEndpointConnectionName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * Update the state of the specified private endpoint connection associated with the workspace.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param properties The private endpoint connection properties.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n workspaceName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnectionDescription,\n options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>,\n WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n workspaceName,\n privateEndpointConnectionName,\n properties,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse,\n OperationState<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update the state of the specified private endpoint connection associated with the workspace.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param properties The private endpoint connection properties.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n workspaceName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnectionDescription,\n options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams,\n ): Promise<WorkspacePrivateEndpointConnectionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n workspaceName,\n privateEndpointConnectionName,\n properties,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n workspaceName: string,\n privateEndpointConnectionName: string,\n options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n workspaceName,\n privateEndpointConnectionName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a private endpoint connection.\n * @param resourceGroupName The name of the resource group that contains the service instance.\n * @param workspaceName The name of workspace resource.\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n workspaceName: string,\n privateEndpointConnectionName: string,\n options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n workspaceName,\n privateEndpointConnectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByWorkspaceOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionListResultDescription,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.workspaceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionDescription,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.privateEndpointConnectionName,\n Parameters.workspaceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionDescription,\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnectionDescription,\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnectionDescription,\n },\n 204: {\n bodyMapper: Mappers.PrivateEndpointConnectionDescription,\n },\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n requestBody: Parameters.properties1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.privateEndpointConnectionName,\n Parameters.workspaceName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorDetails,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.privateEndpointConnectionName,\n Parameters.workspaceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { WorkspacePrivateLinkResources } from "../operationsInterfaces/index.js";
|
3
|
+
import { HealthcareApisManagementClient } from "../healthcareApisManagementClient.js";
|
4
|
+
import { PrivateLinkResourceDescription, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams, WorkspacePrivateLinkResourcesGetOptionalParams, WorkspacePrivateLinkResourcesGetResponse } from "../models/index.js";
|
5
|
+
/** Class containing WorkspacePrivateLinkResources operations. */
|
6
|
+
export declare class WorkspacePrivateLinkResourcesImpl implements WorkspacePrivateLinkResources {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class WorkspacePrivateLinkResources class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: HealthcareApisManagementClient);
|
13
|
+
/**
|
14
|
+
* Gets the private link resources that need to be created for a workspace.
|
15
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
16
|
+
* @param workspaceName The name of workspace resource.
|
17
|
+
* @param options The options parameters.
|
18
|
+
*/
|
19
|
+
listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResourceDescription>;
|
20
|
+
private listByWorkspacePagingPage;
|
21
|
+
private listByWorkspacePagingAll;
|
22
|
+
/**
|
23
|
+
* Gets the private link resources that need to be created for a workspace.
|
24
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
25
|
+
* @param workspaceName The name of workspace resource.
|
26
|
+
* @param options The options parameters.
|
27
|
+
*/
|
28
|
+
private _listByWorkspace;
|
29
|
+
/**
|
30
|
+
* Gets a private link resource that need to be created for a workspace.
|
31
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
32
|
+
* @param workspaceName The name of workspace resource.
|
33
|
+
* @param groupName The name of the private link resource group.
|
34
|
+
* @param options The options parameters.
|
35
|
+
*/
|
36
|
+
get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<WorkspacePrivateLinkResourcesGetResponse>;
|
37
|
+
}
|
38
|
+
//# sourceMappingURL=workspacePrivateLinkResources.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"workspacePrivateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operations/workspacePrivateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAIjF,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,8BAA8B,EAC9B,0DAA0D,EAE1D,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAG5B,iEAAiE;AACjE,qBAAa,iCACX,YAAW,6BAA6B;IAExC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACI,eAAe,CACpB,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,0DAA0D,GACnE,0BAA0B,CAAC,8BAA8B,CAAC;YA2B9C,yBAAyB;YAezB,wBAAwB;IAcvC;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IAWxB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;CAMrD"}
|
@@ -0,0 +1,137 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
+
import * as coreClient from "@azure/core-client";
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
13
|
+
/** Class containing WorkspacePrivateLinkResources operations. */
|
14
|
+
export class WorkspacePrivateLinkResourcesImpl {
|
15
|
+
/**
|
16
|
+
* Initialize a new instance of the class WorkspacePrivateLinkResources class.
|
17
|
+
* @param client Reference to the service client
|
18
|
+
*/
|
19
|
+
constructor(client) {
|
20
|
+
this.client = client;
|
21
|
+
}
|
22
|
+
/**
|
23
|
+
* Gets the private link resources that need to be created for a workspace.
|
24
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
25
|
+
* @param workspaceName The name of workspace resource.
|
26
|
+
* @param options The options parameters.
|
27
|
+
*/
|
28
|
+
listByWorkspace(resourceGroupName, workspaceName, options) {
|
29
|
+
const iter = this.listByWorkspacePagingAll(resourceGroupName, workspaceName, options);
|
30
|
+
return {
|
31
|
+
next() {
|
32
|
+
return iter.next();
|
33
|
+
},
|
34
|
+
[Symbol.asyncIterator]() {
|
35
|
+
return this;
|
36
|
+
},
|
37
|
+
byPage: (settings) => {
|
38
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
39
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
40
|
+
}
|
41
|
+
return this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options, settings);
|
42
|
+
},
|
43
|
+
};
|
44
|
+
}
|
45
|
+
listByWorkspacePagingPage(resourceGroupName, workspaceName, options, _settings) {
|
46
|
+
return __asyncGenerator(this, arguments, function* listByWorkspacePagingPage_1() {
|
47
|
+
let result;
|
48
|
+
result = yield __await(this._listByWorkspace(resourceGroupName, workspaceName, options));
|
49
|
+
yield yield __await(result.value || []);
|
50
|
+
});
|
51
|
+
}
|
52
|
+
listByWorkspacePagingAll(resourceGroupName, workspaceName, options) {
|
53
|
+
return __asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
|
54
|
+
var _a, e_1, _b, _c;
|
55
|
+
try {
|
56
|
+
for (var _d = true, _e = __asyncValues(this.listByWorkspacePagingPage(resourceGroupName, workspaceName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
57
|
+
_c = _f.value;
|
58
|
+
_d = false;
|
59
|
+
const page = _c;
|
60
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
61
|
+
}
|
62
|
+
}
|
63
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
64
|
+
finally {
|
65
|
+
try {
|
66
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
67
|
+
}
|
68
|
+
finally { if (e_1) throw e_1.error; }
|
69
|
+
}
|
70
|
+
});
|
71
|
+
}
|
72
|
+
/**
|
73
|
+
* Gets the private link resources that need to be created for a workspace.
|
74
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
75
|
+
* @param workspaceName The name of workspace resource.
|
76
|
+
* @param options The options parameters.
|
77
|
+
*/
|
78
|
+
_listByWorkspace(resourceGroupName, workspaceName, options) {
|
79
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, options }, listByWorkspaceOperationSpec);
|
80
|
+
}
|
81
|
+
/**
|
82
|
+
* Gets a private link resource that need to be created for a workspace.
|
83
|
+
* @param resourceGroupName The name of the resource group that contains the service instance.
|
84
|
+
* @param workspaceName The name of workspace resource.
|
85
|
+
* @param groupName The name of the private link resource group.
|
86
|
+
* @param options The options parameters.
|
87
|
+
*/
|
88
|
+
get(resourceGroupName, workspaceName, groupName, options) {
|
89
|
+
return this.client.sendOperationRequest({ resourceGroupName, workspaceName, groupName, options }, getOperationSpec);
|
90
|
+
}
|
91
|
+
}
|
92
|
+
// Operation Specifications
|
93
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
94
|
+
const listByWorkspaceOperationSpec = {
|
95
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources",
|
96
|
+
httpMethod: "GET",
|
97
|
+
responses: {
|
98
|
+
200: {
|
99
|
+
bodyMapper: Mappers.PrivateLinkResourceListResultDescription,
|
100
|
+
},
|
101
|
+
default: {
|
102
|
+
bodyMapper: Mappers.ErrorDetails,
|
103
|
+
},
|
104
|
+
},
|
105
|
+
queryParameters: [Parameters.apiVersion],
|
106
|
+
urlParameters: [
|
107
|
+
Parameters.$host,
|
108
|
+
Parameters.subscriptionId,
|
109
|
+
Parameters.resourceGroupName,
|
110
|
+
Parameters.workspaceName,
|
111
|
+
],
|
112
|
+
headerParameters: [Parameters.accept],
|
113
|
+
serializer,
|
114
|
+
};
|
115
|
+
const getOperationSpec = {
|
116
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/privateLinkResources/{groupName}",
|
117
|
+
httpMethod: "GET",
|
118
|
+
responses: {
|
119
|
+
200: {
|
120
|
+
bodyMapper: Mappers.PrivateLinkResourceDescription,
|
121
|
+
},
|
122
|
+
default: {
|
123
|
+
bodyMapper: Mappers.ErrorDetails,
|
124
|
+
},
|
125
|
+
},
|
126
|
+
queryParameters: [Parameters.apiVersion],
|
127
|
+
urlParameters: [
|
128
|
+
Parameters.$host,
|
129
|
+
Parameters.subscriptionId,
|
130
|
+
Parameters.resourceGroupName,
|
131
|
+
Parameters.groupName,
|
132
|
+
Parameters.workspaceName,
|
133
|
+
],
|
134
|
+
headerParameters: [Parameters.accept],
|
135
|
+
serializer,
|
136
|
+
};
|
137
|
+
//# sourceMappingURL=workspacePrivateLinkResources.js.map
|