ApplicationGateway.DefinitionStages.WithPublicFrontend Interface

Implements

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

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

Method Details

withoutPublicFrontend

public abstract ApplicationGateway.DefinitionStages.WithCreate withoutPublicFrontend()

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

Returns:

the next stage of the definition

Applies to