NetworkStatusContract.ConnectivityStatus Property

Definition

Gets the list of Connectivity Status to the Resources on which the service depends upon.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to