Microsoft.Windows.Server.LogicalDisk逻辑磁盘(服务器)

Microsoft.Windows.Server.LogicalDisk (ClassType)

无论 Windows 服务器操作系统版本如何,逻辑磁盘的所有实例

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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  设备 ID true 256  False 
Name  string  设备名称 false 256  False 
Description  string  设备描述 false 256  False 
Microsoft.Windows.Server.LogicalDisk:
FileSystem  string  文件系统 false 256  False 
Compressed  string  压缩 false 256  False 
Size  string  大小(字节) (字符串) false 256  False 
SizeNumeric  int  大小(兆字节)(弃用) false 256   
SizeInMBs  double  大小(兆字节) (数值) 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="SizeInMBs" Type="double"/>
<Property ID="DriveType" Type="string"/>
<Property ID="SupportsDiskQuota" Type="string"/>
<Property ID="QuotasDisabled" Type="string"/>
<Property ID="SupportsFileBasedCompression" Type="string"/>
</ClassType>