azure-native.batch.getPool
Explore with Pulumi AI
Gets information about the specified pool. Azure REST API version: 2023-05-01.
Other available API versions: 2023-11-01, 2024-02-01, 2024-07-01.
Using getPool
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPool(args: GetPoolArgs, opts?: InvokeOptions): Promise<GetPoolResult>
function getPoolOutput(args: GetPoolOutputArgs, opts?: InvokeOptions): Output<GetPoolResult>def get_pool(account_name: Optional[str] = None,
             pool_name: Optional[str] = None,
             resource_group_name: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetPoolResult
def get_pool_output(account_name: Optional[pulumi.Input[str]] = None,
             pool_name: Optional[pulumi.Input[str]] = None,
             resource_group_name: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetPoolResult]func LookupPool(ctx *Context, args *LookupPoolArgs, opts ...InvokeOption) (*LookupPoolResult, error)
func LookupPoolOutput(ctx *Context, args *LookupPoolOutputArgs, opts ...InvokeOption) LookupPoolResultOutput> Note: This function is named LookupPool in the Go SDK.
public static class GetPool 
{
    public static Task<GetPoolResult> InvokeAsync(GetPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetPoolResult> Invoke(GetPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPoolResult> getPool(GetPoolArgs args, InvokeOptions options)
public static Output<GetPoolResult> getPool(GetPoolArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:batch:getPool
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The name of the Batch account.
- PoolName string
- The pool name. This must be unique within the account.
- ResourceGroup stringName 
- The name of the resource group that contains the Batch account.
- AccountName string
- The name of the Batch account.
- PoolName string
- The pool name. This must be unique within the account.
- ResourceGroup stringName 
- The name of the resource group that contains the Batch account.
- accountName String
- The name of the Batch account.
- poolName String
- The pool name. This must be unique within the account.
- resourceGroup StringName 
- The name of the resource group that contains the Batch account.
- accountName string
- The name of the Batch account.
- poolName string
- The pool name. This must be unique within the account.
- resourceGroup stringName 
- The name of the resource group that contains the Batch account.
- account_name str
- The name of the Batch account.
- pool_name str
- The pool name. This must be unique within the account.
- resource_group_ strname 
- The name of the resource group that contains the Batch account.
- accountName String
- The name of the Batch account.
- poolName String
- The pool name. This must be unique within the account.
- resourceGroup StringName 
- The name of the resource group that contains the Batch account.
getPool Result
The following output properties are available:
- AllocationState string
- AllocationState stringTransition Time 
- AutoScale Pulumi.Run Azure Native. Batch. Outputs. Auto Scale Run Response 
- This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
- CreationTime string
- CurrentDedicated intNodes 
- CurrentLow intPriority Nodes 
- CurrentNode stringCommunication Mode 
- Etag string
- The ETag of the resource, used for concurrency statements.
- Id string
- The ID of the resource.
- LastModified string
- This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.
- Name string
- The name of the resource.
- ProvisioningState string
- ProvisioningState stringTransition Time 
- ResizeOperation Pulumi.Status Azure Native. Batch. Outputs. Resize Operation Status Response 
- Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
- Type string
- The type of the resource.
- ApplicationLicenses List<string>
- The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
- ApplicationPackages List<Pulumi.Azure Native. Batch. Outputs. Application Package Reference Response> 
- Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
- Certificates
List<Pulumi.Azure Native. Batch. Outputs. Certificate Reference Response> 
- For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. - Warning: This property is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead. 
- DeploymentConfiguration Pulumi.Azure Native. Batch. Outputs. Deployment Configuration Response 
- Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
- DisplayName string
- The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
- Identity
Pulumi.Azure Native. Batch. Outputs. Batch Pool Identity Response 
- The type of identity used for the Batch Pool.
- InterNode stringCommunication 
- This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
- Metadata
List<Pulumi.Azure Native. Batch. Outputs. Metadata Item Response> 
- The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
- MountConfiguration List<Pulumi.Azure Native. Batch. Outputs. Mount Configuration Response> 
- This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
- NetworkConfiguration Pulumi.Azure Native. Batch. Outputs. Network Configuration Response 
- The network configuration for a pool.
- ScaleSettings Pulumi.Azure Native. Batch. Outputs. Scale Settings Response 
- Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes.
- StartTask Pulumi.Azure Native. Batch. Outputs. Start Task Response 
- In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
- TargetNode stringCommunication Mode 
- If omitted, the default value is Default.
- TaskScheduling Pulumi.Policy Azure Native. Batch. Outputs. Task Scheduling Policy Response 
- If not specified, the default is spread.
- TaskSlots intPer Node 
- The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
- UserAccounts List<Pulumi.Azure Native. Batch. Outputs. User Account Response> 
- VmSize string
- For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch supports all Cloud Services VM sizes except ExtraSmall. For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
- AllocationState string
- AllocationState stringTransition Time 
- AutoScale AutoRun Scale Run Response 
- This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
- CreationTime string
- CurrentDedicated intNodes 
- CurrentLow intPriority Nodes 
- CurrentNode stringCommunication Mode 
- Etag string
- The ETag of the resource, used for concurrency statements.
- Id string
- The ID of the resource.
- LastModified string
- This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.
- Name string
- The name of the resource.
- ProvisioningState string
- ProvisioningState stringTransition Time 
- ResizeOperation ResizeStatus Operation Status Response 
- Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
- Type string
- The type of the resource.
- ApplicationLicenses []string
- The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
- ApplicationPackages []ApplicationPackage Reference Response 
- Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
- Certificates
[]CertificateReference Response 
- For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. - Warning: This property is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead. 
- DeploymentConfiguration DeploymentConfiguration Response 
- Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
- DisplayName string
- The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
- Identity
BatchPool Identity Response 
- The type of identity used for the Batch Pool.
- InterNode stringCommunication 
- This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
- Metadata
[]MetadataItem Response 
- The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
- MountConfiguration []MountConfiguration Response 
- This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
- NetworkConfiguration NetworkConfiguration Response 
- The network configuration for a pool.
- ScaleSettings ScaleSettings Response 
- Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes.
- StartTask StartTask Response 
- In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
- TargetNode stringCommunication Mode 
- If omitted, the default value is Default.
- TaskScheduling TaskPolicy Scheduling Policy Response 
- If not specified, the default is spread.
- TaskSlots intPer Node 
- The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
- UserAccounts []UserAccount Response 
- VmSize string
- For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch supports all Cloud Services VM sizes except ExtraSmall. For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
- allocationState String
- allocationState StringTransition Time 
- autoScale AutoRun Scale Run Response 
- This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
- creationTime String
- currentDedicated IntegerNodes 
- currentLow IntegerPriority Nodes 
- currentNode StringCommunication Mode 
- etag String
- The ETag of the resource, used for concurrency statements.
- id String
- The ID of the resource.
- lastModified String
- This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.
- name String
- The name of the resource.
- provisioningState String
- provisioningState StringTransition Time 
- resizeOperation ResizeStatus Operation Status Response 
- Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
- type String
- The type of the resource.
- applicationLicenses List<String>
- The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
- applicationPackages List<ApplicationPackage Reference Response> 
- Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
- certificates
List<CertificateReference Response> 
- For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. - Warning: This property is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead. 
- deploymentConfiguration DeploymentConfiguration Response 
- Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
- displayName String
- The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
- identity
BatchPool Identity Response 
- The type of identity used for the Batch Pool.
- interNode StringCommunication 
- This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
- metadata
List<MetadataItem Response> 
- The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
- mountConfiguration List<MountConfiguration Response> 
- This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
- networkConfiguration NetworkConfiguration Response 
- The network configuration for a pool.
- scaleSettings ScaleSettings Response 
- Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes.
- startTask StartTask Response 
- In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
- targetNode StringCommunication Mode 
- If omitted, the default value is Default.
- taskScheduling TaskPolicy Scheduling Policy Response 
- If not specified, the default is spread.
- taskSlots IntegerPer Node 
- The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
- userAccounts List<UserAccount Response> 
- vmSize String
- For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch supports all Cloud Services VM sizes except ExtraSmall. For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
- allocationState string
- allocationState stringTransition Time 
- autoScale AutoRun Scale Run Response 
- This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
- creationTime string
- currentDedicated numberNodes 
- currentLow numberPriority Nodes 
- currentNode stringCommunication Mode 
- etag string
- The ETag of the resource, used for concurrency statements.
- id string
- The ID of the resource.
- lastModified string
- This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.
- name string
- The name of the resource.
- provisioningState string
- provisioningState stringTransition Time 
- resizeOperation ResizeStatus Operation Status Response 
- Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
- type string
- The type of the resource.
- applicationLicenses string[]
- The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
- applicationPackages ApplicationPackage Reference Response[] 
- Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
- certificates
CertificateReference Response[] 
- For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. - Warning: This property is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead. 
- deploymentConfiguration DeploymentConfiguration Response 
- Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
- displayName string
- The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
- identity
BatchPool Identity Response 
- The type of identity used for the Batch Pool.
- interNode stringCommunication 
- This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
- metadata
MetadataItem Response[] 
- The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
- mountConfiguration MountConfiguration Response[] 
- This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
- networkConfiguration NetworkConfiguration Response 
- The network configuration for a pool.
- scaleSettings ScaleSettings Response 
- Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes.
- startTask StartTask Response 
- In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
- targetNode stringCommunication Mode 
- If omitted, the default value is Default.
- taskScheduling TaskPolicy Scheduling Policy Response 
- If not specified, the default is spread.
- taskSlots numberPer Node 
- The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
- userAccounts UserAccount Response[] 
- vmSize string
- For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch supports all Cloud Services VM sizes except ExtraSmall. For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
- allocation_state str
- allocation_state_ strtransition_ time 
- auto_scale_ Autorun Scale Run Response 
- This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
- creation_time str
- current_dedicated_ intnodes 
- current_low_ intpriority_ nodes 
- current_node_ strcommunication_ mode 
- etag str
- The ETag of the resource, used for concurrency statements.
- id str
- The ID of the resource.
- last_modified str
- This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.
- name str
- The name of the resource.
- provisioning_state str
- provisioning_state_ strtransition_ time 
- resize_operation_ Resizestatus Operation Status Response 
- Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
- type str
- The type of the resource.
- application_licenses Sequence[str]
- The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
- application_packages Sequence[ApplicationPackage Reference Response] 
- Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
- certificates
Sequence[CertificateReference Response] 
- For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. - Warning: This property is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead. 
- deployment_configuration DeploymentConfiguration Response 
- Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
- display_name str
- The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
- identity
BatchPool Identity Response 
- The type of identity used for the Batch Pool.
- inter_node_ strcommunication 
- This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
- metadata
Sequence[MetadataItem Response] 
- The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
- mount_configuration Sequence[MountConfiguration Response] 
- This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
- network_configuration NetworkConfiguration Response 
- The network configuration for a pool.
- scale_settings ScaleSettings Response 
- Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes.
- start_task StartTask Response 
- In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
- target_node_ strcommunication_ mode 
- If omitted, the default value is Default.
- task_scheduling_ Taskpolicy Scheduling Policy Response 
- If not specified, the default is spread.
- task_slots_ intper_ node 
- The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
- user_accounts Sequence[UserAccount Response] 
- vm_size str
- For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch supports all Cloud Services VM sizes except ExtraSmall. For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
- allocationState String
- allocationState StringTransition Time 
- autoScale Property MapRun 
- This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
- creationTime String
- currentDedicated NumberNodes 
- currentLow NumberPriority Nodes 
- currentNode StringCommunication Mode 
- etag String
- The ETag of the resource, used for concurrency statements.
- id String
- The ID of the resource.
- lastModified String
- This is the last time at which the pool level data, such as the targetDedicatedNodes or autoScaleSettings, changed. It does not factor in node-level changes such as a compute node changing state.
- name String
- The name of the resource.
- provisioningState String
- provisioningState StringTransition Time 
- resizeOperation Property MapStatus 
- Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
- type String
- The type of the resource.
- applicationLicenses List<String>
- The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
- applicationPackages List<Property Map>
- Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
- certificates List<Property Map>
- For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory. - Warning: This property is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead. 
- deploymentConfiguration Property Map
- Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
- displayName String
- The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.
- identity Property Map
- The type of identity used for the Batch Pool.
- interNode StringCommunication 
- This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
- metadata List<Property Map>
- The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
- mountConfiguration List<Property Map>
- This supports Azure Files, NFS, CIFS/SMB, and Blobfuse.
- networkConfiguration Property Map
- The network configuration for a pool.
- scaleSettings Property Map
- Defines the desired size of the pool. This can either be 'fixedScale' where the requested targetDedicatedNodes is specified, or 'autoScale' which defines a formula which is periodically reevaluated. If this property is not specified, the pool will have a fixed scale with 0 targetDedicatedNodes.
- startTask Property Map
- In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
- targetNode StringCommunication Mode 
- If omitted, the default value is Default.
- taskScheduling Property MapPolicy 
- If not specified, the default is spread.
- taskSlots NumberPer Node 
- The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
- userAccounts List<Property Map>
- vmSize String
- For information about available sizes of virtual machines for Cloud Services pools (pools created with cloudServiceConfiguration), see Sizes for Cloud Services (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). Batch supports all Cloud Services VM sizes except ExtraSmall. For information about available VM sizes for pools using images from the Virtual Machines Marketplace (pools created with virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
Supporting Types
ApplicationPackageReferenceResponse   
AutoScaleRunErrorResponse    
- Code string
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- Message string
- A message describing the error, intended to be suitable for display in a user interface.
- Details
List<Pulumi.Azure Native. Batch. Inputs. Auto Scale Run Error Response> 
- Code string
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- Message string
- A message describing the error, intended to be suitable for display in a user interface.
- Details
[]AutoScale Run Error Response 
- code String
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message String
- A message describing the error, intended to be suitable for display in a user interface.
- details
List<AutoScale Run Error Response> 
- code string
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message string
- A message describing the error, intended to be suitable for display in a user interface.
- details
AutoScale Run Error Response[] 
- code str
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message str
- A message describing the error, intended to be suitable for display in a user interface.
- details
Sequence[AutoScale Run Error Response] 
- code String
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message String
- A message describing the error, intended to be suitable for display in a user interface.
- details List<Property Map>
AutoScaleRunResponse   
- EvaluationTime string
- Error
Pulumi.Azure Native. Batch. Inputs. Auto Scale Run Error Response 
- Results string
- Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
- EvaluationTime string
- Error
AutoScale Run Error Response 
- Results string
- Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
- evaluationTime String
- error
AutoScale Run Error Response 
- results String
- Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
- evaluationTime string
- error
AutoScale Run Error Response 
- results string
- Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
- evaluation_time str
- error
AutoScale Run Error Response 
- results str
- Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
- evaluationTime String
- error Property Map
- results String
- Each variable value is returned in the form $variable=value, and variables are separated by semicolons.
AutoScaleSettingsResponse   
- Formula string
- EvaluationInterval string
- If omitted, the default value is 15 minutes (PT15M).
- Formula string
- EvaluationInterval string
- If omitted, the default value is 15 minutes (PT15M).
- formula String
- evaluationInterval String
- If omitted, the default value is 15 minutes (PT15M).
- formula string
- evaluationInterval string
- If omitted, the default value is 15 minutes (PT15M).
- formula str
- evaluation_interval str
- If omitted, the default value is 15 minutes (PT15M).
- formula String
- evaluationInterval String
- If omitted, the default value is 15 minutes (PT15M).
AutoUserSpecificationResponse   
- ElevationLevel string
- The default value is nonAdmin.
- Scope string
- The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks.
- ElevationLevel string
- The default value is nonAdmin.
- Scope string
- The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks.
- elevationLevel String
- The default value is nonAdmin.
- scope String
- The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks.
- elevationLevel string
- The default value is nonAdmin.
- scope string
- The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks.
- elevation_level str
- The default value is nonAdmin.
- scope str
- The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks.
- elevationLevel String
- The default value is nonAdmin.
- scope String
- The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks.
AzureBlobFileSystemConfigurationResponse     
- AccountName string
- ContainerName string
- RelativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- AccountKey string
- This property is mutually exclusive with both sasKey and identity; exactly one must be specified.
- BlobfuseOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- IdentityReference Pulumi.Azure Native. Batch. Inputs. Compute Node Identity Reference Response 
- This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
- SasKey string
- This property is mutually exclusive with both accountKey and identity; exactly one must be specified.
- AccountName string
- ContainerName string
- RelativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- AccountKey string
- This property is mutually exclusive with both sasKey and identity; exactly one must be specified.
- BlobfuseOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- IdentityReference ComputeNode Identity Reference Response 
- This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
- SasKey string
- This property is mutually exclusive with both accountKey and identity; exactly one must be specified.
- accountName String
- containerName String
- relativeMount StringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- accountKey String
- This property is mutually exclusive with both sasKey and identity; exactly one must be specified.
- blobfuseOptions String
- These are 'net use' options in Windows and 'mount' options in Linux.
- identityReference ComputeNode Identity Reference Response 
- This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
- sasKey String
- This property is mutually exclusive with both accountKey and identity; exactly one must be specified.
- accountName string
- containerName string
- relativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- accountKey string
- This property is mutually exclusive with both sasKey and identity; exactly one must be specified.
- blobfuseOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- identityReference ComputeNode Identity Reference Response 
- This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
- sasKey string
- This property is mutually exclusive with both accountKey and identity; exactly one must be specified.
- account_name str
- container_name str
- relative_mount_ strpath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- account_key str
- This property is mutually exclusive with both sasKey and identity; exactly one must be specified.
- blobfuse_options str
- These are 'net use' options in Windows and 'mount' options in Linux.
- identity_reference ComputeNode Identity Reference Response 
- This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
- sas_key str
- This property is mutually exclusive with both accountKey and identity; exactly one must be specified.
- accountName String
- containerName String
- relativeMount StringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- accountKey String
- This property is mutually exclusive with both sasKey and identity; exactly one must be specified.
- blobfuseOptions String
- These are 'net use' options in Windows and 'mount' options in Linux.
- identityReference Property Map
- This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
- sasKey String
- This property is mutually exclusive with both accountKey and identity; exactly one must be specified.
AzureFileShareConfigurationResponse    
- AccountKey string
- AccountName string
- AzureFile stringUrl 
- This is of the form 'https://{account}.file.core.windows.net/'.
- RelativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- MountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- AccountKey string
- AccountName string
- AzureFile stringUrl 
- This is of the form 'https://{account}.file.core.windows.net/'.
- RelativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- MountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- accountKey String
- accountName String
- azureFile StringUrl 
- This is of the form 'https://{account}.file.core.windows.net/'.
- relativeMount StringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- mountOptions String
- These are 'net use' options in Windows and 'mount' options in Linux.
- accountKey string
- accountName string
- azureFile stringUrl 
- This is of the form 'https://{account}.file.core.windows.net/'.
- relativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- mountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- account_key str
- account_name str
- azure_file_ strurl 
- This is of the form 'https://{account}.file.core.windows.net/'.
- relative_mount_ strpath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- mount_options str
- These are 'net use' options in Windows and 'mount' options in Linux.
- accountKey String
- accountName String
- azureFile StringUrl 
- This is of the form 'https://{account}.file.core.windows.net/'.
- relativeMount StringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- mountOptions String
- These are 'net use' options in Windows and 'mount' options in Linux.
BatchPoolIdentityResponse   
- Type string
- The type of identity used for the Batch Pool.
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Batch. Inputs. User Assigned Identities Response> 
- The list of user identities associated with the Batch pool.
- Type string
- The type of identity used for the Batch Pool.
- UserAssigned map[string]UserIdentities Assigned Identities Response 
- The list of user identities associated with the Batch pool.
- type String
- The type of identity used for the Batch Pool.
- userAssigned Map<String,UserIdentities Assigned Identities Response> 
- The list of user identities associated with the Batch pool.
- type string
- The type of identity used for the Batch Pool.
- userAssigned {[key: string]: UserIdentities Assigned Identities Response} 
- The list of user identities associated with the Batch pool.
- type str
- The type of identity used for the Batch Pool.
- user_assigned_ Mapping[str, Useridentities Assigned Identities Response] 
- The list of user identities associated with the Batch pool.
- type String
- The type of identity used for the Batch Pool.
- userAssigned Map<Property Map>Identities 
- The list of user identities associated with the Batch pool.
CIFSMountConfigurationResponse  
- Password string
- RelativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- Source string
- UserName string
- MountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- Password string
- RelativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- Source string
- UserName string
- MountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- password String
- relativeMount StringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- source String
- userName String
- mountOptions String
- These are 'net use' options in Windows and 'mount' options in Linux.
- password string
- relativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- source string
- userName string
- mountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- password str
- relative_mount_ strpath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- source str
- user_name str
- mount_options str
- These are 'net use' options in Windows and 'mount' options in Linux.
- password String
- relativeMount StringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- source String
- userName String
- mountOptions String
- These are 'net use' options in Windows and 'mount' options in Linux.
CertificateReferenceResponse  
- Id string
- StoreLocation string
- The default value is currentUser. This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.
- StoreName string
- This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The default value is My.
- Visibility List<string>
- Id string
- StoreLocation string
- The default value is currentUser. This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.
- StoreName string
- This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The default value is My.
- Visibility []string
- id String
- storeLocation String
- The default value is currentUser. This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.
- storeName String
- This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The default value is My.
- visibility List<String>
- id string
- storeLocation string
- The default value is currentUser. This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.
- storeName string
- This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The default value is My.
- visibility string[]
- id str
- store_location str
- The default value is currentUser. This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.
- store_name str
- This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The default value is My.
- visibility Sequence[str]
- id String
- storeLocation String
- The default value is currentUser. This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.
- storeName String
- This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). Common store names include: My, Root, CA, Trust, Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also be used. The default value is My.
- visibility List<String>
CloudServiceConfigurationResponse   
- OsFamily string
- Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).
- OsVersion string
- The default value is * which specifies the latest operating system version for the specified OS family.
- OsFamily string
- Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).
- OsVersion string
- The default value is * which specifies the latest operating system version for the specified OS family.
- osFamily String
- Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).
- osVersion String
- The default value is * which specifies the latest operating system version for the specified OS family.
- osFamily string
- Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).
- osVersion string
- The default value is * which specifies the latest operating system version for the specified OS family.
- os_family str
- Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).
- os_version str
- The default value is * which specifies the latest operating system version for the specified OS family.
- osFamily String
- Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. For more information, see Azure Guest OS Releases (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases).
- osVersion String
- The default value is * which specifies the latest operating system version for the specified OS family.
ComputeNodeIdentityReferenceResponse    
- ResourceId string
- The ARM resource id of the user assigned identity.
- ResourceId string
- The ARM resource id of the user assigned identity.
- resourceId String
- The ARM resource id of the user assigned identity.
- resourceId string
- The ARM resource id of the user assigned identity.
- resource_id str
- The ARM resource id of the user assigned identity.
- resourceId String
- The ARM resource id of the user assigned identity.
ContainerConfigurationResponse  
- Type string
- ContainerImage List<string>Names 
- This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.
- ContainerRegistries List<Pulumi.Azure Native. Batch. Inputs. Container Registry Response> 
- If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
- Type string
- ContainerImage []stringNames 
- This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.
- ContainerRegistries []ContainerRegistry Response 
- If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
- type String
- containerImage List<String>Names 
- This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.
- containerRegistries List<ContainerRegistry Response> 
- If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
- type string
- containerImage string[]Names 
- This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.
- containerRegistries ContainerRegistry Response[] 
- If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
- type str
- container_image_ Sequence[str]names 
- This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.
- container_registries Sequence[ContainerRegistry Response] 
- If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
- type String
- containerImage List<String>Names 
- This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.
- containerRegistries List<Property Map>
- If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
ContainerRegistryResponse  
- IdentityReference Pulumi.Azure Native. Batch. Inputs. Compute Node Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- Password string
- RegistryServer string
- If omitted, the default is "docker.io".
- UserName string
- IdentityReference ComputeNode Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- Password string
- RegistryServer string
- If omitted, the default is "docker.io".
- UserName string
- identityReference ComputeNode Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- password String
- registryServer String
- If omitted, the default is "docker.io".
- userName String
- identityReference ComputeNode Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- password string
- registryServer string
- If omitted, the default is "docker.io".
- userName string
- identity_reference ComputeNode Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- password str
- registry_server str
- If omitted, the default is "docker.io".
- user_name str
- identityReference Property Map
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- password String
- registryServer String
- If omitted, the default is "docker.io".
- userName String
DataDiskResponse  
- DiskSize intGB 
- Lun int
- The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. The value must be between 0 and 63, inclusive.
- Caching string
- Values are: - none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write. - The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. 
- StorageAccount stringType 
- If omitted, the default is "Standard_LRS". Values are: - Standard_LRS - The data disk should use standard locally redundant storage. Premium_LRS - The data disk should use premium locally redundant storage. 
- DiskSize intGB 
- Lun int
- The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. The value must be between 0 and 63, inclusive.
- Caching string
- Values are: - none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write. - The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. 
- StorageAccount stringType 
- If omitted, the default is "Standard_LRS". Values are: - Standard_LRS - The data disk should use standard locally redundant storage. Premium_LRS - The data disk should use premium locally redundant storage. 
- diskSize IntegerGB 
- lun Integer
- The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. The value must be between 0 and 63, inclusive.
- caching String
- Values are: - none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write. - The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. 
- storageAccount StringType 
- If omitted, the default is "Standard_LRS". Values are: - Standard_LRS - The data disk should use standard locally redundant storage. Premium_LRS - The data disk should use premium locally redundant storage. 
- diskSize numberGB 
- lun number
- The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. The value must be between 0 and 63, inclusive.
- caching string
- Values are: - none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write. - The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. 
- storageAccount stringType 
- If omitted, the default is "Standard_LRS". Values are: - Standard_LRS - The data disk should use standard locally redundant storage. Premium_LRS - The data disk should use premium locally redundant storage. 
- disk_size_ intgb 
- lun int
- The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. The value must be between 0 and 63, inclusive.
- caching str
- Values are: - none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write. - The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. 
- storage_account_ strtype 
- If omitted, the default is "Standard_LRS". Values are: - Standard_LRS - The data disk should use standard locally redundant storage. Premium_LRS - The data disk should use premium locally redundant storage. 
- diskSize NumberGB 
- lun Number
- The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. The value must be between 0 and 63, inclusive.
- caching String
- Values are: - none - The caching mode for the disk is not enabled. readOnly - The caching mode for the disk is read only. readWrite - The caching mode for the disk is read and write. - The default value for caching is none. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. 
- storageAccount StringType 
- If omitted, the default is "Standard_LRS". Values are: - Standard_LRS - The data disk should use standard locally redundant storage. Premium_LRS - The data disk should use premium locally redundant storage. 
DeploymentConfigurationResponse  
- CloudService Pulumi.Configuration Azure Native. Batch. Inputs. Cloud Service Configuration Response 
- This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.
- VirtualMachine Pulumi.Configuration Azure Native. Batch. Inputs. Virtual Machine Configuration Response 
- This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
- CloudService CloudConfiguration Service Configuration Response 
- This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.
- VirtualMachine VirtualConfiguration Machine Configuration Response 
- This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
- cloudService CloudConfiguration Service Configuration Response 
- This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.
- virtualMachine VirtualConfiguration Machine Configuration Response 
- This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
- cloudService CloudConfiguration Service Configuration Response 
- This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.
- virtualMachine VirtualConfiguration Machine Configuration Response 
- This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
- cloud_service_ Cloudconfiguration Service Configuration Response 
- This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.
- virtual_machine_ Virtualconfiguration Machine Configuration Response 
- This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
- cloudService Property MapConfiguration 
- This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.
- virtualMachine Property MapConfiguration 
- This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
DiffDiskSettingsResponse   
- Placement string
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
- Placement string
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
- placement String
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
- placement string
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
- placement str
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
- placement String
- This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.
DiskEncryptionConfigurationResponse   
- Targets List<string>
- On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
- Targets []string
- On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
- targets List<String>
- On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
- targets string[]
- On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
- targets Sequence[str]
- On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
- targets List<String>
- On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
EnvironmentSettingResponse  
FixedScaleSettingsResponse   
- ResizeTimeout string
- The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- TargetDedicated intNodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- TargetLow intPriority Nodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- ResizeTimeout string
- The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- TargetDedicated intNodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- TargetLow intPriority Nodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- resizeTimeout String
- The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- targetDedicated IntegerNodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- targetLow IntegerPriority Nodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- resizeTimeout string
- The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- targetDedicated numberNodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- targetLow numberPriority Nodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- resize_timeout str
- The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- target_dedicated_ intnodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- target_low_ intpriority_ nodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- resizeTimeout String
- The default value is 15 minutes. Timeout values use ISO 8601 format. For example, use PT10M for 10 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service rejects the request with an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- targetDedicated NumberNodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
- targetLow NumberPriority Nodes 
- At least one of targetDedicatedNodes, targetLowPriorityNodes must be set.
ImageReferenceResponse  
- Id string
- This property is mutually exclusive with other properties. The Shared Image Gallery image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
- Offer string
- For example, UbuntuServer or WindowsServer.
- Publisher string
- For example, Canonical or MicrosoftWindowsServer.
- Sku string
- For example, 18.04-LTS or 2022-datacenter.
- Version string
- A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
- Id string
- This property is mutually exclusive with other properties. The Shared Image Gallery image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
- Offer string
- For example, UbuntuServer or WindowsServer.
- Publisher string
- For example, Canonical or MicrosoftWindowsServer.
- Sku string
- For example, 18.04-LTS or 2022-datacenter.
- Version string
- A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
- id String
- This property is mutually exclusive with other properties. The Shared Image Gallery image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
- offer String
- For example, UbuntuServer or WindowsServer.
- publisher String
- For example, Canonical or MicrosoftWindowsServer.
- sku String
- For example, 18.04-LTS or 2022-datacenter.
- version String
- A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
- id string
- This property is mutually exclusive with other properties. The Shared Image Gallery image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
- offer string
- For example, UbuntuServer or WindowsServer.
- publisher string
- For example, Canonical or MicrosoftWindowsServer.
- sku string
- For example, 18.04-LTS or 2022-datacenter.
- version string
- A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
- id str
- This property is mutually exclusive with other properties. The Shared Image Gallery image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
- offer str
- For example, UbuntuServer or WindowsServer.
- publisher str
- For example, Canonical or MicrosoftWindowsServer.
- sku str
- For example, 18.04-LTS or 2022-datacenter.
- version str
- A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
- id String
- This property is mutually exclusive with other properties. The Shared Image Gallery image must have replicas in the same region as the Azure Batch account. For information about the firewall settings for the Batch node agent to communicate with the Batch service see https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
- offer String
- For example, UbuntuServer or WindowsServer.
- publisher String
- For example, Canonical or MicrosoftWindowsServer.
- sku String
- For example, 18.04-LTS or 2022-datacenter.
- version String
- A value of 'latest' can be specified to select the latest version of an image. If omitted, the default is 'latest'.
InboundNatPoolResponse   
- BackendPort int
- This must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400.
- FrontendPort intRange End 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- FrontendPort intRange Start 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- Name string
- The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400.
- Protocol string
- NetworkSecurity List<Pulumi.Group Rules Azure Native. Batch. Inputs. Network Security Group Rule Response> 
- The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.
- BackendPort int
- This must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400.
- FrontendPort intRange End 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- FrontendPort intRange Start 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- Name string
- The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400.
- Protocol string
- NetworkSecurity []NetworkGroup Rules Security Group Rule Response 
- The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.
- backendPort Integer
- This must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400.
- frontendPort IntegerRange End 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- frontendPort IntegerRange Start 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- name String
- The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400.
- protocol String
- networkSecurity List<NetworkGroup Rules Security Group Rule Response> 
- The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.
- backendPort number
- This must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400.
- frontendPort numberRange End 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- frontendPort numberRange Start 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- name string
- The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400.
- protocol string
- networkSecurity NetworkGroup Rules Security Group Rule Response[] 
- The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.
- backend_port int
- This must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400.
- frontend_port_ intrange_ end 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- frontend_port_ intrange_ start 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- name str
- The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400.
- protocol str
- network_security_ Sequence[Networkgroup_ rules Security Group Rule Response] 
- The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.
- backendPort Number
- This must be unique within a Batch pool. Acceptable values are between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If any reserved values are provided the request fails with HTTP status code 400.
- frontendPort NumberRange End 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- frontendPort NumberRange Start 
- Acceptable values range between 1 and 65534 except ports from 50000 to 55000 which are reserved. All ranges within a pool must be distinct and cannot overlap. If any reserved or overlapping values are provided the request fails with HTTP status code 400.
- name String
- The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. If any invalid values are provided the request fails with HTTP status code 400.
- protocol String
- networkSecurity List<Property Map>Group Rules 
- The maximum number of rules that can be specified across all the endpoints on a Batch pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.
LinuxUserConfigurationResponse   
- Gid int
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid.
- SshPrivate stringKey 
- The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done).
- Uid int
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid.
- Gid int
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid.
- SshPrivate stringKey 
- The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done).
- Uid int
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid.
- gid Integer
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid.
- sshPrivate StringKey 
- The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done).
- uid Integer
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid.
- gid number
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid.
- sshPrivate stringKey 
- The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done).
- uid number
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid.
- gid int
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid.
- ssh_private_ strkey 
- The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done).
- uid int
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid.
- gid Number
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the gid.
- sshPrivate StringKey 
- The private key must not be password protected. The private key is used to automatically configure asymmetric-key based authentication for SSH between nodes in a Linux pool when the pool's enableInterNodeCommunication property is true (it is ignored if enableInterNodeCommunication is false). It does this by placing the key pair into the user's .ssh directory. If not specified, password-less SSH is not configured between nodes (no modification of the user's .ssh directory is done).
- uid Number
- The uid and gid properties must be specified together or not at all. If not specified the underlying operating system picks the uid.
MetadataItemResponse  
MountConfigurationResponse  
- AzureBlob Pulumi.File System Configuration Azure Native. Batch. Inputs. Azure Blob File System Configuration Response 
- This property is mutually exclusive with all other properties.
- 
Pulumi.Azure Native. Batch. Inputs. Azure File Share Configuration Response 
- This property is mutually exclusive with all other properties.
- CifsMount Pulumi.Configuration Azure Native. Batch. Inputs. CIFSMount Configuration Response 
- This property is mutually exclusive with all other properties.
- NfsMount Pulumi.Configuration Azure Native. Batch. Inputs. NFSMount Configuration Response 
- This property is mutually exclusive with all other properties.
- AzureBlob AzureFile System Configuration Blob File System Configuration Response 
- This property is mutually exclusive with all other properties.
- 
AzureFile Share Configuration Response 
- This property is mutually exclusive with all other properties.
- CifsMount CIFSMountConfiguration Configuration Response 
- This property is mutually exclusive with all other properties.
- NfsMount NFSMountConfiguration Configuration Response 
- This property is mutually exclusive with all other properties.
- azureBlob AzureFile System Configuration Blob File System Configuration Response 
- This property is mutually exclusive with all other properties.
- 
AzureFile Share Configuration Response 
- This property is mutually exclusive with all other properties.
- cifsMount CIFSMountConfiguration Configuration Response 
- This property is mutually exclusive with all other properties.
- nfsMount NFSMountConfiguration Configuration Response 
- This property is mutually exclusive with all other properties.
- azureBlob AzureFile System Configuration Blob File System Configuration Response 
- This property is mutually exclusive with all other properties.
- 
AzureFile Share Configuration Response 
- This property is mutually exclusive with all other properties.
- cifsMount CIFSMountConfiguration Configuration Response 
- This property is mutually exclusive with all other properties.
- nfsMount NFSMountConfiguration Configuration Response 
- This property is mutually exclusive with all other properties.
- azure_blob_ Azurefile_ system_ configuration Blob File System Configuration Response 
- This property is mutually exclusive with all other properties.
- 
AzureFile Share Configuration Response 
- This property is mutually exclusive with all other properties.
- cifs_mount_ CIFSMountconfiguration Configuration Response 
- This property is mutually exclusive with all other properties.
- nfs_mount_ NFSMountconfiguration Configuration Response 
- This property is mutually exclusive with all other properties.
- azureBlob Property MapFile System Configuration 
- This property is mutually exclusive with all other properties.
- Property Map
- This property is mutually exclusive with all other properties.
- cifsMount Property MapConfiguration 
- This property is mutually exclusive with all other properties.
- nfsMount Property MapConfiguration 
- This property is mutually exclusive with all other properties.
NFSMountConfigurationResponse  
- RelativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- Source string
- MountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- RelativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- Source string
- MountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- relativeMount StringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- source String
- mountOptions String
- These are 'net use' options in Windows and 'mount' options in Linux.
- relativeMount stringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- source string
- mountOptions string
- These are 'net use' options in Windows and 'mount' options in Linux.
- relative_mount_ strpath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- source str
- mount_options str
- These are 'net use' options in Windows and 'mount' options in Linux.
- relativeMount StringPath 
- All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
- source String
- mountOptions String
- These are 'net use' options in Windows and 'mount' options in Linux.
NetworkConfigurationResponse  
- DynamicVnet stringAssignment Scope 
- EnableAccelerated boolNetworking 
- Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
- EndpointConfiguration Pulumi.Azure Native. Batch. Inputs. Pool Endpoint Configuration Response 
- Pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.
- PublicIPAddress Pulumi.Configuration Azure Native. Batch. Inputs. Public IPAddress Configuration Response 
- This property is only supported on Pools with the virtualMachineConfiguration property.
- SubnetId string
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication. For pools created with a virtual machine configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. For pools created with a cloud service configuration, enable ports 10100, 20100, and 30100. Also enable outbound connections to Azure Storage on port 443. For cloudServiceConfiguration pools, only 'classic' VNETs are supported. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
- DynamicVnet stringAssignment Scope 
- EnableAccelerated boolNetworking 
- Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
- EndpointConfiguration PoolEndpoint Configuration Response 
- Pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.
- PublicIPAddress PublicConfiguration IPAddress Configuration Response 
- This property is only supported on Pools with the virtualMachineConfiguration property.
- SubnetId string
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication. For pools created with a virtual machine configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. For pools created with a cloud service configuration, enable ports 10100, 20100, and 30100. Also enable outbound connections to Azure Storage on port 443. For cloudServiceConfiguration pools, only 'classic' VNETs are supported. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
- dynamicVnet StringAssignment Scope 
- enableAccelerated BooleanNetworking 
- Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
- endpointConfiguration PoolEndpoint Configuration Response 
- Pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.
- publicIPAddress PublicConfiguration IPAddress Configuration Response 
- This property is only supported on Pools with the virtualMachineConfiguration property.
- subnetId String
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication. For pools created with a virtual machine configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. For pools created with a cloud service configuration, enable ports 10100, 20100, and 30100. Also enable outbound connections to Azure Storage on port 443. For cloudServiceConfiguration pools, only 'classic' VNETs are supported. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
- dynamicVnet stringAssignment Scope 
- enableAccelerated booleanNetworking 
- Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
- endpointConfiguration PoolEndpoint Configuration Response 
- Pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.
- publicIPAddress PublicConfiguration IPAddress Configuration Response 
- This property is only supported on Pools with the virtualMachineConfiguration property.
- subnetId string
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication. For pools created with a virtual machine configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. For pools created with a cloud service configuration, enable ports 10100, 20100, and 30100. Also enable outbound connections to Azure Storage on port 443. For cloudServiceConfiguration pools, only 'classic' VNETs are supported. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
- dynamic_vnet_ strassignment_ scope 
- enable_accelerated_ boolnetworking 
- Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
- endpoint_configuration PoolEndpoint Configuration Response 
- Pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.
- public_ip_ Publicaddress_ configuration IPAddress Configuration Response 
- This property is only supported on Pools with the virtualMachineConfiguration property.
- subnet_id str
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication. For pools created with a virtual machine configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. For pools created with a cloud service configuration, enable ports 10100, 20100, and 30100. Also enable outbound connections to Azure Storage on port 443. For cloudServiceConfiguration pools, only 'classic' VNETs are supported. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
- dynamicVnet StringAssignment Scope 
- enableAccelerated BooleanNetworking 
- Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, which may lead to improved networking performance. For more details, see: https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview.
- endpointConfiguration Property Map
- Pool endpoint configuration is only supported on pools with the virtualMachineConfiguration property.
- publicIPAddress Property MapConfiguration 
- This property is only supported on Pools with the virtualMachineConfiguration property.
- subnetId String
- The virtual network must be in the same region and subscription as the Azure Batch account. The specified subnet should have enough free IP addresses to accommodate the number of nodes in the pool. If the subnet doesn't have enough free IP addresses, the pool will partially allocate compute nodes and a resize error will occur. The 'MicrosoftAzureBatch' service principal must have the 'Classic Virtual Machine Contributor' Role-Based Access Control (RBAC) role for the specified VNet. The specified subnet must allow communication from the Azure Batch service to be able to schedule tasks on the compute nodes. This can be verified by checking if the specified VNet has any associated Network Security Groups (NSG). If communication to the compute nodes in the specified subnet is denied by an NSG, then the Batch service will set the state of the compute nodes to unusable. If the specified VNet has any associated Network Security Groups (NSG), then a few reserved system ports must be enabled for inbound communication. For pools created with a virtual machine configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. For pools created with a cloud service configuration, enable ports 10100, 20100, and 30100. Also enable outbound connections to Azure Storage on port 443. For cloudServiceConfiguration pools, only 'classic' VNETs are supported. For more details see: https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration
NetworkSecurityGroupRuleResponse    
- Access string
- Priority int
- Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096. If any reserved or duplicate values are provided the request fails with HTTP status code 400.
- SourceAddress stringPrefix 
- Valid values are a single IP address (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses). If any other values are provided the request fails with HTTP status code 400.
- SourcePort List<string>Ranges 
- Valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *.
- Access string
- Priority int
- Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096. If any reserved or duplicate values are provided the request fails with HTTP status code 400.
- SourceAddress stringPrefix 
- Valid values are a single IP address (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses). If any other values are provided the request fails with HTTP status code 400.
- SourcePort []stringRanges 
- Valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *.
- access String
- priority Integer
- Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096. If any reserved or duplicate values are provided the request fails with HTTP status code 400.
- sourceAddress StringPrefix 
- Valid values are a single IP address (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses). If any other values are provided the request fails with HTTP status code 400.
- sourcePort List<String>Ranges 
- Valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *.
- access string
- priority number
- Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096. If any reserved or duplicate values are provided the request fails with HTTP status code 400.
- sourceAddress stringPrefix 
- Valid values are a single IP address (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses). If any other values are provided the request fails with HTTP status code 400.
- sourcePort string[]Ranges 
- Valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *.
- access str
- priority int
- Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096. If any reserved or duplicate values are provided the request fails with HTTP status code 400.
- source_address_ strprefix 
- Valid values are a single IP address (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses). If any other values are provided the request fails with HTTP status code 400.
- source_port_ Sequence[str]ranges 
- Valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *.
- access String
- priority Number
- Priorities within a pool must be unique and are evaluated in order of priority. The lower the number the higher the priority. For example, rules could be specified with order numbers of 150, 250, and 350. The rule with the order number of 150 takes precedence over the rule that has an order of 250. Allowed priorities are 150 to 4096. If any reserved or duplicate values are provided the request fails with HTTP status code 400.
- sourceAddress StringPrefix 
- Valid values are a single IP address (i.e. 10.10.10.10), IP subnet (i.e. 192.168.1.0/24), default tag, or * (for all addresses). If any other values are provided the request fails with HTTP status code 400.
- sourcePort List<String>Ranges 
- Valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *.
NodePlacementConfigurationResponse   
- Policy string
- Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy.
- Policy string
- Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy.
- policy String
- Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy.
- policy string
- Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy.
- policy str
- Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy.
- policy String
- Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy.
OSDiskResponse 
PoolEndpointConfigurationResponse   
- InboundNat List<Pulumi.Pools Azure Native. Batch. Inputs. Inbound Nat Pool Response> 
- The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.
- InboundNat []InboundPools Nat Pool Response 
- The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.
- inboundNat List<InboundPools Nat Pool Response> 
- The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.
- inboundNat InboundPools Nat Pool Response[] 
- The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.
- inbound_nat_ Sequence[Inboundpools Nat Pool Response] 
- The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.
- inboundNat List<Property Map>Pools 
- The maximum number of inbound NAT pools per Batch pool is 5. If the maximum number of inbound NAT pools is exceeded the request fails with HTTP status code 400. This cannot be specified if the IPAddressProvisioningType is NoPublicIPAddresses.
PublicIPAddressConfigurationResponse   
- IpAddress List<string>Ids 
- The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.
- Provision string
- The default value is BatchManaged
- IpAddress []stringIds 
- The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.
- Provision string
- The default value is BatchManaged
- ipAddress List<String>Ids 
- The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.
- provision String
- The default value is BatchManaged
- ipAddress string[]Ids 
- The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.
- provision string
- The default value is BatchManaged
- ip_address_ Sequence[str]ids 
- The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.
- provision str
- The default value is BatchManaged
- ipAddress List<String>Ids 
- The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.
- provision String
- The default value is BatchManaged
ResizeErrorResponse  
- Code string
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- Message string
- A message describing the error, intended to be suitable for display in a user interface.
- Details
List<Pulumi.Azure Native. Batch. Inputs. Resize Error Response> 
- Code string
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- Message string
- A message describing the error, intended to be suitable for display in a user interface.
- Details
[]ResizeError Response 
- code String
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message String
- A message describing the error, intended to be suitable for display in a user interface.
- details
List<ResizeError Response> 
- code string
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message string
- A message describing the error, intended to be suitable for display in a user interface.
- details
ResizeError Response[] 
- code str
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message str
- A message describing the error, intended to be suitable for display in a user interface.
- details
Sequence[ResizeError Response] 
- code String
- An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
- message String
- A message describing the error, intended to be suitable for display in a user interface.
- details List<Property Map>
ResizeOperationStatusResponse   
- Errors
List<Pulumi.Azure Native. Batch. Inputs. Resize Error Response> 
- This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
- NodeDeallocation stringOption 
- The default value is requeue.
- ResizeTimeout string
- The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- StartTime string
- TargetDedicated intNodes 
- TargetLow intPriority Nodes 
- Errors
[]ResizeError Response 
- This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
- NodeDeallocation stringOption 
- The default value is requeue.
- ResizeTimeout string
- The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- StartTime string
- TargetDedicated intNodes 
- TargetLow intPriority Nodes 
- errors
List<ResizeError Response> 
- This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
- nodeDeallocation StringOption 
- The default value is requeue.
- resizeTimeout String
- The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- startTime String
- targetDedicated IntegerNodes 
- targetLow IntegerPriority Nodes 
- errors
ResizeError Response[] 
- This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
- nodeDeallocation stringOption 
- The default value is requeue.
- resizeTimeout string
- The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- startTime string
- targetDedicated numberNodes 
- targetLow numberPriority Nodes 
- errors
Sequence[ResizeError Response] 
- This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
- node_deallocation_ stroption 
- The default value is requeue.
- resize_timeout str
- The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- start_time str
- target_dedicated_ intnodes 
- target_low_ intpriority_ nodes 
- errors List<Property Map>
- This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.
- nodeDeallocation StringOption 
- The default value is requeue.
- resizeTimeout String
- The default value is 15 minutes. The minimum value is 5 minutes. If you specify a value less than 5 minutes, the Batch service returns an error; if you are calling the REST API directly, the HTTP status code is 400 (Bad Request).
- startTime String
- targetDedicated NumberNodes 
- targetLow NumberPriority Nodes 
ResourceFileResponse  
- AutoStorage stringContainer Name 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
- BlobPrefix string
- The property is valid only when autoStorageContainerName or storageContainerUrl is used. This prefix can be a partial filename or a subdirectory. If a prefix is not specified, all the files in the container will be downloaded.
- FileMode string
- This property applies only to files being downloaded to Linux compute nodes. It will be ignored if it is specified for a resourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then a default value of 0770 is applied to the file.
- FilePath string
- If the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the autoStorageContainerName or storageContainerUrl property is specified, filePath is optional and is the directory to download the files to. In the case where filePath is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified filePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..').
- HttpUrl string
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. If the URL points to Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read permissions on the blob, use a managed identity with read permission, or set the ACL for the blob or its container to allow public access.
- IdentityReference Pulumi.Azure Native. Batch. Inputs. Compute Node Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- StorageContainer stringUrl 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. This URL must be readable and listable from compute nodes. There are three ways to get such a URL for a container in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the container, use a managed identity with read and list permissions, or set the ACL for the container to allow public access.
- AutoStorage stringContainer Name 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
- BlobPrefix string
- The property is valid only when autoStorageContainerName or storageContainerUrl is used. This prefix can be a partial filename or a subdirectory. If a prefix is not specified, all the files in the container will be downloaded.
- FileMode string
- This property applies only to files being downloaded to Linux compute nodes. It will be ignored if it is specified for a resourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then a default value of 0770 is applied to the file.
- FilePath string
- If the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the autoStorageContainerName or storageContainerUrl property is specified, filePath is optional and is the directory to download the files to. In the case where filePath is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified filePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..').
- HttpUrl string
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. If the URL points to Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read permissions on the blob, use a managed identity with read permission, or set the ACL for the blob or its container to allow public access.
- IdentityReference ComputeNode Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- StorageContainer stringUrl 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. This URL must be readable and listable from compute nodes. There are three ways to get such a URL for a container in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the container, use a managed identity with read and list permissions, or set the ACL for the container to allow public access.
- autoStorage StringContainer Name 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
- blobPrefix String
- The property is valid only when autoStorageContainerName or storageContainerUrl is used. This prefix can be a partial filename or a subdirectory. If a prefix is not specified, all the files in the container will be downloaded.
- fileMode String
- This property applies only to files being downloaded to Linux compute nodes. It will be ignored if it is specified for a resourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then a default value of 0770 is applied to the file.
- filePath String
- If the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the autoStorageContainerName or storageContainerUrl property is specified, filePath is optional and is the directory to download the files to. In the case where filePath is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified filePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..').
- httpUrl String
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. If the URL points to Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read permissions on the blob, use a managed identity with read permission, or set the ACL for the blob or its container to allow public access.
- identityReference ComputeNode Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- storageContainer StringUrl 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. This URL must be readable and listable from compute nodes. There are three ways to get such a URL for a container in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the container, use a managed identity with read and list permissions, or set the ACL for the container to allow public access.
- autoStorage stringContainer Name 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
- blobPrefix string
- The property is valid only when autoStorageContainerName or storageContainerUrl is used. This prefix can be a partial filename or a subdirectory. If a prefix is not specified, all the files in the container will be downloaded.
- fileMode string
- This property applies only to files being downloaded to Linux compute nodes. It will be ignored if it is specified for a resourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then a default value of 0770 is applied to the file.
- filePath string
- If the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the autoStorageContainerName or storageContainerUrl property is specified, filePath is optional and is the directory to download the files to. In the case where filePath is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified filePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..').
- httpUrl string
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. If the URL points to Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read permissions on the blob, use a managed identity with read permission, or set the ACL for the blob or its container to allow public access.
- identityReference ComputeNode Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- storageContainer stringUrl 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. This URL must be readable and listable from compute nodes. There are three ways to get such a URL for a container in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the container, use a managed identity with read and list permissions, or set the ACL for the container to allow public access.
- auto_storage_ strcontainer_ name 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
- blob_prefix str
- The property is valid only when autoStorageContainerName or storageContainerUrl is used. This prefix can be a partial filename or a subdirectory. If a prefix is not specified, all the files in the container will be downloaded.
- file_mode str
- This property applies only to files being downloaded to Linux compute nodes. It will be ignored if it is specified for a resourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then a default value of 0770 is applied to the file.
- file_path str
- If the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the autoStorageContainerName or storageContainerUrl property is specified, filePath is optional and is the directory to download the files to. In the case where filePath is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified filePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..').
- http_url str
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. If the URL points to Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read permissions on the blob, use a managed identity with read permission, or set the ACL for the blob or its container to allow public access.
- identity_reference ComputeNode Identity Reference Response 
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- storage_container_ strurl 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. This URL must be readable and listable from compute nodes. There are three ways to get such a URL for a container in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the container, use a managed identity with read and list permissions, or set the ACL for the container to allow public access.
- autoStorage StringContainer Name 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified.
- blobPrefix String
- The property is valid only when autoStorageContainerName or storageContainerUrl is used. This prefix can be a partial filename or a subdirectory. If a prefix is not specified, all the files in the container will be downloaded.
- fileMode String
- This property applies only to files being downloaded to Linux compute nodes. It will be ignored if it is specified for a resourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then a default value of 0770 is applied to the file.
- filePath String
- If the httpUrl property is specified, the filePath is required and describes the path which the file will be downloaded to, including the filename. Otherwise, if the autoStorageContainerName or storageContainerUrl property is specified, filePath is optional and is the directory to download the files to. In the case where filePath is used as a directory, any directory structure already associated with the input data will be retained in full and appended to the specified filePath directory. The specified relative path cannot break out of the task's working directory (for example by using '..').
- httpUrl String
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. If the URL points to Azure Blob Storage, it must be readable from compute nodes. There are three ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read permissions on the blob, use a managed identity with read permission, or set the ACL for the blob or its container to allow public access.
- identityReference Property Map
- The reference to a user assigned identity associated with the Batch pool which a compute node will use.
- storageContainer StringUrl 
- The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. This URL must be readable and listable from compute nodes. There are three ways to get such a URL for a container in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the container, use a managed identity with read and list permissions, or set the ACL for the container to allow public access.
ScaleSettingsResponse  
- AutoScale Pulumi.Azure Native. Batch. Inputs. Auto Scale Settings Response 
- This property and fixedScale are mutually exclusive and one of the properties must be specified.
- FixedScale Pulumi.Azure Native. Batch. Inputs. Fixed Scale Settings Response 
- This property and autoScale are mutually exclusive and one of the properties must be specified.
- AutoScale AutoScale Settings Response 
- This property and fixedScale are mutually exclusive and one of the properties must be specified.
- FixedScale FixedScale Settings Response 
- This property and autoScale are mutually exclusive and one of the properties must be specified.
- autoScale AutoScale Settings Response 
- This property and fixedScale are mutually exclusive and one of the properties must be specified.
- fixedScale FixedScale Settings Response 
- This property and autoScale are mutually exclusive and one of the properties must be specified.
- autoScale AutoScale Settings Response 
- This property and fixedScale are mutually exclusive and one of the properties must be specified.
- fixedScale FixedScale Settings Response 
- This property and autoScale are mutually exclusive and one of the properties must be specified.
- auto_scale AutoScale Settings Response 
- This property and fixedScale are mutually exclusive and one of the properties must be specified.
- fixed_scale FixedScale Settings Response 
- This property and autoScale are mutually exclusive and one of the properties must be specified.
- autoScale Property Map
- This property and fixedScale are mutually exclusive and one of the properties must be specified.
- fixedScale Property Map
- This property and autoScale are mutually exclusive and one of the properties must be specified.
StartTaskResponse  
- CommandLine string
- The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. Required if any other properties of the startTask are specified.
- ContainerSettings Pulumi.Azure Native. Batch. Inputs. Task Container Settings Response 
- When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container.
- EnvironmentSettings List<Pulumi.Azure Native. Batch. Inputs. Environment Setting Response> 
- MaxTask intRetry Count 
- The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit. Default is 0.
- ResourceFiles List<Pulumi.Azure Native. Batch. Inputs. Resource File Response> 
- UserIdentity Pulumi.Azure Native. Batch. Inputs. User Identity Response 
- If omitted, the task runs as a non-administrative user unique to the task.
- WaitFor boolSuccess 
- If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is true.
- CommandLine string
- The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. Required if any other properties of the startTask are specified.
- ContainerSettings TaskContainer Settings Response 
- When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container.
- EnvironmentSettings []EnvironmentSetting Response 
- MaxTask intRetry Count 
- The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit. Default is 0.
- ResourceFiles []ResourceFile Response 
- UserIdentity UserIdentity Response 
- If omitted, the task runs as a non-administrative user unique to the task.
- WaitFor boolSuccess 
- If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is true.
- commandLine String
- The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. Required if any other properties of the startTask are specified.
- containerSettings TaskContainer Settings Response 
- When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container.
- environmentSettings List<EnvironmentSetting Response> 
- maxTask IntegerRetry Count 
- The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit. Default is 0.
- resourceFiles List<ResourceFile Response> 
- userIdentity UserIdentity Response 
- If omitted, the task runs as a non-administrative user unique to the task.
- waitFor BooleanSuccess 
- If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is true.
- commandLine string
- The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. Required if any other properties of the startTask are specified.
- containerSettings TaskContainer Settings Response 
- When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container.
- environmentSettings EnvironmentSetting Response[] 
- maxTask numberRetry Count 
- The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit. Default is 0.
- resourceFiles ResourceFile Response[] 
- userIdentity UserIdentity Response 
- If omitted, the task runs as a non-administrative user unique to the task.
- waitFor booleanSuccess 
- If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is true.
- command_line str
- The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. Required if any other properties of the startTask are specified.
- container_settings TaskContainer Settings Response 
- When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container.
- environment_settings Sequence[EnvironmentSetting Response] 
- max_task_ intretry_ count 
- The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit. Default is 0.
- resource_files Sequence[ResourceFile Response] 
- user_identity UserIdentity Response 
- If omitted, the task runs as a non-administrative user unique to the task.
- wait_for_ boolsuccess 
- If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is true.
- commandLine String
- The command line does not run under a shell, and therefore cannot take advantage of shell features such as environment variable expansion. If you want to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. Required if any other properties of the startTask are specified.
- containerSettings Property Map
- When this is specified, all directories recursively below the AZ_BATCH_NODE_ROOT_DIR (the root of Azure Batch directories on the node) are mapped into the container, all task environment variables are mapped into the container, and the task command line is executed in the container.
- environmentSettings List<Property Map>
- maxTask NumberRetry Count 
- The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit. Default is 0.
- resourceFiles List<Property Map>
- userIdentity Property Map
- If omitted, the task runs as a non-administrative user unique to the task.
- waitFor BooleanSuccess 
- If true and the start task fails on a compute node, the Batch service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still not completed successfully after all retries, then the Batch service marks the compute node unusable, and will not schedule tasks to it. This condition can be detected via the node state and scheduling error detail. If false, the Batch service will not wait for the start task to complete. In this case, other tasks can start executing on the compute node while the start task is still running; and even if the start task fails, new tasks will continue to be scheduled on the node. The default is true.
TaskContainerSettingsResponse   
- ImageName string
- This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.
- ContainerRun stringOptions 
- These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.
- Registry
Pulumi.Azure Native. Batch. Inputs. Container Registry Response 
- This setting can be omitted if was already provided at pool creation.
- WorkingDirectory string
- ImageName string
- This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.
- ContainerRun stringOptions 
- These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.
- Registry
ContainerRegistry Response 
- This setting can be omitted if was already provided at pool creation.
- WorkingDirectory string
- imageName String
- This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.
- containerRun StringOptions 
- These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.
- registry
ContainerRegistry Response 
- This setting can be omitted if was already provided at pool creation.
- workingDirectory String
- imageName string
- This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.
- containerRun stringOptions 
- These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.
- registry
ContainerRegistry Response 
- This setting can be omitted if was already provided at pool creation.
- workingDirectory string
- image_name str
- This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.
- container_run_ stroptions 
- These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.
- registry
ContainerRegistry Response 
- This setting can be omitted if was already provided at pool creation.
- working_directory str
- imageName String
- This is the full image reference, as would be specified to "docker pull". If no tag is provided as part of the image name, the tag ":latest" is used as a default.
- containerRun StringOptions 
- These additional options are supplied as arguments to the "docker create" command, in addition to those controlled by the Batch Service.
- registry Property Map
- This setting can be omitted if was already provided at pool creation.
- workingDirectory String
TaskSchedulingPolicyResponse   
- NodeFill stringType 
- NodeFill stringType 
- nodeFill StringType 
- nodeFill stringType 
- node_fill_ strtype 
- nodeFill StringType 
UserAccountResponse  
- Name string
- Password string
- ElevationLevel string
- nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin.
- LinuxUser Pulumi.Configuration Azure Native. Batch. Inputs. Linux User Configuration Response 
- This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.
- WindowsUser Pulumi.Configuration Azure Native. Batch. Inputs. Windows User Configuration Response 
- This property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options.
- Name string
- Password string
- ElevationLevel string
- nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin.
- LinuxUser LinuxConfiguration User Configuration Response 
- This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.
- WindowsUser WindowsConfiguration User Configuration Response 
- This property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options.
- name String
- password String
- elevationLevel String
- nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin.
- linuxUser LinuxConfiguration User Configuration Response 
- This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.
- windowsUser WindowsConfiguration User Configuration Response 
- This property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options.
- name string
- password string
- elevationLevel string
- nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin.
- linuxUser LinuxConfiguration User Configuration Response 
- This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.
- windowsUser WindowsConfiguration User Configuration Response 
- This property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options.
- name str
- password str
- elevation_level str
- nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin.
- linux_user_ Linuxconfiguration User Configuration Response 
- This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.
- windows_user_ Windowsconfiguration User Configuration Response 
- This property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options.
- name String
- password String
- elevationLevel String
- nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin.
- linuxUser Property MapConfiguration 
- This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.
- windowsUser Property MapConfiguration 
- This property can only be specified if the user is on a Windows pool. If not specified and on a Windows pool, the user is created with the default options.
UserAssignedIdentitiesResponse   
- ClientId string
- The client id of user assigned identity.
- PrincipalId string
- The principal id of user assigned identity.
- ClientId string
- The client id of user assigned identity.
- PrincipalId string
- The principal id of user assigned identity.
- clientId String
- The client id of user assigned identity.
- principalId String
- The principal id of user assigned identity.
- clientId string
- The client id of user assigned identity.
- principalId string
- The principal id of user assigned identity.
- client_id str
- The client id of user assigned identity.
- principal_id str
- The principal id of user assigned identity.
- clientId String
- The client id of user assigned identity.
- principalId String
- The principal id of user assigned identity.
UserIdentityResponse  
- AutoUser Pulumi.Azure Native. Batch. Inputs. Auto User Specification Response 
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- UserName string
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- AutoUser AutoUser Specification Response 
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- UserName string
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- autoUser AutoUser Specification Response 
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- userName String
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- autoUser AutoUser Specification Response 
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- userName string
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- auto_user AutoUser Specification Response 
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- user_name str
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- autoUser Property Map
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
- userName String
- The userName and autoUser properties are mutually exclusive; you must specify one but not both.
VMExtensionResponse 
- Name string
- Publisher string
- Type string
- AutoUpgrade boolMinor Version 
- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- EnableAutomatic boolUpgrade 
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- ProtectedSettings object
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- ProvisionAfter List<string>Extensions 
- Collection of extension names after which this extension needs to be provisioned.
- Settings object
- TypeHandler stringVersion 
- Name string
- Publisher string
- Type string
- AutoUpgrade boolMinor Version 
- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- EnableAutomatic boolUpgrade 
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- ProtectedSettings interface{}
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- ProvisionAfter []stringExtensions 
- Collection of extension names after which this extension needs to be provisioned.
- Settings interface{}
- TypeHandler stringVersion 
- name String
- publisher String
- type String
- autoUpgrade BooleanMinor Version 
- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enableAutomatic BooleanUpgrade 
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- protectedSettings Object
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provisionAfter List<String>Extensions 
- Collection of extension names after which this extension needs to be provisioned.
- settings Object
- typeHandler StringVersion 
- name string
- publisher string
- type string
- autoUpgrade booleanMinor Version 
- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enableAutomatic booleanUpgrade 
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- protectedSettings any
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provisionAfter string[]Extensions 
- Collection of extension names after which this extension needs to be provisioned.
- settings any
- typeHandler stringVersion 
- name str
- publisher str
- type str
- auto_upgrade_ boolminor_ version 
- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enable_automatic_ boolupgrade 
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- protected_settings Any
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provision_after_ Sequence[str]extensions 
- Collection of extension names after which this extension needs to be provisioned.
- settings Any
- type_handler_ strversion 
- name String
- publisher String
- type String
- autoUpgrade BooleanMinor Version 
- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- enableAutomatic BooleanUpgrade 
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- protectedSettings Any
- The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provisionAfter List<String>Extensions 
- Collection of extension names after which this extension needs to be provisioned.
- settings Any
- typeHandler StringVersion 
VirtualMachineConfigurationResponse   
- ImageReference Pulumi.Azure Native. Batch. Inputs. Image Reference Response 
- NodeAgent stringSku Id 
- The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.
- ContainerConfiguration Pulumi.Azure Native. Batch. Inputs. Container Configuration Response 
- If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.
- DataDisks List<Pulumi.Azure Native. Batch. Inputs. Data Disk Response> 
- This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.
- DiskEncryption Pulumi.Configuration Azure Native. Batch. Inputs. Disk Encryption Configuration Response 
- If specified, encryption is performed on each node in the pool during node provisioning.
- Extensions
List<Pulumi.Azure Native. Batch. Inputs. VMExtension Response> 
- If specified, the extensions mentioned in this configuration will be installed on each node.
- LicenseType string
- This only applies to images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the nodes which will be deployed. If omitted, no on-premises licensing discount is applied. Values are: - Windows_Server - The on-premises license is for Windows Server. Windows_Client - The on-premises license is for Windows Client. 
- NodePlacement Pulumi.Configuration Azure Native. Batch. Inputs. Node Placement Configuration Response 
- This configuration will specify rules on how nodes in the pool will be physically allocated.
- OsDisk Pulumi.Azure Native. Batch. Inputs. OSDisk Response 
- Contains configuration for ephemeral OSDisk settings.
- WindowsConfiguration Pulumi.Azure Native. Batch. Inputs. Windows Configuration Response 
- This property must not be specified if the imageReference specifies a Linux OS image.
- ImageReference ImageReference Response 
- NodeAgent stringSku Id 
- The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.
- ContainerConfiguration ContainerConfiguration Response 
- If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.
- DataDisks []DataDisk Response 
- This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.
- DiskEncryption DiskConfiguration Encryption Configuration Response 
- If specified, encryption is performed on each node in the pool during node provisioning.
- Extensions
[]VMExtensionResponse 
- If specified, the extensions mentioned in this configuration will be installed on each node.
- LicenseType string
- This only applies to images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the nodes which will be deployed. If omitted, no on-premises licensing discount is applied. Values are: - Windows_Server - The on-premises license is for Windows Server. Windows_Client - The on-premises license is for Windows Client. 
- NodePlacement NodeConfiguration Placement Configuration Response 
- This configuration will specify rules on how nodes in the pool will be physically allocated.
- OsDisk OSDiskResponse 
- Contains configuration for ephemeral OSDisk settings.
- WindowsConfiguration WindowsConfiguration Response 
- This property must not be specified if the imageReference specifies a Linux OS image.
- imageReference ImageReference Response 
- nodeAgent StringSku Id 
- The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.
- containerConfiguration ContainerConfiguration Response 
- If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.
- dataDisks List<DataDisk Response> 
- This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.
- diskEncryption DiskConfiguration Encryption Configuration Response 
- If specified, encryption is performed on each node in the pool during node provisioning.
- extensions
List<VMExtensionResponse> 
- If specified, the extensions mentioned in this configuration will be installed on each node.
- licenseType String
- This only applies to images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the nodes which will be deployed. If omitted, no on-premises licensing discount is applied. Values are: - Windows_Server - The on-premises license is for Windows Server. Windows_Client - The on-premises license is for Windows Client. 
- nodePlacement NodeConfiguration Placement Configuration Response 
- This configuration will specify rules on how nodes in the pool will be physically allocated.
- osDisk OSDiskResponse 
- Contains configuration for ephemeral OSDisk settings.
- windowsConfiguration WindowsConfiguration Response 
- This property must not be specified if the imageReference specifies a Linux OS image.
- imageReference ImageReference Response 
- nodeAgent stringSku Id 
- The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.
- containerConfiguration ContainerConfiguration Response 
- If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.
- dataDisks DataDisk Response[] 
- This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.
- diskEncryption DiskConfiguration Encryption Configuration Response 
- If specified, encryption is performed on each node in the pool during node provisioning.
- extensions
VMExtensionResponse[] 
- If specified, the extensions mentioned in this configuration will be installed on each node.
- licenseType string
- This only applies to images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the nodes which will be deployed. If omitted, no on-premises licensing discount is applied. Values are: - Windows_Server - The on-premises license is for Windows Server. Windows_Client - The on-premises license is for Windows Client. 
- nodePlacement NodeConfiguration Placement Configuration Response 
- This configuration will specify rules on how nodes in the pool will be physically allocated.
- osDisk OSDiskResponse 
- Contains configuration for ephemeral OSDisk settings.
- windowsConfiguration WindowsConfiguration Response 
- This property must not be specified if the imageReference specifies a Linux OS image.
- image_reference ImageReference Response 
- node_agent_ strsku_ id 
- The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.
- container_configuration ContainerConfiguration Response 
- If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.
- data_disks Sequence[DataDisk Response] 
- This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.
- disk_encryption_ Diskconfiguration Encryption Configuration Response 
- If specified, encryption is performed on each node in the pool during node provisioning.
- extensions
Sequence[VMExtensionResponse] 
- If specified, the extensions mentioned in this configuration will be installed on each node.
- license_type str
- This only applies to images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the nodes which will be deployed. If omitted, no on-premises licensing discount is applied. Values are: - Windows_Server - The on-premises license is for Windows Server. Windows_Client - The on-premises license is for Windows Client. 
- node_placement_ Nodeconfiguration Placement Configuration Response 
- This configuration will specify rules on how nodes in the pool will be physically allocated.
- os_disk OSDiskResponse 
- Contains configuration for ephemeral OSDisk settings.
- windows_configuration WindowsConfiguration Response 
- This property must not be specified if the imageReference specifies a Linux OS image.
- imageReference Property Map
- nodeAgent StringSku Id 
- The Batch node agent is a program that runs on each node in the pool, and provides the command-and-control interface between the node and the Batch service. There are different implementations of the node agent, known as SKUs, for different operating systems. You must specify a node agent SKU which matches the selected image reference. To get the list of supported node agent SKUs along with their list of verified image references, see the 'List supported node agent SKUs' operation.
- containerConfiguration Property Map
- If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.
- dataDisks List<Property Map>
- This property must be specified if the compute nodes in the pool need to have empty data disks attached to them.
- diskEncryption Property MapConfiguration 
- If specified, encryption is performed on each node in the pool during node provisioning.
- extensions List<Property Map>
- If specified, the extensions mentioned in this configuration will be installed on each node.
- licenseType String
- This only applies to images that contain the Windows operating system, and should only be used when you hold valid on-premises licenses for the nodes which will be deployed. If omitted, no on-premises licensing discount is applied. Values are: - Windows_Server - The on-premises license is for Windows Server. Windows_Client - The on-premises license is for Windows Client. 
- nodePlacement Property MapConfiguration 
- This configuration will specify rules on how nodes in the pool will be physically allocated.
- osDisk Property Map
- Contains configuration for ephemeral OSDisk settings.
- windowsConfiguration Property Map
- This property must not be specified if the imageReference specifies a Linux OS image.
WindowsConfigurationResponse  
- EnableAutomatic boolUpdates 
- If omitted, the default value is true.
- EnableAutomatic boolUpdates 
- If omitted, the default value is true.
- enableAutomatic BooleanUpdates 
- If omitted, the default value is true.
- enableAutomatic booleanUpdates 
- If omitted, the default value is true.
- enable_automatic_ boolupdates 
- If omitted, the default value is true.
- enableAutomatic BooleanUpdates 
- If omitted, the default value is true.
WindowsUserConfigurationResponse   
- LoginMode string
- Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.
- LoginMode string
- Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.
- loginMode String
- Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.
- loginMode string
- Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.
- login_mode str
- Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.
- loginMode String
- Specifies login mode for the user. The default value for VirtualMachineConfiguration pools is interactive mode and for CloudServiceConfiguration pools is batch mode.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0