Package-level declarations

Types

Link copied to clipboard
class Pool : KotlinCustomResource

Concrete tracked resource types can be created by aliasing this type using a specific property type. 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.

Link copied to clipboard
data class PoolArgs(val agentProfile: Output<Either<StatefulArgs, StatelessAgentProfileArgs>>? = null, val devCenterProjectResourceId: Output<String>? = null, val fabricProfile: Output<VmssFabricProfileArgs>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val maximumConcurrency: Output<Int>? = null, val organizationProfile: Output<AzureDevOpsOrganizationProfileArgs>? = null, val poolName: Output<String>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PoolArgs>

Concrete tracked resource types can be created by aliasing this type using a specific property type. 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.

Link copied to clipboard

Builder for PoolArgs.

Link copied to clipboard
object PoolMapper : ResourceMapper<Pool>
Link copied to clipboard

Builder for Pool.

Functions

Link copied to clipboard
fun pool(name: String): Pool
suspend fun pool(name: String, block: suspend PoolResourceBuilder.() -> Unit): Pool