Compartilhar via


CloudBlobContainer.GetAppendBlobReference Método

Definição

Sobrecargas

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

GetAppendBlobReference(String, Nullable<DateTimeOffset>)

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

Parâmetros

blobName
String
snapshotTime
Nullable<DateTimeOffset>

Retornos

Aplica-se a

GetAppendBlobReference(String)

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

Parâmetros

blobName
String

Retornos

Aplica-se a