Click or drag to resize
VolumeState Properties

The VolumeState type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAttaching
Gets a VolumeState indicating the volume is attaching to an instance.
Public propertyStatic memberAvailable
Gets a VolumeState indicating the volume is ready to be attached to an instance.
Public propertyStatic memberBackingUp
Gets a VolumeState indicating the volume is being backed-up.
Public propertyStatic memberCreating
Gets a VolumeState indicating the volume is being created.
Public propertyStatic memberDeleting
Gets a VolumeState indicating the volume is being deleted.
Public propertyStatic memberError
Gets a VolumeState indicating an error occurred during volume creation.
Public propertyStatic memberErrorDeleting
Gets a VolumeState indicating an error occurred during volume deletion.
Public propertyStatic memberErrorRestoring
Gets a VolumeState indicating an error occurred during backup restoration to a volume.
Public propertyStatic memberInUse
Gets a VolumeState indicating the volume is attached to an instance.
Public propertyName
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.)
Public propertyStatic memberRestoringBackup
Gets a VolumeState indicating a backup is being restored to the volume.
Top
See Also