MachineLearningResourcePatchWithIdentity Class

Definition

Strictly used in update requests.

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

Constructors

MachineLearningResourcePatchWithIdentity()

Initializes a new instance of MachineLearningResourcePatchWithIdentity.

Properties

Identity

Managed service identity (system assigned and/or user assigned identities).

Tags

Resource tags.

(Inherited from MachineLearningResourcePatch)

Explicit Interface Implementations

IJsonModel<MachineLearningResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningResourcePatch)
IJsonModel<MachineLearningResourcePatchWithIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningResourcePatchWithIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningResourcePatch)
IPersistableModel<MachineLearningResourcePatchWithIdentity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningResourcePatchWithIdentity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningResourcePatchWithIdentity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to