Class ApplicationGatewaySku
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewaySku
SKU of an application gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapacity()
Get capacity (instance count) of an application gateway.name()
Get name of an application gateway SKU.tier()
Get tier of an application gateway.withCapacity
(Integer capacity) Set capacity (instance count) of an application gateway.Set name of an application gateway SKU.Set tier of an application gateway.
-
Constructor Details
-
ApplicationGatewaySku
public ApplicationGatewaySku()
-
-
Method Details
-
name
Get name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large', 'Standard_v2', 'WAF_v2'.- Returns:
- the name value
-
withName
Set name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large', 'Standard_v2', 'WAF_v2'.- Parameters:
name
- the name value to set- Returns:
- the ApplicationGatewaySku object itself.
-
tier
Get tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.- Returns:
- the tier value
-
withTier
Set tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.- Parameters:
tier
- the tier value to set- Returns:
- the ApplicationGatewaySku object itself.
-
capacity
Get capacity (instance count) of an application gateway.- Returns:
- the capacity value
-
withCapacity
Set capacity (instance count) of an application gateway.- Parameters:
capacity
- the capacity value to set- Returns:
- the ApplicationGatewaySku object itself.
-