次の方法で共有


SiteAuthSettings.UnauthenticatedClientAction プロパティ

定義

認証されていないクライアントがアプリへのアクセスを試みたときに実行するアクションを取得または設定します。 使用可能な値は、'RedirectToLoginPage'、'AllowAnonymous' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.unauthenticatedClientAction")]
public Microsoft.Azure.Management.WebSites.Models.UnauthenticatedClientAction? UnauthenticatedClientAction { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.unauthenticatedClientAction")>]
member this.UnauthenticatedClientAction : Nullable<Microsoft.Azure.Management.WebSites.Models.UnauthenticatedClientAction> with get, set
Public Property UnauthenticatedClientAction As Nullable(Of UnauthenticatedClientAction)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象