MachineLearningAzureBlobDatastore(MachineLearningDatastoreCredentials) 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 MachineLearningAzureBlobDatastore.
public MachineLearningAzureBlobDatastore(Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials credentials);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureBlobDatastore : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAzureBlobDatastore
Public Sub New (credentials As MachineLearningDatastoreCredentials)
Parameters
- credentials
- MachineLearningDatastoreCredentials
[Required] Account credentials.
Exceptions
credentials is null.