Microsoft.Windows.Server.LogicalDisk논리 디스크(서버)

Microsoft.Windows.Server.LogicalDisk (ClassType)

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 (KOR) Description (KOR) 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  크기(MB)(숫자)(사용되지 않음) false 256   
SizeInMBs  double  크기(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="SizeInMBs" Type="double"/>
<Property ID="DriveType" Type="string"/>
<Property ID="SupportsDiskQuota" Type="string"/>
<Property ID="QuotasDisabled" Type="string"/>
<Property ID="SupportsFileBasedCompression" Type="string"/>
</ClassType>