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