Share via


BlobAppendReferenceWrapper 類別

定義

This API supports the .NET infrastructure and is not intended to be used directly from your code.

public ref class BlobAppendReferenceWrapper : Microsoft::Extensions::Logging::AzureAppServices::Internal::ICloudAppendBlob
public class BlobAppendReferenceWrapper : Microsoft.Extensions.Logging.AzureAppServices.Internal.ICloudAppendBlob
type BlobAppendReferenceWrapper = class
    interface ICloudAppendBlob
Public Class BlobAppendReferenceWrapper
Implements ICloudAppendBlob
繼承
BlobAppendReferenceWrapper
實作

建構函式

BlobAppendReferenceWrapper(CloudAppendBlob)

建立 BlobAppendReferenceWrapper 的新執行個體。

BlobAppendReferenceWrapper(String, String, HttpClient)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

方法

AppendAsync(ArraySegment<Byte>, CancellationToken)

起始非同步作業,來開啟寫入至 Blob 的資料流。

CreateAsync()

起始非同步作業,來建立空白附加 Blob。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
OpenWriteAsync()

起始非同步作業,來開啟寫入至 Blob 的資料流。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於