次の方法で共有


ApplicationGateway.RedirectConfigurations プロパティ

定義

アプリケーション ゲートウェイ リソースのリダイレクト構成を取得または設定します。 既定の制限については、「Application Gatewayの制限」を参照してください。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象