BatchAccountKeys interface
A set of Azure Batch account keys.
Properties
| account |
The Batch account name. |
| primary | The primary key associated with the account. |
| secondary | The secondary key associated with the account. |
Property Details
accountName
The Batch account name.
accountName?: string
Property Value
string
primary
The primary key associated with the account.
primary?: string
Property Value
string
secondary
The secondary key associated with the account.
secondary?: string
Property Value
string