ScaleCapacity Constructors

Definition

Overloads

ScaleCapacity()

Initializes a new instance of the ScaleCapacity class.

ScaleCapacity(String, String, String)

Initializes a new instance of the ScaleCapacity class.

ScaleCapacity()

Initializes a new instance of the ScaleCapacity class.

public ScaleCapacity ();
Public Sub New ()

Applies to

ScaleCapacity(String, String, String)

Initializes a new instance of the ScaleCapacity class.

public ScaleCapacity (string minimum, string maximum, string defaultProperty);
new Microsoft.Azure.Management.Monitor.Models.ScaleCapacity : string * string * string -> Microsoft.Azure.Management.Monitor.Models.ScaleCapacity
Public Sub New (minimum As String, maximum As String, defaultProperty As String)

Parameters

minimum
String

the minimum number of instances for the resource.

maximum
String

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.

defaultProperty
String

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