Condividi tramite


IAttachments.GetAttachmentWithHttpMessagesAsync Metodo

Definizione

GetAttachment.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.IO.Stream>> GetAttachmentWithHttpMessagesAsync (string attachmentId, string viewId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAttachmentWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.IO.Stream>>
Public Function GetAttachmentWithHttpMessagesAsync (attachmentId As String, viewId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Stream))

Parametri

attachmentId
String

id allegato.

viewId
String

Visualizzare l'ID da attachmentInfo.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Task<Microsoft.Rest.HttpOperationResponse<Stream>>

Attività che rappresenta il lavoro in coda da eseguire.

Eccezioni

Generata quando l'operazione ha restituito un codice di stato non valido.

Microsoft.Rest.SerializationException

Generata quando non è possibile deserializzare la risposta.

Microsoft.Rest.ValidationException

Generata quando un parametro obbligatorio è Null.

Commenti

Ottiene la visualizzazione denominata come contenuto binario.

Si applica a