Share via


SiteAuthSettings.DefaultProvider Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to