MachineLearningUserIdentity Class

Definition

User identity configuration.

public class MachineLearningUserIdentity : Azure.ResourceManager.MachineLearning.Models.MachineLearningIdentityConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserIdentity>
public class MachineLearningUserIdentity : Azure.ResourceManager.MachineLearning.Models.MachineLearningIdentityConfiguration
type MachineLearningUserIdentity = class
    inherit MachineLearningIdentityConfiguration
    interface IJsonModel<MachineLearningUserIdentity>
    interface IPersistableModel<MachineLearningUserIdentity>
type MachineLearningUserIdentity = class
    inherit MachineLearningIdentityConfiguration
Public Class MachineLearningUserIdentity
Inherits MachineLearningIdentityConfiguration
Implements IJsonModel(Of MachineLearningUserIdentity), IPersistableModel(Of MachineLearningUserIdentity)
Public Class MachineLearningUserIdentity
Inherits MachineLearningIdentityConfiguration
Inheritance
MachineLearningUserIdentity
Implements

Constructors

MachineLearningUserIdentity()

Initializes a new instance of MachineLearningUserIdentity.

Explicit Interface Implementations

IJsonModel<MachineLearningIdentityConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MachineLearningIdentityConfiguration)
IJsonModel<MachineLearningIdentityConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningIdentityConfiguration)
IJsonModel<MachineLearningUserIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningUserIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningIdentityConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningIdentityConfiguration)
IPersistableModel<MachineLearningIdentityConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MachineLearningIdentityConfiguration)
IPersistableModel<MachineLearningIdentityConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningIdentityConfiguration)
IPersistableModel<MachineLearningUserIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningUserIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningUserIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to