次の方法で共有


AmlTokenComputeIdentity Class

Definition

AML token compute identity definition.

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

Constructors

AmlTokenComputeIdentity()

Initializes a new instance of AmlTokenComputeIdentity.

Explicit Interface Implementations

IJsonModel<AmlTokenComputeIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AmlTokenComputeIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MonitorComputeIdentityBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MonitorComputeIdentityBase)
IPersistableModel<AmlTokenComputeIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AmlTokenComputeIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AmlTokenComputeIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MonitorComputeIdentityBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MonitorComputeIdentityBase)

Applies to