get Pool
Gets information about the specified pool. Uses Azure REST API version 2024-07-01. Other available API versions: 2023-05-01, 2023-11-01, 2024-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native batch [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Contains information about a pool.
Parameters
argument
null
suspend fun getPool(accountName: String, poolName: String, resourceGroupName: String): GetPoolResult
Return
Contains information about a pool.
Parameters
account Name
The name of the Batch account.
pool Name
The pool name. This must be unique within the account.
resource Group Name
The name of the resource group that contains the Batch account.
See also
Return
Contains information about a pool.
Parameters
argument
Builder for com.pulumi.azurenative.batch.kotlin.inputs.GetPoolPlainArgs.