SubnetInner.IpConfigurations Property

Definition

Gets an array of references to the network interface IP configurations using subnet.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to