ApplicationGateway.DefinitionStages.WithSku Interface

public static interface ApplicationGateway.DefinitionStages.WithSku

The stage of an application gateway update allowing to specify the sku.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSize(ApplicationGatewaySkuName size)

Specifies the size of the application gateway to create within the context of the selected tier.

abstract WithCreate withTier(ApplicationGatewayTier tier)

Set tier of an application gateway.

Method Details

withSize

public abstract ApplicationGateway.DefinitionStages.WithCreate withSize(ApplicationGatewaySkuName size)

Specifies the size of the application gateway to create within the context of the selected tier.

By default, the smallest size is used.

Parameters:

size - an application gateway SKU name

Returns:

the next stage of the definition

withTier

public abstract ApplicationGateway.DefinitionStages.WithCreate withTier(ApplicationGatewayTier tier)

Set tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.

Parameters:

tier - the tier value to set

Returns:

the next stage of the definition

Applies to