CloudStorageAccountCloudDriveExtensions.CreateCloudDrive Method
Create a new instance of a CloudDrive object from a storage account.
Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.CloudDrive (in Microsoft.WindowsAzure.CloudDrive.dll)
Assembly: Microsoft.WindowsAzure.CloudDrive (in Microsoft.WindowsAzure.CloudDrive.dll)
[ExtensionAttribute] public static CloudDrive CreateCloudDrive ( CloudStorageAccount storageAccount, string pageBlobUri )
/** @attribute ExtensionAttribute() */ public static CloudDrive CreateCloudDrive ( CloudStorageAccount storageAccount, String pageBlobUri )
ExtensionAttribute public static function CreateCloudDrive ( storageAccount : CloudStorageAccount, pageBlobUri : String ) : CloudDrive
Parameters
- storageAccount
The name of the storage account where the drive's data is to be stored.
- pageBlobUri
The path to the page blob where the drive's data is to be stored.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008Target Platforms