ApplicationGateway.DefinitionStages.WithSize Interface

public interface WithSize

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

Method Summary

Modifier and Type Method and Description
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.

Method Details

withSize

public 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

Applies to