Show / Hide Table of Contents

Class ApplicationGatewayAutoscaleConfiguration

Inheritance
System.Object
ApplicationGatewayAutoscaleConfiguration
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.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayAutoscaleConfiguration

Fields

View Source

MaxCapacity

Maximum capacity for autoscaling. Accepted values are in the range 2 to 125.

Declaration
public readonly int? MaxCapacity
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MinCapacity

Minimum capacity for autoscaling. Accepted values are in the range 0 to 100.

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