Megosztás a következőn keresztül:


MachineLearningSkuSetting Class

Definition

SkuSetting fulfills the need for stripped down SKU info in ARM contract.

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

Properties

Name

[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.

Tier

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

Explicit Interface Implementations

IJsonModel<MachineLearningSkuSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningSkuSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningSkuSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningSkuSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningSkuSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to