Class ResourceSkusResult


  • public final class ResourceSkusResult
    extends Object
    The response from the List Cache SKUs operation.
    • Constructor Detail

      • ResourceSkusResult

        public ResourceSkusResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The URI to fetch the next page of Cache SKUs.
        Returns:
        the nextLink value.
      • withNextLink

        public ResourceSkusResult withNextLink​(String nextLink)
        Set the nextLink property: The URI to fetch the next page of Cache SKUs.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the ResourceSkusResult object itself.
      • value

        public List<ResourceSkuInner> value()
        Get the value property: The list of SKUs available for the subscription.
        Returns:
        the value value.
      • validate

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