Class ResourceSkusResult


  • public final class ResourceSkusResult
    extends Object
    The List Resource Skus operation response.
    • Constructor Detail

      • ResourceSkusResult

        public ResourceSkusResult()
    • Method Detail

      • value

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

        public ResourceSkusResult withValue​(List<ResourceSkuInner> value)
        Set the value property: The list of skus available for the subscription.
        Parameters:
        value - the value value to set.
        Returns:
        the ResourceSkusResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus.
        Returns:
        the nextLink value.
      • withNextLink

        public ResourceSkusResult withNextLink​(String nextLink)
        Set the nextLink property: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the ResourceSkusResult object itself.
      • validate

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