public class ApplicationGatewaySku extends Object
| Constructor and Description |
|---|
ApplicationGatewaySku() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
capacity()
Get the capacity value.
|
ApplicationGatewaySkuName |
name()
Get the name value.
|
ApplicationGatewayTier |
tier()
Get the tier value.
|
ApplicationGatewaySku |
withCapacity(Integer capacity)
Set the capacity value.
|
ApplicationGatewaySku |
withName(ApplicationGatewaySkuName name)
Set the name value.
|
ApplicationGatewaySku |
withTier(ApplicationGatewayTier tier)
Set the tier value.
|
public ApplicationGatewaySkuName name()
public ApplicationGatewaySku withName(ApplicationGatewaySkuName name)
name - the name value to setpublic ApplicationGatewayTier tier()
public ApplicationGatewaySku withTier(ApplicationGatewayTier tier)
tier - the tier value to setpublic Integer capacity()
public ApplicationGatewaySku withCapacity(Integer capacity)
capacity - the capacity value to setCopyright © 2019. All rights reserved.