Class ApplicationGatewayRewriteRuleActionSet
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleActionSet
Set of actions in the Rewrite Rule in Application Gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet request Header Actions in the Action Set.Get response Header Actions in the Action Set.Get url Configuration Action in the Action Set.withRequestHeaderConfigurations
(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations) Set request Header Actions in the Action Set.withResponseHeaderConfigurations
(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations) Set response Header Actions in the Action Set.withUrlConfiguration
(ApplicationGatewayUrlConfiguration urlConfiguration) Set url Configuration Action in the Action Set.
-
Constructor Details
-
ApplicationGatewayRewriteRuleActionSet
public ApplicationGatewayRewriteRuleActionSet()
-
-
Method Details
-
requestHeaderConfigurations
Get request Header Actions in the Action Set.- Returns:
- the requestHeaderConfigurations value
-
withRequestHeaderConfigurations
public ApplicationGatewayRewriteRuleActionSet withRequestHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations) Set request Header Actions in the Action Set.- Parameters:
requestHeaderConfigurations
- the requestHeaderConfigurations value to set- Returns:
- the ApplicationGatewayRewriteRuleActionSet object itself.
-
responseHeaderConfigurations
Get response Header Actions in the Action Set.- Returns:
- the responseHeaderConfigurations value
-
withResponseHeaderConfigurations
public ApplicationGatewayRewriteRuleActionSet withResponseHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations) Set response Header Actions in the Action Set.- Parameters:
responseHeaderConfigurations
- the responseHeaderConfigurations value to set- Returns:
- the ApplicationGatewayRewriteRuleActionSet object itself.
-
urlConfiguration
Get url Configuration Action in the Action Set.- Returns:
- the urlConfiguration value
-
withUrlConfiguration
public ApplicationGatewayRewriteRuleActionSet withUrlConfiguration(ApplicationGatewayUrlConfiguration urlConfiguration) Set url Configuration Action in the Action Set.- Parameters:
urlConfiguration
- the urlConfiguration value to set- Returns:
- the ApplicationGatewayRewriteRuleActionSet object itself.
-