FhirService interface
The description of Fhir Service
- Extends
Properties
acr |
Fhir Service Azure container registry configuration. |
authentication |
Fhir Service authentication configuration. |
cors |
Fhir Service Cors configuration. |
encryption | The encryption settings of the FHIR service |
event |
Fhir Service event support status. NOTE: This property will not be serialized. It can only be populated by the server. |
export |
Fhir Service export configuration. |
implementation |
Implementation Guides configuration. |
import |
Fhir Service import configuration. |
kind | The kind of the service. |
private |
The list of private endpoint connections that are set up for this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Control permission for data plane traffic coming from public networks while private endpoint is enabled. |
resource |
Determines tracking of history for resources. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
etag | An etag associated with the resource, used for optimistic concurrency when editing it. |
id | The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
identity | Setting indicating whether the service has a managed identity associated with it. |
location | The resource location. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
acrConfiguration
Fhir Service Azure container registry configuration.
acrConfiguration?: FhirServiceAcrConfiguration
Property Value
authenticationConfiguration
Fhir Service authentication configuration.
authenticationConfiguration?: FhirServiceAuthenticationConfiguration
Property Value
corsConfiguration
Fhir Service Cors configuration.
corsConfiguration?: FhirServiceCorsConfiguration
Property Value
encryption
eventState
Fhir Service event support status. NOTE: This property will not be serialized. It can only be populated by the server.
eventState?: string
Property Value
string
exportConfiguration
Fhir Service export configuration.
exportConfiguration?: FhirServiceExportConfiguration
Property Value
implementationGuidesConfiguration
Implementation Guides configuration.
implementationGuidesConfiguration?: ImplementationGuidesConfiguration
Property Value
importConfiguration
Fhir Service import configuration.
importConfiguration?: FhirServiceImportConfiguration
Property Value
kind
The kind of the service.
kind?: string
Property Value
string
privateEndpointConnections
The list of private endpoint connections that are set up for this resource. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicNetworkAccess
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
publicNetworkAccess?: string
Property Value
string
resourceVersionPolicyConfiguration
Determines tracking of history for resources.
resourceVersionPolicyConfiguration?: ResourceVersionPolicyConfiguration
Property Value
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
etag
An etag associated with the resource, used for optimistic concurrency when editing it.
etag?: string
Property Value
string
Inherited From TaggedResource.etag
id
The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TaggedResource.id
identity
Setting indicating whether the service has a managed identity associated with it.
identity?: ServiceManagedIdentityIdentity
Property Value
Inherited From ServiceManagedIdentity.identity
location
The resource location.
location?: string
Property Value
string
Inherited From TaggedResource.location
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TaggedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TaggedResource.tags
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TaggedResource.type