ApplicationGateway.DefinitionStages.WithInstanceCount Interface

public interface WithInstanceCount

The stage of an application gateway definition allowing to specify the capacity (number of instances) of the application gateway.

Method Summary

Modifier and Type Method and Description
ApplicationGateway.DefinitionStages.WithCreate withInstanceCount(int instanceCount)

Specifies the capacity (number of instances) for the application gateway.

By default, 1 instance is used.

Method Details

withInstanceCount

public WithCreate withInstanceCount(int instanceCount)

Specifies the capacity (number of instances) for the application gateway.

By default, 1 instance is used.

Parameters:

instanceCount - the capacity as a number between 1 and 10 but also based on the limits imposed by the selected application gateway size

Returns:

the next stage of the definition

Applies to