Class AutoscaleSettingProfileRuleScaleAction
Inheritance
System.Object
AutoscaleSettingProfileRuleScaleAction
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AutoscaleSettingProfileRuleScaleAction
Fields
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 readonly string Cooldown
Field Value
| Type | Description |
|---|---|
| System.String |
Direction
The scale direction. Possible values are Increase and Decrease.
Declaration
public readonly string Direction
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of action that should occur. Possible values are ChangeCount, ExactCount and PercentChangeCount.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Value
The number of instances involved in the scaling action. Defaults to 1.
Declaration
public readonly int Value
Field Value
| Type | Description |
|---|---|
| System.Int32 |