getAgentPool

Gets the agent pool in the Hybrid AKS provisioned cluster Uses Azure REST API version 2022-09-01-preview.

Return

The agentPool resource definition

Parameters

argument

null


suspend fun getAgentPool(agentPoolName: String, resourceGroupName: String, resourceName: String): GetAgentPoolResult

Return

The agentPool resource definition

Parameters

agentPoolName

Parameter for the name of the agent pool in the provisioned cluster

resourceGroupName

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

resourceName

Parameter for the name of the provisioned cluster

See also


Return

The agentPool resource definition

Parameters

argument

Builder for com.pulumi.azurenative.hybridcontainerservice.kotlin.inputs.GetAgentPoolPlainArgs.

See also