Show / Hide Table of Contents

Class PoolFixedScaleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PoolFixedScaleArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PoolFixedScaleArgs : ResourceArgs

Constructors

View Source

PoolFixedScaleArgs()

Declaration
public PoolFixedScaleArgs()

Properties

View Source

ResizeTimeout

The timeout for resize operations. Defaults to PT15M.

Declaration
public Input<string> ResizeTimeout { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetDedicatedNodes

The number of nodes in the Batch pool. Defaults to 1.

Declaration
public Input<int> TargetDedicatedNodes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TargetLowPriorityNodes

The number of low priority nodes in the Batch pool. Defaults to 0.

Declaration
public Input<int> TargetLowPriorityNodes { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.