次の方法で共有


EventGridModelFactory.HealthcareFhirResourceUpdatedEventData メソッド

定義

HealthcareFhirResourceUpdatedEventData の新しいインスタンスを初期化します。

public static Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceUpdatedEventData HealthcareFhirResourceUpdatedEventData (Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceType? fhirResourceType = default, string fhirServiceHostName = default, string fhirResourceId = default, long? fhirResourceVersionId = default);
static member HealthcareFhirResourceUpdatedEventData : Nullable<Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceType> * string * string * Nullable<int64> -> Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceUpdatedEventData
Public Shared Function HealthcareFhirResourceUpdatedEventData (Optional fhirResourceType As Nullable(Of HealthcareFhirResourceType) = Nothing, Optional fhirServiceHostName As String = Nothing, Optional fhirResourceId As String = Nothing, Optional fhirResourceVersionId As Nullable(Of Long) = Nothing) As HealthcareFhirResourceUpdatedEventData

パラメーター

fhirResourceType
Nullable<HealthcareFhirResourceType>

HL7 FHIR リソースの種類。

fhirServiceHostName
String

このリソースの FHIR アカウントのドメイン名。

fhirResourceId
String

HL7 FHIR リソースの ID。

fhirResourceVersionId
Nullable<Int64>

HL7 FHIR リソースの VersionId。 リソースの作成、更新、または削除 (論理的な削除) 時に変更されます。

戻り値

モック作成用の新しい HealthcareFhirResourceUpdatedEventData インスタンス。

適用対象