getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Get details of the specified capacity pool 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

Parameters

accountName

The name of the NetApp account

poolName

The name of the capacity pool

resourceGroupName

The name of the resource group.

See also


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

Return

Capacity pool resource

Parameters

argument

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

See also