public class TablesSharedKeyCredential extends Object
| Constructor and Description |
|---|
TablesSharedKeyCredential(String accountName,
String accountKey)
Initializes a new
TablesSharedKeyCredential that contains an account's name and its primary or secondary
account key. |
public TablesSharedKeyCredential(String accountName, String accountKey)
TablesSharedKeyCredential that contains an account's name and its primary or secondary
account key.accountName - The account name associated with the request.accountKey - The account access key used to authenticate the request.NullPointerException - if accountName or accountKey is null.Copyright © 2021 Microsoft Corporation. All rights reserved.