Microsoft.Windows.Server.LogicalDiskDisco logico (Server)

Microsoft.Windows.Server.LogicalDisk (ClassType)

Tutte le istanze di un disco logico indipendentemente dalla versione del sistema operativo Windows Server.

Element properties:

Base ClassMicrosoft.Windows.LogicalDisk
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId486adddb-2eb8-819a-fa24-8f6ab3e29543

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  ID periferica true 256  False 
Name  string  Nome periferica false 256  False 
Description  string  Descrizione periferica false 256  False 
Microsoft.Windows.Server.LogicalDisk:
FileSystem  string  FileSystem false 256  False 
Compressed  string  Compresso false 256  False 
Size  string  Dimensione (byte) (stringa) false 256  False 
SizeNumeric  int  Dimensione (MB) (numerico) (DEPRECATO) false 256   
SizeInMBs  double  Dimensione (MB) (numerico) false 256   
DriveType  string  Tipo di unità false 256  False 
SupportsDiskQuota  string  Supporta quote disco false 256  False 
QuotasDisabled  string  Quote disabilitate false 256  False 
SupportsFileBasedCompression  string  Supporta la compressione basata sui file 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>