Show / Hide Table of Contents

Class AutoscaleSettingProfileCapacityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscaleSettingProfileCapacityArgs
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 AutoscaleSettingProfileCapacityArgs : ResourceArgs

Constructors

View Source

AutoscaleSettingProfileCapacityArgs()

Declaration
public AutoscaleSettingProfileCapacityArgs()

Properties

View Source

Default

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

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

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