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 Summary
Constructors -
Method Summary
Modifier 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.SubResource
id, withId
-
Constructor Details
-
ApplicationGatewayRewriteRuleSet
public ApplicationGatewayRewriteRuleSet()
-
-
Method Details
-
rewriteRules
Get rewrite rules in the rewrite rule set.- Returns:
- the rewriteRules value
-
withRewriteRules
public 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.
-
provisioningState
Get the provisioning state of the rewrite rule set resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get name of the rewrite rule set that is unique within an Application Gateway.- Returns:
- the name value
-
withName
Set 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.
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-