Class AutoscaleSettingProfileRuleScaleActionGetArgs
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 AutoscaleSettingProfileRuleScaleActionGetArgs : ResourceArgs
Constructors
View SourceAutoscaleSettingProfileRuleScaleActionGetArgs()
Declaration
public AutoscaleSettingProfileRuleScaleActionGetArgs()
Properties
View SourceCooldown
The amount of time to wait since the last scaling action before this action occurs. Must be between 1 minute and 1 week and formatted as a ISO 8601 string.
Declaration
public Input<string> Cooldown { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Direction
The scale direction. Possible values are Increase and Decrease.
Declaration
public Input<string> Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of action that should occur. Possible values are ChangeCount, ExactCount and PercentChangeCount.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The number of instances involved in the scaling action. Defaults to 1.
Declaration
public Input<int> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |