次の方法で共有


ApplicationProperties.HttpsEndpoints プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象