ApplicationGateway.UpdateStages.WithPrivateFrontend Interface

public interface 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
ApplicationGateway.Update withoutPrivateFrontend()

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

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.

Method Details

withoutPrivateFrontend

public Update withoutPrivateFrontend()

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

Returns:

the next stage of the definition

withPrivateFrontend

public 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

Applies to