C#
C++
F#
VB
CloudBlobDirectory.::..GetBlockBlobReference Method (String, Nullable<DateTimeOffset>)(String^, Nullable<DateTimeOffset>)(String, Nullable<DateTimeOffset>)(String, Nullable(Of DateTimeOffset))
Gets a reference to a block blob in this virtual directory.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
public CloudBlockBlob GetBlockBlobReference( string blobName, Nullable<DateTimeOffset> snapshotTime )
C++
public:
CloudBlockBlob^ GetBlockBlobReference(
String^ blobName,
Nullable<DateTimeOffset> snapshotTime
)
member GetBlockBlobReference :
blobName:string *
snapshotTime:Nullable<DateTimeOffset> -> CloudBlockBlob
Public Function GetBlockBlobReference ( blobName As String, snapshotTime As Nullable(Of DateTimeOffset) ) As CloudBlockBlob
Parameters
- blobName
-
Type:
System.StringSystem::String^System.StringSystem.String
A string containing the name of the 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
GetBlockBlobReference Overload
CloudBlobDirectory Class
Microsoft.WindowsAzure.Storage.Blob Namespace