Delen via


MonitorScaleCapacity(Int32, Int32, Int32) Constructor

Definition

Initializes a new instance of MonitorScaleCapacity.

public MonitorScaleCapacity (int minimum, int maximum, int default);
new Azure.ResourceManager.Monitor.Models.MonitorScaleCapacity : int * int * int -> Azure.ResourceManager.Monitor.Models.MonitorScaleCapacity
Public Sub New (minimum As Integer, maximum As Integer, default As Integer)

Parameters

minimum
Int32

the minimum number of instances for the resource.

maximum
Int32

the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.

default
Int32

the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.

Applies to