Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BatchAccountKeys

Package version

interface

An interface representing BatchAccountKeys. A set of Azure Batch account keys.

Hierarchy

  • BatchAccountKeys

Index

Properties

Optional accountName

accountName: undefined | string
member

{string} [accountName] The Batch account name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional primary

primary: undefined | string
member

{string} [primary] The primary key associated with the account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional secondary

secondary: undefined | string
member

{string} [secondary] The secondary key associated with the account. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc