Share via


MachineLearningDatastoreData(MachineLearningDatastoreProperties) Constructor

Definition

Initializes a new instance of MachineLearningDatastoreData.

public MachineLearningDatastoreData (Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreProperties properties);
new Azure.ResourceManager.MachineLearning.MachineLearningDatastoreData : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreProperties -> Azure.ResourceManager.MachineLearning.MachineLearningDatastoreData
Public Sub New (properties As MachineLearningDatastoreProperties)

Parameters

properties
MachineLearningDatastoreProperties

[Required] Additional attributes of the entity. 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.

Exceptions

properties is null.

Applies to