CsmUsageQuota Constructors

Definition

Overloads

CsmUsageQuota()

Initializes a new instance of the CsmUsageQuota class.

CsmUsageQuota(String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, LocalizableString)

Initializes a new instance of the CsmUsageQuota class.

CsmUsageQuota()

Initializes a new instance of the CsmUsageQuota class.

public CsmUsageQuota ();
Public Sub New ()

Applies to

CsmUsageQuota(String, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, LocalizableString)

Initializes a new instance of the CsmUsageQuota class.

public CsmUsageQuota (string unit = default, DateTime? nextResetTime = default, long? currentValue = default, long? limit = default, Microsoft.Azure.Management.AppService.Fluent.Models.LocalizableString name = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota : string * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Management.AppService.Fluent.Models.LocalizableString -> Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota
Public Sub New (Optional unit As String = Nothing, Optional nextResetTime As Nullable(Of DateTime) = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional name As LocalizableString = Nothing)

Parameters

unit
String

Units of measurement for the quota resource.

nextResetTime
Nullable<DateTime>

Next reset time for the resource counter.

currentValue
Nullable<Int64>

The current value of the resource counter.

limit
Nullable<Int64>

The resource limit.

name
LocalizableString

Quota name.

Applies to