Dela via


IAttachments.GetAttachmentWithHttpMessagesAsync Metod

Definition

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

Parametrar

attachmentId
String

id för bifogade filer.

viewId
String

Visa ID från attachmentInfo.

customHeaders
Dictionary<String,List<String>>

Rubrikerna som läggs till i begäran.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Task<Microsoft.Rest.HttpOperationResponse<Stream>>

En uppgift som representerar det arbete som ska köras i kö.

Undantag

Utlöses när åtgärden returnerade en ogiltig statuskod.

Microsoft.Rest.SerializationException

Utlöses när det inte går att deserialisera svaret.

Microsoft.Rest.ValidationException

Genereras när en obligatorisk parameter är null.

Kommentarer

Hämta den namngivna vyn som binärt innehåll.

Gäller för