Share via


Diagnostics.Conditions Property

Definition

Gets a collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.

[Newtonsoft.Json.JsonProperty(PropertyName="conditions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition> Conditions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="conditions")>]
member this.Conditions : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition>
Public ReadOnly Property Conditions As IList(Of DiagnosticCondition)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to