DeidServiceProperties interface
Details of the HealthDataAIServices DeidService.
Properties
private |
List of private endpoint connections. |
provisioning |
The status of the last operation. |
public |
Gets or sets allow or disallow public network access to resource |
service |
Deid service url. |
Property Details
privateEndpointConnections
List of private endpoint connections.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
publicNetworkAccess
Gets or sets allow or disallow public network access to resource
publicNetworkAccess?: PublicNetworkAccess
Property Value
serviceUrl
Deid service url.
serviceUrl?: string
Property Value
string