Disk Class
Represents a disk of a disk set.
Assembly: StorageOM (in StorageOM.dll)
Microsoft.WindowsServerSolutions.Storage::NotifyPropertyChange
Microsoft.WindowsServerSolutions.Storage::Disk
| Name | Description | |
|---|---|---|
![]() | AllocatedSize | Gets the allocated size of the storage space. |
![]() | AlreadyInStoragePool | Indicates whether the disk is in a storage pool. |
![]() | BusType | Gets the type of bus that is used to connect the disk to the system. |
![]() | CapacityBytes | Gets the total disk capacity in bytes. |
![]() | CurrentStatus | Gets the status of the volume. |
![]() | DiskGuid | Gets the identifier of the disk. |
![]() | DiskNumber | Gets the disk number. |
![]() | EventQueue | Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.) |
![]() | FriendlyName | Gets the display name of the disk. |
![]() | ID | Obsolete. Gets the identifier that is assigned by the Unique Drive Extender for the disk. |
![]() | Identifier | Gets the identifier of the disk. |
![]() | ObjectId | Gets the object ID of the disk. |
![]() | Partition | Gets the partition style that is used on the volume. |
![]() | PoolId | Gets the ID of the storage pool. |
![]() | ProvisioningType | Gets the provisioning type of the storage space. |
![]() | Resiliency | Gets the resiliency of the storage space. |
![]() | StorageSpaceFriendlyName | Gets the friendly name of the storage space. |
![]() | SystemDisk | Indicates whether the disk contains the system partition. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInitializeRequest() | Gets an InitializeDiskRequest object that is used to initialize the disk. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Represents the PropertyChanged event.(Inherited from NotifyPropertyChange.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




