LoginRoutes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The routes that specify the endpoints used for login and logout requests.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.LoginRoutesTypeConverter))]
public class LoginRoutes : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ILoginRoutes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.LoginRoutesTypeConverter))>]
type LoginRoutes = class
interface ILoginRoutes
interface IJsonSerializable
Public Class LoginRoutes
Implements ILoginRoutes
- Inheritance
-
LoginRoutes
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LoginRoutes() |
Creates an new LoginRoutes instance. |
Properties
| Name | Description |
|---|---|
| LogoutEndpoint |
The endpoint at which a logout request should be made. |
Methods
| Name | Description |
|---|---|
| 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.App.Models.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() | |