Interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithType<ReturnT>
- Type Parameters:
ReturnT- the stage of the parent application gateway update to return to after attaching this definition
- All Known Subinterfaces:
ApplicationGatewayRedirectConfiguration.UpdateDefinition<ReturnT>, ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.Blank<ReturnT>
- Enclosing interface:
ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages
public static interface ApplicationGatewayRedirectConfiguration.UpdateDefinitionStages.WithType<ReturnT>
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.UpdateDefinitionStages.WithTarget<ReturnT> withType(ApplicationGatewayRedirectType redirectType) Specifies the redirection type.- Parameters:
redirectType- a redirection type- Returns:
- the next stage of the definition
-