Class ApplicationGatewayAutoscaleConfigurationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayAutoscaleConfigurationArgs : ResourceArgs
Constructors
View SourceApplicationGatewayAutoscaleConfigurationArgs()
Declaration
public ApplicationGatewayAutoscaleConfigurationArgs()
Properties
View SourceMaxCapacity
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> |
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> |