Class ResourceNotificationsResourceDeletedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ResourceNotificationsResourceDeletedEventData
- Direct Known Subclasses:
ResourceNotificationsResourceManagementDeletedEventData
Describes the schema of the common properties across all ARN system topic delete events.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceNotificationsResourceDeletedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the operationalDetails property: details about operational info.Get the resourceDetails property: resourceInfo details for delete event.setOperationalDetails(ResourceNotificationsOperationalDetails operationalDetails) Set the operationalDetails property: details about operational info.setResourceDetails(ResourceNotificationsResourceDeletedDetails resourceDetails) Set the resourceDetails property: resourceInfo details for delete event.
-
Constructor Details
-
ResourceNotificationsResourceDeletedEventData
public ResourceNotificationsResourceDeletedEventData()Creates an instance of ResourceNotificationsResourceDeletedEventData class.
-
-
Method Details
-
getResourceDetails
Get the resourceDetails property: resourceInfo details for delete event.- Returns:
- the resourceDetails value.
-
setResourceDetails
public ResourceNotificationsResourceDeletedEventData setResourceDetails(ResourceNotificationsResourceDeletedDetails resourceDetails) Set the resourceDetails property: resourceInfo details for delete event.- Parameters:
resourceDetails- the resourceDetails value to set.- Returns:
- the ResourceNotificationsResourceDeletedEventData object itself.
-
getOperationalDetails
Get the operationalDetails property: details about operational info.- Returns:
- the operationalDetails value.
-
setOperationalDetails
public ResourceNotificationsResourceDeletedEventData setOperationalDetails(ResourceNotificationsOperationalDetails operationalDetails) Set the operationalDetails property: details about operational info.- Parameters:
operationalDetails- the operationalDetails value to set.- Returns:
- the ResourceNotificationsResourceDeletedEventData object itself.
-