java.lang.Object
com.azure.resourcemanager.appconfiguration.models.Sku

public final class Sku extends Object
Describes a configuration store SKU.
  • Constructor Details

    • Sku

      public Sku()
  • Method Details

    • name

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

      public Sku withName(String name)
      Set the name property: The SKU name of the configuration store.
      Parameters:
      name - the name value to set.
      Returns:
      the Sku object itself.
    • validate

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