GenerateSsoUriResult Class

Definition

Generate SSO Url operations response details.

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

Properties

Value

Redirect Url containing the SSO URL value.

Explicit Interface Implementations

IJsonModel<GenerateSsoUriResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GenerateSsoUriResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GenerateSsoUriResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GenerateSsoUriResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GenerateSsoUriResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to