C#
C++
F#
VB
CloudBlobDirectory.::..GetPageBlobReference Method (String, Nullable<DateTimeOffset>)(String^, Nullable<DateTimeOffset>)(String, Nullable<DateTimeOffset>)(String, Nullable(Of DateTimeOffset))
Returns a reference to a page blob in this virtual directory.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public CloudPageBlob GetPageBlobReference( string blobName, Nullable<DateTimeOffset> snapshotTime )
C++
public:
CloudPageBlob^ GetPageBlobReference(
String^ blobName,
Nullable<DateTimeOffset> snapshotTime
)
member GetPageBlobReference :
blobName:string *
snapshotTime:Nullable<DateTimeOffset> -> CloudPageBlob
Public Function GetPageBlobReference ( blobName As String, snapshotTime As Nullable(Of DateTimeOffset) ) As CloudPageBlob
Parameters
- blobName
-
Type:
System.StringSystem::String^System.StringSystem.String
The name of the page blob.
- snapshotTime
-
Type:
System.Nullable<DateTimeOffset>System::Nullable<DateTimeOffset>System.Nullable<DateTimeOffset>System.Nullable(Of DateTimeOffset)
A DateTimeOffset specifying the snapshot timestamp, if the blob is a snapshot.
See Also
GetPageBlobReference Overload
CloudBlobDirectory Class
Microsoft.WindowsAzure.Storage.Blob Namespace