BatchAccountKeys interface
A set of Azure Batch account keys.
Properties
account |
The Batch account name. NOTE: This property will not be serialized. It can only be populated by the server. |
primary | The primary key associated with the account. NOTE: This property will not be serialized. It can only be populated by the server. |
secondary | The secondary key associated with the account. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountName
The Batch account name. NOTE: This property will not be serialized. It can only be populated by the server.
accountName?: string
Property Value
string
primary
The primary key associated with the account. NOTE: This property will not be serialized. It can only be populated by the server.
primary?: string
Property Value
string
secondary
The secondary key associated with the account. NOTE: This property will not be serialized. It can only be populated by the server.
secondary?: string
Property Value
string