ApplicationGatewayRewriteRuleSet Constructors
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.
Overloads
ApplicationGatewayRewriteRuleSet() |
Initializes a new instance of the ApplicationGatewayRewriteRuleSet class. |
ApplicationGatewayRewriteRuleSet(String, IList<ApplicationGatewayRewriteRule>, String, String, String) |
Initializes a new instance of the ApplicationGatewayRewriteRuleSet class. |
ApplicationGatewayRewriteRuleSet()
Initializes a new instance of the ApplicationGatewayRewriteRuleSet class.
public ApplicationGatewayRewriteRuleSet ();
Public Sub New ()
Applies to
ApplicationGatewayRewriteRuleSet(String, IList<ApplicationGatewayRewriteRule>, String, String, String)
Initializes a new instance of the ApplicationGatewayRewriteRuleSet class.
public ApplicationGatewayRewriteRuleSet (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayRewriteRule> rewriteRules = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayRewriteRuleSet : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayRewriteRule> * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayRewriteRuleSet
Public Sub New (Optional id As String = Nothing, Optional rewriteRules As IList(Of ApplicationGatewayRewriteRule) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- rewriteRules
- IList<ApplicationGatewayRewriteRule>
Rewrite rules in the rewrite rule set.
- provisioningState
- String
The provisioning state of the rewrite rule set resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the rewrite rule set that is unique within an Application Gateway.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET