Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.EventInfoInner
-
Packages that use EventInfoInner 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. -
-
Uses of EventInfoInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return EventInfoInner Modifier and Type Method Description EventInfoInnerWebhooksClient. ping(String resourceGroupName, String registryName, String webhookName)Triggers a ping event to be sent to the webhook.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type EventInfoInner Modifier and Type Method Description Mono<EventInfoInner>WebhooksClient. pingAsync(String resourceGroupName, String registryName, String webhookName)Triggers a ping event to be sent to the webhook.com.azure.core.http.rest.Response<EventInfoInner>WebhooksClient. pingWithResponse(String resourceGroupName, String registryName, String webhookName, com.azure.core.util.Context context)Triggers a ping event to be sent to the webhook.Mono<com.azure.core.http.rest.Response<EventInfoInner>>WebhooksClient. pingWithResponseAsync(String resourceGroupName, String registryName, String webhookName)Triggers a ping event to be sent to the webhook. -
Uses of EventInfoInner in com.azure.resourcemanager.containerregistry.fluent.models
Subclasses of EventInfoInner in com.azure.resourcemanager.containerregistry.fluent.models Modifier and Type Class Description classEventInnerThe event for a webhook.Methods in com.azure.resourcemanager.containerregistry.fluent.models that return EventInfoInner Modifier and Type Method Description EventInfoInnerEventInfoInner. withId(String id)Set the id property: The event ID.
-