getPool

suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Gets a machine pool API Version: 2022-09-01-preview.

Return

A pool of Virtual Machines.

Parameters

argument

null


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

Return

A pool of Virtual Machines.

Parameters

poolName

Name of the pool.

projectName

The name of the project.

resourceGroupName

Name of the resource group within the Azure subscription.

See also


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

Return

A pool of Virtual Machines.

Parameters

argument

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

See also