MachineLearningServerlessEndpointPatch Class

Definition

Strictly used in update requests.

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

Constructors

MachineLearningServerlessEndpointPatch()

Initializes a new instance of MachineLearningServerlessEndpointPatch.

Properties

Identity

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

Sku

Sku details required for ARM contract for Autoscaling.

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<MachineLearningServerlessEndpointPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningServerlessEndpointPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningServerlessEndpointPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to