ApplicationGatewayRewriteRuleSet Class

  • 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

Constructor Description
ApplicationGatewayRewriteRuleSet()

Method Summary

Modifier and Type Method and Description
java.lang.String etag()

Get a unique read-only string that changes whenever the resource is updated.

java.lang.String name()

Get name of the rewrite rule set that is unique within an Application Gateway.

ProvisioningState provisioningState()

Get the provisioning state of the rewrite rule set resource.

java.util.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.

Methods inherited from com.microsoft.azure.SubResource

com.microsoft.azure.SubResource.id com.microsoft.azure.SubResource.withId

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApplicationGatewayRewriteRuleSet

public ApplicationGatewayRewriteRuleSet()

Method Details

etag

public String etag()

Get a unique read-only string that changes whenever the resource is updated.

Returns:

the etag value

name

public String name()

Get name of the rewrite rule set that is unique within an Application Gateway.

Returns:

the name value

provisioningState

public ProvisioningState provisioningState()

Get the provisioning state of the rewrite rule set resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.

Returns:

the provisioningState value

rewriteRules

public List rewriteRules()

Get rewrite rules in the rewrite rule set.

Returns:

the rewriteRules value

withName

public ApplicationGatewayRewriteRuleSet withName(String name)

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.

withRewriteRules

public ApplicationGatewayRewriteRuleSet withRewriteRules(List rewriteRules)

Set rewrite rules in the rewrite rule set.

Parameters:

rewriteRules - the rewriteRules value to set

Returns:

the ApplicationGatewayRewriteRuleSet object itself.

Applies to