| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.Messaging.EventGrid.SystemEvents |
| | 9 | | { |
| | 10 | | /// <summary> Schema of the Data property of an EventGridEvent for an Microsoft.Web.AppServicePlanUpdated event. </s |
| | 11 | | public partial class WebAppServicePlanUpdatedEventData |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of WebAppServicePlanUpdatedEventData. </summary> |
| 0 | 14 | | internal WebAppServicePlanUpdatedEventData() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of WebAppServicePlanUpdatedEventData. </summary> |
| | 19 | | /// <param name="appServicePlanEventTypeDetail"> Detail of action on the app service plan. </param> |
| | 20 | | /// <param name="sku"> sku of app service plan. </param> |
| | 21 | | /// <param name="name"> name of the app service plan that had this event. </param> |
| | 22 | | /// <param name="clientRequestId"> The client request id generated by the app service for the app service plan A |
| | 23 | | /// <param name="correlationRequestId"> The correlation request id generated by the app service for the app serv |
| | 24 | | /// <param name="requestId"> The request id generated by the app service for the app service plan API operation |
| | 25 | | /// <param name="address"> HTTP request URL of this operation. </param> |
| | 26 | | /// <param name="verb"> HTTP verb of this operation. </param> |
| 2 | 27 | | internal WebAppServicePlanUpdatedEventData(AppServicePlanEventTypeDetail appServicePlanEventTypeDetail, WebAppSe |
| | 28 | | { |
| 2 | 29 | | AppServicePlanEventTypeDetail = appServicePlanEventTypeDetail; |
| 2 | 30 | | Sku = sku; |
| 2 | 31 | | Name = name; |
| 2 | 32 | | ClientRequestId = clientRequestId; |
| 2 | 33 | | CorrelationRequestId = correlationRequestId; |
| 2 | 34 | | RequestId = requestId; |
| 2 | 35 | | Address = address; |
| 2 | 36 | | Verb = verb; |
| 2 | 37 | | } |
| | 38 | |
|
| | 39 | | /// <summary> Detail of action on the app service plan. </summary> |
| 0 | 40 | | public AppServicePlanEventTypeDetail AppServicePlanEventTypeDetail { get; } |
| | 41 | | /// <summary> sku of app service plan. </summary> |
| 0 | 42 | | public WebAppServicePlanUpdatedEventDataSku Sku { get; } |
| | 43 | | /// <summary> name of the app service plan that had this event. </summary> |
| 2 | 44 | | public string Name { get; } |
| | 45 | | /// <summary> The client request id generated by the app service for the app service plan API operation that tri |
| 0 | 46 | | public string ClientRequestId { get; } |
| | 47 | | /// <summary> The correlation request id generated by the app service for the app service plan API operation tha |
| 0 | 48 | | public string CorrelationRequestId { get; } |
| | 49 | | /// <summary> The request id generated by the app service for the app service plan API operation that triggered |
| 0 | 50 | | public string RequestId { get; } |
| | 51 | | /// <summary> HTTP request URL of this operation. </summary> |
| 0 | 52 | | public string Address { get; } |
| | 53 | | /// <summary> HTTP verb of this operation. </summary> |
| 0 | 54 | | public string Verb { get; } |
| | 55 | | } |
| | 56 | | } |