MachineLearningAzureDataLakeGen1Datastore Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MachineLearningAzureDataLakeGen1Datastore.
public MachineLearningAzureDataLakeGen1Datastore(Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials credentials, string storeName);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureDataLakeGen1Datastore : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureDataLakeGen1Datastore
Public Sub New (credentials As MachineLearningDatastoreCredentials, storeName As String)
Parameters
- credentials
- MachineLearningDatastoreCredentials
[Required] Account credentials.
- storeName
- String
[Required] Azure Data Lake store name.
Exceptions
credentials or storeName is null.