tabsdata.AzureAccountKeyCredentials
- class AzureAccountKeyCredentials( )
Bases:
AzureCredentialsCredentials class to access 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
- to_dict() dict
Convert the AzureAccountNameKeyCredentials object to a dictionary
- __init__( )
Initialize the AzureAccountNameKeyCredentials object.
Methods
__init__(account_name, account_key)Initialize the AzureAccountNameKeyCredentials object.
Attributes
The Azure account key.
The Azure account name.