ApiManagementCircuitBreakerOpenedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.CircuitBreaker.Opened event.
Properties
backend |
Name of the backend for which the circuit has opened. |
circuit |
Information related to the circuit breaker configured on the backend. |
Property Details
backendName
Name of the backend for which the circuit has opened.
backendName: string
Property Value
string
circuitBreaker
Information related to the circuit breaker configured on the backend.
circuitBreaker: ApiManagementCircuitBreaker