你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FhirService interface
Fhir 服务的说明
- Extends
属性
acr |
Fhir 服务 Azure 容器注册表配置。 |
authentication |
Fhir 服务身份验证配置。 |
cors |
Fhir Service Cors 配置。 |
encryption | FHIR 服务的加密设置 |
event |
Fhir 服务事件支持状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
export |
Fhir 服务导出配置。 |
implementation |
实现指南配置。 |
import |
Fhir 服务导入配置。 |
kind | 服务的种类。 |
private |
为此资源设置的专用终结点连接的列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
provisioning |
预配状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
public |
启用专用终结点时,控制来自公用网络的数据平面流量的权限。 |
resource |
确定资源历史记录的跟踪。 |
system |
与资源的创建和上次修改相关的元数据。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
etag | 与资源关联的 etag,在编辑资源时用于乐观并发。 |
id | 资源标识符。 注意:此属性不会序列化。 它只能由服务器填充。 |
identity | 指示服务是否具有与之关联的托管标识的设置。 |
location | 资源位置。 |
name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
tags | 资源标记。 |
type | 资源类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
acrConfiguration
Fhir 服务 Azure 容器注册表配置。
acrConfiguration?: FhirServiceAcrConfiguration
属性值
authenticationConfiguration
Fhir 服务身份验证配置。
authenticationConfiguration?: FhirServiceAuthenticationConfiguration
属性值
corsConfiguration
Fhir Service Cors 配置。
corsConfiguration?: FhirServiceCorsConfiguration
属性值
encryption
eventState
Fhir 服务事件支持状态。 注意:此属性不会序列化。 它只能由服务器填充。
eventState?: string
属性值
string
exportConfiguration
Fhir 服务导出配置。
exportConfiguration?: FhirServiceExportConfiguration
属性值
implementationGuidesConfiguration
实现指南配置。
implementationGuidesConfiguration?: ImplementationGuidesConfiguration
属性值
importConfiguration
Fhir 服务导入配置。
importConfiguration?: FhirServiceImportConfiguration
属性值
kind
服务的种类。
kind?: string
属性值
string
privateEndpointConnections
为此资源设置的专用终结点连接的列表。 注意:此属性不会序列化。 它只能由服务器填充。
privateEndpointConnections?: PrivateEndpointConnection[]
属性值
provisioningState
预配状态。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
publicNetworkAccess
启用专用终结点时,控制来自公用网络的数据平面流量的权限。
publicNetworkAccess?: string
属性值
string
resourceVersionPolicyConfiguration
确定资源历史记录的跟踪。
resourceVersionPolicyConfiguration?: ResourceVersionPolicyConfiguration
属性值
systemData
继承属性详细信息
etag
id
identity
指示服务是否具有与之关联的托管标识的设置。
identity?: ServiceManagedIdentityIdentity
属性值
location
name
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}