DriveModifyInfo Class
Information about a drive modification.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.DriveModifyInfo
Syntax
[DataContractAttribute]
public class DriveModifyInfo
[DataContractAttribute]
public ref class DriveModifyInfo
<DataContractAttribute>
Public Class DriveModifyInfo
Constructors
Name | Description | |
---|---|---|
DriveModifyInfo() | Creates a new instance of the DriveModifyInfo object. |
Properties
Name | Description | |
---|---|---|
ChangeName | Gets and sets a value that determines if the change includes a name change. |
|
ChangeSnapshots | Gets and sets a value that describes if the change includes a snapshot change. |
|
Name | Gets and sets the name. |
|
SnapshotsEnabled | Gets and sets a value that determines if snapshots are enabled. |
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.) |
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