SsoUri 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 URI required to login to the supplemental portal from the Azure portal.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.SsoUriTypeConverter))]
public class SsoUri : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ISsoUri
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.SsoUriTypeConverter))>]
type SsoUri = class
interface ISsoUri
interface IJsonSerializable
Public Class SsoUri
Implements ISsoUri
- Inheritance
-
SsoUri
- Attributes
- Implements
Constructors
SsoUri() |
Creates an new SsoUri instance. |
Properties
Value |
The URI used to login to the supplemental portal. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SsoUri. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ISsoUri. |
FromJsonString(String) |
Creates a new instance of SsoUri, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |