ConfigurationSet::NetworkInterfaces Property

 

Optional.

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

public:
property IList<NetworkInterface^>^ NetworkInterfaces {
	IList<NetworkInterface^>^ get();
	void set(IList<NetworkInterface^>^ value);
}
Return to top
Show: