Sdílet prostřednictvím


ApplicationGateway.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.Models.ApplicationGatewayRedirectConfiguration> RedirectConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redirectConfigurations")>]
member this.RedirectConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayRedirectConfiguration> with get, set
Public Property RedirectConfigurations As IList(Of ApplicationGatewayRedirectConfiguration)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to