BatchAccountKeys Class

A set of Azure Batch account keys.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.batch._serialization.Model
BatchAccountKeys

Constructor

BatchAccountKeys(**kwargs: Any)

Variables

Name Description
account_name
str

The Batch account name.

primary
str

The primary key associated with the account.

secondary
str

The secondary key associated with the account.