QuotaProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devopsinfrastructure. models. QuotaProperties
- com.
public final class QuotaProperties
Describes Resource Quota properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| long |
currentValue()
Get the current |
| long |
limit()
Get the limit property: The maximum permitted usage of the resource. |
|
Quota |
name()
Get the name property: The details of the quota. |
| String |
unit()
Get the unit property: The unit of usage measurement. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
currentValue
public long currentValue()
Get the currentValue property: The current usage of the resource.
Returns:
limit
public long limit()
Get the limit property: The maximum permitted usage of the resource.
Returns:
name
public QuotaName name()
Get the name property: The details of the quota.
Returns:
unit
public String unit()
Get the unit property: The unit of usage measurement.
Returns:
validate
public void validate()
Validates the instance.