Share via


QuotaProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.devopsinfrastructure.models.QuotaProperties

public final class QuotaProperties

Describes Resource Quota properties.

Method Summary

Modifier and Type Method and Description
long currentValue()

Get the currentValue property: The current usage of the resource.

long limit()

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

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

the currentValue value.

limit

public long limit()

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

Returns:

the limit value.

name

public QuotaName name()

Get the name property: The details of the quota.

Returns:

the name value.

unit

public String unit()

Get the unit property: The unit of usage measurement.

Returns:

the unit value.

validate

public void validate()

Validates the instance.

Applies to