ApplicationGatewayHeaderConfiguration 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.
Header configuration of the Actions set in Application Gateway.
public class ApplicationGatewayHeaderConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayHeaderConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayHeaderConfiguration>
public class ApplicationGatewayHeaderConfiguration
type ApplicationGatewayHeaderConfiguration = class
interface IJsonModel<ApplicationGatewayHeaderConfiguration>
interface IPersistableModel<ApplicationGatewayHeaderConfiguration>
type ApplicationGatewayHeaderConfiguration = class
Public Class ApplicationGatewayHeaderConfiguration
Implements IJsonModel(Of ApplicationGatewayHeaderConfiguration), IPersistableModel(Of ApplicationGatewayHeaderConfiguration)
Public Class ApplicationGatewayHeaderConfiguration
- Inheritance
-
ApplicationGatewayHeaderConfiguration
- Implements
Constructors
ApplicationGatewayHeaderConfiguration() |
Initializes a new instance of ApplicationGatewayHeaderConfiguration. |
Properties
HeaderName |
Header name of the header configuration. |
HeaderValue |
Header value of the header configuration. |
HeaderValueMatcher |
An optional field under "Rewrite Action". It lets you capture and modify the value(s) of a specific header when multiple headers with the same name exist. Currently supported for Set-Cookie Response header only. For more details, visit https://aka.ms/appgwheadercrud. |
Explicit Interface Implementations
IJsonModel<ApplicationGatewayHeaderConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationGatewayHeaderConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationGatewayHeaderConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationGatewayHeaderConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationGatewayHeaderConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET