EventGridModelFactory.HealthcareFhirResourceUpdatedEventData Method

Definition

Initializes a new instance of 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

Parameters

fhirResourceType
Nullable<HealthcareFhirResourceType>

Type of HL7 FHIR resource.

fhirServiceHostName
String

Domain name of FHIR account for this resource.

fhirResourceId
String

Id of HL7 FHIR resource.

fhirResourceVersionId
Nullable<Int64>

VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).

Returns

A new HealthcareFhirResourceUpdatedEventData instance for mocking.

Applies to