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 nameDescription
FixFileSystemErrorsAttempts to fix any file system errors by running the Windows CHKDSK utility on the Windows Azure drive.
ForceAcquires 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
NoneNo options specified for mounting the drive.
UseSharedAccessCredentialsUse 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 Additions

© 2013 Microsoft. All rights reserved.