次の方法で共有


FhirServicesOperationsExtensions.UpdateAsync メソッド

定義

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

キャンセル トークン。

戻り値

適用対象