Share via


PrivateLinkConfiguration.IpConfigurations Property

Definition

Gets or sets the IP configurations for the private link service.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to