Share via


ClusterGetProperties.PrivateLinkConfigurations Property

Definition

Gets or sets the private link configurations.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to