Share via


ApiManagementServiceGetSsoTokenResult Class

Definition

The response of the GetSsoToken operation.

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

Properties

Name Description
RedirectUri

Redirect URL to the Publisher Portal containing the SSO token.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ApiManagementServiceGetSsoTokenResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementServiceGetSsoTokenResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementServiceGetSsoTokenResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementServiceGetSsoTokenResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to