Microsoft.Windows.Server.DiskPartitionPartição de Disco (Servidor)

Microsoft.Windows.Server.DiskPartition (ClassType)

Todas as instâncias de uma partição de disco independentemente da versão do sistema operacional Windows Server.

Element properties:

Base ClassMicrosoft.Windows.DiskPartition
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1efb52be-1895-3392-ea5d-463a6f1bc219

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  ID do Dispositivo true 256  False 
Name  string  Nome do Dispositivo false 256  False 
Description  string  Descrição do Dispositivo false 256  False 
Microsoft.Windows.Server.DiskPartition:
DiskIndex  string  Índice do Disco false 256  False 
BlockSize  string  Tamanho de Bloco false 256  False 
PrimaryPartition  string  Partição Primária false 256  False 
Bootable  string  Inicializável false 256  False 
Size  string  Tamanho false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.DiskPartition" Abstract="true" Accessibility="Public" Base="Windows!Microsoft.Windows.DiskPartition" Hosted="true" Singleton="false">
<Property ID="DiskIndex" Type="string"/>
<Property ID="BlockSize" Type="string"/>
<Property ID="PrimaryPartition" Type="string"/>
<Property ID="Bootable" Type="string"/>
<Property ID="Size" Type="string"/>
</ClassType>