Udostępnij za pośrednictwem


SsoUri Class

Definition

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)

Deserializes a PSObject into an instance of SsoUri.

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)

Serializes this instance of SsoUri into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to