Microsoft.Windows.Server.LogicalDisk邏輯磁碟 (伺服器)

Microsoft.Windows.Server.LogicalDisk (ClassType)

邏輯磁碟的所有執行個體,不限於任何版本的 Windows 伺服器作業系統。

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 (ZHH) Description (ZHH) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  Device ID true 256  False 
Name  string  Device Name false 256  False 
Description  string  Device Description false 256  False 
Microsoft.Windows.Server.LogicalDisk:
FileSystem  string  FileSystem false 256  False 
Compressed  string  已壓縮 false 256  False 
Size  string  大小 (位元組) (字串) false 256  False 
SizeNumeric  int  大小 (MB) (數字) false 256   
DriveType  string  磁碟機類型 false 256  False 
SupportsDiskQuota  string  支援磁碟配額 false 256  False 
QuotasDisabled  string  配額已停用 false 256  False 
SupportsFileBasedCompression  string  支援檔案基礎的壓縮 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="DriveType" Type="string"/>
<Property ID="SupportsDiskQuota" Type="string"/>
<Property ID="QuotasDisabled" Type="string"/>
<Property ID="SupportsFileBasedCompression" Type="string"/>
</ClassType>