ApplicationGatewayRewriteRuleActionSet Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ApplicationGatewayRewriteRuleActionSet
- com.
Implements
public final class ApplicationGatewayRewriteRuleActionSet
implements JsonSerializable<ApplicationGatewayRewriteRuleActionSet>
Set of actions in the Rewrite Rule in Application Gateway.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayRewriteRuleActionSet() |
Creates an instance of Application |
Method Summary
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayRewriteRuleActionSet
public ApplicationGatewayRewriteRuleActionSet()
Creates an instance of ApplicationGatewayRewriteRuleActionSet class.
Method Details
fromJson
public static ApplicationGatewayRewriteRuleActionSet fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayRewriteRuleActionSet from the JsonReader.
Parameters:
Returns:
Throws:
requestHeaderConfigurations
public List
Get the requestHeaderConfigurations property: Request Header Actions in the Action Set.
Returns:
responseHeaderConfigurations
public List
Get the responseHeaderConfigurations property: Response Header Actions in the Action Set.
Returns:
toJson
urlConfiguration
public ApplicationGatewayUrlConfiguration urlConfiguration()
Get the urlConfiguration property: Url Configuration Action in the Action Set.
Returns:
validate
public void validate()
Validates the instance.
withRequestHeaderConfigurations
public ApplicationGatewayRewriteRuleActionSet withRequestHeaderConfigurations(List
Set the requestHeaderConfigurations property: Request Header Actions in the Action Set.
Parameters:
Returns:
withResponseHeaderConfigurations
public ApplicationGatewayRewriteRuleActionSet withResponseHeaderConfigurations(List
Set the responseHeaderConfigurations property: Response Header Actions in the Action Set.
Parameters:
Returns:
withUrlConfiguration
public ApplicationGatewayRewriteRuleActionSet withUrlConfiguration(ApplicationGatewayUrlConfiguration urlConfiguration)
Set the urlConfiguration property: Url Configuration Action in the Action Set.
Parameters:
Returns:
Applies to
Azure SDK for Java