Class CsmUsageQuotaInner
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.CsmUsageQuotaInner
Usage of the quota resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the currentValue property: The current value of the resource counter.limit()Get the limit property: The resource limit.name()Get the name property: Quota name.Get the nextResetTime property: Next reset time for the resource counter.unit()Get the unit property: Units of measurement for the quota resource.voidvalidate()Validates the instance.withCurrentValue(Long currentValue) Set the currentValue property: The current value of the resource counter.Set the limit property: The resource limit.withName(LocalizableString name) Set the name property: Quota name.withNextResetTime(OffsetDateTime nextResetTime) Set the nextResetTime property: Next reset time for the resource counter.Set the unit property: Units of measurement for the quota resource.
-
Constructor Details
-
CsmUsageQuotaInner
public CsmUsageQuotaInner()Creates an instance of CsmUsageQuotaInner class.
-
-
Method Details
-
unit
Get the unit property: Units of measurement for the quota resource.- Returns:
- the unit value.
-
withUnit
Set the unit property: Units of measurement for the quota resource.- Parameters:
unit- the unit value to set.- Returns:
- the CsmUsageQuotaInner object itself.
-
nextResetTime
Get the nextResetTime property: Next reset time for the resource counter.- Returns:
- the nextResetTime value.
-
withNextResetTime
Set the nextResetTime property: Next reset time for the resource counter.- Parameters:
nextResetTime- the nextResetTime value to set.- Returns:
- the CsmUsageQuotaInner object itself.
-
currentValue
Get the currentValue property: The current value of the resource counter.- Returns:
- the currentValue value.
-
withCurrentValue
Set the currentValue property: The current value of the resource counter.- Parameters:
currentValue- the currentValue value to set.- Returns:
- the CsmUsageQuotaInner object itself.
-
limit
Get the limit property: The resource limit.- Returns:
- the limit value.
-
withLimit
Set the limit property: The resource limit.- Parameters:
limit- the limit value to set.- Returns:
- the CsmUsageQuotaInner object itself.
-
name
Get the name property: Quota name.- Returns:
- the name value.
-
withName
Set the name property: Quota name.- Parameters:
name- the name value to set.- Returns:
- the CsmUsageQuotaInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-