CloudBlobContainer.GetBlobReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetBlobReference(String) | |
GetBlobReference(String, Nullable<DateTimeOffset>) |
GetBlobReference(String)
public virtual Microsoft.WindowsAzure.Storage.Blob.CloudBlob GetBlobReference (string blobName);
abstract member GetBlobReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudBlob
override this.GetBlobReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudBlob
Public Overridable Function GetBlobReference (blobName As String) As CloudBlob
Parameters
- blobName
- String
Returns
Applies to
GetBlobReference(String, Nullable<DateTimeOffset>)
public virtual Microsoft.WindowsAzure.Storage.Blob.CloudBlob GetBlobReference (string blobName, DateTimeOffset? snapshotTime);
abstract member GetBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Blob.CloudBlob
override this.GetBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Blob.CloudBlob
Public Overridable Function GetBlobReference (blobName As String, snapshotTime As Nullable(Of DateTimeOffset)) As CloudBlob
Parameters
- blobName
- String
- snapshotTime
- Nullable<DateTimeOffset>