Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name | Description | |
---|---|---|
CreateOrReplaceAsync()()()() | Initiates an asynchronous operation to create an empty append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use CreateOrReplaceAsync. | |
CreateOrReplaceAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext) | Initiates an asynchronous operation to create an empty append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition. | |
CreateOrReplaceAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) | Initiates an asynchronous operation to create an empty append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition. | |
CreateOrReplaceAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Initiates an asynchronous operation to create an append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use CreateOrReplaceAsync. |