Show / Hide Table of Contents

Class AutoscaleSettingProfileRuleScaleActionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscaleSettingProfileRuleScaleActionGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

AutoscaleSettingProfileRuleScaleActionGetArgs()

Declaration
public AutoscaleSettingProfileRuleScaleActionGetArgs()

Properties

View Source

Cooldown

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>
View Source

Direction

The scale direction. Possible values are Increase and Decrease.

Declaration
public Input<string> Direction { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.