java.lang.Object
com.azure.resourcemanager.loganalytics.models.ClusterSku

public final class ClusterSku extends Object
The cluster sku definition.
  • Constructor Details

    • ClusterSku

      public ClusterSku()
  • Method Details

    • capacity

      public Capacity capacity()
      Get the capacity property: The capacity value.
      Returns:
      the capacity value.
    • withCapacity

      public ClusterSku withCapacity(Capacity capacity)
      Set the capacity property: The capacity value.
      Parameters:
      capacity - the capacity value to set.
      Returns:
      the ClusterSku object itself.
    • name

      public ClusterSkuNameEnum name()
      Get the name property: The name of the SKU.
      Returns:
      the name value.
    • withName

      public ClusterSku withName(ClusterSkuNameEnum name)
      Set the name property: The name of the SKU.
      Parameters:
      name - the name value to set.
      Returns:
      the ClusterSku object itself.
    • validate

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