Compartir a través de


ApplicationProperties.SshEndpoints Propiedad

Definición

Obtiene o establece la lista de puntos de conexión SSH de la aplicación.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a