Returned result from creating a new elastic pool

interface ElasticPoolCreationResult {
    agentPool?: TaskAgentPool;
    agentQueue?: TaskAgentQueue;
    elasticPool?: ElasticPool;
}

Properties

agentPool?: TaskAgentPool

Created agent pool

agentQueue?: TaskAgentQueue

Created agent queue

elasticPool?: ElasticPool

Created elastic pool