Compartilhar via


IAttachments.GetAttachmentWithHttpMessagesAsync Método

Definição

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))

Parâmetros

attachmentId
String

ID do anexo.

viewId
String

Exibir id de attachmentInfo.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Task<Microsoft.Rest.HttpOperationResponse<Stream>>

Uma tarefa que representa o trabalho enfileirado a ser executado.

Exceções

Gerada quando a operação retornou um código de status inválido.

Microsoft.Rest.SerializationException

Gerada quando não é possível desserializar a resposta.

Microsoft.Rest.ValidationException

Gerado quando um parâmetro obrigatório é nulo.

Comentários

Obtenha a exibição nomeada como conteúdo binário.

Aplica-se a