共用方式為


SiteAuthSettingsInner.UnauthenticatedClientAction 屬性

定義

取得或設定未驗證用戶端嘗試存取應用程式時所要採取的動作。 可能的值包括:'RedirectToLoginPage'、'AllowAnonymous'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於