Interface WebhookEventInfo
-
public interface WebhookEventInfoResponse containing the primary and secondary admin API keys for a given Azure Search service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventRequestMessageeventRequestMessage()Gets the event request object.EventResponseMessageeventResponseMessage()Gets the event response object.
-
-
-
Method Detail
-
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
-
-