QuotaCounterCollection Interface

public interface QuotaCounterCollection

An immutable client-side representation of QuotaCounterCollection.

Method Summary

Modifier and Type Method and Description
abstract Long count()

Gets the count property: Total record count number across all pages.

abstract QuotaCounterCollectionInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterCollectionInner object.

abstract String nextLink()

Gets the nextLink property: Next page link if any.

abstract List<QuotaCounterContract> value()

Gets the value property: Quota counter values.

Method Details

count

public abstract Long count()

Gets the count property: Total record count number across all pages.

Returns:

the count value.

innerModel

public abstract QuotaCounterCollectionInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterCollectionInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: Next page link if any.

Returns:

the nextLink value.

value

public abstract List value()

Gets the value property: Quota counter values.

Returns:

the value value.

Applies to