An aggregated details of all the currently discovered virtual machines.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
public interface IVirtualMachinesDetails
Public Interface IVirtualMachinesDetails
public interface class IVirtualMachinesDetails
public interface IVirtualMachinesDetails
 Members
 Members| All Members | Properties | ||||
| Icon | Member | Description | 
|---|---|---|
|  | Count | 
            Gets the number of IVirtualMachineDetails that are being aggregated.
             | 
|  | MemoryHeapInitInBytes | 
            Gets an aggregation of all the different virtual machines MemoryHeapInitInBytes.
             | 
|  | MemoryHeapInitInGB | 
            Gets an aggregation of all the different virtual machines MemoryHeapInitInGB.
             | 
|  | MemoryHeapInitInMB | 
            Gets an aggregation of all the different virtual machines MemoryHeapInitInMB.
             | 
|  | MemoryHeapMaxInBytes | 
            Gets an aggregation of all the different virtual machines MemoryHeapMaxInBytes.
             | 
|  | MemoryHeapMaxInGB | 
            Gets an aggregation of all the different virtual machines MemoryHeapMaxInGB.
             | 
|  | MemoryHeapMaxInMB | 
            Gets an aggregation of all the different virtual machines MemoryHeapMaxInMB.
             | 
|  | MemoryNonHeapInitInBytes | 
            Gets an aggregation of all the different virtual machines MemoryNonHeapInitInBytes.
             | 
|  | MemoryNonHeapInitInGB | 
            Gets an aggregation of all the different virtual machines MemoryNonHeapInitInGB.
             | 
|  | MemoryNonHeapInitInMB | 
            Gets an aggregation of all the different virtual machines MemoryNonHeapInitInMB.
             | 
|  | MemoryNonHeapMaxInBytes | 
            Gets an aggregation of all the different virtual machines MemoryNonHeapMaxInBytes.
             | 
|  | MemoryNonHeapMaxInGB | 
            Gets an aggregation of all the different virtual machines MemoryNonHeapMaxInGB.
             | 
|  | MemoryNonHeapMaxInMB | 
            Gets an aggregation of all the different virtual machines MemoryNonHeapMaxInMB.
             | 
|  | VmName | 
            Gets a list of the virtual machines' names.
             | 
|  | VmVendor | 
            Gets a list of the virtual machines' vendors.
             | 
|  | VmVersion | 
            Gets a list of the virutal machines' versions.
             | 
