ScaleCapacity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET