StorageBlobManagement.SetBlobPropertiesAsync 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
SetBlobPropertiesAsync(CloudBlob, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
Return a task that asynchronously set blob properties |
SetBlobPropertiesAsync(CloudBlob, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
SetBlobPropertiesAsync(CloudBlob, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
Return a task that asynchronously set blob properties
public System.Threading.Tasks.Task SetBlobPropertiesAsync (Microsoft.Azure.Storage.Blob.CloudBlob blob, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cmdletCancellationToken);
abstract member SetBlobPropertiesAsync : Microsoft.Azure.Storage.Blob.CloudBlob * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetBlobPropertiesAsync : Microsoft.Azure.Storage.Blob.CloudBlob * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetBlobPropertiesAsync (blob As CloudBlob, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cmdletCancellationToken As CancellationToken) As Task
Parameters
- blob
- CloudBlob
ICloud blob object
- accessCondition
- AccessCondition
Access condition
- options
- BlobRequestOptions
Blob request options
- operationContext
- OperationContext
An object that represents the context for the current operation.
- cmdletCancellationToken
- CancellationToken
Cancellation token
Returns
Implements
Applies to
SetBlobPropertiesAsync(CloudBlob, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
public System.Threading.Tasks.Task SetBlobPropertiesAsync (Microsoft.WindowsAzure.Storage.Blob.CloudBlob blob, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cmdletCancellationToken);
abstract member SetBlobPropertiesAsync : Microsoft.WindowsAzure.Storage.Blob.CloudBlob * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetBlobPropertiesAsync : Microsoft.WindowsAzure.Storage.Blob.CloudBlob * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetBlobPropertiesAsync (blob As CloudBlob, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cmdletCancellationToken As CancellationToken) As Task
Parameters
- blob
- CloudBlob
- accessCondition
- AccessCondition
- options
- BlobRequestOptions
- operationContext
- OperationContext
- cmdletCancellationToken
- CancellationToken