ApplicationGatewayRewriteRuleCondition Class

Definition

Set of conditions in the Rewrite Rule in Application Gateway.

public class ApplicationGatewayRewriteRuleCondition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayRewriteRuleCondition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayRewriteRuleCondition>
public class ApplicationGatewayRewriteRuleCondition
type ApplicationGatewayRewriteRuleCondition = class
    interface IJsonModel<ApplicationGatewayRewriteRuleCondition>
    interface IPersistableModel<ApplicationGatewayRewriteRuleCondition>
type ApplicationGatewayRewriteRuleCondition = class
Public Class ApplicationGatewayRewriteRuleCondition
Implements IJsonModel(Of ApplicationGatewayRewriteRuleCondition), IPersistableModel(Of ApplicationGatewayRewriteRuleCondition)
Public Class ApplicationGatewayRewriteRuleCondition
Inheritance
ApplicationGatewayRewriteRuleCondition
Implements

Constructors

ApplicationGatewayRewriteRuleCondition()

Initializes a new instance of ApplicationGatewayRewriteRuleCondition.

Properties

IgnoreCase

Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.

Negate

Setting this value as truth will force to check the negation of the condition given by the user.

Pattern

The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.

Variable

The condition parameter of the RewriteRuleCondition.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayRewriteRuleCondition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApplicationGatewayRewriteRuleCondition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayRewriteRuleCondition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayRewriteRuleCondition>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApplicationGatewayRewriteRuleCondition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to