Uses of Class
com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest
Packages that use ResourceHttpRequest
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of ResourceHttpRequest in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return ResourceHttpRequestModifier and TypeMethodDescriptionResourceActionCancelEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceActionFailureEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceActionSuccessEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceDeleteCancelEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceDeleteFailureEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceDeleteSuccessEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceWriteCancelEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceWriteFailureEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceWriteSuccessEventData.getResourceHttpRequest()Get the httpRequest property: The details of the operation.ResourceHttpRequest.setClientIpAddress(String clientIpAddress) Set the clientIpAddress property: The client IP address.ResourceHttpRequest.setClientRequestId(String clientRequestId) Set the clientRequestId property: The client request ID.Set the method property: The request method.Set the url property: The url used in the request.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type ResourceHttpRequestModifier and TypeMethodDescriptionResourceActionCancelEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.ResourceActionFailureEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.ResourceActionSuccessEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.ResourceDeleteCancelEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.ResourceDeleteFailureEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.ResourceDeleteSuccessEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.ResourceWriteCancelEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.ResourceWriteFailureEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.ResourceWriteSuccessEventData.setResourceHttpRequest(ResourceHttpRequest httpRequest) Set the httpRequest property: The details of the operation.