getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Capacity pool resource API Version: 2020-12-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.


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.