次の方法で共有


FhirServicesOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
IFhirServicesOperations

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

resourceGroupName
String

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

workspaceName
String

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

fhirServiceName
String

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

fhirservice
FhirService

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

戻り値

適用対象