Share via


SiteAuthSettingsV2.Login Property

Definition

Gets or sets the configuration settings of the login flow of users using App Service Authentication/Authorization.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to