This topic has not yet been rated - Rate this topic

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)
'Usage
Dim storageAccount As CloudStorageAccount
Dim pageBlobUri As String
Dim returnValue As CloudDrive

returnValue = CloudStorageAccountCloudDriveExtensions.CreateCloudDrive(storageAccount, pageBlobUri)
[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 2008

Target Platforms

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