Class WebAppServicePlanUpdatedEventDataSku
java.lang.Object
com.azure.messaging.eventgrid.systemevents.WebAppServicePlanUpdatedEventDataSku
sku of app service plan.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of WebAppServicePlanUpdatedEventDataSku class. -
Method Summary
Modifier and TypeMethodDescriptionGet the capacity property: capacity of app service plan sku.Get the family property: family of app service plan sku.getName()Get the name property: name of app service plan sku.getSize()Get the size property: size of app service plan sku.getTier()Get the tier property: tier of app service plan sku.setCapacity(String capacity) Set the capacity property: capacity of app service plan sku.Set the family property: family of app service plan sku.Set the name property: name of app service plan sku.Set the size property: size of app service plan sku.Set the tier property: tier of app service plan sku.
-
Constructor Details
-
WebAppServicePlanUpdatedEventDataSku
public WebAppServicePlanUpdatedEventDataSku()Creates an instance of WebAppServicePlanUpdatedEventDataSku class.
-
-
Method Details
-
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
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
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
Get the family property: family of app service plan sku.- Returns:
- the family value.
-
setFamily
Set the family property: family of app service plan sku.- Parameters:
family- the family value to set.- Returns:
- the WebAppServicePlanUpdatedEventDataSku object itself.
-
getCapacity
Get the capacity property: capacity of app service plan sku.- Returns:
- the capacity value.
-
setCapacity
Set the capacity property: capacity of app service plan sku.- Parameters:
capacity- the capacity value to set.- Returns:
- the WebAppServicePlanUpdatedEventDataSku object itself.
-