Class ApplicationGatewayRewriteRuleSetPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayRewriteRuleSetPropertiesFormat
Properties of rewrite rule set of the application gateway.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayRewriteRuleSetPropertiesFormat class. -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The provisioning state of the rewrite rule set resource.Get the rewriteRules property: Rewrite rules in the rewrite rule set.voidvalidate()Validates the instance.withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules) Set the rewriteRules property: Rewrite rules in the rewrite rule set.
-
Constructor Details
-
ApplicationGatewayRewriteRuleSetPropertiesFormat
public ApplicationGatewayRewriteRuleSetPropertiesFormat()Creates an instance of ApplicationGatewayRewriteRuleSetPropertiesFormat class.
-
-
Method Details
-
rewriteRules
Get the rewriteRules property: Rewrite rules in the rewrite rule set.- Returns:
- the rewriteRules value.
-
withRewriteRules
public ApplicationGatewayRewriteRuleSetPropertiesFormat withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules) Set the rewriteRules property: Rewrite rules in the rewrite rule set.- Parameters:
rewriteRules- the rewriteRules value to set.- Returns:
- the ApplicationGatewayRewriteRuleSetPropertiesFormat object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the rewrite rule set resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-