你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudBlobContainer.GetAppendBlobReference 方法

定义

重载

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

参数

blobName
String
snapshotTime
Nullable<DateTimeOffset>

返回

适用于

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

参数

blobName
String

返回

适用于