共用方式為


MachineLearningUsageName Class

Definition

The Usage Names.

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

Properties

LocalizedValue

The localized name of the resource.

Value

The name of the resource.

Explicit Interface Implementations

IJsonModel<MachineLearningUsageName>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningUsageName>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningUsageName>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningUsageName>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningUsageName>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to