ApplicationGateway.DefinitionStages.WithPrivateFrontend Interface

public static interface ApplicationGateway.DefinitionStages.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
abstract WithCreate withPrivateFrontend()

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

abstract WithCreate withoutPrivateFrontend()

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

Method Details

withPrivateFrontend

public abstract 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.

Returns:

the next stage of the definition

withoutPrivateFrontend

public abstract ApplicationGateway.DefinitionStages.WithCreate withoutPrivateFrontend()

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

Returns:

the next stage of the definition

Applies to