Delen via


MachineLearningCertificateDatastoreSecrets Class

Definition

Datastore certificate secrets.

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

Constructors

MachineLearningCertificateDatastoreSecrets()

Initializes a new instance of MachineLearningCertificateDatastoreSecrets.

Properties

Certificate

Service principal certificate.

Explicit Interface Implementations

IJsonModel<MachineLearningCertificateDatastoreSecrets>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningCertificateDatastoreSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningCertificateDatastoreSecrets>.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