LoginRoutes Class

Definition

The routes that specify the endpoints used for login and logout requests.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.LoginRoutesTypeConverter))]
public class LoginRoutes : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ILoginRoutes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.LoginRoutesTypeConverter))>]
type LoginRoutes = class
    interface ILoginRoutes
    interface IJsonSerializable
Public Class LoginRoutes
Implements ILoginRoutes
Inheritance
LoginRoutes
Attributes
Implements

Constructors

LoginRoutes()

Creates an new LoginRoutes instance.

Properties

LogoutEndpoint

The endpoint at which a logout request should be made.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LoginRoutes.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoginRoutes.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ILoginRoutes.

FromJsonString(String)

Creates a new instance of LoginRoutes, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LoginRoutes into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to