| Package | Description |
|---|---|
| com.azure.data.tables |
Package containing the classes for Tables Clients.
|
| Modifier and Type | Method and Description |
|---|---|
TableServiceClientBuilder |
TableServiceClientBuilder.credential(TablesSharedKeyCredential credential)
Sets the
TablesSharedKeyCredential used to authorize requests sent to the service. |
TableClientBuilder |
TableClientBuilder.credential(TablesSharedKeyCredential credential)
Sets the
TablesSharedKeyCredential used to authorize requests sent to the service. |
| Constructor and Description |
|---|
TablesSharedKeyCredentialPolicy(TablesSharedKeyCredential credential)
Creates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.