getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Get a Pool Azure REST API version: 2023-10-30-preview.

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.

See also

Parameters

poolName

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

resourceGroupName

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


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.

See also

Parameters

argument

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