AzureCapacity 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
AzureCapacity() |
Initializes a new instance of the AzureCapacity class. |
AzureCapacity(String, Int32, Int32, Int32) |
Initializes a new instance of the AzureCapacity class. |
AzureCapacity()
Initializes a new instance of the AzureCapacity class.
public AzureCapacity ();
Public Sub New ()
Applies to
AzureCapacity(String, Int32, Int32, Int32)
Initializes a new instance of the AzureCapacity class.
public AzureCapacity (string scaleType, int minimum, int maximum, int defaultProperty);
new Microsoft.Azure.Management.Kusto.Models.AzureCapacity : string * int * int * int -> Microsoft.Azure.Management.Kusto.Models.AzureCapacity
Public Sub New (scaleType As String, minimum As Integer, maximum As Integer, defaultProperty As Integer)
Parameters
- scaleType
- String
Scale type. Possible values include: 'automatic', 'manual', 'none'
- minimum
- Int32
Minimum allowed capacity.
- maximum
- Int32
Maximum allowed capacity.
- defaultProperty
- Int32
The default capacity that would be used.