Share via


ManagedComputeIdentity Class

Definition

Managed compute identity definition.

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

Constructors

ManagedComputeIdentity()

Initializes a new instance of ManagedComputeIdentity.

Properties

Identity

The identity which will be leveraged by the monitoring jobs.

Explicit Interface Implementations

IJsonModel<ManagedComputeIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedComputeIdentity>.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<ManagedComputeIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedComputeIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedComputeIdentity>.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