次の方法で共有


MachineLearningRegistryPatch Class

Definition

Strictly used in update requests.

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

Constructors

MachineLearningRegistryPatch()

Initializes a new instance of MachineLearningRegistryPatch.

Properties

Identity

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

Sku

Sku details required for ARM contract for Autoscaling.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<MachineLearningRegistryPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningRegistryPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningRegistryPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningRegistryPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningRegistryPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to