次の方法で共有


FhirServicesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

指定したパラメーターを使用して FHIR サービス リソースを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.FhirService> CreateOrUpdateAsync (this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string workspaceName, string fhirServiceName, Microsoft.Azure.Management.HealthcareApis.Models.FhirService fhirservice, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.FhirService * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.FhirService>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IFhirServicesOperations, resourceGroupName As String, workspaceName As String, fhirServiceName As String, fhirservice As FhirService, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FhirService)

パラメーター

operations
IFhirServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

サービス インスタンスを含むリソース グループの名前。

workspaceName
String

ワークスペース リソースの名前。

fhirServiceName
String

FHIR サービス リソースの名前。

fhirservice
FhirService

Fhir サービス リソースを作成または更新するためのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象