Share via


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

abstract String id()

Gets the id property: Fully qualified ARM resource id.

abstract QuotaInner innerModel()

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

abstract long limit()

Gets the limit property: The maximum permitted usage of the resource.

abstract QuotaName 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:

the currentValue value.

id

public abstract String id()

Gets the id property: Fully qualified ARM resource id.

Returns:

the id value.

innerModel

public abstract QuotaInner innerModel()

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

Returns:

the inner object.

limit

public abstract long limit()

Gets the limit property: The maximum permitted usage of the resource.

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 of usage measurement.

Returns:

the unit value.

Applies to