NetworkInterfaceInstance::IPConfigurations Property

 

Optional.

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

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