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

public final class SkuName extends Object
SKU for the resource.
  • Constructor Details

    • SkuName

      public SkuName()
      Creates an instance of SkuName class.
  • Method Details

    • name

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

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

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