ApplicationGatewayRedirectConfiguration Class

Definition

Redirect configuration of an application gateway.

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

Constructors

ApplicationGatewayRedirectConfiguration()

Initializes a new instance of ApplicationGatewayRedirectConfiguration.

Properties

ETag

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

Id

Resource ID.

(Inherited from NetworkResourceData)
IncludePath

Include path in the redirected url.

IncludeQueryString

Include query string in the redirected url.

Name

Resource name.

(Inherited from NetworkResourceData)
PathRules

Path rules specifying redirect configuration.

RedirectType

HTTP redirection type.

RequestRoutingRules

Request routing specifying redirect configuration.

ResourceType

Resource type.

(Inherited from NetworkResourceData)
TargetListenerId

Gets or sets Id.

TargetUri

Url to redirect the request to.

UrlPathMaps

Url path maps specifying default redirect configuration.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayRedirectConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayRedirectConfiguration>.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<ApplicationGatewayRedirectConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayRedirectConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayRedirectConfiguration>.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