Interface WebhookEventInfo
@Beta(V1_4_0)
public interface WebhookEventInfo
Response containing the primary and secondary admin API keys for a given Azure Search service.
-
Method Summary
Modifier and TypeMethodDescriptionGets the event request object.Gets the event response object.
-
Method Details
-
eventRequestMessage
EventRequestMessage eventRequestMessage()Gets the event request object.- Returns:
- the event request message value
-
eventResponseMessage
EventResponseMessage eventResponseMessage()Gets the event response object.- Returns:
- the event response message value
-