get Agent Pool
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
agent Pool Name
Parameter for the name of the agent pool in the provisioned cluster
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
Parameter for the name of the provisioned cluster
See also
suspend fun getAgentPool(argument: suspend GetAgentPoolPlainArgsBuilder.() -> Unit): GetAgentPoolResult
Return
The agentPool resource definition
Parameters
argument
Builder for com.pulumi.azurenative.hybridcontainerservice.kotlin.inputs.GetAgentPoolPlainArgs.