MachineLearningDatastoreSecrets Class

Definition

Base definition for datastore secrets. Please note MachineLearningDatastoreSecrets is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningCertificateDatastoreSecrets, KerberosKeytabSecrets, KerberosPasswordSecrets, MachineLearningSasDatastoreSecrets, MachineLearningServicePrincipalDatastoreSecrets and MachineLearningAccountKeyDatastoreSecrets.

public abstract class MachineLearningDatastoreSecrets
type MachineLearningDatastoreSecrets = class
Public MustInherit Class MachineLearningDatastoreSecrets
Inheritance
MachineLearningDatastoreSecrets
Derived

Constructors

MachineLearningDatastoreSecrets()

Initializes a new instance of MachineLearningDatastoreSecrets.

Applies to