Dela via


Attachments.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>>
override this.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>>

Rubriker som ska läggas till i begäran.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Task<Microsoft.Rest.HttpOperationResponse<Stream>>

Ett svarsobjekt som innehåller svarstexten och svarshuvudena.

Implementeringar

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

Utlöses när ett indatavärde inte matchar den förväntade datatypen, intervallet eller mönstret för datafältet.

Genereras när en obligatorisk parameter är null.

Kommentarer

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

Gäller för