Class ApplicationGatewayRewriteRuleSet
java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet
public class ApplicationGatewayRewriteRuleSet
extends com.microsoft.azure.SubResource
Rewrite rule set of an application gateway.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionetag()Get a unique read-only string that changes whenever the resource is updated.name()Get name of the rewrite rule set that is unique within an Application Gateway.Get the provisioning state of the rewrite rule set resource.Get rewrite rules in the rewrite rule set.Set name of the rewrite rule set that is unique within an Application Gateway.withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules) Set rewrite rules in the rewrite rule set.Methods inherited from class com.microsoft.azure.SubResourceid, withId
- 
Constructor Details- 
ApplicationGatewayRewriteRuleSetpublic ApplicationGatewayRewriteRuleSet()
 
- 
- 
Method Details- 
rewriteRulesGet rewrite rules in the rewrite rule set.- Returns:
- the rewriteRules value
 
- 
withRewriteRulespublic ApplicationGatewayRewriteRuleSet withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules) Set rewrite rules in the rewrite rule set.- Parameters:
- rewriteRules- the rewriteRules value to set
- Returns:
- the ApplicationGatewayRewriteRuleSet object itself.
 
- 
provisioningStateGet the provisioning state of the rewrite rule set resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
 
- 
nameGet name of the rewrite rule set that is unique within an Application Gateway.- Returns:
- the name value
 
- 
withNameSet name of the rewrite rule set that is unique within an Application Gateway.- Parameters:
- name- the name value to set
- Returns:
- the ApplicationGatewayRewriteRuleSet object itself.
 
- 
etagGet a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
 
 
-