Udostępnij za pośrednictwem


ModelExtensions.GetWithHttpMessages Method

Definition

public static Microsoft.Rest.HttpOperationResponse<System.IO.Stream> GetWithHttpMessages (this Microsoft.Azure.CognitiveServices.Personalizer.IModel operations, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member GetWithHttpMessages : Microsoft.Azure.CognitiveServices.Personalizer.IModel * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<System.IO.Stream>
<Extension()>
Public Function GetWithHttpMessages (operations As IModel, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse(Of Stream)

Parameters

operations
IModel
customHeaders
Dictionary<String,List<String>>

Returns

Applies to