Quota Interface
public interface Quota
An immutable client-side representation of Quota.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Double |
currentValue()
Gets the current |
| abstract String |
id()
Gets the id property: The resource ID of the quota object. |
|
abstract
Quota |
innerModel()
Gets the inner com. |
| abstract Double |
limit()
Gets the limit property: The maximum value of the quota. |
|
abstract
Quota |
name()
Gets the name property: The name of the quota. |
| abstract String |
unit()
Gets the unit property: The unit for the quota, such as Count, Bytes, Bytes |
Method Details
currentValue
public abstract Double currentValue()
Gets the currentValue property: The current value of the quota. If null or missing, the current value cannot be determined in the context of the request.
Returns:
id
public abstract String id()
Gets the id property: The resource ID of the quota object.
Returns:
innerModel
public abstract QuotaInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.QuotaInner object.
Returns:
limit
public abstract Double limit()
Gets the limit property: The maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage.
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 for the quota, such as Count, Bytes, BytesPerSecond, etc.
Returns: