SubnetInner.IpConfigurationProfiles Property

Definition

Gets array of IP configuration profiles which reference this subnet.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to