ApplicationGatewaySku Class
- java.
lang. Object - com.
microsoft. azure. management. network. ApplicationGatewaySku
- com.
public class ApplicationGatewaySku
SKU of an application gateway.
Constructor Summary
Constructor | Description | |
---|---|---|
ApplicationGatewaySku() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
capacity()
Get capacity (instance count) of an application gateway. |
Application |
name()
Get name of an application gateway SKU. |
Application |
tier()
Get tier of an application gateway. |
Application |
withCapacity(Integer capacity)
Set capacity (instance count) of an application gateway. |
Application |
withName(ApplicationGatewaySkuName name)
Set name of an application gateway SKU. |
Application |
withTier(ApplicationGatewayTier tier)
Set tier of an application gateway. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewaySku
public ApplicationGatewaySku()
Method Details
capacity
public Integer capacity()
Get capacity (instance count) of an application gateway.
Returns:
name
public ApplicationGatewaySkuName 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:
tier
public ApplicationGatewayTier tier()
Get tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.
Returns:
withCapacity
public ApplicationGatewaySku withCapacity(Integer capacity)
Set capacity (instance count) of an application gateway.
Parameters:
Returns:
withName
public ApplicationGatewaySku withName(ApplicationGatewaySkuName name)
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:
Returns:
withTier
public ApplicationGatewaySku withTier(ApplicationGatewayTier tier)
Set tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.
Parameters:
Returns:
Applies to
Azure SDK for Java