Interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithType
-
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.Update
- Enclosing interface:
- ApplicationGatewayRedirectConfiguration.UpdateStages
public static interface ApplicationGatewayRedirectConfiguration.UpdateStages.WithTypeThe stage of an application gateway redirect configuration allowing to specify the type of the redirection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayRedirectConfiguration.UpdatewithType(ApplicationGatewayRedirectType redirectType)Specifies the redirection type.
-
-
-
Method Detail
-
withType
ApplicationGatewayRedirectConfiguration.Update withType(ApplicationGatewayRedirectType redirectType)
Specifies the redirection type.- Parameters:
redirectType- a redirection type- Returns:
- the next stage of the update
-
-