Interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithType
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.Update
- Enclosing interface:
- ApplicationGatewayRedirectConfiguration.UpdateStages
public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithType
The stage of an application gateway redirect configuration allowing to specify the type of the redirection.
-
Method Summary
Modifier and TypeMethodDescriptionwithType(ApplicationGatewayRedirectType redirectType) Specifies the redirection type.
-
Method Details
-
withType
ApplicationGatewayRedirectConfiguration.Update withType(ApplicationGatewayRedirectType redirectType) Specifies the redirection type.- Parameters:
redirectType- a redirection type- Returns:
- the next stage of the update
-