Class UserAgentPolicy
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.policy.UserAgentPolicy
- All Implemented Interfaces:
com.azure.core.http.policy.HttpPipelinePolicy
public class UserAgentPolicy
extends Object
implements com.azure.core.http.policy.HttpPipelinePolicy
Rewrite the UserAgentPolicy, it will use Sdk-Name and Sdk-Version to build default user-agent.
-
Constructor Summary
ConstructorsConstructorDescriptionUserAgentPolicy(com.azure.core.http.policy.HttpLogOptions httpLogOptions, com.azure.core.util.Configuration configuration) Creates a UserAgentPolicy with theHttpLogOptionsandConfigurationin the User-Agent header value. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy
getPipelinePosition, processSync
-
Constructor Details
-
UserAgentPolicy
public UserAgentPolicy(com.azure.core.http.policy.HttpLogOptions httpLogOptions, com.azure.core.util.Configuration configuration) Creates a UserAgentPolicy with theHttpLogOptionsandConfigurationin the User-Agent header value.- Parameters:
httpLogOptions- used for get application idconfiguration- used for check telemetry enable or not
-
-
Method Details
-
process
public Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next) - Specified by:
processin interfacecom.azure.core.http.policy.HttpPipelinePolicy
-