CloudBlobContainer.GetAppendBlobReference 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
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
Parameters
- blobName
- String
- snapshotTime
- Nullable<DateTimeOffset>
Returns
Applies to
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
Parameters
- blobName
- String
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET