ArmKustoModelFactory.KustoCapacity Method
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.
Initializes a new instance of KustoCapacity.
public static Azure.ResourceManager.Kusto.Models.KustoCapacity KustoCapacity (Azure.ResourceManager.Kusto.Models.KustoScaleType scaleType = default, int minimum = 0, int maximum = 0, int default = 0);
static member KustoCapacity : Azure.ResourceManager.Kusto.Models.KustoScaleType * int * int * int -> Azure.ResourceManager.Kusto.Models.KustoCapacity
Public Shared Function KustoCapacity (Optional scaleType As KustoScaleType = Nothing, Optional minimum As Integer = 0, Optional maximum As Integer = 0, Optional default As Integer = 0) As KustoCapacity
Parameters
- scaleType
- KustoScaleType
Scale type.
- minimum
- Int32
Minimum allowed capacity.
- maximum
- Int32
Maximum allowed capacity.
- default
- Int32
The default capacity that would be used.
Returns
A new KustoCapacity instance for mocking.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET