Share via


MonitorComputeIdentityBase Class

Definition

Monitor compute identity base definition. Please note MonitorComputeIdentityBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AmlTokenComputeIdentity and ManagedComputeIdentity.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownMonitorComputeIdentityBase))]
public abstract class MonitorComputeIdentityBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MonitorComputeIdentityBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MonitorComputeIdentityBase>
public abstract class MonitorComputeIdentityBase
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownMonitorComputeIdentityBase))>]
type MonitorComputeIdentityBase = class
    interface IJsonModel<MonitorComputeIdentityBase>
    interface IPersistableModel<MonitorComputeIdentityBase>
type MonitorComputeIdentityBase = class
Public MustInherit Class MonitorComputeIdentityBase
Implements IJsonModel(Of MonitorComputeIdentityBase), IPersistableModel(Of MonitorComputeIdentityBase)
Public MustInherit Class MonitorComputeIdentityBase
Inheritance
MonitorComputeIdentityBase
Derived
Attributes
Implements

Constructors

MonitorComputeIdentityBase()

Initializes a new instance of MonitorComputeIdentityBase.

Explicit Interface Implementations

IJsonModel<MonitorComputeIdentityBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MonitorComputeIdentityBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorComputeIdentityBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorComputeIdentityBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MonitorComputeIdentityBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to