ApplicationGatewaySku Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewaySku

public class ApplicationGatewaySku

SKU of an application gateway.

Method Summary

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.

Method Details

capacity

public Integer capacity()

Get the capacity value.

Returns:

the capacity value

name

public ApplicationGatewaySkuName name()

Get the name value.

Returns:

the name value

tier

public ApplicationGatewayTier tier()

Get the tier value.

Returns:

the tier value

withCapacity

public ApplicationGatewaySku withCapacity(Integer capacity)

Set the capacity value.

Parameters:

capacity - the capacity value to set

Returns:

the ApplicationGatewaySku object itself.

withName

public ApplicationGatewaySku withName(ApplicationGatewaySkuName name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ApplicationGatewaySku object itself.

withTier

public ApplicationGatewaySku withTier(ApplicationGatewayTier tier)

Set the tier value.

Parameters:

tier - the tier value to set

Returns:

the ApplicationGatewaySku object itself.

Applies to