TableServiceClientBuilder |
TableServiceClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy pipelinePolicy) |
Adds a pipeline policy to apply on each request sent.
|
TableServiceClientBuilder |
TableServiceClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) |
Sets the ClientOptions such as application ID and custom headers to set on a request.
|
TableServiceClientBuilder |
TableServiceClientBuilder.configuration(com.azure.core.util.Configuration configuration) |
Sets the configuration object used to retrieve environment configuration values during
building of the client.
|
TableServiceClientBuilder |
TableServiceClientBuilder.connectionString(String connectionString) |
Sets the connection string to connect to the service.
|
TableServiceClientBuilder |
TableServiceClientBuilder.credential(com.azure.core.credential.AzureNamedKeyCredential credential) |
Sets the AzureNamedKeyCredential used to authorize requests sent to the service.
|
TableServiceClientBuilder |
TableServiceClientBuilder.credential(com.azure.core.credential.AzureSasCredential credential) |
Sets the AzureSasCredential used to authorize requests sent to the service.
|
TableServiceClientBuilder |
TableServiceClientBuilder.credential(com.azure.core.credential.TokenCredential credential) |
Sets the TokenCredential used to authorize requests sent to the service.
|
TableServiceClientBuilder |
TableServiceClientBuilder.endpoint(String endpoint) |
Sets the service endpoint.
|
TableServiceClientBuilder |
TableServiceClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) |
Sets the HttpClient to use for sending and receiving requests to and from the service.
|
TableServiceClientBuilder |
TableServiceClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) |
Sets the logging configuration to use when sending and receiving requests to and from
the service.
|
TableServiceClientBuilder |
TableServiceClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) |
Sets the HttpPipeline to use for the service client.
|
TableServiceClientBuilder |
TableServiceClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) |
Sets the request RetryPolicy for all the requests made through the client.
|
TableServiceClientBuilder |
TableServiceClientBuilder.sasToken(String sasToken) |
Sets the SAS token used to authorize requests sent to the service.
|
TableServiceClientBuilder |
TableServiceClientBuilder.serviceVersion(TableServiceVersion serviceVersion) |
|