Uses of Class
com.microsoft.azure.eventgrid.models.ContainerRegistryEventActor
-
Packages that use ContainerRegistryEventActor Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of ContainerRegistryEventActor in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return ContainerRegistryEventActor Modifier and Type Method Description ContainerRegistryEventActorContainerRegistryEventData. actor()Get the agent that initiated the event.ContainerRegistryEventActorContainerRegistryEventActor. withName(String name)Set the subject or username associated with the request context that generated the event.Methods in com.microsoft.azure.eventgrid.models with parameters of type ContainerRegistryEventActor Modifier and Type Method Description ContainerRegistryEventDataContainerRegistryEventData. withActor(ContainerRegistryEventActor actor)Set the agent that initiated the event.
-