Uses of Class
com.azure.resourcemanager.containerregistry.models.EventResponseMessage
-
Packages that use EventResponseMessage Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 EventResponseMessage Modifier and Type Method Description EventResponseMessageEventInner. 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 EventResponseMessage Modifier and Type Method Description EventInnerEventInner. 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
Methods in com.azure.resourcemanager.containerregistry.models that return EventResponseMessage Modifier and Type Method Description EventResponseMessageWebhookEventInfo. eventResponseMessage()Gets the event response object.EventResponseMessageEventResponseMessage. withContent(String content)Set the content property: The content of the event response message.EventResponseMessageEventResponseMessage. withHeaders(Map<String,String> headers)Set the headers property: The headers of the event response message.EventResponseMessageEventResponseMessage. withReasonPhrase(String reasonPhrase)Set the reasonPhrase property: The reason phrase of the event response message.EventResponseMessageEventResponseMessage. withStatusCode(String statusCode)Set the statusCode property: The status code of the event response message.EventResponseMessageEventResponseMessage. withVersion(String version)Set the version property: The HTTP message version.
-