你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotFhirDestination 构造函数

定义

重载

IotFhirDestination()

初始化 IotFhirDestination 类的新实例。

IotFhirDestination(String, String, IotMappingProperties, String, String, SystemData)

初始化 IotFhirDestination 类的新实例。

IotFhirDestination()

初始化 IotFhirDestination 类的新实例。

public IotFhirDestination ();
Public Sub New ()

适用于

IotFhirDestination(String, String, IotMappingProperties, String, String, SystemData)

初始化 IotFhirDestination 类的新实例。

public IotFhirDestination (string resourceIdentityResolutionType, string fhirServiceResourceId, Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties fhirMapping, string location = default, string provisioningState = default, Microsoft.Azure.Management.HealthcareApis.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HealthcareApis.Models.IotFhirDestination : string * string * Microsoft.Azure.Management.HealthcareApis.Models.IotMappingProperties * string * string * Microsoft.Azure.Management.HealthcareApis.Models.SystemData -> Microsoft.Azure.Management.HealthcareApis.Models.IotFhirDestination
Public Sub New (resourceIdentityResolutionType As String, fhirServiceResourceId As String, fhirMapping As IotMappingProperties, Optional location As String = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)

参数

resourceIdentityResolutionType
String

确定如何在目标上解析资源标识。 可能的值包括:“Create”、“Lookup”

fhirServiceResourceId
String

要连接到的 FHIR 服务的完全限定资源 ID。

fhirMapping
IotMappingProperties

FHIR 映射

location
String

资源位置。

provisioningState
String

预配状态。 可能的值包括:“Deleting”、“Succeeded”、“Creating”、“Accepted”、“Verifying”、“Updating”、“Failed”、“Canceled”、“Deprovisioned”、“Moving”、“Suspended”、“Warned”、“SystemMaintenance”

systemData
SystemData

与资源的创建和上次修改相关的元数据。

适用于