static DataFactoryManager.Configurable |
DataFactoryManager.configure() |
Gets a Configurable instance that can be used to create DataFactoryManager with optional configuration.
|
DataFactoryManager.Configurable |
DataFactoryManager.Configurable.withDefaultPollInterval(Duration defaultPollInterval) |
Sets the default poll interval, used when service does not provide "Retry-After" header.
|
DataFactoryManager.Configurable |
DataFactoryManager.Configurable.withHttpClient(com.azure.core.http.HttpClient httpClient) |
Sets the http client.
|
DataFactoryManager.Configurable |
DataFactoryManager.Configurable.withLogOptions(com.azure.core.http.policy.HttpLogOptions httpLogOptions) |
Sets the logging options to the HTTP pipeline.
|
DataFactoryManager.Configurable |
DataFactoryManager.Configurable.withPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) |
Adds the pipeline policy to the HTTP pipeline.
|
DataFactoryManager.Configurable |
DataFactoryManager.Configurable.withRetryOptions(com.azure.core.http.policy.RetryOptions retryOptions) |
Sets the retry options for the HTTP pipeline retry policy.
|
DataFactoryManager.Configurable |
DataFactoryManager.Configurable.withRetryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) |
Sets the retry policy to the HTTP pipeline.
|
DataFactoryManager.Configurable |
DataFactoryManager.Configurable.withScope(String scope) |
Adds the scope to permission sets.
|