EventGridModelFactory.HealthcareFhirResourceUpdatedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).
Returns
A new HealthcareFhirResourceUpdatedEventData instance for mocking.