Uses of Class
com.azure.resourcemanager.containerregistry.models.EventRequestMessage
Packages that use EventRequestMessage
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of EventRequestMessage in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return EventRequestMessageModifier and TypeMethodDescriptionEventInner.eventRequestMessage()Get the eventRequestMessage property: The event request message sent to the service URI.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type EventRequestMessageModifier and TypeMethodDescriptionEventInner.withEventRequestMessage(EventRequestMessage eventRequestMessage) Set the eventRequestMessage property: The event request message sent to the service URI. -
Uses of EventRequestMessage in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type EventRequestMessageModifier and TypeClassDescriptionfinal classThe event request message sent to the service URI.Methods in com.azure.resourcemanager.containerregistry.models that return EventRequestMessageModifier and TypeMethodDescriptionWebhookEventInfo.eventRequestMessage()Gets the event request object.static EventRequestMessageEventRequestMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EventRequestMessage from the JsonReader.EventRequestMessage.withContent(EventContent content) Set the content property: The content of the event request message.EventRequestMessage.withHeaders(Map<String, String> headers) Set the headers property: The headers of the event request message.EventRequestMessage.withMethod(String method) Set the method property: The HTTP method used to send the event request message.EventRequestMessage.withRequestUri(String requestUri) Set the requestUri property: The URI used to send the event request message.EventRequestMessage.withVersion(String version) Set the version property: The HTTP message version.