| | 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> sku of app service plan. </summary> |
| | 11 | | public partial class WebAppServicePlanUpdatedEventDataSku |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of WebAppServicePlanUpdatedEventDataSku. </summary> |
| 0 | 14 | | internal WebAppServicePlanUpdatedEventDataSku() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of WebAppServicePlanUpdatedEventDataSku. </summary> |
| | 19 | | /// <param name="name"> name of app service plan sku. </param> |
| | 20 | | /// <param name="tier"> tier of app service plan sku. </param> |
| | 21 | | /// <param name="size"> size of app service plan sku. </param> |
| | 22 | | /// <param name="family"> family of app service plan sku. </param> |
| | 23 | | /// <param name="capacity"> capacity of app service plan sku. </param> |
| 0 | 24 | | internal WebAppServicePlanUpdatedEventDataSku(string name, string tier, string size, string family, string capac |
| | 25 | | { |
| 0 | 26 | | Name = name; |
| 0 | 27 | | Tier = tier; |
| 0 | 28 | | Size = size; |
| 0 | 29 | | Family = family; |
| 0 | 30 | | Capacity = capacity; |
| 0 | 31 | | } |
| | 32 | |
|
| | 33 | | /// <summary> name of app service plan sku. </summary> |
| 0 | 34 | | public string Name { get; } |
| | 35 | | /// <summary> tier of app service plan sku. </summary> |
| 0 | 36 | | public string Tier { get; } |
| | 37 | | /// <summary> size of app service plan sku. </summary> |
| 0 | 38 | | public string Size { get; } |
| | 39 | | /// <summary> family of app service plan sku. </summary> |
| 0 | 40 | | public string Family { get; } |
| | 41 | | /// <summary> capacity of app service plan sku. </summary> |
| 0 | 42 | | public string Capacity { get; } |
| | 43 | | } |
| | 44 | | } |