StorageBlobManagement.SetStandardBlobTierAsync 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.
Return a task that asynchronously set block blob Tier
public System.Threading.Tasks.Task SetStandardBlobTierAsync (Microsoft.Azure.Storage.Blob.CloudBlockBlob blob, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.StandardBlobTier tier, Microsoft.Azure.Storage.Blob.RehydratePriority? rehydratePriority, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cmdletCancellationToken);
abstract member SetStandardBlobTierAsync : Microsoft.Azure.Storage.Blob.CloudBlockBlob * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.StandardBlobTier * Nullable<Microsoft.Azure.Storage.Blob.RehydratePriority> * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetStandardBlobTierAsync : Microsoft.Azure.Storage.Blob.CloudBlockBlob * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.StandardBlobTier * Nullable<Microsoft.Azure.Storage.Blob.RehydratePriority> * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetStandardBlobTierAsync (blob As CloudBlockBlob, accessCondition As AccessCondition, tier As StandardBlobTier, rehydratePriority As Nullable(Of RehydratePriority), options As BlobRequestOptions, operationContext As OperationContext, cmdletCancellationToken As CancellationToken) As Task
Parameters
- blob
- CloudBlockBlob
CloudBlockBlob object
- accessCondition
- AccessCondition
Access condition
- tier
- StandardBlobTier
block blob Tier
- rehydratePriority
- Nullable<RehydratePriority>
- options
- BlobRequestOptions
Blob request options
- operationContext
- OperationContext
An object that represents the context for the current operation.
- cmdletCancellationToken
- CancellationToken
Cancellation token