Microsoft.Windows.Server.LogicalDiskDisco lógico (servidor)

Microsoft.Windows.Server.LogicalDisk (ClassType)

Todas las instancias de un disco lógico independientemente de la versión del sistema operativo de Windows Server.

Element properties:

Base ClassMicrosoft.Windows.LogicalDisk
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId32c39270-6f47-1990-6eb3-df1d3d078920

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  Id. de dispositivo true 256  False 
Name  string  Nombre del dispositivo false 256  False 
Description  string  Descripción del dispositivo false 256  False 
Microsoft.Windows.Server.LogicalDisk:
FileSystem  string  FileSystem false 256  False 
Compressed  string  Comprimido false 256  False 
Size  string  Tamaño (bytes) (cadena) false 256  False 
SizeNumeric  int  Tamaño (megabytes) (numérico) (DESUSADO) false 256   
SizeInMBs  double  Tamaño (megabytes) (numérico) false 256   
DriveType  string  Tipo de unidad false 256  False 
SupportsDiskQuota  string  Admite cuota de disco false 256  False 
QuotasDisabled  string  Cuotas deshabilitadas false 256  False 
SupportsFileBasedCompression  string  Admite compresión basada en archivos false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.LogicalDisk" Abstract="true" Accessibility="Public" Base="Windows!Microsoft.Windows.LogicalDisk" Hosted="true" Singleton="false">
<Property ID="FileSystem" Type="string"/>
<Property ID="Compressed" Type="string"/>
<Property ID="Size" Type="string"/>
<Property ID="SizeNumeric" Type="int"/>
<Property ID="SizeInMBs" Type="double"/>
<Property ID="DriveType" Type="string"/>
<Property ID="SupportsDiskQuota" Type="string"/>
<Property ID="QuotasDisabled" Type="string"/>
<Property ID="SupportsFileBasedCompression" Type="string"/>
</ClassType>