ApplicationGateway.UpdateStages.WithPrivateFrontend Interface

public static interface ApplicationGateway.UpdateStages.WithPrivateFrontend

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

Method Summary

Modifier and Type Method and Description
abstract Update withPrivateFrontend()

Enables a private (internal) default front end in the subnet containing the application gateway.

abstract Update withoutPrivateFrontend()

Specifies that no private, or internal, front end should be enabled.

Method Details

withPrivateFrontend

public abstract ApplicationGateway.Update withPrivateFrontend()

Enables a private (internal) default front end in the subnet containing the application gateway.

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

Returns:

the next stage of the update

withoutPrivateFrontend

public abstract ApplicationGateway.Update withoutPrivateFrontend()

Specifies that no private, or internal, front end should be enabled.

Returns:

the next stage of the definition

Applies to