Interface ApplicationGateway.DefinitionStages.WithListener
- All Known Subinterfaces:
ApplicationGateway.Definition,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithListener
The stage of an application gateway definition allowing to add a listener.
-
Method Summary
Modifier and TypeMethodDescriptiondefineListener(String name) Begins the definition of a new application gateway listener to be attached to the gateway.
-
Method Details
-
defineListener
ApplicationGatewayListener.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> defineListener(String name) Begins the definition of a new application gateway listener to be attached to the gateway.- Parameters:
name- a unique name for the listener- Returns:
- the first stage of the listener definition
-