MachineLearningOnlineDeploymentPatch Class

Definition

Strictly used in update requests.

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

Constructors

MachineLearningOnlineDeploymentPatch()

Initializes a new instance of MachineLearningOnlineDeploymentPatch.

Properties

Sku

Sku details required for ARM contract for Autoscaling.

Tags

Resource tags.

(Inherited from MachineLearningResourcePatch)

Explicit Interface Implementations

IJsonModel<MachineLearningOnlineDeploymentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningOnlineDeploymentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<MachineLearningOnlineDeploymentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningOnlineDeploymentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningOnlineDeploymentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to