getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Get a Pool Uses Azure REST API version 2023-10-30-preview. Other available API versions: 2023-12-13-preview, 2024-03-26-preview, 2024-04-04-preview, 2024-10-19, 2025-01-21.

Return

Concrete tracked resource types can be created by aliasing this type using a specific property type.

Parameters

argument

null


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

Return

Concrete tracked resource types can be created by aliasing this type using a specific property type.

Parameters

poolName

Name of the pool. It needs to be globally unique.

resourceGroupName

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

See also


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

Return

Concrete tracked resource types can be created by aliasing this type using a specific property type.

Parameters

argument

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

See also