次の方法で共有


ClusterGetProperties.ConnectivityEndpoints プロパティ

定義

接続エンドポイントの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象