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

IFhirServicesOperations 接口

定义

FhirServicesOperations 操作。

public interface IFhirServicesOperations
type IFhirServicesOperations = interface
Public Interface IFhirServicesOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, FhirService, Dictionary<String,List<String>>, CancellationToken)

使用指定的参数创建或更新 FHIR 服务资源。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除 FHIR 服务。

BeginUpdateWithHttpMessagesAsync(String, String, String, FhirServicePatchResource, Dictionary<String,List<String>>, CancellationToken)

修补 FHIR 服务详细信息。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, FhirService, Dictionary<String,List<String>>, CancellationToken)

使用指定的参数创建或更新 FHIR 服务资源。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除 FHIR 服务。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取指定 FHIR 服务的属性。

ListByWorkspaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出给定工作区的所有 FHIR 服务

ListByWorkspaceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出给定工作区的所有 FHIR 服务

UpdateWithHttpMessagesAsync(String, String, String, FhirServicePatchResource, Dictionary<String,List<String>>, CancellationToken)

修补 FHIR 服务详细信息。

扩展方法

BeginCreateOrUpdate(IFhirServicesOperations, String, String, String, FhirService)

使用指定的参数创建或更新 FHIR 服务资源。

BeginCreateOrUpdateAsync(IFhirServicesOperations, String, String, String, FhirService, CancellationToken)

使用指定的参数创建或更新 FHIR 服务资源。

BeginDelete(IFhirServicesOperations, String, String, String)

删除 FHIR 服务。

BeginDeleteAsync(IFhirServicesOperations, String, String, String, CancellationToken)

删除 FHIR 服务。

BeginUpdate(IFhirServicesOperations, String, String, String, FhirServicePatchResource)

修补 FHIR 服务详细信息。

BeginUpdateAsync(IFhirServicesOperations, String, String, String, FhirServicePatchResource, CancellationToken)

修补 FHIR 服务详细信息。

CreateOrUpdate(IFhirServicesOperations, String, String, String, FhirService)

使用指定的参数创建或更新 FHIR 服务资源。

CreateOrUpdateAsync(IFhirServicesOperations, String, String, String, FhirService, CancellationToken)

使用指定的参数创建或更新 FHIR 服务资源。

Delete(IFhirServicesOperations, String, String, String)

删除 FHIR 服务。

DeleteAsync(IFhirServicesOperations, String, String, String, CancellationToken)

删除 FHIR 服务。

Get(IFhirServicesOperations, String, String, String)

获取指定 FHIR 服务的属性。

GetAsync(IFhirServicesOperations, String, String, String, CancellationToken)

获取指定 FHIR 服务的属性。

ListByWorkspace(IFhirServicesOperations, String, String)

列出给定工作区的所有 FHIR 服务

ListByWorkspaceAsync(IFhirServicesOperations, String, String, CancellationToken)

列出给定工作区的所有 FHIR 服务

ListByWorkspaceNext(IFhirServicesOperations, String)

列出给定工作区的所有 FHIR 服务

ListByWorkspaceNextAsync(IFhirServicesOperations, String, CancellationToken)

列出给定工作区的所有 FHIR 服务

Update(IFhirServicesOperations, String, String, String, FhirServicePatchResource)

修补 FHIR 服务详细信息。

UpdateAsync(IFhirServicesOperations, String, String, String, FhirServicePatchResource, CancellationToken)

修补 FHIR 服务详细信息。

适用于