Disk Class

 

Represents a disk of a disk set.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)


public ref class Disk : NotifyPropertyChange

NameDescription
System_CAPS_pubpropertyAllocatedSize

Gets the allocated size of the storage space.

System_CAPS_pubpropertyAlreadyInStoragePool

Indicates whether the disk is in a storage pool.

System_CAPS_pubpropertyBusType

Gets the type of bus that is used to connect the disk to the system.

System_CAPS_pubpropertyCapacityBytes

Gets the total disk capacity in bytes.

System_CAPS_pubpropertyCurrentStatus

Gets the status of the volume.

System_CAPS_pubpropertyDiskGuid

Gets the identifier of the disk.

System_CAPS_pubpropertyDiskNumber

Gets the disk number.

System_CAPS_protpropertyEventQueue

Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.)

System_CAPS_pubpropertyFriendlyName

Gets the display name of the disk.

System_CAPS_pubpropertyID

Obsolete. Gets the identifier that is assigned by the Unique Drive Extender for the disk.

System_CAPS_pubpropertyIdentifier

Gets the identifier of the disk.

System_CAPS_pubpropertyObjectId

Gets the object ID of the disk.

System_CAPS_pubpropertyPartition

Gets the partition style that is used on the volume.

System_CAPS_pubpropertyPoolId

Gets the ID of the storage pool.

System_CAPS_pubpropertyProvisioningType

Gets the provisioning type of the storage space.

System_CAPS_pubpropertyResiliency

Gets the resiliency of the storage space.

System_CAPS_pubpropertyStorageSpaceFriendlyName

Gets the friendly name of the storage space.

System_CAPS_pubpropertySystemDisk

Indicates whether the disk contains the system partition.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetInitializeRequest()

Gets an InitializeDiskRequest object that is used to initialize the disk.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

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.

Return to top

Community Additions

ADD
Show: