Share via


NetworkInterface.IPConfigurations Property

 

Optional.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public IList<IPConfiguration> IPConfigurations { get; set; }
public:
property IList<IPConfiguration^>^ IPConfigurations {
    IList<IPConfiguration^>^ get();
    void set(IList<IPConfiguration^>^ value);
}
member IPConfigurations : IList<IPConfiguration> with get, set
Public Property IPConfigurations As IList(Of IPConfiguration)

Property Value

Type: System.Collections.Generic.IList<IPConfiguration>

See Also

NetworkInterface Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top