Class ApiManagementSkusResult


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

      • ApiManagementSkusResult

        public ApiManagementSkusResult()
    • Method Detail

      • value

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

        public ApiManagementSkusResult withValue​(List<ApiManagementSkuInner> value)
        Set the value property: The list of skus available for the subscription.
        Parameters:
        value - the value value to set.
        Returns:
        the ApiManagementSkusResult 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.
      • validate

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