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

FhirServicesOperationsExtensions.BeginUpdate 方法

定义

修补 FHIR 服务详细信息。

public static Microsoft.Azure.Management.HealthcareApis.Models.FhirService BeginUpdate(this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string fhirServiceName, string workspaceName, Microsoft.Azure.Management.HealthcareApis.Models.FhirServicePatchResource fhirservicePatchResource);
static member BeginUpdate : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.FhirServicePatchResource -> Microsoft.Azure.Management.HealthcareApis.Models.FhirService
<Extension()>
Public Function BeginUpdate (operations As IFhirServicesOperations, resourceGroupName As String, fhirServiceName As String, workspaceName As String, fhirservicePatchResource As FhirServicePatchResource) As FhirService

参数

operations
IFhirServicesOperations

此扩展方法的操作组。

resourceGroupName
String

包含服务实例的资源组的名称。

fhirServiceName
String

FHIR 服务资源的名称。

workspaceName
String

工作区资源的名称。

fhirservicePatchResource
FhirServicePatchResource

用于更新 Fhir 服务的参数。

返回

适用于