Class ListResourceSkusResult

java.lang.Object
com.azure.resourcemanager.kusto.models.ListResourceSkusResult

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

    • ListResourceSkusResult

      public ListResourceSkusResult()
  • Method Details

    • value

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

      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.