Udostępnij przez


NetworkInterfacePropertiesFormat.IPConfigurations Property

Definition

Gets or sets a list of IPConfigurations of the network interface.

[Newtonsoft.Json.JsonProperty(PropertyName="ipConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfiguration> IPConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipConfigurations")>]
member this.IPConfigurations : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfiguration> with get, set
Public Property IPConfigurations As IList(Of NetworkInterfaceIPConfiguration)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to