EvaluationsExtensions.CreateWithHttpMessages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Personalizer.Models.Evaluation,Microsoft.Azure.CognitiveServices.Personalizer.Models.EvaluationsCreateHeaders> CreateWithHttpMessages (this Microsoft.Azure.CognitiveServices.Personalizer.IEvaluations operations, Microsoft.Azure.CognitiveServices.Personalizer.Models.EvaluationContract evaluation, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member CreateWithHttpMessages : Microsoft.Azure.CognitiveServices.Personalizer.IEvaluations * Microsoft.Azure.CognitiveServices.Personalizer.Models.EvaluationContract * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.Personalizer.Models.Evaluation, Microsoft.Azure.CognitiveServices.Personalizer.Models.EvaluationsCreateHeaders>
<Extension()>
Public Function CreateWithHttpMessages (operations As IEvaluations, evaluation As EvaluationContract, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse(Of Evaluation, EvaluationsCreateHeaders)
Parameters
- operations
- IEvaluations
- evaluation
- EvaluationContract
- customHeaders
- Dictionary<String,List<String>>
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET