ListBatchAccountKeysResult

data class ListBatchAccountKeysResult(val accountName: String, val primary: String, val secondary: String)

A set of Azure Batch account keys.

Constructors

Link copied to clipboard
constructor(accountName: String, primary: String, secondary: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Batch account name.

Link copied to clipboard

The primary key associated with the account.

Link copied to clipboard

The secondary key associated with the account.