Share via


MachineLearningDatastoreProperties.Credentials Property

Definition

[Required] Account credentials. Please note MachineLearningDatastoreCredentials 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 MachineLearningAccountKeyDatastoreCredentials, MachineLearningCertificateDatastoreCredentials, KerberosKeytabCredentials, KerberosPasswordCredentials, MachineLearningNoneDatastoreCredentials, MachineLearningSasDatastoreCredentials and MachineLearningServicePrincipalDatastoreCredentials.

public Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials Credentials { get; set; }
member this.Credentials : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials with get, set
Public Property Credentials As MachineLearningDatastoreCredentials

Property Value

Applies to