Class ResourceUsagesListResult


  • public final class ResourceUsagesListResult
    extends Object
    Result of the request to list resource usages. It contains a list of resource usages & limits and a URL link to get the next set of results.
    • Constructor Detail

      • ResourceUsagesListResult

        public ResourceUsagesListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: URL to get the next set of resource usage list results if there are any.
        Returns:
        the nextLink value.
      • value

        public List<ResourceUsageInner> value()
        Get the value property: List of usages and limits for resources controlled by the Microsoft.StorageCache resource provider.
        Returns:
        the value value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.