Quota Interface
public interface Quota
An immutable client-side representation of Quota.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract long |
currentValue()
Gets the current |
| abstract String |
id()
Gets the id property: Fully qualified ARM resource id. |
|
abstract
Quota |
innerModel()
Gets the inner com. |
| abstract long |
limit()
Gets the limit property: The maximum permitted usage of the resource. |
|
abstract
Quota |
name()
Gets the name property: The name of the quota. |
| abstract String |
unit()
Gets the unit property: The unit of usage measurement. |
Method Details
currentValue
public abstract long currentValue()
Gets the currentValue property: The current usage of the resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified ARM resource id.
Returns:
innerModel
public abstract QuotaInner innerModel()
Gets the inner com.azure.resourcemanager.devopsinfrastructure.fluent.models.QuotaInner object.
Returns:
limit
public abstract long limit()
Gets the limit property: The maximum permitted usage of the resource.
Returns:
name
public abstract QuotaName name()
Gets the name property: The name of the quota.
Returns:
unit
public abstract String unit()
Gets the unit property: The unit of usage measurement.
Returns: