Class AutoscaleSettingProfileCapacityArgs
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.Monitoring.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingProfileCapacityArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingProfileCapacityArgs()
Declaration
public AutoscaleSettingProfileCapacityArgs()
Properties
View SourceDefault
The number of instances that are available for scaling if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default. Valid values are between 0 and 1000.
Declaration
public Input<int> Default { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Maximum
The maximum number of instances for this resource. Valid values are between 0 and 1000.
Declaration
public Input<int> Maximum { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Minimum
The minimum number of instances for this resource. Valid values are between 0 and 1000.
Declaration
public Input<int> Minimum { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |