Share via


Login.Routes Property

Definition

Gets or sets the routes that specify the endpoints used for login and logout requests.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to