次の方法で共有


ApplicationProperties.SshEndpoints プロパティ

定義

アプリケーション SSH エンドポイントの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象