AmlToken Class

Definition

AML Token identity configuration.

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

Constructors

AmlToken()

Initializes a new instance of AmlToken.

Explicit Interface Implementations

IJsonModel<AmlToken>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AmlToken>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<AmlToken>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlToken>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AmlToken>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to