ApplicationGateway.UpdateStages.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.Update withSize(ApplicationGatewaySkuName size)

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

Method Details

withSize

public Update withSize(ApplicationGatewaySkuName size)

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

Parameters:

size - an application gateway size name

Returns:

the next stage of the update

Applies to