java.lang.Object
com.azure.resourcemanager.storagecache.models.CacheSku

public final class CacheSku extends Object
SKU for the Cache.
  • Constructor Details

    • CacheSku

      public CacheSku()
  • Method Details

    • name

      public String name()
      Get the name property: SKU name for this Cache.
      Returns:
      the name value.
    • withName

      public CacheSku withName(String name)
      Set the name property: SKU name for this Cache.
      Parameters:
      name - the name value to set.
      Returns:
      the CacheSku object itself.
    • validate

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