次の方法で共有


ApplicationGatewayRedirectConfiguration.RedirectType プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.redirectType")]
public string RedirectType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.redirectType")>]
member this.RedirectType : string with get, set
Public Property RedirectType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象