ApplicationGateway.DefinitionStages.WithPublicFrontend Interface

public interface WithPublicFrontend extends ApplicationGateway.DefinitionStages.WithPublicIPAddress

The stage of an application gateway definition allowing to define one or more public, or Internet-facing, frontends.

Method Summary

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

Specifies that the application gateway should not be Internet-facing.

Method Details

withoutPublicFrontend

public WithCreate withoutPublicFrontend()

Specifies that the application gateway should not be Internet-facing.

Returns:

the next stage of the definition

Applies to