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 SourceMaxCapacity
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> |
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 |