ApplicationProperties.SshEndpoints Property

Definition

Gets or sets the list of application SSH endpoints.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to