BatchAccountKeys Class
A set of Azure Batch account keys.
Constructor
BatchAccountKeys(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
account_name
|
The Batch account name. |
|
primary
|
The primary key associated with the account. |
|
secondary
|
The secondary key associated with the account. |
Attributes
account_name
The Batch account name.
account_name: str | None
primary
The primary key associated with the account.
primary: str | None
secondary
The secondary key associated with the account.
secondary: str | None