WebRestoreOperationStartedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationStarted event.

Properties

address

HTTP request URL of this operation.

appEventTypeDetail

Detail of action on the app.

clientRequestId

The client request id generated by the app service for the site API operation that triggered this event.

correlationRequestId

The correlation request id generated by the app service for the site API operation that triggered this event.

name

name of the web site that had this event.

requestId

The request id generated by the app service for the site API operation that triggered this event.

verb

HTTP verb of this operation.

Property Details

address

HTTP request URL of this operation.

address: string

Property Value

string

appEventTypeDetail

Detail of action on the app.

appEventTypeDetail: AppEventTypeDetail

Property Value

clientRequestId

The client request id generated by the app service for the site API operation that triggered this event.

clientRequestId: string

Property Value

string

correlationRequestId

The correlation request id generated by the app service for the site API operation that triggered this event.

correlationRequestId: string

Property Value

string

name

name of the web site that had this event.

name: string

Property Value

string

requestId

The request id generated by the app service for the site API operation that triggered this event.

requestId: string

Property Value

string

verb

HTTP verb of this operation.

verb: string

Property Value

string