MachineLearningAccountKeyDatastoreSecrets Class

Definition

Datastore account key secrets.

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

Constructors

MachineLearningAccountKeyDatastoreSecrets()

Initializes a new instance of MachineLearningAccountKeyDatastoreSecrets.

Properties

Key

Storage account key.

Explicit Interface Implementations

IJsonModel<MachineLearningAccountKeyDatastoreSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningAccountKeyDatastoreSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningDatastoreSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MachineLearningDatastoreSecrets)
IJsonModel<MachineLearningDatastoreSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningDatastoreSecrets)
IPersistableModel<MachineLearningAccountKeyDatastoreSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningAccountKeyDatastoreSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningAccountKeyDatastoreSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningDatastoreSecrets>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningDatastoreSecrets)
IPersistableModel<MachineLearningDatastoreSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MachineLearningDatastoreSecrets)
IPersistableModel<MachineLearningDatastoreSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningDatastoreSecrets)

Applies to