RoleInstance.NetworkInterfaces Property
Optional.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public IList<NetworkInterfaceInstance> NetworkInterfaces { get; set; }
public:
property IList<NetworkInterfaceInstance^>^ NetworkInterfaces {
IList<NetworkInterfaceInstance^>^ get();
void set(IList<NetworkInterfaceInstance^>^ value);
}
member NetworkInterfaces : IList<NetworkInterfaceInstance> with get, set
Public Property NetworkInterfaces As IList(Of NetworkInterfaceInstance)
Property Value
Type: System.Collections.Generic.IList<NetworkInterfaceInstance>
See Also
RoleInstance Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top