Show / Hide Table of Contents

Class ApplicationGatewayAutoscaleConfigurationArgs

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

Constructors

View Source

ApplicationGatewayAutoscaleConfigurationArgs()

Declaration
public ApplicationGatewayAutoscaleConfigurationArgs()

Properties

View Source

MaxCapacity

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

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

MinCapacity

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

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