ApplicationGateway.DefinitionStages.WithPrivateFrontend Interface

public interface WithPrivateFrontend

The stage of an internal application gateway definition allowing to make the application gateway accessible to its virtual network.

Method Summary

Modifier and Type Method and Description
ApplicationGateway.DefinitionStages.WithCreate withoutPrivateFrontend()

Specifies that no private (internal) frontend should be enabled.

ApplicationGateway.DefinitionStages.WithCreate withPrivateFrontend()

Enables a private (internal) default frontend within the subnet containing the application gateway.

A frontend with an automatically generated name will be created if none exists.

Method Details

withoutPrivateFrontend

public WithCreate withoutPrivateFrontend()

Specifies that no private (internal) frontend should be enabled.

Returns:

the next stage of the definition

withPrivateFrontend

public WithCreate withPrivateFrontend()

Enables a private (internal) default frontend within the subnet containing the application gateway.

A frontend with an automatically generated name will be created if none exists.

Returns:

the next stage of the definition

Applies to