Share via


PolicyExtensions.ResetWithHttpMessages Method

Definition

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

Parameters

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

Returns

Applies to