Share via


ClusterGetProperties.ConnectivityEndpoints Property

Definition

Gets or sets the list of connectivity endpoints.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to