MachineLearningDatastoreProperties Class

Definition

Base definition for datastore contents configuration. Please note MachineLearningDatastoreProperties 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 MachineLearningAzureBlobDatastore, MachineLearningAzureDataLakeGen1Datastore, MachineLearningAzureDataLakeGen2Datastore, MachineLearningAzureFileDatastore, HdfsDatastore and OneLakeDatastore.

public class MachineLearningDatastoreProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase
type MachineLearningDatastoreProperties = class
    inherit MachineLearningResourceBase
Public Class MachineLearningDatastoreProperties
Inherits MachineLearningResourceBase
Inheritance
MachineLearningDatastoreProperties
Derived

Constructors

MachineLearningDatastoreProperties(MachineLearningDatastoreCredentials)

Initializes a new instance of MachineLearningDatastoreProperties.

Properties

Credentials

[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.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
IntellectualProperty

Intellectual Property details.

IsDefault

Readonly property to indicate if datastore is the workspace default datastore.

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)

Applies to