CloudAppendBlob.BeginCreateOrReplace Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudAppendBlob.::..BeginCreateOrReplace Method
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name Description 
BeginCreateOrReplace(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)
Begins 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.

BeginCreateOrReplace(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)
Begins 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 BeginCreateOrReplace.
Return to top
Overload List
| Name | Description | |
|---|---|---|
| BeginCreateOrReplace(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) | Begins 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. | |
| BeginCreateOrReplace(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object) | Begins 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 BeginCreateOrReplace. |