CsmUsageQuotaInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. CsmUsageQuotaInner
- com.
Implements
public final class CsmUsageQuotaInner
implements JsonSerializable<CsmUsageQuotaInner>
Usage of the quota resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
currentValue()
Get the current |
|
static
Csm |
fromJson(JsonReader jsonReader)
Reads an instance of Csm |
| Long |
limit()
Get the limit property: The resource limit. |
|
Localizable |
name()
Get the name property: Quota name. |
|
Offset |
nextResetTime()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
unit()
Get the unit property: Units of measurement for the quota resource. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
currentValue
public Long currentValue()
Get the currentValue property: The current value of the resource counter.
Returns:
fromJson
public static CsmUsageQuotaInner fromJson(JsonReader jsonReader)
Reads an instance of CsmUsageQuotaInner from the JsonReader.
Parameters:
Returns:
Throws:
limit
public Long limit()
Get the limit property: The resource limit.
Returns:
name
public LocalizableString name()
Get the name property: Quota name.
Returns:
nextResetTime
public OffsetDateTime nextResetTime()
Get the nextResetTime property: Next reset time for the resource counter.
Returns:
toJson
unit
public String unit()
Get the unit property: Units of measurement for the quota resource.
Returns:
validate
public void validate()
Validates the instance.