Uses of Class
com.microsoft.azure.eventgrid.models.ContainerRegistryEventSource
-
Packages that use ContainerRegistryEventSource Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of ContainerRegistryEventSource in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return ContainerRegistryEventSource Modifier and Type Method Description ContainerRegistryEventSourceContainerRegistryEventData. source()Get the registry node that generated the event.ContainerRegistryEventSourceContainerRegistryEventSource. withAddr(String addr)Set the IP or hostname and the port of the registry node that generated the event.ContainerRegistryEventSourceContainerRegistryEventSource. withInstanceID(String instanceID)Set the running instance of an application.Methods in com.microsoft.azure.eventgrid.models with parameters of type ContainerRegistryEventSource Modifier and Type Method Description ContainerRegistryEventDataContainerRegistryEventData. withSource(ContainerRegistryEventSource source)Set the registry node that generated the event.
-