Package com.azure.resourcemanager.oep
Class OepManager.Configurable
- java.lang.Object
-
- com.azure.resourcemanager.oep.OepManager.Configurable
-
- Enclosing class:
- OepManager
public static final class OepManager.Configurable extends Object
The Configurable allowing configurations to be set.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OepManager
authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of oep service API entry point.OepManager.Configurable
withDefaultPollInterval(Duration defaultPollInterval)
Sets the default poll interval, used when service does not provide "Retry-After" header.OepManager.Configurable
withHttpClient(com.azure.core.http.HttpClient httpClient)
Sets the http client.OepManager.Configurable
withLogOptions(com.azure.core.http.policy.HttpLogOptions httpLogOptions)
Sets the logging options to the HTTP pipeline.OepManager.Configurable
withPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy)
Adds the pipeline policy to the HTTP pipeline.OepManager.Configurable
withRetryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy)
Sets the retry policy to the HTTP pipeline.OepManager.Configurable
withScope(String scope)
Adds the scope to permission sets.
-
-
-
Method Detail
-
withHttpClient
public OepManager.Configurable withHttpClient(com.azure.core.http.HttpClient httpClient)
Sets the http client.- Parameters:
httpClient
- the HTTP client.- Returns:
- the configurable object itself.
-
withLogOptions
public OepManager.Configurable withLogOptions(com.azure.core.http.policy.HttpLogOptions httpLogOptions)
Sets the logging options to the HTTP pipeline.- Parameters:
httpLogOptions
- the HTTP log options.- Returns:
- the configurable object itself.
-
withPolicy
public OepManager.Configurable withPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy)
Adds the pipeline policy to the HTTP pipeline.- Parameters:
policy
- the HTTP pipeline policy.- Returns:
- the configurable object itself.
-
withScope
public OepManager.Configurable withScope(String scope)
Adds the scope to permission sets.- Parameters:
scope
- the scope.- Returns:
- the configurable object itself.
-
withRetryPolicy
public OepManager.Configurable withRetryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy)
Sets the retry policy to the HTTP pipeline.- Parameters:
retryPolicy
- the HTTP pipeline retry policy.- Returns:
- the configurable object itself.
-
withDefaultPollInterval
public OepManager.Configurable withDefaultPollInterval(Duration defaultPollInterval)
Sets the default poll interval, used when service does not provide "Retry-After" header.- Parameters:
defaultPollInterval
- the default poll interval.- Returns:
- the configurable object itself.
-
authenticate
public OepManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of oep service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the oep service API instance.
-
-