ApplicationGatewayInner.RedirectConfigurations Property

Definition

Gets or sets redirect configurations of the application gateway resource. For default limits, see Application Gateway limits.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.redirectConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectConfigurationInner> RedirectConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redirectConfigurations")>]
member this.RedirectConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectConfigurationInner> with get, set
Public Property RedirectConfigurations As IList(Of ApplicationGatewayRedirectConfigurationInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to