EventGridModelFactory.HealthcareFhirResourceDeletedEventData 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 HealthcareFhirResourceDeletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceDeletedEventData HealthcareFhirResourceDeletedEventData (Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceType? fhirResourceType = default, string fhirServiceHostName = default, string fhirResourceId = default, long? fhirResourceVersionId = default);
static member HealthcareFhirResourceDeletedEventData : Nullable<Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceType> * string * string * Nullable<int64> -> Azure.Messaging.EventGrid.SystemEvents.HealthcareFhirResourceDeletedEventData
Public Shared Function HealthcareFhirResourceDeletedEventData (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 HealthcareFhirResourceDeletedEventData
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 HealthcareFhirResourceDeletedEventData instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.