Udostępnij za pośrednictwem


ArmSqlModelFactory.LogSizeCapability Method

Definition

Initializes a new instance of LogSizeCapability.

public static Azure.ResourceManager.Sql.Models.LogSizeCapability LogSizeCapability (int? limit = default, Azure.ResourceManager.Sql.Models.LogSizeUnit? unit = default);
static member LogSizeCapability : Nullable<int> * Nullable<Azure.ResourceManager.Sql.Models.LogSizeUnit> -> Azure.ResourceManager.Sql.Models.LogSizeCapability
Public Shared Function LogSizeCapability (Optional limit As Nullable(Of Integer) = Nothing, Optional unit As Nullable(Of LogSizeUnit) = Nothing) As LogSizeCapability

Parameters

limit
Nullable<Int32>

The log size limit (see 'unit' for the units).

unit
Nullable<LogSizeUnit>

The units that the limit is expressed in.

Returns

A new LogSizeCapability instance for mocking.

Applies to