» Data Source: azurerm_batch_account

Use this data source to access information about an existing Batch Account.

» Example Usage

data "azurerm_batch_account" "test" {
  name                = "testbatchaccount"
  resource_group_name = "test"
}

output "pool_allocation_mode" {
  value = "${data.azurerm_batch_account.test.pool_allocation_mode}"
}

» Argument Reference

  • name - (Required) The name of the Batch account.

  • resource_group_name - (Required) The Name of the Resource Group where this Batch account exists.

» Attributes Reference

The following attributes are exported: