Share via


EventsResultData.Cloud Property

Definition

Gets or sets cloud info of the event

[Newtonsoft.Json.JsonProperty(PropertyName="cloud")]
public Microsoft.Azure.ApplicationInsights.Models.EventsCloudInfo Cloud { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cloud")>]
member this.Cloud : Microsoft.Azure.ApplicationInsights.Models.EventsCloudInfo with get, set
Public Property Cloud As EventsCloudInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to