Class WebAppServicePlanUpdatedEventDataSku

java.lang.Object
com.azure.messaging.eventgrid.systemevents.WebAppServicePlanUpdatedEventDataSku

public final class WebAppServicePlanUpdatedEventDataSku extends Object
sku of app service plan.
  • Constructor Details

    • WebAppServicePlanUpdatedEventDataSku

      public WebAppServicePlanUpdatedEventDataSku()
  • Method Details

    • getName

      public String getName()
      Get the name property: name of app service plan sku.
      Returns:
      the name value.
    • setName

      Set the name property: name of app service plan sku.
      Parameters:
      name - the name value to set.
      Returns:
      the WebAppServicePlanUpdatedEventDataSku object itself.
    • getTier

      public String getTier()
      Get the tier property: tier of app service plan sku.
      Returns:
      the tier value.
    • setTier

      Set the tier property: tier of app service plan sku.
      Parameters:
      tier - the tier value to set.
      Returns:
      the WebAppServicePlanUpdatedEventDataSku object itself.
    • getSize

      public String getSize()
      Get the size property: size of app service plan sku.
      Returns:
      the size value.
    • setSize

      Set the size property: size of app service plan sku.
      Parameters:
      size - the size value to set.
      Returns:
      the WebAppServicePlanUpdatedEventDataSku object itself.
    • getFamily

      public String getFamily()
      Get the family property: family of app service plan sku.
      Returns:
      the family value.
    • setFamily

      public WebAppServicePlanUpdatedEventDataSku setFamily(String family)
      Set the family property: family of app service plan sku.
      Parameters:
      family - the family value to set.
      Returns:
      the WebAppServicePlanUpdatedEventDataSku object itself.
    • getCapacity

      public String getCapacity()
      Get the capacity property: capacity of app service plan sku.
      Returns:
      the capacity value.
    • setCapacity

      public WebAppServicePlanUpdatedEventDataSku setCapacity(String capacity)
      Set the capacity property: capacity of app service plan sku.
      Parameters:
      capacity - the capacity value to set.
      Returns:
      the WebAppServicePlanUpdatedEventDataSku object itself.