Share via


BatchAccountKeys Class

A set of Azure Batch account keys.

Constructor

BatchAccountKeys(*args: Any, **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.

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