WebAppServicePlanUpdatedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppServicePlanUpdated event.
Properties
address | HTTP request URL of this operation. |
app |
Detail of action on the app service plan. |
client |
The client request id generated by the app service for the app service plan API operation that triggered this event. |
correlation |
The correlation request id generated by the app service for the app service plan API operation that triggered this event. |
name | name of the app service plan that had this event. |
request |
The request id generated by the app service for the app service plan API operation that triggered this event. |
sku | sku of app service plan. |
verb | HTTP verb of this operation. |
Property Details
address
HTTP request URL of this operation.
address: string
Property Value
string
appServicePlanEventTypeDetail
Detail of action on the app service plan.
appServicePlanEventTypeDetail: AppServicePlanEventTypeDetail
Property Value
clientRequestId
The client request id generated by the app service for the app service plan API operation that triggered this event.
clientRequestId: string
Property Value
string
correlationRequestId
The correlation request id generated by the app service for the app service plan API operation that triggered this event.
correlationRequestId: string
Property Value
string
name
name of the app service plan that had this event.
name: string
Property Value
string
requestId
The request id generated by the app service for the app service plan API operation that triggered this event.
requestId: string
Property Value
string
sku
sku of app service plan.
sku: WebAppServicePlanUpdatedEventDataSku
Property Value
verb
HTTP verb of this operation.
verb: string
Property Value
string