次の方法で共有


ApplicationGatewayRedirectConfigurationInner.RedirectType プロパティ

定義

HTTP リダイレクトの種類を取得または設定します。 指定できる値は、'Permanent'、'Found'、'SeeOther'、'Temporary' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.redirectType")]
public Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectType RedirectType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redirectType")>]
member this.RedirectType : Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectType with get, set
Public Property RedirectType As ApplicationGatewayRedirectType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象