CloudPageBlob.BeginSetPremiumBlobTier 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
BeginSetPremiumBlobTier(PremiumPageBlobTier, AsyncCallback, Object) |
Begins an asynchronous operation to set the tier of the premium blob. |
BeginSetPremiumBlobTier(PremiumPageBlobTier, BlobRequestOptions, OperationContext, AsyncCallback, Object) |
Begins an asynchronous operation to set the tier of the premium blob. |
BeginSetPremiumBlobTier(PremiumPageBlobTier, AsyncCallback, Object)
Begins an asynchronous operation to set the tier of the premium 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
Parameters
- premiumPageBlobTier
- PremiumPageBlobTier
A PremiumPageBlobTier representing the tier to set.
- callback
- AsyncCallback
An AsyncCallback delegate that will receive notification when the asynchronous operation completes.
- state
- Object
A user-defined object that will be passed to the callback delegate.
Returns
An ICancellableAsyncResult that references the asynchronous operation.
- Attributes
Applies to
BeginSetPremiumBlobTier(PremiumPageBlobTier, BlobRequestOptions, OperationContext, AsyncCallback, Object)
Begins an asynchronous operation to set the tier of the premium 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
Parameters
- premiumPageBlobTier
- PremiumPageBlobTier
A PremiumPageBlobTier representing the tier to set.
- options
- BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request, or null
.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
- callback
- AsyncCallback
An AsyncCallback delegate that will receive notification when the asynchronous operation completes.
- state
- Object
A user-defined object that will be passed to the callback delegate.
Returns
An ICancellableAsyncResult that references the asynchronous operation.
- Attributes
Applies to
Azure SDK for .NET