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

HealthcareApisWorkspaceResource.GetFhirService 方法

定义

获取指定 FHIR 服务的属性。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/workspaces/{workspaceName}/fhirservices/{fhirServiceName}
  • 操作IdFhirServices_Get
public virtual Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource> GetFhirService (string fhirServiceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFhirService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource>
override this.GetFhirService : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HealthcareApis.FhirServiceResource>
Public Overridable Function GetFhirService (fhirServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of FhirServiceResource)

参数

fhirServiceName
String

FHIR 服务资源的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

fhirServiceName 是一个空字符串,预期为非空。

fhirServiceName 为 null。

适用于