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