getIpamPool

Instance of Pool resource. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2024-05-01.

Return

Instance of Pool resource.

Parameters

argument

null


suspend fun getIpamPool(networkManagerName: String, poolName: String, resourceGroupName: String): GetIpamPoolResult

Return

Instance of Pool resource.

Parameters

networkManagerName

The name of the network manager.

poolName

Pool resource name.

resourceGroupName

The name of the resource group.

See also


suspend fun getIpamPool(argument: suspend GetIpamPoolPlainArgsBuilder.() -> Unit): GetIpamPoolResult

Return

Instance of Pool resource.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetIpamPoolPlainArgs.

See also