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