Gets a reference to a page blob in this container.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As CloudBlobContainer
Dim blobName As String
Dim returnValue As CloudPageBlob
returnValue = instance.GetPageBlobReference(blobName) |
Syntax
Visual Basic |
---|
Public Function GetPageBlobReference ( _
blobName As String _
) As CloudPageBlob |
C# |
---|
public CloudPageBlob GetPageBlobReference (
string blobName
) |
C++ |
---|
public:
CloudPageBlob^ GetPageBlobReference (
String^ blobName
) |
J# |
---|
public CloudPageBlob GetPageBlobReference (
String blobName
) |
JScript |
---|
public function GetPageBlobReference (
blobName : String
) : CloudPageBlob |
Parameters
- blobName
A string containing the name of the page blob.
Return Value
A
CloudPageBlob object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also