Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets a reference to a page blob in this container.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public CloudPageBlob GetPageBlobReference(
	string blobName
)
 
public:
CloudPageBlob^ GetPageBlobReference(
	String^ blobName
)
 
member GetPageBlobReference : 
        blobName:string -> CloudPageBlob
 
Public Function GetPageBlobReference (
	blobName As String
) As CloudPageBlob

Parameters

blobName
Type: System.StringSystem::String^System.StringSystem.String

A string containing the name of the page blob.

Return to top