MachineLearningQuotaProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties for Quota update or retrieval.
public class MachineLearningQuotaProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaProperties>
public class MachineLearningQuotaProperties
type MachineLearningQuotaProperties = class
interface IJsonModel<MachineLearningQuotaProperties>
interface IPersistableModel<MachineLearningQuotaProperties>
type MachineLearningQuotaProperties = class
Public Class MachineLearningQuotaProperties
Implements IJsonModel(Of MachineLearningQuotaProperties), IPersistableModel(Of MachineLearningQuotaProperties)
Public Class MachineLearningQuotaProperties
- Inheritance
-
MachineLearningQuotaProperties
- Implements
Constructors
MachineLearningQuotaProperties() |
Initializes a new instance of MachineLearningQuotaProperties. |
Properties
Id |
Specifies the resource ID. |
Limit |
The maximum permitted quota of the resource. |
QuotaBasePropertiesType |
Specifies the resource type. |
Unit |
An enum describing the unit of quota measurement. |
Explicit Interface Implementations
IJsonModel<MachineLearningQuotaProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningQuotaProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningQuotaProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningQuotaProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningQuotaProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET