Share via


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

CloudPageBlob.BeginSetPremiumBlobTier 方法

定义

重载

BeginSetPremiumBlobTier(PremiumPageBlobTier, AsyncCallback, Object)

开始异步操作以设置高级 Blob 的层。

BeginSetPremiumBlobTier(PremiumPageBlobTier, BlobRequestOptions, OperationContext, AsyncCallback, Object)

开始异步操作以设置高级 Blob 的层。

BeginSetPremiumBlobTier(PremiumPageBlobTier, AsyncCallback, Object)

开始异步操作以设置高级 Blob 的层。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginSetPremiumBlobTier (Microsoft.Azure.Storage.Blob.PremiumPageBlobTier premiumPageBlobTier, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginSetPremiumBlobTier : Microsoft.Azure.Storage.Blob.PremiumPageBlobTier * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginSetPremiumBlobTier : Microsoft.Azure.Storage.Blob.PremiumPageBlobTier * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginSetPremiumBlobTier (premiumPageBlobTier As PremiumPageBlobTier, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

参数

premiumPageBlobTier
PremiumPageBlobTier

一个 PremiumPageBlobTier ,表示要设置的层。

callback
AsyncCallback

AsyncCallback 异步操作完成时接收通知的委托。

state
Object

将传递给回调委托的用户定义对象。

返回

引用 ICancellableAsyncResult 异步操作的 。

属性

适用于

BeginSetPremiumBlobTier(PremiumPageBlobTier, BlobRequestOptions, OperationContext, AsyncCallback, Object)

开始异步操作以设置高级 Blob 的层。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginSetPremiumBlobTier (Microsoft.Azure.Storage.Blob.PremiumPageBlobTier premiumPageBlobTier, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginSetPremiumBlobTier : Microsoft.Azure.Storage.Blob.PremiumPageBlobTier * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginSetPremiumBlobTier : Microsoft.Azure.Storage.Blob.PremiumPageBlobTier * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginSetPremiumBlobTier (premiumPageBlobTier As PremiumPageBlobTier, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

参数

premiumPageBlobTier
PremiumPageBlobTier

一个 PremiumPageBlobTier ,表示要设置的层。

options
BlobRequestOptions

一个指定请求的其他选项的 BlobRequestOptions 对象,或者为 null

operationContext
OperationContext

一个 OperationContext 对象,它一个表示当前操作的上下文。

callback
AsyncCallback

AsyncCallback 异步操作完成时接收通知的委托。

state
Object

将传递给回调委托的用户定义对象。

返回

引用 ICancellableAsyncResult 异步操作的 。

属性

适用于