ConnectivityHop.Issues Property

Definition

Gets list of issues.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to