Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.EventInner
Packages that use EventInner
Package
Description
Package containing the service clients for ContainerRegistry.
Package containing the inner data models for ContainerRegistry.
-
Uses of EventInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type EventInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<EventInner> WebhooksClient.listEvents(String resourceGroupName, String registryName, String webhookName) Lists recent events for the specified webhook.com.azure.core.http.rest.PagedIterable<EventInner> WebhooksClient.listEvents(String resourceGroupName, String registryName, String webhookName, com.azure.core.util.Context context) Lists recent events for the specified webhook.com.azure.core.http.rest.PagedFlux<EventInner> WebhooksClient.listEventsAsync(String resourceGroupName, String registryName, String webhookName) Lists recent events for the specified webhook. -
Uses of EventInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return EventInnerModifier and TypeMethodDescriptionstatic EventInnerEventInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EventInner from the JsonReader.