get Agent Pool
Gets the details of the agent pool by managed cluster and resource group. API Version: 2021-03-01.
Return
Agent Pool.
Parameters
argument
null
suspend fun getAgentPool(agentPoolName: String, resourceGroupName: String, resourceName: String): GetAgentPoolResult
Return
Agent Pool.
Parameters
agent Pool Name
The name of the agent pool.
resource Group Name
The name of the resource group.
resource Name
The name of the managed cluster resource.
See also
suspend fun getAgentPool(argument: suspend GetAgentPoolPlainArgsBuilder.() -> Unit): GetAgentPoolResult
Return
Agent Pool.
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetAgentPoolPlainArgs.