C#
C++
F#
VB
CloudBlockBlob.::..PutBlockListAsync Method (IEnumerable<String>)(IEnumerable<String^>^)(IEnumerable<String>)(IEnumerable(Of String))
Initiates an asynchronous operation to upload a list of blocks to a new or existing blob.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task PutBlockListAsync( IEnumerable<string> blockList )
C++
public: [DoesServiceRequestAttribute] virtual Task^ PutBlockListAsync( IEnumerable<String^>^ blockList )
[<DoesServiceRequestAttribute>] abstract PutBlockListAsync : blockList:IEnumerable<string> -> Task [<DoesServiceRequestAttribute>] override PutBlockListAsync : blockList:IEnumerable<string> -> Task
<DoesServiceRequestAttribute> Public Overridable Function PutBlockListAsync ( blockList As IEnumerable(Of String) ) As Task
Parameters
- blockList
-
Type:
System.Collections.Generic.IEnumerable<String>System.Collections.Generic::IEnumerable<String^>^System.Collections.Generic.IEnumerable<String>System.Collections.Generic.IEnumerable(Of String)
An enumerable collection of block IDs, as Base64-encoded strings.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.