get Agent Pool
Gets the detailed information for a given agent pool. Uses Azure REST API version 2019-06-01-preview.
Return
The agentpool that has the ARM resource and properties. The agentpool will have all information to create an agent pool.
Parameters
argument
null
suspend fun getAgentPool(agentPoolName: String, registryName: String, resourceGroupName: String): GetAgentPoolResult
Return
The agentpool that has the ARM resource and properties. The agentpool will have all information to create an agent pool.
Parameters
agent Pool Name
The name of the agent pool.
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun getAgentPool(argument: suspend GetAgentPoolPlainArgsBuilder.() -> Unit): GetAgentPoolResult
Return
The agentpool that has the ARM resource and properties. The agentpool will have all information to create an agent pool.
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.GetAgentPoolPlainArgs.