DiskInfo Class
Contains information about a disk.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.DiskInfo
Syntax
[DataContractAttribute]
public class DiskInfo
[DataContractAttribute]
public ref class DiskInfo
<DataContractAttribute>
Public Class DiskInfo
Constructors
Name | Description | |
---|---|---|
![]() |
DiskInfo() | Creates a new instance of the DiskInfo object. |
Properties
Name | Description | |
---|---|---|
![]() |
AllocatedSize | Gets and sets the allocated size of the disk. |
![]() |
AlreadyInStoragePool | Gets and sets a value that determines if the disk is alreayd in the storage pool. |
![]() |
BusType | Gets and sets the bus type. |
![]() |
Capacity | Gets and sets the disk capacity. |
![]() |
CapacityStatusOfSpace | Gets and sets the capacity status of the space. |
![]() |
DiskGuid | Gets and sets the disk GUID. |
![]() |
DiskNumber | Gets and sets the disk number. |
![]() |
FriendlyName | Gets and sets the friendly name. |
![]() |
HealthStatusOfSpace | Gets and sets the health status of the space. |
![]() |
ID | Gets and sets the disk ID. |
![]() |
Identifier | Gets and sets the disk identifier. |
![]() |
PartitionStyle | Gets and sets the partition style. |
![]() |
PoolId | Gets and sets the pool ID. |
![]() |
ProvisioningType | Gets and sets the provisioning type. |
![]() |
Resiliency | Gets and sets the resiliency. |
![]() |
Status | Gets and sets the disk status. |
![]() |
StorageSpaceFriendlyName | Gets and sets the friendly name of the storage space. |
![]() |
SystemDisk | Gets and sets the system disk. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() |
ObjectId | Contains the object ID. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top