listBatchAccountKeys

This operation applies only to Batch accounts with allowedAuthenticationModes containing 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode, clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes instead. In this case, getting the keys will fail. Azure REST API version: 2023-05-01. Other available API versions: 2017-01-01, 2022-01-01.

Return

A set of Azure Batch account keys.

Parameters

argument

null


suspend fun listBatchAccountKeys(accountName: String, resourceGroupName: String): ListBatchAccountKeysResult

Return

A set of Azure Batch account keys.

See also

Parameters

accountName

The name of the Batch account.

resourceGroupName

The name of the resource group that contains the Batch account.


Return

A set of Azure Batch account keys.

See also

Parameters

argument

Builder for com.pulumi.azurenative.batch.kotlin.inputs.ListBatchAccountKeysPlainArgs.