Uses of Class
com.microsoft.azure.management.containerregistry.EventResponseMessage
Packages that use EventResponseMessage
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of EventResponseMessage in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return EventResponseMessageModifier and TypeMethodDescriptionWebhookEventInfo.eventResponseMessage()
Gets the event response object.EventResponseMessage.withContent
(String content) Set the content of the event response message.EventResponseMessage.withHeaders
(Map<String, String> headers) Set the headers of the event response message.EventResponseMessage.withReasonPhrase
(String reasonPhrase) Set the reason phrase of the event response message.EventResponseMessage.withStatusCode
(String statusCode) Set the status code of the event response message.EventResponseMessage.withVersion
(String version) Set the HTTP message version.