getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Get a Pool Uses Azure REST API version 2025-01-21. Other available API versions: 2023-10-30-preview, 2023-12-13-preview, 2024-03-26-preview, 2024-04-04-preview, 2024-10-19. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native devopsinfrastructure [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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