| | 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.AppUpdated event. </summary> |
| | 11 | | public partial class WebAppUpdatedEventData |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of WebAppUpdatedEventData. </summary> |
| 0 | 14 | | internal WebAppUpdatedEventData() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of WebAppUpdatedEventData. </summary> |
| | 19 | | /// <param name="appEventTypeDetail"> Detail of action on the app. </param> |
| | 20 | | /// <param name="name"> name of the web site that had this event. </param> |
| | 21 | | /// <param name="clientRequestId"> The client request id generated by the app service for the site API operation |
| | 22 | | /// <param name="correlationRequestId"> The correlation request id generated by the app service for the site API |
| | 23 | | /// <param name="requestId"> The request id generated by the app service for the site API operation that trigger |
| | 24 | | /// <param name="address"> HTTP request URL of this operation. </param> |
| | 25 | | /// <param name="verb"> HTTP verb of this operation. </param> |
| 2 | 26 | | internal WebAppUpdatedEventData(AppEventTypeDetail appEventTypeDetail, string name, string clientRequestId, stri |
| | 27 | | { |
| 2 | 28 | | AppEventTypeDetail = appEventTypeDetail; |
| 2 | 29 | | Name = name; |
| 2 | 30 | | ClientRequestId = clientRequestId; |
| 2 | 31 | | CorrelationRequestId = correlationRequestId; |
| 2 | 32 | | RequestId = requestId; |
| 2 | 33 | | Address = address; |
| 2 | 34 | | Verb = verb; |
| 2 | 35 | | } |
| | 36 | |
|
| | 37 | | /// <summary> Detail of action on the app. </summary> |
| 0 | 38 | | public AppEventTypeDetail AppEventTypeDetail { get; } |
| | 39 | | /// <summary> name of the web site that had this event. </summary> |
| 2 | 40 | | public string Name { get; } |
| | 41 | | /// <summary> The client request id generated by the app service for the site API operation that triggered this |
| 0 | 42 | | public string ClientRequestId { get; } |
| | 43 | | /// <summary> The correlation request id generated by the app service for the site API operation that triggered |
| 0 | 44 | | public string CorrelationRequestId { get; } |
| | 45 | | /// <summary> The request id generated by the app service for the site API operation that triggered this event. |
| 0 | 46 | | public string RequestId { get; } |
| | 47 | | /// <summary> HTTP request URL of this operation. </summary> |
| 0 | 48 | | public string Address { get; } |
| | 49 | | /// <summary> HTTP verb of this operation. </summary> |
| 0 | 50 | | public string Verb { get; } |
| | 51 | | } |
| | 52 | | } |