Resize
Resize an Azure Batch pool
Resize
Resize an Azure Batch pool
yaml
type: "io.kestra.plugin.azure.batch.pool.Resize"Examples
yaml
id: azure_batch_pool_resize
namespace: company.team
tasks:
- id: resize
type: io.kestra.plugin.azure.batch.pool.Resize
poolId: "<your-pool-id>"
targetDedicatedNodes: "12"
Properties
accessKey *Requiredstring
account *Requiredstring
endpoint *Requiredstring
poolId *Requiredstring
targetDedicatedNodes integerstring
Default
0targetLowPriorityNodes integerstring
Default
0Outputs
pool
Definitions
io.kestra.plugin.azure.batch.models.Pool
idstring
targetDedicatedNodesinteger
targetLowPriorityNodesinteger