CloudBlockBlob.PutBlockListAsync Methode

Definition

Überlädt

PutBlockListAsync(IEnumerable<String>, CancellationToken)

Initiiert einen asynchronen Vorgang, um eine Liste von Blöcken in ein neues oder vorhandenes Blob hochzuladen.

PutBlockListAsync(IEnumerable<String>)

Initiiert einen asynchronen Vorgang, um eine Liste von Blöcken in ein neues oder vorhandenes Blob hochzuladen.

PutBlockListAsync(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um eine Liste von Blöcken in ein neues oder vorhandenes Blob hochzuladen.

PutBlockListAsync(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um eine Liste von Blöcken in ein neues oder vorhandenes Blob hochzuladen.

PutBlockListAsync(IEnumerable<String>, CancellationToken)

Initiiert einen asynchronen Vorgang, um eine Liste von Blöcken in ein neues oder vorhandenes Blob hochzuladen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task PutBlockListAsync (System.Collections.Generic.IEnumerable<string> blockList, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member PutBlockListAsync : seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.PutBlockListAsync : seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function PutBlockListAsync (blockList As IEnumerable(Of String), cancellationToken As CancellationToken) As Task

Parameter

blockList
IEnumerable<String>

Eine aufzählbare Auflistung von Block-IDs als Base64-codierte Zeichenfolgen.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

PutBlockListAsync(IEnumerable<String>)

Initiiert einen asynchronen Vorgang, um eine Liste von Blöcken in ein neues oder vorhandenes Blob hochzuladen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task PutBlockListAsync (System.Collections.Generic.IEnumerable<string> blockList);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member PutBlockListAsync : seq<string> -> System.Threading.Tasks.Task
override this.PutBlockListAsync : seq<string> -> System.Threading.Tasks.Task
Public Overridable Function PutBlockListAsync (blockList As IEnumerable(Of String)) As Task

Parameter

blockList
IEnumerable<String>

Eine aufzählbare Auflistung von Block-IDs als Base64-codierte Zeichenfolgen.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

PutBlockListAsync(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um eine Liste von Blöcken in ein neues oder vorhandenes Blob hochzuladen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task PutBlockListAsync (System.Collections.Generic.IEnumerable<string> blockList, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member PutBlockListAsync : seq<string> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.PutBlockListAsync : seq<string> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function PutBlockListAsync (blockList As IEnumerable(Of String), accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task

Parameter

blockList
IEnumerable<String>

Eine aufzählbare Auflistung von Block-IDs als Base64-codierte Zeichenfolgen.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

PutBlockListAsync(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um eine Liste von Blöcken in ein neues oder vorhandenes Blob hochzuladen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task PutBlockListAsync (System.Collections.Generic.IEnumerable<string> blockList, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member PutBlockListAsync : seq<string> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.PutBlockListAsync : seq<string> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function PutBlockListAsync (blockList As IEnumerable(Of String), accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

blockList
IEnumerable<String>

Eine aufzählbare Auflistung von Block-IDs als Base64-codierte Zeichenfolgen.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: