Microsoft.Windows.Client.LogicalDisk論理ディスク (クライアント)

Microsoft.Windows.Client.LogicalDisk (ClassType)

Windows クライアント オペレーティング システムのバージョンに関係のない、論理ディスクのすべてのインスタンス。

Element properties:

Base ClassMicrosoft.Windows.LogicalDisk
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3b83cd5b-e960-0864-075b-8042c5284081

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) 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.Client.LogicalDisk:
FileSystem  string  ファイル システム false 256  False 
Compressed  string  圧縮 false 256  False 
Size  string  サイズ (バイト) false 256  False 
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.Client.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="DriveType" Type="string"/>
<Property ID="SupportsDiskQuota" Type="string"/>
<Property ID="QuotasDisabled" Type="string"/>
<Property ID="SupportsFileBasedCompression" Type="string"/>
</ClassType>