Class ListResourceSkusResult


  • public final class ListResourceSkusResult
    extends Object
    List of available SKUs for a Kusto Pool.
    • Constructor Detail

      • ListResourceSkusResult

        public ListResourceSkusResult()
    • Method Detail

      • value

        public List<AzureResourceSkuInner> value()
        Get the value property: The collection of available SKUs for an existing resource.
        Returns:
        the value value.
      • withValue

        public ListResourceSkusResult withValue​(List<AzureResourceSkuInner> value)
        Set the value property: The collection of available SKUs for an existing resource.
        Parameters:
        value - the value value to set.
        Returns:
        the ListResourceSkusResult object itself.
      • validate

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