CloudFile.StartCopyAsync 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
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file. |
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file. |
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file. |
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file. |
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file. |
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file. |
StartCopyAsync(Uri) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file. |
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file. |
StartCopyAsync(Uri, CancellationToken) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file. |
StartCopyAsync(CloudFile, CancellationToken) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file. |
StartCopyAsync(CloudFile) |
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file. |
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file. |
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- sourceAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the source object. If null
, no condition is used.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination file. If null
, no condition is used.
- copyOptions
- FileCopyOptions
An FileCopyOptions object that represents the options for the copying. If null
, default options are applied.
- options
- FileRequestOptions
A FileRequestOptions 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
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- sourceAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the source file. If null
, no condition is used.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination file. If null
, no condition is used.
- copyOptions
- FileCopyOptions
An FileCopyOptions object that represents the options for the copying. If null
, default options are applied.
- options
- FileRequestOptions
A FileRequestOptions 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
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- sourceAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the source object. If null
, no condition is used.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination file. If null
, no condition is used.
- options
- FileRequestOptions
A FileRequestOptions 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
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext)
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext) As Task(Of String)
Parameters
- sourceAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the source object. If null
, no condition is used.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination file. If null
, no condition is used.
- copyOptions
- FileCopyOptions
An FileCopyOptions object that represents the options for the copying. If null
, default options are applied.
- options
- FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- sourceAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the source file. If null
, no condition is used.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination file. If null
, no condition is used.
- options
- FileRequestOptions
A FileRequestOptions 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
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext)
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext) As Task(Of String)
Parameters
- sourceAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the source file. If null
, no condition is used.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination file. If null
, no condition is used.
- copyOptions
- FileCopyOptions
An FileCopyOptions object that represents the options for the copying. If null
, default options are applied.
- options
- FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
StartCopyAsync(Uri)
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri) As Task(Of String)
Parameters
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
StartCopyAsync(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task(Of String)
Parameters
- sourceAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the source file. If null
, no condition is used.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination file. If null
, no condition is used.
- options
- FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
StartCopyAsync(Uri, CancellationToken)
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- 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
StartCopyAsync(CloudFile, CancellationToken)
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile, cancellationToken As CancellationToken) As Task(Of String)
Parameters
- 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
StartCopyAsync(CloudFile)
Initiates an asynchronous operation to start copying another file's contents, properties, and metadata to this file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Microsoft.Azure.Storage.File.CloudFile source);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Microsoft.Azure.Storage.File.CloudFile -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As CloudFile) As Task(Of String)
Parameters
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
StartCopyAsync(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)
Initiates an asynchronous operation to start copying another Azure file or blob's contents, properties, and metadata to this Azure file.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<string> StartCopyAsync (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
override this.StartCopyAsync : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<string>
Public Overridable Function StartCopyAsync (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task(Of String)
Parameters
- sourceAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the source object. If null
, no condition is used.
- destAccessCondition
- AccessCondition
An AccessCondition object that represents the access conditions for the destination file. If null
, no condition is used.
- options
- FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A Task<TResult> object of type string
that represents the asynchronous operation.
- Attributes
Applies to
Azure SDK for .NET