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 currentValue property: The current value of the quota.

abstract String id()

Gets the id property: The resource ID of the quota object.

abstract QuotaInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.QuotaInner object.

abstract Double limit()

Gets the limit property: The maximum value of the quota.

abstract QuotaName 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, BytesPerSecond, etc.

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:

the currentValue value.

id

public abstract String id()

Gets the id property: The resource ID of the quota object.

Returns:

the id value.

innerModel

public abstract QuotaInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.QuotaInner object.

Returns:

the inner object.

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:

the limit value.

name

public abstract QuotaName name()

Gets the name property: The name of the quota.

Returns:

the name value.

unit

public abstract String unit()

Gets the unit property: The unit for the quota, such as Count, Bytes, BytesPerSecond, etc.

Returns:

the unit value.

Applies to