Data source: azurerm_batch_pool

Use this data source to access information about an existing Batch pool

Example Usage

data "azurerm_batch_pool" "example" {
  name                = "testbatchpool"
  account_name        = "testbatchaccount"
  resource_group_name = "test"
}

Attributes Reference

The following attributes are exported:


A fixed_scale block exports the following:


A auto_scale block exports the following:


A data_disks block exports the following:


A disk_encryption block exports the following:


An extensions block exports the following:


A node_placement block exports the following:


A start_task block exports the following:


A container block exports the following:


A user_identity block exports the following:


A auto_user block exports the following:


A certificate block exports the following:


A resource_file block exports the following:


A container_configuration block exports the following:


A container_registries block exports the following:


An mount exports the following:

Any property below is mutually exclusive with all other properties.


An azure_blob_file_system block exports the following:


An azure_file_share block exports the following:


A cifs_mount block exports the following:


A nfs_mount block exports the following:


A network_configuration block exports the following:


A endpoint_configuration block exports the following:


A network_security_group_rules block exports the following:


A task_scheduling_policy block exports the following:


A user_accounts block exports the following:


A linux_user_configuration block exports the following:


A windows_user_configuration block exports the following:


A windows block exports the following:

Windows operating system settings on the virtual machine. This property must not be specified if the imageReference specifies a Linux OS image.

Timeouts

The timeouts block allows you to specify timeouts for certain actions: