SsoUri Class

Definition

The URI required to login to the supplemental portal from the Azure portal.

public class SsoUri : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.SsoUri>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.SsoUri>
type SsoUri = class
    interface IJsonModel<SsoUri>
    interface IPersistableModel<SsoUri>
Public Class SsoUri
Implements IJsonModel(Of SsoUri), IPersistableModel(Of SsoUri)
Inheritance
SsoUri
Implements

Properties

Name Description
AvailableSsoUri

The URI used to login to the supplemental portal.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SsoUri>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SsoUri>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SsoUri>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SsoUri>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SsoUri>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to