list Batch Account Keys
suspend fun listBatchAccountKeys(argument: ListBatchAccountKeysPlainArgs): ListBatchAccountKeysResult
A set of Azure Batch account keys. 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.
See also
Parameters
account Name
The name of the Batch account.
resource Group Name
The name of the resource group that contains the Batch account.
suspend fun listBatchAccountKeys(argument: suspend ListBatchAccountKeysPlainArgsBuilder.() -> Unit): ListBatchAccountKeysResult
Return
A set of Azure Batch account keys.
See also
Parameters
argument
Builder for com.pulumi.azurenative.batch.kotlin.inputs.ListBatchAccountKeysPlainArgs.