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

FhirServicesOperationsExtensions 类

定义

FhirServicesOperations 的扩展方法。

public static class FhirServicesOperationsExtensions
type FhirServicesOperationsExtensions = class
Public Module FhirServicesOperationsExtensions
继承
FhirServicesOperationsExtensions

方法

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 服务详细信息。

适用于