Uses of Class
com.microsoft.azure.management.containerregistry.EventResponseMessage
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of EventResponseMessage in com.microsoft.azure.management.containerregistry
Modifier 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.