CloudPageBlob.StartIncrementalCopyAsync 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
StartIncrementalCopyAsync(Uri, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob. |
StartIncrementalCopyAsync(CloudPageBlob, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob. |
StartIncrementalCopyAsync(CloudPageBlob, CancellationToken) |
Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob. |
StartIncrementalCopyAsync(CloudPageBlob) |
Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob. |
StartIncrementalCopyAsync(Uri, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartIncrementalCopyAsync (Uri sourceSnapshotUri, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartIncrementalCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartIncrementalCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartIncrementalCopyAsync (sourceSnapshotUri As Uri, destAccessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- sourceSnapshotUri
- Uri
The CloudPageBlob that is the source blob which must be a snapshot.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination blob. If null
, no condition is used.
- options
- BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
StartIncrementalCopyAsync(CloudPageBlob, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartIncrementalCopyAsync (Microsoft.Azure.Storage.Blob.CloudPageBlob sourceSnapshot, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartIncrementalCopyAsync : Microsoft.Azure.Storage.Blob.CloudPageBlob * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartIncrementalCopyAsync : Microsoft.Azure.Storage.Blob.CloudPageBlob * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartIncrementalCopyAsync (sourceSnapshot As CloudPageBlob, destAccessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- sourceSnapshot
- CloudPageBlob
The CloudPageBlob that is the source blob which must be a snapshot.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination blob. If null
, no condition is used.
- options
- BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
StartIncrementalCopyAsync(CloudPageBlob, CancellationToken)
Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartIncrementalCopyAsync (Microsoft.Azure.Storage.Blob.CloudPageBlob source, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartIncrementalCopyAsync : Microsoft.Azure.Storage.Blob.CloudPageBlob * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartIncrementalCopyAsync : Microsoft.Azure.Storage.Blob.CloudPageBlob * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartIncrementalCopyAsync (source As CloudPageBlob, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- source
- CloudPageBlob
The CloudPageBlob that is the source blob which must be a snapshot.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
StartIncrementalCopyAsync(CloudPageBlob)
Initiates an asynchronous operation to start an incremental copy of another blob's contents, properties, and metadata to this page blob.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartIncrementalCopyAsync (Microsoft.Azure.Storage.Blob.CloudPageBlob source);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartIncrementalCopyAsync : Microsoft.Azure.Storage.Blob.CloudPageBlob -> System.Threading.Tasks.Task<string>
override this.StartIncrementalCopyAsync : Microsoft.Azure.Storage.Blob.CloudPageBlob -> System.Threading.Tasks.Task<string>
Public Overridable Function StartIncrementalCopyAsync (source As CloudPageBlob) As Task(Of String)
Parameters
- source
- CloudPageBlob
The CloudPageBlob that is the source blob which must be a snapshot.
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
Azure SDK for .NET