Share via


WebAppServicePlanUpdatedEventData Class

Definition

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.WebAppServicePlanUpdatedEventData+WebAppServicePlanUpdatedEventDataConverter))]
public class WebAppServicePlanUpdatedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.WebAppServicePlanUpdatedEventData+WebAppServicePlanUpdatedEventDataConverter))>]
type WebAppServicePlanUpdatedEventData = class
Public Class WebAppServicePlanUpdatedEventData
Inheritance
WebAppServicePlanUpdatedEventData
Attributes

Properties

Address

HTTP request URL of this operation.

AppServicePlanEventTypeDetail

Detail of action on the app service plan.

ClientRequestId

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

CorrelationRequestId

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.

RequestId

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.

Applies to