Share via


TroubleshootingResult.Results Property

Definition

Gets or sets information from troubleshooting.

[Newtonsoft.Json.JsonProperty(PropertyName="results")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingDetails> Results { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="results")>]
member this.Results : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TroubleshootingDetails> with get, set
Public Property Results As IList(Of TroubleshootingDetails)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to