MachineLearningSasDatastoreCredentials Class

Definition

SAS datastore credentials configuration.

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

Constructors

MachineLearningSasDatastoreCredentials(MachineLearningSasDatastoreSecrets)

Initializes a new instance of MachineLearningSasDatastoreCredentials.

Properties

Secrets

[Required] Storage container secrets.

Explicit Interface Implementations

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)
IJsonModel<MachineLearningSasDatastoreCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningSasDatastoreCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<MachineLearningSasDatastoreCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningSasDatastoreCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningSasDatastoreCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to