共用方式為


MachineLearningNoneDatastoreCredentials Class

Definition

Empty/none datastore credentials.

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

Constructors

MachineLearningNoneDatastoreCredentials()

Initializes a new instance of MachineLearningNoneDatastoreCredentials.

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

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

IJsonModel<MachineLearningNoneDatastoreCredentials>.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<MachineLearningNoneDatastoreCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningNoneDatastoreCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningNoneDatastoreCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to