Share via


WeightsAndBiasesSingleSignOnPropertiesV2 Class

Definition

Properties specific to Single Sign On Resource.

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

Constructors

WeightsAndBiasesSingleSignOnPropertiesV2(WeightsAndBiasesSingleSignOnType)

Initializes a new instance of WeightsAndBiasesSingleSignOnPropertiesV2.

Properties

AadDomains

List of AAD domains fetched from Microsoft Graph for user.

EnterpriseAppId

AAD enterprise application Id used to setup SSO.

State

State of the Single Sign On for the resource.

Type

Type of Single Sign-On mechanism being used.

Uri

URL for SSO to be used by the partner to redirect the user to their system.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WeightsAndBiasesSingleSignOnPropertiesV2>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WeightsAndBiasesSingleSignOnPropertiesV2>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WeightsAndBiasesSingleSignOnPropertiesV2>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WeightsAndBiasesSingleSignOnPropertiesV2>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WeightsAndBiasesSingleSignOnPropertiesV2>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to