CloudBlobContainer.GetBlockBlobReference Methode

Definition

Überlädt

GetBlockBlobReference(String)
GetBlockBlobReference(String, Nullable<DateTimeOffset>)

GetBlockBlobReference(String)

public virtual Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob GetBlockBlobReference (string blobName);
abstract member GetBlockBlobReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob
override this.GetBlockBlobReference : string -> Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob
Public Overridable Function GetBlockBlobReference (blobName As String) As CloudBlockBlob

Parameter

blobName
String

Gibt zurück

Gilt für:

GetBlockBlobReference(String, Nullable<DateTimeOffset>)

public virtual Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob GetBlockBlobReference (string blobName, DateTimeOffset? snapshotTime);
abstract member GetBlockBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob
override this.GetBlockBlobReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob
Public Overridable Function GetBlockBlobReference (blobName As String, snapshotTime As Nullable(Of DateTimeOffset)) As CloudBlockBlob

Parameter

blobName
String
snapshotTime
Nullable<DateTimeOffset>

Gibt zurück

Gilt für: