ApplicationGatewayRewriteRuleActionSet Class
- java.
lang. Object - com.
microsoft. azure. management. network. ApplicationGatewayRewriteRuleActionSet
- com.
public class ApplicationGatewayRewriteRuleActionSet
Set of actions in the Rewrite Rule in Application Gateway.
Constructor | Description | |
---|---|---|
Application |
Modifier and Type | Method and Description |
---|---|
java.util.List<Application |
request Get request Header Actions in the Action Set. |
java.util.List<Application |
response Get response Header Actions in the Action Set. |
Application |
url Get url Configuration Action in the Action Set. |
Application |
with Set request Header Actions in the Action Set. |
Application |
with Set response Header Actions in the Action Set. |
Application |
with Set url Configuration Action in the Action Set. |
ApplicationGatewayRewriteRuleActionSet
public ApplicationGatewayRewriteRuleActionSet()
requestHeaderConfigurations
public List
Get request Header Actions in the Action Set.
Returns:
responseHeaderConfigurations
public List
Get response Header Actions in the Action Set.
Returns:
urlConfiguration
public ApplicationGatewayUrlConfiguration urlConfiguration()
Get url Configuration Action in the Action Set.
Returns:
withRequestHeaderConfigurations
public ApplicationGatewayRewriteRuleActionSet withRequestHeaderConfigurations(List
Set request Header Actions in the Action Set.
Parameters:
Returns:
withResponseHeaderConfigurations
public ApplicationGatewayRewriteRuleActionSet withResponseHeaderConfigurations(List
Set response Header Actions in the Action Set.
Parameters:
Returns:
withUrlConfiguration
public ApplicationGatewayRewriteRuleActionSet withUrlConfiguration(ApplicationGatewayUrlConfiguration urlConfiguration)
Set url Configuration Action in the Action Set.
Parameters:
Returns: