Uses of Class
com.azure.resourcemanager.containerregistry.models.EventResponseMessage
Packages that use EventResponseMessage
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of EventResponseMessage in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return EventResponseMessageModifier and TypeMethodDescriptionEventInner.eventResponseMessage()Get the eventResponseMessage property: The event response message received from the service URI.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type EventResponseMessageModifier and TypeMethodDescriptionEventInner.withEventResponseMessage(EventResponseMessage eventResponseMessage) Set the eventResponseMessage property: The event response message received from the service URI. -
Uses of EventResponseMessage in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type EventResponseMessageModifier and TypeClassDescriptionfinal classThe event response message received from the service URI.Methods in com.azure.resourcemanager.containerregistry.models that return EventResponseMessageModifier and TypeMethodDescriptionWebhookEventInfo.eventResponseMessage()Gets the event response object.static EventResponseMessageEventResponseMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EventResponseMessage from the JsonReader.EventResponseMessage.withContent(String content) Set the content property: The content of the event response message.EventResponseMessage.withHeaders(Map<String, String> headers) Set the headers property: The headers of the event response message.EventResponseMessage.withReasonPhrase(String reasonPhrase) Set the reasonPhrase property: The reason phrase of the event response message.EventResponseMessage.withStatusCode(String statusCode) Set the statusCode property: The status code of the event response message.EventResponseMessage.withVersion(String version) Set the version property: The HTTP message version.