getBatchAccount

Gets information about the specified Batch account. Uses Azure REST API version 2023-05-01. Other available API versions: 2022-01-01, 2023-11-01, 2024-02-01, 2024-07-01.

Return

Contains information about an Azure Batch account.

Parameters

argument

null


suspend fun getBatchAccount(accountName: String, resourceGroupName: String): GetBatchAccountResult

Return

Contains information about an Azure Batch account.

Parameters

accountName

The name of the Batch account.

resourceGroupName

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

See also


Return

Contains information about an Azure Batch account.

Parameters

argument

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

See also