你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FhirServicesOperationsExtensions.UpdateAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
修补 FHIR 服务详细信息。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.FhirService> UpdateAsync (this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string fhirServiceName, string workspaceName, Microsoft.Azure.Management.HealthcareApis.Models.FhirServicePatchResource fhirservicePatchResource, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.FhirServicePatchResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.FhirService>
<Extension()>
Public Function UpdateAsync (operations As IFhirServicesOperations, resourceGroupName As String, fhirServiceName As String, workspaceName As String, fhirservicePatchResource As FhirServicePatchResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FhirService)
参数
- operations
- IFhirServicesOperations
此扩展方法的操作组。
- resourceGroupName
- String
包含服务实例的资源组的名称。
- fhirServiceName
- String
FHIR 服务资源的名称。
- workspaceName
- String
工作区资源的名称。
- fhirservicePatchResource
- FhirServicePatchResource
用于更新 Fhir 服务的参数。
- cancellationToken
- CancellationToken
取消标记。