Class EnvironmentSkuProperties

java.lang.Object
com.azure.resourcemanager.appcontainers.models.EnvironmentSkuProperties

public final class EnvironmentSkuProperties extends Object
Managed Environment resource SKU properties.
  • Constructor Details

    • EnvironmentSkuProperties

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

    • name

      public SkuName name()
      Get the name property: Name of the Sku.
      Returns:
      the name value.
    • withName

      public EnvironmentSkuProperties withName(SkuName name)
      Set the name property: Name of the Sku.
      Parameters:
      name - the name value to set.
      Returns:
      the EnvironmentSkuProperties object itself.
    • validate

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