Microsoft.Windows.Server.LogicalDiskDisco Lógico (Servidor)

Microsoft.Windows.Server.LogicalDisk (ClassType)

Todas as instâncias de um disco lógico independentemente da versão do sistema operacional 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  ID do Dispositivo true 256  False 
Name  string  Nome do Dispositivo false 256  False 
Description  string  Descrição do Dispositivo false 256  False 
Microsoft.Windows.Server.LogicalDisk:
FileSystem  string  Sistema de Arquivos false 256  False 
Compressed  string  Compactado false 256  False 
Size  string  Tamanho (Bytes) (String) false 256  False 
SizeNumeric  int  Tamanho (Bytes) (Numérico) false 256   
SizeInMBs  double      false 256   
DriveType  string  Tipo de Unidade false 256  False 
SupportsDiskQuota  string  Oferece suporte à Cota de Disco false 256  False 
QuotasDisabled  string  Cotas Desabilitadas false 256  False 
SupportsFileBasedCompression  string  Oferece Suporte a Arquivo Baseado em Compactação 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>