listBatchAccountKeys

This operation applies only to Batch accounts created with a poolAllocationMode of 'BatchService'. If the Batch account was created with a poolAllocationMode of 'UserSubscription', clients cannot use access to keys to authenticate, and must use Azure Active Directory instead. In this case, getting the keys will fail. API Version: 2021-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.

Parameters

accountName

The name of the Batch account.

resourceGroupName

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

See also


Return

A set of Azure Batch account keys.

Parameters

argument

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

See also