SecretClientBuilder |
SecretClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) |
Adds a pipeline policy to apply on each request sent.
|
SecretClientBuilder |
SecretClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) |
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
|
SecretClientBuilder |
SecretClientBuilder.configuration(com.azure.core.util.Configuration configuration) |
Sets the configuration store that is used during construction of the service client.
|
SecretClientBuilder |
SecretClientBuilder.credential(com.azure.core.credential.TokenCredential credential) |
Sets the TokenCredential used to authorize requests sent to the service.
|
SecretClientBuilder |
SecretClientBuilder.httpClient(com.azure.core.http.HttpClient client) |
Sets the HttpClient to use for sending and receiving requests to and from the service.
|
SecretClientBuilder |
SecretClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) |
Sets the logging configuration to use when sending and receiving requests to and from
the service.
|
SecretClientBuilder |
SecretClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) |
Sets the HttpPipeline to use for the service client.
|
SecretClientBuilder |
SecretClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) |
Sets the RetryOptions for all the requests made through the client.
|
SecretClientBuilder |
SecretClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) |
Sets the RetryPolicy that is used when each request is sent.
|
SecretClientBuilder |
SecretClientBuilder.serviceVersion(SecretServiceVersion version) |
|
SecretClientBuilder |
SecretClientBuilder.vaultUrl(String vaultUrl) |
Sets the vault URL to send HTTP requests to.
|