getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Get details of the specified capacity pool Azure REST API version: 2022-11-01. Other available API versions: 2017-08-15, 2019-07-01, 2022-11-01-preview, 2023-05-01.

Return

Capacity pool resource

Parameters

argument

null


suspend fun getPool(accountName: String, poolName: String, resourceGroupName: String): GetPoolResult

Return

Capacity pool resource

See also

Parameters

accountName

The name of the NetApp account

poolName

The name of the capacity pool

resourceGroupName

The name of the resource group. The name is case insensitive.


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

Return

Capacity pool resource

See also

Parameters

argument

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