Class PoolFixedScale
Inheritance
System.Object
PoolFixedScale
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Batch.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolFixedScale
Fields
View SourceResizeTimeout
The timeout for resize operations. Defaults to PT15M.
Declaration
public readonly string ResizeTimeout
Field Value
| Type | Description |
|---|---|
| System.String |
TargetDedicatedNodes
The number of nodes in the Batch pool. Defaults to 1.
Declaration
public readonly int? TargetDedicatedNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TargetLowPriorityNodes
The number of low priority nodes in the Batch pool. Defaults to 0.
Declaration
public readonly int? TargetLowPriorityNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |