Compartir a través de


IBlobOperations.GetChunkWithHttpMessagesAsync Método

Definición

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.IO.Stream,Microsoft.Azure.ContainerRegistry.Models.BlobGetChunkHeaders>> GetChunkWithHttpMessagesAsync (string name, string digest, string range, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetChunkWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.IO.Stream, Microsoft.Azure.ContainerRegistry.Models.BlobGetChunkHeaders>>
Public Function GetChunkWithHttpMessagesAsync (name As String, digest As String, range As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Stream, BlobGetChunkHeaders))

Parámetros

name
String
digest
String
range
String
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Devoluciones

Se aplica a