public class ApplicationGatewayRewriteRuleSet
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ApplicationGatewayRewriteRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: Name of the rewrite rule set that is unique within an Application Gateway.
|
ProvisioningState |
provisioningState()
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.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayRewriteRuleSet |
withName(String name)
Set the name property: Name of the rewrite rule set that is unique within an Application Gateway.
|
ApplicationGatewayRewriteRuleSet |
withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)
Set the rewriteRules property: Rewrite rules in the rewrite rule set.
|
public String name()
public ApplicationGatewayRewriteRuleSet withName(String name)
name - the name value to set.public String etag()
public List<ApplicationGatewayRewriteRule> rewriteRules()
public ApplicationGatewayRewriteRuleSet withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)
rewriteRules - the rewriteRules value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.