NetworkInterfaces Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network Interface model.
public class NetworkInterfaces
type NetworkInterfaces = class
Public Class NetworkInterfaces
- Inheritance
-
NetworkInterfaces
Constructors
NetworkInterfaces() |
Initializes a new instance of NetworkInterfaces. |
Properties
DisplayName |
Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set. |
IPv4Addresses |
Gets or sets the nic ipv4 addresses. |
IPv4AddressType |
Gets or sets the ipv4 address type. |
IPv6Addresses |
Gets or sets the nic ipv6 addresses. |
IPv6AddressType |
Gets or sets the ipv6 address type. |
MacAddress |
Gets or sets the nic MAC address. |
MacAddressType |
Gets or sets the mac address type. |
Name |
Gets or sets the name of the network interface. |
NetworkName |
Gets or sets the name of the virtual network in vmmServer that the nic is connected to. |
NicId |
Gets or sets the nic id. |
VirtualNetworkId |
Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic. |
Applies to
Azure SDK for .NET