MachineLearningQuotaUpdateContent Class

Definition

Quota update parameters.

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

Constructors

MachineLearningQuotaUpdateContent()

Initializes a new instance of MachineLearningQuotaUpdateContent.

Properties

Location

Region of workspace quota to be updated.

Value

The list for update quota.

Explicit Interface Implementations

IJsonModel<MachineLearningQuotaUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningQuotaUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningQuotaUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningQuotaUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningQuotaUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to