Share via


MachineLearningServicePrincipalDatastoreCredentials Class

Definition

Service Principal datastore credentials configuration.

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

Constructors

MachineLearningServicePrincipalDatastoreCredentials(Guid, Guid, MachineLearningServicePrincipalDatastoreSecrets)

Initializes a new instance of MachineLearningServicePrincipalDatastoreCredentials.

MachineLearningServicePrincipalDatastoreCredentials(Guid, MachineLearningServicePrincipalDatastoreSecrets, Guid)

Initializes a new instance of MachineLearningServicePrincipalDatastoreCredentials.

Properties

AuthorityUri

Authority URL used for authentication.

ClientId

[Required] Service principal client ID.

ResourceUri

Resource the service principal has access to.

Secrets

[Required] Service principal secrets.

TenantId

[Required] ID of the tenant to which the service principal belongs.

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningServicePrincipalDatastoreCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningServicePrincipalDatastoreCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to