Idioma

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

Name Description
MachineLearningServerlessEndpointPatch()

Initializes a new instance of MachineLearningServerlessEndpointPatch.

Properties

Name Description
Sku

Sku details required for ARM contract for Autoscaling.

Tags

Resource tags.

(Inherited from MachineLearningResourcePatch)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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