Interface QuotaCounterCollection
public interface QuotaCounterCollection
An immutable client-side representation of QuotaCounterCollection.
-
Method Summary
Modifier and TypeMethodDescriptioncount()Gets the count property: Total record count number across all pages.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterCollectionInner object.nextLink()Gets the nextLink property: Next page link if any.value()Gets the value property: Quota counter values.
-
Method Details
-
value
List<QuotaCounterContract> value()Gets the value property: Quota counter values.- Returns:
- the value value.
-
count
Long count()Gets the count property: Total record count number across all pages.- Returns:
- the count value.
-
nextLink
String nextLink()Gets the nextLink property: Next page link if any.- Returns:
- the nextLink value.
-
innerModel
QuotaCounterCollectionInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterCollectionInner object.- Returns:
- the inner object.
-