public final class TablesSharedKeyCredentialPolicy extends Object implements com.azure.core.http.policy.HttpPipelinePolicy
Constructor and Description |
---|
TablesSharedKeyCredentialPolicy(TablesSharedKeyCredential credential)
constructor for the TablesSharedKeyCredentialPolicy class
|
Modifier and Type | Method and Description |
---|---|
Mono<com.azure.core.http.HttpResponse> |
process(com.azure.core.http.HttpPipelineCallContext context,
com.azure.core.http.HttpPipelineNextPolicy next)
creates an Http response
|
public TablesSharedKeyCredentialPolicy(TablesSharedKeyCredential credential)
credential
- the credentials of the accountpublic Mono<com.azure.core.http.HttpResponse> process(com.azure.core.http.HttpPipelineCallContext context, com.azure.core.http.HttpPipelineNextPolicy next)
process
in interface com.azure.core.http.policy.HttpPipelinePolicy
context
- the context of the http pipelinenext
- the next Http pipeline policyCopyright © 2020 Microsoft Corporation. All rights reserved.