Class ApplicationGatewayRewriteRuleSetPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ApplicationGatewayRewriteRuleSetPropertiesFormat
-
public final class ApplicationGatewayRewriteRuleSetPropertiesFormat extends Object
Properties of rewrite rule set of the application gateway.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayRewriteRuleSetPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisioningStateprovisioningState()Get the provisioningState property: The provisioning state of the rewrite rule set resource.List<ApplicationGatewayRewriteRule>rewriteRules()Get the rewriteRules property: Rewrite rules in the rewrite rule set.voidvalidate()Validates the instance.ApplicationGatewayRewriteRuleSetPropertiesFormatwithRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)Set the rewriteRules property: Rewrite rules in the rewrite rule set.
-
-
-
Method Detail
-
rewriteRules
public List<ApplicationGatewayRewriteRule> 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
public ProvisioningState 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.
-
-