Megosztás a következőn keresztül:


ArmKustoModelFactory.KustoCapacity Method

Definition

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