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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET