Uses of Class
com.microsoft.azure.eventgrid.models.ContainerRegistryArtifactEventData
-
Packages that use ContainerRegistryArtifactEventData Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of ContainerRegistryArtifactEventData in com.microsoft.azure.eventgrid.models
Subclasses of ContainerRegistryArtifactEventData in com.microsoft.azure.eventgrid.models Modifier and Type Class Description classContainerRegistryChartDeletedEventDataSchema of the Data property of an EventGridEvent for a Microsoft.ContainerRegistry.ChartDeleted event.classContainerRegistryChartPushedEventDataSchema of the Data property of an EventGridEvent for a Microsoft.ContainerRegistry.ChartPushed event.Methods in com.microsoft.azure.eventgrid.models that return ContainerRegistryArtifactEventData Modifier and Type Method Description ContainerRegistryArtifactEventDataContainerRegistryArtifactEventData. withAction(String action)Set the action that encompasses the provided event.ContainerRegistryArtifactEventDataContainerRegistryArtifactEventData. withId(String id)Set the event ID.ContainerRegistryArtifactEventDataContainerRegistryArtifactEventData. withTarget(ContainerRegistryArtifactEventTarget target)Set the target of the event.ContainerRegistryArtifactEventDataContainerRegistryArtifactEventData. withTimestamp(org.joda.time.DateTime timestamp)Set the time at which the event occurred.
-