|  |  | 1 |  | // <auto-generated> | 
|  |  | 2 |  | // Copyright (c) Microsoft Corporation. All rights reserved. | 
|  |  | 3 |  | // Licensed under the MIT License. See License.txt in the project root for | 
|  |  | 4 |  | // license information. | 
|  |  | 5 |  | // | 
|  |  | 6 |  | // Code generated by Microsoft (R) AutoRest Code Generator. | 
|  |  | 7 |  | // Changes may cause incorrect behavior and will be lost if the code is | 
|  |  | 8 |  | // regenerated. | 
|  |  | 9 |  | // </auto-generated> | 
|  |  | 10 |  |  | 
|  |  | 11 |  | namespace Microsoft.Azure.ApplicationInsights.Query.Models | 
|  |  | 12 |  | { | 
|  |  | 13 |  |     using Newtonsoft.Json; | 
|  |  | 14 |  |     using System.Linq; | 
|  |  | 15 |  |  | 
|  |  | 16 |  |     /// <summary> | 
|  |  | 17 |  |     /// An availability result result | 
|  |  | 18 |  |     /// </summary> | 
|  |  | 19 |  |     [Newtonsoft.Json.JsonObject("availabilityResult")] | 
|  |  | 20 |  |     public partial class EventsAvailabilityResultResult : EventsResultData | 
|  |  | 21 |  |     { | 
|  |  | 22 |  |         /// <summary> | 
|  |  | 23 |  |         /// Initializes a new instance of the EventsAvailabilityResultResult | 
|  |  | 24 |  |         /// class. | 
|  |  | 25 |  |         /// </summary> | 
|  | 13 | 26 |  |         public EventsAvailabilityResultResult() | 
|  |  | 27 |  |         { | 
|  |  | 28 |  |             CustomInit(); | 
|  | 13 | 29 |  |         } | 
|  |  | 30 |  |  | 
|  |  | 31 |  |         /// <summary> | 
|  |  | 32 |  |         /// Initializes a new instance of the EventsAvailabilityResultResult | 
|  |  | 33 |  |         /// class. | 
|  |  | 34 |  |         /// </summary> | 
|  |  | 35 |  |         /// <param name="id">The unique ID for this event.</param> | 
|  |  | 36 |  |         /// <param name="count">Count of the event</param> | 
|  |  | 37 |  |         /// <param name="timestamp">Timestamp of the event</param> | 
|  |  | 38 |  |         /// <param name="customDimensions">Custom dimensions of the | 
|  |  | 39 |  |         /// event</param> | 
|  |  | 40 |  |         /// <param name="customMeasurements">Custom measurements of the | 
|  |  | 41 |  |         /// event</param> | 
|  |  | 42 |  |         /// <param name="operation">Operation info of the event</param> | 
|  |  | 43 |  |         /// <param name="session">Session info of the event</param> | 
|  |  | 44 |  |         /// <param name="user">User info of the event</param> | 
|  |  | 45 |  |         /// <param name="cloud">Cloud info of the event</param> | 
|  |  | 46 |  |         /// <param name="ai">AI info of the event</param> | 
|  |  | 47 |  |         /// <param name="application">Application info of the event</param> | 
|  |  | 48 |  |         /// <param name="client">Client info of the event</param> | 
|  |  | 49 |  |         public EventsAvailabilityResultResult(string id = default(string), long? count = default(long?), System.DateTime | 
|  | 0 | 50 |  |             : base(id, count, timestamp, customDimensions, customMeasurements, operation, session, user, cloud, ai, appl | 
|  |  | 51 |  |         { | 
|  | 0 | 52 |  |             AvailabilityResult = availabilityResult; | 
|  |  | 53 |  |             CustomInit(); | 
|  | 0 | 54 |  |         } | 
|  |  | 55 |  |  | 
|  |  | 56 |  |         /// <summary> | 
|  |  | 57 |  |         /// An initialization method that performs custom operations like setting defaults | 
|  |  | 58 |  |         /// </summary> | 
|  |  | 59 |  |         partial void CustomInit(); | 
|  |  | 60 |  |  | 
|  |  | 61 |  |         /// <summary> | 
|  |  | 62 |  |         /// </summary> | 
|  |  | 63 |  |         [JsonProperty(PropertyName = "availabilityResult")] | 
|  | 94 | 64 |  |         public EventsAvailabilityResultInfo AvailabilityResult { get; set; } | 
|  |  | 65 |  |  | 
|  |  | 66 |  |     } | 
|  |  | 67 |  | } |