Share via


MachineLearningPasswordDetail Class

Definition

The MachineLearningPasswordDetail.

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

Properties

Name

Gets the name.

Value

Gets the value.

Explicit Interface Implementations

IJsonModel<MachineLearningPasswordDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningPasswordDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningPasswordDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningPasswordDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningPasswordDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to