public class ApplicationGatewayRewriteRuleSet
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ApplicationGatewayRewriteRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get name of the rewrite rule set that is unique within an Application Gateway.
|
String |
provisioningState()
Get provisioning state of the rewrite rule set resource.
|
List<ApplicationGatewayRewriteRule> |
rewriteRules()
Get rewrite rules in the rewrite rule set.
|
ApplicationGatewayRewriteRuleSet |
withName(String name)
Set name of the rewrite rule set that is unique within an Application Gateway.
|
ApplicationGatewayRewriteRuleSet |
withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)
Set rewrite rules in the rewrite rule set.
|
public List<ApplicationGatewayRewriteRule> rewriteRules()
public ApplicationGatewayRewriteRuleSet withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)
rewriteRules - the rewriteRules value to setpublic String provisioningState()
public String name()
public ApplicationGatewayRewriteRuleSet withName(String name)
name - the name value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/