DriveMountOptions Enumeration
Specifies options for mounting a Windows Azure drive.
Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.CloudDrive (in Microsoft.WindowsAzure.CloudDrive.dll)
Assembly: Microsoft.WindowsAzure.CloudDrive (in Microsoft.WindowsAzure.CloudDrive.dll)
| 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 2008Target Platforms