public final class HttpPipelineProvider extends Object
HttpPipeline.| Modifier and Type | Method and Description |
|---|---|
static com.azure.core.http.HttpPipeline |
buildHttpPipeline(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates http pipeline with token credential and profile
|
static com.azure.core.http.HttpPipeline |
buildHttpPipeline(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile,
String[] scopes,
com.azure.core.http.policy.HttpLogOptions httpLogOptions,
com.azure.core.util.Configuration configuration,
com.azure.core.http.policy.RetryPolicy retryPolicy,
List<com.azure.core.http.policy.HttpPipelinePolicy> additionalPolicies,
com.azure.core.http.HttpClient httpClient)
Creates http pipeline with token credential and profile
|
public static com.azure.core.http.HttpPipeline buildHttpPipeline(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
credential - the token credentialprofile - the profilepublic static com.azure.core.http.HttpPipeline buildHttpPipeline(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile,
String[] scopes,
com.azure.core.http.policy.HttpLogOptions httpLogOptions,
com.azure.core.util.Configuration configuration,
com.azure.core.http.policy.RetryPolicy retryPolicy,
List<com.azure.core.http.policy.HttpPipelinePolicy> additionalPolicies,
com.azure.core.http.HttpClient httpClient)
credential - the token credentialprofile - the profilescopes - the credential scopeshttpLogOptions - the http log optionsconfiguration - the configuration valueretryPolicy - the retry policyadditionalPolicies - the additional policieshttpClient - the http clientCopyright © 2021 Microsoft Corporation. All rights reserved.