ApplicationGatewayRewriteRuleSet Class

Definition

Rewrite rule set of an application gateway.

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

Constructors

ApplicationGatewayRewriteRuleSet()

Initializes a new instance of ApplicationGatewayRewriteRuleSet.

Properties

ETag

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

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Resource name.

(Inherited from NetworkResourceData)
ProvisioningState

The provisioning state of the rewrite rule set resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)
RewriteRules

Rewrite rules in the rewrite rule set.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayRewriteRuleSet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayRewriteRuleSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkResourceData)
IJsonModel<NetworkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IPersistableModel<ApplicationGatewayRewriteRuleSet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayRewriteRuleSet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayRewriteRuleSet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)

Applies to