RedisScalingCompletedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Cache.ScalingCompleted event.
Properties
| name | The name of this event. |
| status | The status of this event. Failed or succeeded |
| timestamp | The time at which the event occurred. |
Property Details
name
The name of this event.
name?: string
Property Value
string
status
The status of this event. Failed or succeeded
status?: string
Property Value
string
timestamp
The time at which the event occurred.
timestamp?: Date
Property Value
Date