CloudBlob.StartCopyAsync Method (Uri) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata
to this blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
[DoesServiceRequestAttribute]
virtual Task<String^>^ StartCopyAsync(
Uri^ source
)
[<DoesServiceRequestAttribute>]
abstract StartCopyAsync :
source:Uri -> Task<string>
[<DoesServiceRequestAttribute>]
override StartCopyAsync :
source:Uri -> Task<string>
<DoesServiceRequestAttribute>
Public Overridable Function StartCopyAsync (
source As Uri
) As Task(Of String)
Parameters
- source
-
Type:
System.UriSystem::Uri^System.UriSystem.Uri
The Uri of the source blob.
Return Value
Type:
System.Threading.Tasks.Task<String>System.Threading.Tasks::Task<String^>^System.Threading.Tasks.Task<String>System.Threading.Tasks.Task(Of String)A Task<TResult><TResult><'TResult>(Of TResult) object of type string that represents the asynchronous operation.
Return to top
Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob.
Syntax
C++
public: [DoesServiceRequestAttribute] virtual Task<String^>^ StartCopyAsync( Uri^ source )
[<DoesServiceRequestAttribute>] abstract StartCopyAsync : source:Uri -> Task<string> [<DoesServiceRequestAttribute>] override StartCopyAsync : source:Uri -> Task<string>
<DoesServiceRequestAttribute> Public Overridable Function StartCopyAsync ( source As Uri ) As Task(Of String)
Parameters
- source
-
Type:
System.UriSystem::Uri^System.UriSystem.Uri
The Uri of the source blob.
Return Value
Type: System.Threading.Tasks.Task<String>System.Threading.Tasks::Task<String^>^System.Threading.Tasks.Task<String>System.Threading.Tasks.Task(Of String)A Task<TResult><TResult><'TResult>(Of TResult) object of type string that represents the asynchronous operation.