Share via


MachineLearningSasDatastoreSecrets Class

Definition

Datastore SAS secrets.

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

Constructors

MachineLearningSasDatastoreSecrets()

Initializes a new instance of MachineLearningSasDatastoreSecrets.

Properties

SasToken

Storage container SAS token.

Explicit Interface Implementations

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

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

IJsonModel<MachineLearningSasDatastoreSecrets>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningSasDatastoreSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningSasDatastoreSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to