EventGridModelFactory.WebAppServicePlanUpdatedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of WebAppServicePlanUpdatedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.WebAppServicePlanUpdatedEventData WebAppServicePlanUpdatedEventData (Azure.Messaging.EventGrid.SystemEvents.AppServicePlanEventTypeDetail appServicePlanEventTypeDetail = default, Azure.Messaging.EventGrid.SystemEvents.WebAppServicePlanUpdatedEventDataSku sku = default, string name = default, string clientRequestId = default, string correlationRequestId = default, string requestId = default, string address = default, string verb = default);
static member WebAppServicePlanUpdatedEventData : Azure.Messaging.EventGrid.SystemEvents.AppServicePlanEventTypeDetail * Azure.Messaging.EventGrid.SystemEvents.WebAppServicePlanUpdatedEventDataSku * string * string * string * string * string * string -> Azure.Messaging.EventGrid.SystemEvents.WebAppServicePlanUpdatedEventData
Public Shared Function WebAppServicePlanUpdatedEventData (Optional appServicePlanEventTypeDetail As AppServicePlanEventTypeDetail = Nothing, Optional sku As WebAppServicePlanUpdatedEventDataSku = Nothing, Optional name As String = Nothing, Optional clientRequestId As String = Nothing, Optional correlationRequestId As String = Nothing, Optional requestId As String = Nothing, Optional address As String = Nothing, Optional verb As String = Nothing) As WebAppServicePlanUpdatedEventData
Parameters
- appServicePlanEventTypeDetail
- AppServicePlanEventTypeDetail
Detail of action on the app service plan.
sku of app service plan.
- name
- String
name of the app service plan that had this event.
- clientRequestId
- String
The client request id generated by the app service for the app service plan API operation that triggered this event.
- correlationRequestId
- String
The correlation request id generated by the app service for the app service plan API operation that triggered this event.
- requestId
- String
The request id generated by the app service for the app service plan API operation that triggered this event.
- address
- String
HTTP request URL of this operation.
- verb
- String
HTTP verb of this operation.
Returns
A new WebAppServicePlanUpdatedEventData instance for mocking.
Applies to
Azure SDK for .NET