getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Gets information about the specified pool. Azure REST API version: 2023-05-01. Other available API versions: 2020-05-01.

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.

See also

Parameters

accountName

The name of the Batch account.

poolName

The pool name. This must be unique within the account.

resourceGroupName

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


suspend fun getPool(argument: suspend GetPoolPlainArgsBuilder.() -> Unit): GetPoolResult

Return

Contains information about a pool.

See also

Parameters

argument

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