Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.EventInner
Packages that use EventInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
null.
Package containing the inner data models for ContainerRegistryManagementClient.
null.
Package containing the data models for ContainerRegistryManagementClient.
null.
-
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.EventInner.withEventRequestMessage(EventRequestMessage eventRequestMessage) Set the eventRequestMessage property: The event request message sent to the service URI.EventInner.withEventResponseMessage(EventResponseMessage eventResponseMessage) Set the eventResponseMessage property: The event response message received from the service URI.Set the id property: The event ID. -
Uses of EventInner in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type EventInnerModifier and TypeMethodDescriptionEventListResult.value()Get the value property: The list of events.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type EventInnerModifier and TypeMethodDescriptionEventListResult.withValue(List<EventInner> value) Set the value property: The list of events.