tabsdata.AzureAccountKeyCredentials#
- class AzureAccountKeyCredentials(account_name: str | dict | Secret, account_key: str | dict | Secret)[source]#
Bases:
AzureCredentials
Credentials class to store the credentials needed to access an Azure using account key credentials (account name and account key).
- account_name#
The Azure account name.
- Type:
Secret
- account_key#
The Azure account key.
- Type:
Secret
- __init__(account_name: str | dict | Secret, account_key: str | dict | Secret)[source]#
Initialize the AzureAccountNameKeyCredentials object.
Methods
__init__
(account_name, account_key)Initialize the AzureAccountNameKeyCredentials object.
Attributes
The Azure account key.
The Azure account name.