ApplicationGatewayRewriteRuleSetInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rewrite rule set of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayRewriteRuleSetInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayRewriteRuleSetInner = class
inherit SubResource
Public Class ApplicationGatewayRewriteRuleSetInner
Inherits SubResource
- Inheritance
- Attributes
Constructors
ApplicationGatewayRewriteRuleSetInner() |
Initializes a new instance of the ApplicationGatewayRewriteRuleSetInner class. |
ApplicationGatewayRewriteRuleSetInner(String, IList<ApplicationGatewayRewriteRule>, ProvisioningState, String, String) |
Initializes a new instance of the ApplicationGatewayRewriteRuleSetInner class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id (Inherited from SubResource) |
Name |
Gets or sets name of the rewrite rule set that is unique within an Application Gateway. |
ProvisioningState |
Gets the provisioning state of the rewrite rule set resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RewriteRules |
Gets or sets rewrite rules in the rewrite rule set. |