次の方法で共有


FhirServicesOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.HealthcareApis.Models.FhirService BeginCreateOrUpdate (this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string workspaceName, string fhirServiceName, Microsoft.Azure.Management.HealthcareApis.Models.FhirService fhirservice);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string * string * Microsoft.Azure.Management.HealthcareApis.Models.FhirService -> Microsoft.Azure.Management.HealthcareApis.Models.FhirService
<Extension()>
Public Function BeginCreateOrUpdate (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 Service リソースを作成または更新するためのパラメーター。

戻り値

適用対象