Compartir a través de


INetworkInterface.IPConfiguration Property

Definition

A list of IP configurations of the network interface.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="A list of IP configurations of the network interface.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkInterfaceIPConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkInterfaceIPConfiguration> IPConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Runtime.Info(Create=true, Description="A list of IP configurations of the network interface.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkInterfaceIPConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigurations", Update=true)>]
member this.IPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkInterfaceIPConfiguration> with get, set
Public Property IPConfiguration As List(Of INetworkInterfaceIPConfiguration)

Property Value

Attributes

Applies to