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>
public class SsoUri
type SsoUri = class
    interface IJsonModel<SsoUri>
    interface IPersistableModel<SsoUri>
type SsoUri = class
Public Class SsoUri
Implements IJsonModel(Of SsoUri), IPersistableModel(Of SsoUri)
Public Class SsoUri
Inheritance
SsoUri
Implements

Properties

AvailableSsoUri

The URI used to login to the supplemental portal.

Explicit Interface Implementations

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