ConfigurationSet.NetworkInterfaces Property

 

Optional.

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

Syntax

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

Property Value

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

See Also

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

Return to top