Class ResourceNotificationsResourceUpdatedEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ResourceNotificationsResourceUpdatedEventData
- Direct Known Subclasses:
ResourceNotificationsHealthResourcesAnnotatedEventData,ResourceNotificationsHealthResourcesAvailabilityStatusChangedEventData,ResourceNotificationsResourceManagementCreatedOrUpdatedEventData
Describes the schema of the common properties across all ARN system topic events.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ResourceNotificationsResourceUpdatedEventData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the apiVersion property: api version of the resource properties bag.Get the operationalDetails property: details about operational info.Get the resourceDetails property: resourceInfo details for update event.setApiVersion(String apiVersion) Set the apiVersion property: api version of the resource properties bag.setOperationalDetails(ResourceNotificationsOperationalDetails operationalDetails) Set the operationalDetails property: details about operational info.setResourceDetails(ResourceNotificationsResourceUpdatedDetails resourceDetails) Set the resourceDetails property: resourceInfo details for update event.
-
Constructor Details
-
ResourceNotificationsResourceUpdatedEventData
public ResourceNotificationsResourceUpdatedEventData()Creates an instance of ResourceNotificationsResourceUpdatedEventData class.
-
-
Method Details
-
getResourceDetails
Get the resourceDetails property: resourceInfo details for update event.- Returns:
- the resourceDetails value.
-
setResourceDetails
public ResourceNotificationsResourceUpdatedEventData setResourceDetails(ResourceNotificationsResourceUpdatedDetails resourceDetails) Set the resourceDetails property: resourceInfo details for update event.- Parameters:
resourceDetails- the resourceDetails value to set.- Returns:
- the ResourceNotificationsResourceUpdatedEventData object itself.
-
getOperationalDetails
Get the operationalDetails property: details about operational info.- Returns:
- the operationalDetails value.
-
setOperationalDetails
public ResourceNotificationsResourceUpdatedEventData setOperationalDetails(ResourceNotificationsOperationalDetails operationalDetails) Set the operationalDetails property: details about operational info.- Parameters:
operationalDetails- the operationalDetails value to set.- Returns:
- the ResourceNotificationsResourceUpdatedEventData object itself.
-
getApiVersion
Get the apiVersion property: api version of the resource properties bag.- Returns:
- the apiVersion value.
-
setApiVersion
Set the apiVersion property: api version of the resource properties bag.- Parameters:
apiVersion- the apiVersion value to set.- Returns:
- the ResourceNotificationsResourceUpdatedEventData object itself.
-