getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Gets information about the specified pool. API Version: 2021-01-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.

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.

See also


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

Return

Contains information about a pool.

Parameters

argument

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

See also