Show / Hide Table of Contents

Class GetPoolFixedScaleResult

Inheritance
System.Object
GetPoolFixedScaleResult
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 GetPoolFixedScaleResult

Fields

View Source

ResizeTimeout

The timeout for resize operations.

Declaration
public readonly string ResizeTimeout
Field Value
Type Description
System.String
View Source

TargetDedicatedNodes

The number of nodes in the Batch pool.

Declaration
public readonly int TargetDedicatedNodes
Field Value
Type Description
System.Int32
View Source

TargetLowPriorityNodes

The number of low priority nodes in the Batch pool.

Declaration
public readonly int TargetLowPriorityNodes
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.