IWithFrontend Interface

Definition

The stage of an application gateway update allowing to modify frontend IP configurations.

public interface IWithFrontend
type IWithFrontend = interface
Public Interface IWithFrontend
Derived

Methods

DefinePrivateFrontend()

Begins the definition of the default private front end IP configuration, creating one if it does not already exist.

DefinePublicFrontend()

Begins the definition of the default public front end IP configuration, creating one if it does not already exist.

UpdateFrontend(String)

Begins the update of an existing front end IP configuration.

UpdatePublicFrontend()

Begins the update of the public front end IP configuration, if it exists.

WithoutFrontend(String)

Removes the specified front end IP configuration. Note that removing a front end referenced by other settings may break the application gateway.

WithoutPrivateFrontend()

Specifies that the application gateway should not be private, i.e. its endpoints should not be internally accessible from within the virtual network. Note that if there are any other settings referencing the private front end, removing it may break the application gateway.

WithoutPublicFrontend()

Specifies that the application gateway should not be Internet-facing. Note that if there are any other settings referencing the public front end, removing it may break the application gateway.

Applies to