Share via


MachineLearningAccountKeyDatastoreCredentials Class

Definition

Account key datastore credentials configuration.

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

Constructors

MachineLearningAccountKeyDatastoreCredentials(MachineLearningAccountKeyDatastoreSecrets)

Initializes a new instance of MachineLearningAccountKeyDatastoreCredentials.

Properties

Secrets

[Required] Storage account secrets.

Explicit Interface Implementations

IJsonModel<MachineLearningAccountKeyDatastoreCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningAccountKeyDatastoreCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningDatastoreCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningDatastoreCredentials)
IPersistableModel<MachineLearningAccountKeyDatastoreCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningAccountKeyDatastoreCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningAccountKeyDatastoreCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningDatastoreCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningDatastoreCredentials)

Applies to