public class UserAgentPolicy extends Object implements com.azure.core.http.policy.HttpPipelinePolicy
| Constructor and Description |
|---|
UserAgentPolicy(com.azure.core.http.policy.HttpLogOptions httpLogOptions,
com.azure.core.util.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Mono<com.azure.core.http.HttpResponse> |
process(com.azure.core.http.HttpPipelineCallContext context,
com.azure.core.http.HttpPipelineNextPolicy next) |
public UserAgentPolicy(com.azure.core.http.policy.HttpLogOptions httpLogOptions,
com.azure.core.util.Configuration configuration)
httpLogOptions - used for get application idconfiguration - used for check telemetry enable or notpublic Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
process in interface com.azure.core.http.policy.HttpPipelinePolicyCopyright © 2021 Microsoft Corporation. All rights reserved.