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

CloudBlockBlob.EndSetStandardBlobTier(IAsyncResult) Method

Definition

Ends an asynchronous operation to set the tier of the blob on a standard storage account.

public virtual void EndSetStandardBlobTier(IAsyncResult asyncResult);
abstract member EndSetStandardBlobTier : IAsyncResult -> unit
override this.EndSetStandardBlobTier : IAsyncResult -> unit
Public Overridable Sub EndSetStandardBlobTier (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to