Class AutoscaleSettingProfileCapacity
Inheritance
System.Object
AutoscaleSettingProfileCapacity
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 AutoscaleSettingProfileCapacity
Fields
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 readonly int Default
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Maximum
The maximum number of instances for this resource. Valid values are between 0 and 1000.
Declaration
public readonly int Maximum
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Minimum
The minimum number of instances for this resource. Valid values are between 0 and 1000.
Declaration
public readonly int Minimum
Field Value
| Type | Description |
|---|---|
| System.Int32 |