ApplicationGatewayRewriteRule 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 of an application gateway.
public class ApplicationGatewayRewriteRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayRewriteRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayRewriteRule>
public class ApplicationGatewayRewriteRule
type ApplicationGatewayRewriteRule = class
interface IJsonModel<ApplicationGatewayRewriteRule>
interface IPersistableModel<ApplicationGatewayRewriteRule>
type ApplicationGatewayRewriteRule = class
Public Class ApplicationGatewayRewriteRule
Implements IJsonModel(Of ApplicationGatewayRewriteRule), IPersistableModel(Of ApplicationGatewayRewriteRule)
Public Class ApplicationGatewayRewriteRule
- Inheritance
-
ApplicationGatewayRewriteRule
- Implements
Constructors
ApplicationGatewayRewriteRule() |
Initializes a new instance of ApplicationGatewayRewriteRule. |
Properties
ActionSet |
Set of actions to be done as part of the rewrite Rule. |
Conditions |
Conditions based on which the action set execution will be evaluated. |
Name |
Name of the rewrite rule that is unique within an Application Gateway. |
RuleSequence |
Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet. |
Explicit Interface Implementations
IJsonModel<ApplicationGatewayRewriteRule>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationGatewayRewriteRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationGatewayRewriteRule>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationGatewayRewriteRule>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationGatewayRewriteRule>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET