Class ApplicationGatewaySku
- java.lang.Object
-
- com.microsoft.azure.management.network.ApplicationGatewaySku
-
public class ApplicationGatewaySku extends Object
SKU of an application gateway.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewaySku()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercapacity()Get the capacity value.ApplicationGatewaySkuNamename()Get the name value.ApplicationGatewayTiertier()Get the tier value.ApplicationGatewaySkuwithCapacity(Integer capacity)Set the capacity value.ApplicationGatewaySkuwithName(ApplicationGatewaySkuName name)Set the name value.ApplicationGatewaySkuwithTier(ApplicationGatewayTier tier)Set the tier value.
-
-
-
Method Detail
-
name
public ApplicationGatewaySkuName name()
Get the name value.- Returns:
- the name value
-
withName
public ApplicationGatewaySku withName(ApplicationGatewaySkuName name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the ApplicationGatewaySku object itself.
-
tier
public ApplicationGatewayTier tier()
Get the tier value.- Returns:
- the tier value
-
withTier
public ApplicationGatewaySku withTier(ApplicationGatewayTier tier)
Set the tier value.- Parameters:
tier- the tier value to set- Returns:
- the ApplicationGatewaySku object itself.
-
capacity
public Integer capacity()
Get the capacity value.- Returns:
- the capacity value
-
withCapacity
public ApplicationGatewaySku withCapacity(Integer capacity)
Set the capacity value.- Parameters:
capacity- the capacity value to set- Returns:
- the ApplicationGatewaySku object itself.
-
-