This topic has not yet been rated - Rate this topic

DriveMountOptions Enumeration

Specifies options for mounting a Windows Azure drive.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.CloudDrive (in Microsoft.WindowsAzure.CloudDrive.dll)
'Usage
Dim instance As DriveMountOptions

[FlagsAttribute] 
public enum DriveMountOptions
/** @attribute FlagsAttribute() */ 
public enum DriveMountOptions
FlagsAttribute 
public enum DriveMountOptions
Member name Description
FixFileSystemErrors Attempts to fix any file system errors by running the Windows CHKDSK utility on the Windows Azure drive.
Force Acquires the lease for this instance and forces the drive to be mounted. Choose this option in the case where one instance of a role running in your application needs to forcibly mount a drive that is currently mounted by another instance
None No options specified for mounting the drive.
UseSharedAccessCredentials Use shared access credentials to mount the drive.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ