IWithListener Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of an application gateway update allowing to modify frontend listeners.
public interface IWithListener
type IWithListener = interface
Public Interface IWithListener
- Derived
Methods
DefineListener(String) |
Begins the definition of a new application gateway listener to be attached to the gateway. |
UpdateListener(String) |
Begins the update of a listener. |
WithoutListener(String) |
Removes a frontend listener from the application gateway. Note that removing a listener referenced by other settings may break the application gateway. |