Uses of Class
com.microsoft.azure.management.containerregistry.EventRequestMessage
Packages that use EventRequestMessage
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of EventRequestMessage in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return EventRequestMessageModifier and TypeMethodDescriptionWebhookEventInfo.eventRequestMessage()
Gets the event request object.EventRequestMessage.withContent
(EventContent content) Set the content of the event request message.EventRequestMessage.withHeaders
(Map<String, String> headers) Set the headers of the event request message.EventRequestMessage.withMethod
(String method) Set the HTTP method used to send the event request message.EventRequestMessage.withRequestUri
(String requestUri) Set the URI used to send the event request message.EventRequestMessage.withVersion
(String version) Set the HTTP message version.