次の方法で共有


ClusterGetProperties.PrivateLinkConfigurations プロパティ

定義

プライベート リンク構成を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象