共用方式為


MachineLearningServicePrincipalDatastoreSecrets Class

Definition

Datastore Service Principal secrets.

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

Constructors

MachineLearningServicePrincipalDatastoreSecrets()

Initializes a new instance of MachineLearningServicePrincipalDatastoreSecrets.

Properties

ClientSecret

Service principal secret.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningServicePrincipalDatastoreSecrets>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningServicePrincipalDatastoreSecrets>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to