Udostępnij za pośrednictwem


ModelExtensions.GetPropertiesWithHttpMessages Method

Definition

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

Parameters

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

Returns

Applies to