SiteAuthSettingsInner.DefaultProvider 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定設定多個提供者時要使用的預設驗證提供者。 只有在設定多個提供者且未驗證的用戶端動作設定為 「RedirectToLoginPage」 時,才需要此設定。 可能的值包括:'AzureActiveDirectory'、'Facebook'、'Google'、'MicrosoftAccount'、'Twitter'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultProvider")]
public Microsoft.Azure.Management.AppService.Fluent.Models.BuiltInAuthenticationProvider? DefaultProvider { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultProvider")>]
member this.DefaultProvider : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.BuiltInAuthenticationProvider> with get, set
Public Property DefaultProvider As Nullable(Of BuiltInAuthenticationProvider)
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute