API Reference
HyperVVirtualNetworkAdapterInfo
Native Hyper-V virtual network adapter inventory gathered from the Hyper-V WMI v2 provider.
Inheritance
- Object
- HyperVVirtualNetworkAdapterInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public HyperVVirtualNetworkAdapterInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String InstanceId { get; set; } #Display(Order = 1)WMI instance identity of the network adapter setting row.
public String VirtualMachineId { get; set; } #Display(Order = 2)Virtual machine identifier parsed from the WMI instance identity, when available.
public String AdapterKind { get; set; } #Display(Order = 4)WMI class or query source that produced the adapter row.
public String ResourceSubType { get; set; } #Display(Order = 5)Hyper-V network adapter resource subtype.
public Nullable<Int32> ResourceType { get; set; } #Display(Order = 6)Resource type value reported by WMI.
public Nullable<Boolean> StaticMacAddress { get; set; } #Display(Order = 8)Indicates whether the MAC address is statically assigned.
public IReadOnlyList<String> VirtualSystemIdentifiers { get; set; } #Display(Order = 9)Virtual system identifiers reported by WMI.
public IReadOnlyList<String> HostResources { get; set; } #Display(Order = 10)Optional host resource references reported by WMI.
public IReadOnlyList<String> Connections { get; set; } #Display(Order = 11)Optional connection references reported by WMI.
public String Parent { get; set; } #Display(Order = 12)Parent resource allocation identity, when reported.
public String DataSource { get; set; } #Display(Order = 14)Data source used to populate this object.